* simple.el (bad-package-check): Fix arguments of `display-warning',
[bpt/emacs.git] / lisp / ChangeLog
1 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2
3 * simple.el (bad-package-check): Fix arguments of `display-warning',
4 using the package name as TYPE. Use `string-match-p'.
5
6 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7
8 * proced.el (proced-sort-interactive, proced-sort-pcpu)
9 (proced-sort-pmem, proced-sort-start, proced-sort-time)
10 (proced-sort-user, proced-sort-header): Prefix arg determines
11 sorting order. Suggested by Dan Nicolaescu.
12 (proced-revert): Doc fix.
13
14 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15
16 * proced.el (proced-grammar-alist): Allow refiner elements that
17 are cons pairs (function . help-echo) or nil.
18 (proced-refine): Use them.
19 (proced-format-alist): Allow alternatives.
20 (proced-descend): New variable.
21 (proced-sort): New arg descend.
22 (proced-sort-interactive): Repeated calls toggle sort order.
23 (proced-format): Accomodate changes of proced-format-alist.
24 Undefined attributes are displayed as "?".
25 (proced-process-attributes): New optional arg pid-list.
26 Ignore processes with empty attribute list.
27
28 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
29
30 * proced.el (proced-auto-update-interval): Renamed from
31 proced-timer-interval.
32 (proced-auto-update-flag): Renamed from proced-timer-flag.
33 (proced-auto-update-timer): Renamed from proced-timer.
34 (proced-toggle-auto-update): Renamed from
35 proced-toggle-timer-flag.
36 (proced-available): Initialize appropriately.
37
38 2008-12-13 Glenn Morris <rgm@gnu.org>
39
40 * subr.el (declare-function): Doc fix.
41
42 * font-core.el (font-lock-defaults): Doc fix: mention levels;
43 refer to elisp manual.
44
45 2008-12-12 Martin Rudalics <rudalics@gmx.at>
46
47 * window.el (fit-window-to-buffer): Return non-nil when height
48 was orderly adjusted, nil otherwise.
49
50 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
51 Stefan Monnier <monnier@iro.umontreal.ca>
52
53 * server.el (server-sentinel): Uncomment code to delete connection file.
54 (server-start): Save the connection file in the server property list.
55 Delete it only when we are reasonably convinced that it is not owned by
56 a running server.
57 (server-force-delete): New command to force-delete the connection file,
58 and stop the server if it is running.
59 (server-running-p): Return t also for local TCP servers when we find a
60 process with a matching PID, and :other for undecided cases.
61
62 2008-12-11 Martin Rudalics <rudalics@gmx.at>
63
64 * window.el (fit-window-to-buffer): Use with-selected-window and
65 condition-case. Do not delete more windows than necessary in
66 the shrinking (delta < 0) case. Do not raise an error when the
67 containing frame is too small to show all of buffer. (Bug#1488)
68 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
69 min-height arg 1 to make sure that small buffers are shown.
70
71 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
72
73 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
74 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
75 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
76 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
77 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
78 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
79 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
80 (ruby-backward-sexp, ruby-add-log-current-method)
81 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
82 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
83 (ruby-deep-indent-paren): Doc fix.
84 (ruby-insert-encoding-magic-comment): Remove * from docstring.
85 (ruby-here-doc-find-end): Reflow docstring.
86
87 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
88
89 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
90 dired-shrink-to-fit is non-nil. (Bug#1488)
91
92 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
93
94 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
95 decoding of long locale info is now done in `w32-get-locale-info'.
96
97 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
98
99 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
100
101 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
102
103 * Makefile.in (ELCFILES): Add ruby-mode.elc.
104
105 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
106 terminal variable assignment.
107
108 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
109 Nobuyoshi Nakada <nobu@ruby-lang.org>
110
111 * progmodes/ruby-mode.el: New file.
112
113 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
114
115 * net/tramp.el (top): Don't fail if there is no current message.
116 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
117
118 2008-12-10 Kenichi Handa <handa@m17n.org>
119
120 * international/fontset.el (setup-default-fontset): Add an entry
121 for characters in the Unicode SIP area.
122
123 2008-12-10 Glenn Morris <rgm@gnu.org>
124
125 * vc-mcvs.el: Move to obsolete/, with warning comment.
126 * Makefile.in (ELCFILES): Update.
127
128 2008-12-10 Daiki Ueno <ueno@unixuser.org>
129
130 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
131 buffer unmodified. (Bug#1509)
132 * epa-file.el (epa-file-insert-file-contents): Set buffer's
133 modification time if visiting a file and the content is
134 successfully decrypted.
135
136 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
137
138 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
139 check whether the buffer is still alive.
140
141 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
142
143 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
144
145 2008-12-09 Glenn Morris <rgm@gnu.org>
146
147 * Makefile.in (ELCFILES): Update.
148
149 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
150
151 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
152 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
153
154 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
155
156 * term/xterm.el (terminal-init-xterm): Discard pending input
157 before reading a reply to the terminal attributes query.
158
159 2008-12-05 Andreas Schwab <schwab@suse.de>
160
161 * dired.el (dired-font-lock-keywords): Fix last change.
162
163 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
164
165 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
166 into (defcustom ... "..." :type ... :group...).
167
168 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
169
170 * international/mule-diag.el (mule-diag): Display the window
171 system version in a less laconic way.
172
173 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
174
175 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
176 if the sorting functions are not loaded. (Bug#1432)
177
178 2008-12-04 Sam Steingold <sds@gnu.org>
179
180 * progmodes/compile.el (compilation-read-command): Extract from
181 compile.
182 (compile): Use it.
183 (recompile): Accept an optional argument to enable editing the
184 command line.
185
186 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
187
188 * net/tramp.el (top): Write a message, when loading Tramp.
189
190 * net/tramp-cache.el (tramp-dump-connection-properties):
191 Polish the check, whether to dump the data.
192
193 2008-12-04 Lute Kamstra <lute@gnu.org>
194
195 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
196 check if the file "CVS/Entries" exists.
197
198 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
199
200 * international/mule-diag.el (list-character-sets): Doc fix.
201 (list-character-sets-2): Fix info in header. Simplify.
202 (print-coding-system): Simplify.
203 (list-input-methods-1): Simplify.
204 (mule-diag): Display current font/fontset for all window systems,
205 not just X. Simplify.
206
207 2008-12-04 Glenn Morris <rgm@gnu.org>
208
209 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
210 (vc-cvs-register): Doc fix.
211 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
212 (vc-mcvs-register): Doc fix.
213 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
214 (vc-rcs-register): Doc fix.
215 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
216 (vc-sccs-register): Doc fix.
217 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
218 (vc-svn-register): Doc fix.
219
220 * files.el (toggle-read-only): Doc fix.
221
222 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
225 be used in compact layout and vice-versa.
226
227 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
228
229 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
230 like most list-* commands.
231
232 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
233 They already exist in descr-text.el as `describe-char-unicodedata-file'
234 and `describe-char-unicode-data'.
235 (print-list): Simplify.
236 (read-charset): Reflow docstring.
237 (list-coding-systems): Doc fix.
238
239 2008-12-03 Glenn Morris <rgm@gnu.org>
240
241 * vc.el (vc-diff-switches): Doc fix.
242 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
243 (vc-bzr-log-switches): Doc fix.
244 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
245 * vc-git.el (vc-git-diff-switches): Doc fix.
246 * vc-hg.el (vc-hg-diff-switches): Doc fix.
247 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
248 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
249 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
250 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
251
252 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
253 other backends.
254 (vc-arch-diff): Apply switches.
255
256 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
257 than appending.
258
259 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
260
261 2008-12-03 Daiki Ueno <ueno@unixuser.org>
262
263 * epa.el (epa--show-key): Use past tense of "expire" if the key
264 has already been expired. Thanks to Peter BARABAS.
265
266 2008-12-03 Lute Kamstra <lute@gnu.org>
267
268 * align.el:
269 * allout.el:
270 * apropos.el:
271 * arc-mode.el:
272 * autoinsert.el:
273 * avoid.el:
274 * battery.el:
275 * bookmark.el:
276 * buff-menu.el:
277 * calculator.el:
278 * chistory.el:
279 * cmuscheme.el:
280 * comint.el:
281 * compare-w.el:
282 * dabbrev.el:
283 * delim-col.el:
284 * desktop.el:
285 * diff-mode.el:
286 * diff.el:
287 * dired-aux.el:
288 * dired-x.el:
289 * dired.el:
290 * dos-vars.el:
291 * ediff-diff.el:
292 * ediff-help.el:
293 * ediff-init.el:
294 * ediff-merg.el:
295 * ediff-mult.el:
296 * ediff-ptch.el:
297 * ediff-vers.el:
298 * ediff-wind.el:
299 * ediff.el:
300 * emerge.el:
301 * facemenu.el:
302 * faces.el:
303 * ffap.el:
304 * filecache.el:
305 * find-dired.el:
306 * font-core.el:
307 * font-lock.el:
308 * forms.el:
309 * fringe.el:
310 * help-at-pt.el:
311 * hippie-exp.el:
312 * ido.el:
313 * image-file.el:
314 * imenu.el:
315 * indent.el:
316 * info.el:
317 * isearchb.el:
318 * iswitchb.el:
319 * jit-lock.el:
320 * jka-compr.el:
321 * log-edit.el:
322 * lpr.el:
323 * ls-lisp.el:
324 * man.el:
325 * menu-bar.el:
326 * midnight.el:
327 * mouse-sel.el:
328 * mouse.el:
329 * msb.el:
330 * outline.el:
331 * paren.el:
332 * pcmpl-cvs.el:
333 * pcmpl-gnu.el:
334 * pcomplete.el:
335 * pcvs-info.el:
336 * pcvs-parse.el:
337 * printing.el:
338 * ps-mule.el:
339 * ps-print.el:
340 * replace.el:
341 * ruler-mode.el:
342 * saveplace.el:
343 * sb-image.el:
344 * scroll-bar.el:
345 * sha1.el:
346 * shadowfile.el:
347 * shell.el:
348 * sort.el:
349 * speedbar.el:
350 * strokes.el:
351 * tempo.el:
352 * term.el:
353 * terminal.el:
354 * time-stamp.el:
355 * time.el:
356 * tree-widget.el:
357 * type-break.el:
358 * vc-cvs.el:
359 * vc-hg.el:
360 * vc-mcvs.el:
361 * vc-rcs.el:
362 * vc-sccs.el:
363 * vc.el:
364 * view.el:
365 * w32-vars.el:
366 * whitespace.el:
367 * wid-edit.el: Remove leading * from docstrings of defcustoms,
368 deffaces, defconsts and defuns.
369
370 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
371
372 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
373 the prompt was added to the minibuffer.
374
375 2008-12-02 Glenn Morris <rgm@gnu.org>
376
377 * format.el (format-write-file): Rewrite doc yet again.
378
379 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
380 Doc fix. (Bug#1368)
381
382 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
383
384 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
385
386 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
387 case where point is at the beginning of the buffer. (Bug#1239)
388
389 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
390
391 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
392 already have the correct indentation. (Bug#859)
393
394 2008-12-02 Kenichi Handa <handa@m17n.org>
395
396 * international/uni-decomposition.el: Re-generated.
397
398 2008-12-01 Andreas Schwab <schwab@suse.de>
399
400 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
401 ending in a colon as directory header.
402
403 2008-12-01 Kenichi Handa <handa@m17n.org>
404
405 * international/uni-numeric.el: Re-generated.
406
407 * international/charprop.el: Re-generated.
408
409 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
410
411 * international/mule-cmds.el (locale-preferred-coding-systems):
412 Fix alist item.
413
414 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
415
416 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
417 (tramp-set-connection-property, tramp-flush-connection-property)
418 (tramp-dump-connection-properties): Use it.
419
420 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
421
422 * wdired.el (wdired-finish-edit): If displaying a single file,
423 change dired-directory if that file was renamed.
424
425 * emacs-lisp/byte-run.el (macro-declaration-function):
426 Disallow declare specs with lengths of 3 or more.
427
428 * dirtrack.el (dirtrack): Fix error message.
429
430 2008-11-30 Glenn Morris <rgm@gnu.org>
431
432 * vc-svn.el (vc-svn-diff-switches): Doc fix.
433 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
434
435 * vc-git.el (vc-git-diff):
436 * vc-hg.el (vc-hg-diff):
437 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
438
439 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
440 (eshell-needs-pipe-p): New function.
441 (eshell-gather-process-output): Set process-connection-type according to
442 eshell-needs-pipe-p. (Bug#1388)
443
444 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
445
446 * calendar/diary-lib.el (diary-cyclic): Doc fix.
447 (diary-remind-message, diary-number-of-entries)
448 (diary-include-other-diary-files, diary-mark-included-diary-files)
449 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
450 (diary-font-lock-keywords-1): Reflow docstrings.
451 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
452 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
453
454 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
455 (timer-duration): Use `string-match-p'.
456
457 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
458
459 * complete.el (PC-do-complete-and-exit):
460 Use minibuffer-confirm-exit-commands.
461
462 * minibuffer.el (minibuffer-confirm-exit-commands):
463 Add PC-complete and PC-complete-word to the list.
464
465 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
466
467 * files.el (break-hardlink-on-save): Fix typo in docstring.
468 Add :version tag.
469
470 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
471 (reb-mode): Define with `define-derived-mode'.
472
473 2008-11-29 Karl Fogel <kfogel@red-bean.com>
474
475 * files.el (break-hardlink-on-save): New variable.
476 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
477 (file-precious-flag): Mention it in doc string.
478
479 2008-11-29 Miles Bader <miles@gnu.org>
480
481 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
482 (minibuffer-complete-and-exit): Use it.
483
484 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
485
486 * term/x-win.el (x-gtk-stock-cache): New hash table.
487 (x-gtk-map-stock): Perform caching to prevent excess consing
488 during redisplay.
489
490 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
491
492 * minibuffer.el (completion--try-word-completion): Don't ignore
493 partial-completion if it's the only style.
494
495 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
496
497 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
498 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
499 (reb-initialize-buffer): Update matches, in case we're reentering
500 RE Builder mode.
501
502 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
503
504 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
505 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
506 values for minibuffer-completion-confirm.
507
508 2008-11-28 Martin Rudalics <rudalics@gmx.at>
509
510 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
511 any but the first "*" in a doc-string.
512
513 2008-11-28 Glenn Morris <rgm@gnu.org>
514
515 * format.el (format-write-file): Improve previous doc fix.
516
517 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
518
519 * simple.el (use-empty-active-region, use-region-p)
520 (region-active-p): Doc fix.
521
522 2008-11-27 Martin Rudalics <rudalics@gmx.at>
523
524 * window.el (display-buffer): Fix handling of not-this-window
525 argument. (Bug#1415)
526
527 2008-11-27 Kenichi Handa <handa@m17n.org>
528
529 * international/characters.el: Set category 'C' to characters
530 #x20000..#x2AFFF, #x2F800..#x2FFFF.
531
532 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
533
534 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
535
536 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
537 (tool-bar-find-image): Function deleted.
538 (tool-bar-local-item, tool-bar-local-item-from-menu):
539 Use find-image instead of tool-bar-find-image.
540 (tool-bar-keymap-cache): New hash table.
541 (tool-bar-make-keymap): Use it.
542 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
543
544 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
545
546 * net/dbus.el (dbus-handle-event): The result of a message call
547 handler can also be an object, which is not a consp.
548
549 2008-11-25 Alan Mackenzie <acm@muc.de>
550
551 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
552 (forward-list, backward-list, down-list, backward-up-list)
553 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
554 (insert-pair, insert-parentheses): State that the command assumes
555 that point is not in a string or comment.
556
557 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
558
559 * net/dbus.el (dbus-string-to-byte-array)
560 (dbus-byte-array-to-string, dbus-escape-as-identifier)
561 (dbus-unescape-from-identifier): New defuns.
562 (dbus-handle-event): The result of a message call is a list of
563 arguments, which must be expanded when passing to
564 `dbus-method-return-internal'.
565
566 * net/tramp.el (tramp-handle-write-region): Improve the check for
567 calling direct copy.
568 (tramp-find-inline-encoding): Don't raise an error but a warning,
569 when no inline encoding is found.
570 (tramp-get-remote-coding): Check for a symbol. The negative check
571 for a string fails, when there is an empty string.
572
573 2008-11-26 Glenn Morris <rgm@gnu.org>
574
575 * vc-git.el (vc-git-diff-switches): New option.
576 (vc-git-diff): Apply diff switches. (Bug#1386)
577 Give it a basic doc string.
578
579 * term/pc-win.el (x-font-family-list): Replace redefinition with
580 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
581
582 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
583
584 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
585 of the polynomial rather than the whole polynomial.
586
587 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
588
589 * mail/mailabbrev.el (define-mail-abbrev): When reading from
590 mailrc, recognize string quoting. When reading from Lisp, accept
591 rfc822-like addresses.
592
593 * mail/mailalias.el (define-mail-alias): Sync code with
594 define-mail-abbrev.
595
596 2008-11-25 Glenn Morris <rgm@gnu.org>
597
598 * eshell/esh-proc.el (eshell-gather-process-output):
599 Revert previous change. (re-opens Bug#1388)
600
601 * select.el (x-set-cut-buffer): Fix signal arguments.
602
603 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
604
605 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
606
607 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
608 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
609 (bubbles--empty-char): Use "\s".
610
611 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
612
613 * calc/calc.el (calc-settings-file, calc-language-alist)
614 (calc-embedded-announce-formula)
615 (calc-embedded-announce-formula-alist)
616 (calc-embedded-open-formula, calc-embedded-close-formula)
617 (calc-embedded-open-close-formula-alist)
618 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
619 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
620 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
621 (calc-embedded-open-close-new-formula-alist)
622 (calc-embedded-open-mode, calc-embedded-close-mode)
623 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
624 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
625 (calc-multiplication-has-precedence): Remove unnecessary asterisks
626 from docstrings.
627
628 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
629
630 * calculator.el (calculator-op-or-exp): Reflow docstring.
631 (calculator-remove-zeros, calculator-repR, calculator-repL):
632 Fix typos in docstrings.
633
634 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
635
636 * log-view.el (log-view-annotate-version): Let vc-annotate manage
637 windows instead of calling switch-to-buffer.
638
639 * diff.el (diff-sentinel): Take note of diff error return value.
640
641 2008-11-24 Martin Rudalics <rudalics@gmx.at>
642
643 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
644 frame can't be split.
645
646 2008-11-24 Ulf Jasper <ulf@web.de>
647
648 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
649 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
650 (newsticker--treeview-tree-update-tag): Remove dead code.
651 (newsticker-treeview-update): Don't update cache.
652 (newsticker-treeview-quit): Don't save cache.
653 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
654 (newsticker-treeview-save): Use `newsticker-dir'.
655 (newsticker--treeview-load): Use `newsticker-dir'.
656 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
657 Update tags.
658 (newsticker-treeview-tree-do-click): Slightly simplified.
659
660 * net/newst-backend.el (newsticker-dir): New.
661 (newsticker-start): Use `newsticker--cache-read'.
662 (newsticker-stop): Use `newsticker--cache-save'.
663 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
664 (newsticker--images-dir): New.
665 (newsticker--image-get, newsticker--image-sentinel):
666 Use `newsticker--images-dir'.
667 (newsticker--cache-save-version1): Backup version of
668 `newsticker--cache-save'.
669 (newsticker--cache-update): Create newsticker-dir if necessary.
670 (newsticker--cache-dir): New.
671 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
672 (newsticker--cache-save-feed): New.
673 (newsticker--cache-read-version1): New. Backuped version for reading
674 cache data..
675 (newsticker--cache-read, newsticker--cache-do-read): New.
676
677 * net/newst-reader.el (newsticker--image-read):
678 Use `newsticker--images-dir'.
679
680 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
681
682 * files.el (confirm-nonexistent-file-or-buffer):
683 Allow `after-completion' value to request confirm only after TAB.
684 (confirm-nonexistent-file-or-buffer): New function.
685 (read-buffer-to-switch, find-file, find-file-other-window)
686 (find-file-other-frame, find-file-read-only)
687 (find-file-read-only-other-window)
688 (find-file-read-only-other-frame): Use it.
689 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
690 Thanks to Alan Mackenzie for suggesting the new behavior.
691
692 * minibuffer.el (minibuffer-complete-and-exit):
693 Change `confirm-only' value of minibuffer-completion-confirm to
694 `confirm', and handle a `confirm-after-completion' value.
695
696 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
697
698 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
699
700 2008-11-24 Andreas Schwab <schwab@suse.de>
701
702 * image.el (image-type-header-regexps): Recognize more xbm format
703 variants.
704
705 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
706
707 * textmodes/artist.el (artist-charlist-to-string): Simplify.
708 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
709 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
710 (artist-replace-string, artist-draw-rect, artist-draw-line)
711 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
712 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
713 (artist-pen, artist-pen-line, artist-text-insert-common)
714 (artist-text-overwrite, artist-spray-get-interval)
715 (artist-spray-clear-circle, artist-erase-char)
716 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
717 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
718 (artist-key-draw-1point, artist-key-draw-2points)
719 (artist-mouse-draw-continously): Fix typos in docstrings.
720 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
721 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
722 (artist-backward-char, artist-forward-char): Doc fixes.
723 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
724 Reflow docstrings.
725
726 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
727
728 * international/quail.el (quail-vunion): New function.
729 (quail-defrule-internal): Use it to prevent accumulating redundant
730 alternatives when `append' is set.
731 (quail-insert-decode-map): Simplify computation of the max-key-width.
732 Compute it right for multiple-list.
733
734 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
735
736 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
737 explicitly. Doc fix.
738
739 2008-11-24 Martin Rudalics <rudalics@gmx.at>
740
741 * calendar/appt.el (appt-disp-window): Move minibuffer check
742 after binding this-window and do not set-buffer to make sure we
743 won't deselect the minibuffer. (Bug#1413)
744
745 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
746
747 * vc-hg.el (vc-hg-program): Remove.
748 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
749 Undo previous change.
750
751 2008-11-23 Martin Rudalics <rudalics@gmx.at>
752
753 * info-look.el (info-lookup): When Info buffer is visible on
754 another frame, raise that frame.
755
756 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
757
758 * allout.el (allout-mode): Fix typo in docstring.
759
760 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
761 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
762
763 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
764
765 * vc-hooks.el (vc-follow-link): Complete last change.
766
767 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
768
769 * textmodes/remember.el (remember-region): Doc fix.
770 (remember-filter-functions, remember-handler-functions)
771 (remember-save-after-remembering, remember-mailbox)
772 (remember-default-priority, remember-data-file, remember-leader-text)
773 (remember-diary-file): Remove * from defcustom docstrings.
774 (remember-run-all-annotation-functions-flag)
775 (remember-all-handler-functions): Reflow docstrings.
776 (remember-store-in-mailbox): Fix typo in docstring.
777 (remember-mode): Define with `define-derived-mode'. Doc fix.
778
779 2008-11-23 Glenn Morris <rgm@gnu.org>
780
781 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
782 (eshell-do-pipelines): Add optional argument to distinguish recursive
783 calls. Use to set eshell-in-pipeline-p to 'first for the first command
784 in a pipeline.
785
786 * eshell/esh-proc.el (eshell-gather-process-output):
787 Set process-connection-type nil for all but the first element of a
788 pipeline. (Bug#1388)
789
790 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
791
792 * ediff-hook.el: Add tooltips to Emacs menus.
793
794 * ediff.el: Change date of last update.
795
796 2008-11-22 Juri Linkov <juri@jurta.org>
797
798 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
799 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
800 Doc fix.
801 (dired-isearch-filenames-setup): Run filename Isearch only when
802 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
803 and the text property `dired-filename' at point is non-nil.
804 In this case also set isearch-message-prefix-add to "filename ".
805 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
806 (dired-isearch-filenames, dired-isearch-filenames-regexp):
807 Don't let-bind isearch-message-prefix-add since this is done now
808 in dired-isearch-filenames-setup.
809
810 * isearch.el (isearch-mode): Change the order of calling
811 `isearch-update' and running the `isearch-mode-hook' to call
812 `isearch-update' with Isearch parameters set in this hook.
813
814 * progmodes/compile.el (compilation-auto-jump-to-first-error):
815 Fix docstring - change "during `compile'" to "during compilation".
816
817 * descr-text.el (describe-char-unidata-list): Move `old-name' to
818 be immediately after `name'.
819
820 * startup.el (initial-buffer-choice): Change an abstract file name
821 "file.txt" to more reasonable default file name value "~/.emacs".
822
823 2008-11-22 Juri Linkov <juri@jurta.org>
824
825 * files.el (hack-local-variables-confirm): Rename arg `project' to
826 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
827 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
828 (hack-local-variables): Rename call of `hack-project-variables' to
829 `hack-dir-local-variables'. Change error text to "Directory-local
830 variables error".
831 (dir-locals-class-alist): Rename from `project-class-alist'.
832 (dir-locals-directory-alist): Rename from `project-directory-alist'.
833 (dir-locals-get-class-variables): Rename from `project-get-alist'.
834 (dir-locals-collect-mode-variables): Rename from
835 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
836 `mode-variables', and arg `settings' to `variables'.
837 (dir-locals-collect-variables): Rename from
838 `project-collect-binding-list'. Rename arg `binding-list' to
839 `class-variables', and arg `settings' to `variables'.
840 (dir-locals-set-directory-class): Rename from `set-directory-project'.
841 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
842 Rename arg `settings' to `variables'.
843 (dir-locals-file): New defconst.
844 (dir-locals-find-file): Rename from `project-find-settings-file'.
845 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
846 and `pda' to `dir-elt'.
847 (dir-locals-read-from-file): Rename from
848 `project-define-from-project-file'. Rename arg `settings-file'
849 to `file'. Rename let-bound `list' to `variables'.
850 (hack-dir-local-variables): Rename from `hack-project-variables'.
851 Rename let-bound `settings' to `variables-file', `root-dir'
852 to `dir-name', and `bindings' to `variables'.
853
854 2008-11-22 Lute Kamstra <lute@gnu.org>
855
856 * simple.el (goto-line): Rename argument.
857
858 2008-11-22 Eli Zaretskii <eliz@gnu.org>
859
860 * makefile.w32-in (compile-first): New target.
861 (recompile): Depend on compile-first.
862
863 * Makefile.in (recompile): Depend on compile-first.
864
865 2008-11-22 Martin Rudalics <rudalics@gmx.at>
866
867 * files.el (switch-to-buffer-other-window)
868 (switch-to-buffer-other-frame): Rename buffer argument to
869 buffer-or-name. Reword and mention new option
870 confirm-nonexistent-file-or-buffer in doc-string.
871
872 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
873
874 * emulation/viper.el: Date change.
875
876 * emulation/viper-cmd.el (viper-envelop-ESC-key):
877 viper-translate-all-ESC-keysequences is now a function.
878
879 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
880 Make this variable.
881
882 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
885 Use buffer-file-truename to handle symlinks in any part of the filename.
886
887 2008-11-22 Glenn Morris <rgm@gnu.org>
888
889 * vc-mtn.el (vc-mtn-diff-switches): New option.
890 (vc-mtn-program): Rename from vc-mtn-command, for
891 consistency with other backends. Keep old name as alias.
892 Update callers. Make it a defcustom.
893 (vc-mtn-diff): Give it a doc string. Apply diff switches.
894
895 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
896 consistency with other backends. Keep old name as alias.
897 Make it a defcustom.
898 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
899
900 * vc-hg.el (vc-hg-program): New option.
901 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
902 Use vc-hg-program rather than hard-coded "hg".
903
904 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
905 (vc-svn-program): Move defcustom to start.
906 (vc-svn-create-repo, vc-svn-modify-change-comment):
907 Use vc-svn-program rather than hard-coded "svn".
908
909 * menu-bar.el: Stylistic consistency fixes for various menu and
910 help texts.
911
912 * kmacro.el (kmacro-insert-counter): Doc fix.
913
914 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
915
916 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
917
918 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
919 * international/quail.el (quail-indent-to): New function.
920 (quail-completion-1, quail-completion-list-translations)
921 (quail-insert-decode-map): Use it to improve alignment.
922 (quail-build-decode-map): Don't ignore latin-1 chars.
923 (quail-help): Increase the max decode-map size so that even the TeX map
924 gets printed.
925
926 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
927 Signal error for invalid bookmark.
928 (bookmark-get-bookmark-record): Undo last change.
929 (bookmark-store, bookmark-delete): Use new arg `noerror'.
930
931 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
932 Suggested by Toru TSUNEYOSHI.
933
934 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
935
936 * byte-opt.el (byte-compile-butlast): Move up in file.
937 (byte-optimize-plus): Don't call
938 byte-optimize-delay-constants-math (bug#1334).
939 Use byte-optimize-predicate to optimize constants.
940 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
941 Remove zero arguments first
942 if possible. Call byte-optimize-predicate to optimize constants.
943 (byte-optimize-multiply): Remove optimizations for arguments of 0
944 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
945 Call byte-optimize-predicate.
946 (byte-optimize-divide): Leave runtime errors unchanged.
947 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
948 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
949
950 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
951
952 * bookmark.el (bookmark-jump-noselect): Add obsolescence
953 declaration and remove redundant info from docstring.
954
955 * isearch.el (isearch-search-string): Doc fix.
956 (search-exit-option, search-slow-window-lines, search-slow-speed)
957 (search-upper-case, search-nonincremental-instead)
958 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
959 (search-ring-update, search-highlight, isearch-lazy-highlight)
960 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
961 (lazy-highlight-interval): Remove * from defcustom docstrings.
962 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
963 Remove * from defcustom docstrings; fix typos.
964 (isearch-push-state-function, isearch-help-for-help-internal)
965 (isearch-help-for-help, isearch-describe-bindings)
966 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
967 (isearch-pop-fun-state, isearch-search-fun-function)
968 (isearch-lazy-highlight-search): Fix typos in docstrings.
969 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
970 (isearch-forward): Fix typo and reflow docstring.
971 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
972 (isearch-mode-map): Don't use `let*'.
973
974 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
975
976 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
977
978 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
979
980 * isearch.el (isearch-search-string): Simplify and convert docstring.
981
982 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
983
984 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
985
986 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
987 (lookup-nested-alist): Doc fix.
988 (with-coding-priority): Reflow docstring.
989 (detect-coding-with-priority): Fix typos in obsolescence declaration.
990 (char-displayable-p): Reflow docstring. Use `when'.
991
992 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
993
994 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
995 week forward/backward.
996
997 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
998
999 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
1000 (with-electric-help): Fix typo and reflow docstring.
1001
1002 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
1003
1004 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
1005 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
1006 (list-buffers-noselect): Don't need to pad.
1007
1008 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
1009
1010 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
1011 Pay attention to char widths when computing string sizes.
1012
1013 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
1014
1015 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
1016 (byte-compile-output-docform): Reflow docstrings.
1017 (no-byte-compile): Fix typo in docstring.
1018 (byte-recompile-directory, compile-defun): Doc fixes.
1019 (emacs-lisp-file-regexp, byte-compile-verbose)
1020 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
1021 (byte-compile-dynamic-docstrings, byte-optimize-log)
1022 (byte-compile-error-on-warn, byte-compile-warnings)
1023 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
1024 Remove * from defcustom docstrings.
1025
1026 2008-11-20 Glenn Morris <rgm@gnu.org>
1027
1028 * format.el (format-alist, format-write-file): Doc fix.
1029
1030 * proced.el (proced-available): New variable.
1031 (proced-process-attributes): Move availability check from previous
1032 change from here...
1033 (proced): ... to here.
1034
1035 * vc-hg.el (vc-hg-diff-switches): New option.
1036 (vc-hg-diff): Apply diff switches. (Bug#1017)
1037
1038 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
1039
1040 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
1041
1042 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
1043
1044 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
1045
1046 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
1047
1048 * calc/calc-units.el (math-units-table): Doc fix.
1049 (math-standard-units): Fix typo in constant's description.
1050 (math-additional-units): Fix typo in docstring.
1051
1052 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
1053
1054 * calc/calc-units.el (math-standard-units): Add eps0,
1055 permittivity of vacuum.
1056
1057 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
1058
1059 * files.el (project-settings-file): Remove.
1060 (project-find-settings-file): Undo previous change that added the
1061 use of project-settings-file.
1062
1063 2008-11-19 Glenn Morris <rgm@gnu.org>
1064
1065 * proced.el (proced, proced-format-time): Doc fixes.
1066 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
1067
1068 2008-11-19 Karl Fogel <kfogel@red-bean.com>
1069
1070 * bookmark.el (bookmark-jump-noselect): Move the deprecation
1071 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
1072
1073 2008-11-19 Lute Kamstra <lute@gnu.org>
1074
1075 * autoinsert.el (auto-insert-alist): Don't use match data.
1076
1077 2008-11-19 Glenn Morris <rgm@gnu.org>
1078
1079 * progmodes/f90.el (f90-mode-map): Add some menu :help.
1080
1081 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
1082
1083 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
1084 * term/w32-win.el (x-select-font): Declare.
1085
1086 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
1087 Use the imperative for all help strings.
1088
1089 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
1090
1091 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
1092 case where the default dictionary is French, Spanish, younameit.
1093
1094 * window.el (window--frame-usable-p): Consider dedicated windows
1095 as usable.
1096
1097 * files.el (confirm-nonexistent-file-or-buffer):
1098 Rename from find-file-confirm-nonexistent-file.
1099 (read-buffer-to-switch): Use it.
1100
1101 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1102
1103 * server.el (server-temp-file-p): Use `string-match-p'.
1104 (server-socket-dir): Set to nil if local sockets are unsupported.
1105 (server-start): Don't try to delete local socket if unsupported.
1106 (server-kill-new-buffers): Reflow docstring.
1107 (server-delete-client, server-handle-delete-frame)
1108 (server-save-buffers-kill-terminal): Doc fixes.
1109 (server-send-string): Fix typo in docstring.
1110
1111 2008-11-18 Sam Steingold <sds@gnu.org>
1112
1113 * progmodes/compile.el (compilation-start-hook): New hook.
1114 (compilation-start): Run it on the compilation process.
1115
1116 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
1117
1118 * international/mule-cmds.el (update-leim-list-file): Simplify.
1119 (prefer-coding-system, find-coding-systems-for-charsets):
1120 Fix docstring typos.
1121 (select-safe-coding-system, input-method-exit-on-first-char)
1122 (language-info-alist, language-info-custom-alist): Reflow docstrings.
1123 (toggle-input-method, read-multilingual-string): Doc fixes.
1124 Reflow docstrings.
1125 (locale-name-match, sort-coding-systems, find-multibyte-characters)
1126 (read-char-by-name): Use `string-match-p'.
1127 (get-char-code-property, put-char-code-property)
1128 (char-code-property-description): Be silent while loading uni-* files.
1129 (ucs-names): Use `dotimes-with-progress-reporter', because loading
1130 the Unicode character names is *slow*.
1131
1132 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
1135
1136 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
1137
1138 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1139
1140 * international/mule-cmds.el (ucs-completions): Mark as risky.
1141
1142 2008-11-17 Martin Rudalics <rudalics@gmx.at>
1143
1144 * help-macro.el (three-step-help): Remove * from defcustom.
1145 (make-help-screen): Don't iconify selected frame. (Bug#1322)
1146 Use when instead of if and cond within condition-case.
1147
1148 * window.el (quit-window): Bind window to selected window when
1149 trying to delete it.
1150
1151 2008-11-17 Glenn Morris <rgm@gnu.org>
1152
1153 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
1154 definition of 'ignore, rather than nil. (Bug#1353)
1155
1156 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
1157
1158 * window.el (window--frame-usable-p): Allow use for soft-dedication.
1159
1160 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
1161
1162 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
1163
1164 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
1165 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
1166 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
1167 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
1168 (shell-command, repeat-complex-command): Reflow docstrings.
1169 (pop-to-mark-command): Fix typos in docstring.
1170
1171 2008-11-17 Juri Linkov <juri@jurta.org>
1172
1173 * isearch.el (isearch-filter-predicate): Rename from
1174 `isearch-success-function'. Rename default value from
1175 `isearch-success-function-default' to
1176 `isearch-filter-invisible'. Doc fix.
1177 (isearch-filter-invisible): Rename from
1178 `isearch-success-function-default'. Doc fix.
1179 (isearch-search, isearch-lazy-highlight-search):
1180 Rename `isearch-success-function' to `isearch-filter-predicate'.
1181
1182 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
1183 `dired-isearch-orig-success-function'.
1184 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
1185 (dired-isearch-filenames-end): Rename `isearch-success-function' to
1186 `isearch-filter-predicate'. Doc fix.
1187 (dired-isearch-filter-filenames): Rename from
1188 `dired-isearch-success-function'.
1189
1190 * info.el (Info-search, Info-mode):
1191 Rename `isearch-success-function' to `isearch-filter-predicate'.
1192 (Info-isearch-filter-predicate): Rename from
1193 `Info-search-success-function'.
1194
1195 * simple.el (minibuffer-default-add-function): Fix docstring to
1196 use clear text "default values" instead of obscure references to
1197 the dynamic variable `minibuffer-default'.
1198
1199 2008-11-16 Glenn Morris <rgm@gnu.org>
1200
1201 * term/ns-win.el (ns-extended-platform-support-mode):
1202 Tweak menu entry from previous change.
1203
1204 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
1205
1206 * cus-edit.el (custom-buffer-create-internal): Always insert the
1207 in-buffer buttons, regardless of tool-bar. (Bug#1326)
1208
1209 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1210
1211 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
1212
1213 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
1214
1215 * ielm.el (ielm-eval-input): Fix thinko in last change.
1216
1217 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1218
1219 * subr.el (read-passwd): Yank current kill if the user enters C-y.
1220
1221 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
1222
1223 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
1224 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
1225
1226 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
1227 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
1228 Handle `file-name-as-directory'.
1229
1230 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
1233 usual variable-pitch face.
1234
1235 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1236
1237 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
1238 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
1239 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
1240 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
1241 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
1242 (ange-ftp-quote-string, ange-ftp-process-handle-line)
1243 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
1244 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
1245 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
1246 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
1247 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
1248 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
1249 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
1250 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
1251 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
1252 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
1253 (ange-ftp-default-user, ange-ftp-default-password)
1254 (ange-ftp-default-account, ange-ftp-netrc-default-password)
1255 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
1256 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
1257 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
1258 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
1259 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
1260 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
1261 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
1262 (ange-ftp-make-backup-files, ange-ftp-retry-time)
1263 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
1264 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
1265 (ange-ftp-gateway-tmp-name-template)
1266 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
1267 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
1268 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
1269 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
1270 (ange-ftp-gateway-program): Remove * from docstring and reflow.
1271 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
1272 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
1273 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
1274 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
1275 (ange-ftp-rename-local-to-remote): Doc fixes.
1276 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
1277 Use `when', `unless'.
1278 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
1279 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
1280 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
1281 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
1282 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
1283 (ange-ftp-process-sentinel): Use `when'. Fix typo.
1284 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
1285 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
1286 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
1287 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
1288 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
1289 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
1290 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
1291 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
1292 `(save-match-data (string-match ...))'.
1293 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
1294 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
1295 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
1296 Doc fixes.
1297
1298 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
1299
1300 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
1301 function instead of a variable.
1302
1303 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
1304 viper-ESC-keyseq-timeout as a function.
1305 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
1306 defsubst.
1307
1308 * emulation/viper-cmd.el: Let line-move-visual to nil when using
1309 next-line or previous-line.
1310 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
1311
1312 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
1313
1314 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
1315 live.
1316 (ediff-save-buffer): Let window-min-height to 2.
1317
1318 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
1319 the minibuffer.
1320
1321 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
1322
1323 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
1324 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
1325 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
1326 (ielm-map): Define within defvar. Add docstring.
1327 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
1328 (ielm-complete-filename): Use `when', `unless'.
1329 (ielm-is-whitespace-or-comment): Use `string-match-p'.
1330 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
1331 (ielm-change-working-buffer): Check that the buffer is live.
1332 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
1333 Simplify. Reflow docstring.
1334 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
1335 New aliases, to satisfy `define-derived-mode' expectations.
1336
1337 2008-11-15 Glenn Morris <rgm@gnu.org>
1338 Martin Rudalics <rudalics@gmx.at>
1339
1340 * emacs-lisp/find-func.el (find-function-advised-original): New.
1341 (find-function-C-source, find-function-noselect):
1342 Use find-function-advised-original to handle advised funcs. (Bug#789)
1343
1344 2008-11-15 Glenn Morris <rgm@gnu.org>
1345
1346 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
1347 alias message.
1348
1349 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
1350 Remove uniquify-after-kill-buffer-p dependency.
1351 (uniquify-kill-buffer-function): New function.
1352 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
1353
1354 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
1355 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
1356 main Emacs manual.
1357
1358 2008-11-15 Martin Rudalics <rudalics@gmx.at>
1359
1360 * window.el (quit-window): Restore delete window with second
1361 arg non-nil behavior as of before 2008-10-30 change.
1362
1363 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
1364
1365 * help-fns.el (describe-function-1): Do char-range check for
1366 self-insert-command.
1367
1368 2008-11-14 Karl Fogel <kfogel@red-bean.com>
1369
1370 * files.el (file-precious-flag): Document that this flag is advisory.
1371
1372 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
1373
1374 * emacs-lisp/bytecomp.el (byte-compile-associative)
1375 (byte-compile-minus, byte-compile-quo): If there are more than two
1376 operands, don't use binary operation code (bug#1334).
1377
1378 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
1379
1380 * w32-fns.el (w32-shell-dos-semantics):
1381 * calendar/diary-lib.el (diary-face-attrs):
1382 * international/mule-cmds.el (set-default-coding-systems)
1383 (prefer-coding-system):
1384 * net/tramp.el (tramp-set-completion-function):
1385 * progmodes/vhdl-mode.el (vhdl-file-header):
1386 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
1387
1388 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
1389
1390 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
1391 (kill-matching-buffers, save-buffers-kill-emacs)
1392 (save-buffers-kill-terminal): Fix typos in docstrings.
1393 (switch-to-buffer-other-window): Reflow docstring.
1394 (revert-buffer): Doc fix.
1395 (define-project-bindings): Rename arg LIST to SETTINGS.
1396 (project-find-settings-file): Use `let', not `let*'.
1397 Use `when'.
1398
1399 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
1400
1401 * files.el (project-settings-file, locate-dominating-file):
1402 Fix typos in docstrings.
1403 (find-file-visit-truename): Remove * from defcustom docstring.
1404
1405 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
1406
1407 * files.el (project-settings-file): New variable.
1408 (project-find-settings-file): Use it, instead of hardcoding
1409 .dir.settings.el.
1410
1411 2008-11-13 Glenn Morris <rgm@gnu.org>
1412
1413 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
1414
1415 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
1416
1417 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
1418 in mail bodies.
1419
1420 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
1421
1422 * international/mule.el (autoload-coding-system, with-category-table)
1423 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
1424 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
1425 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
1426 (set-file-name-coding-system, ctext-pre-write-conversion)
1427 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
1428 Reflow docstrings.
1429 (charset-list, set-coding-priority): Remove redundant obsolescence info.
1430 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
1431 (char-valid-p): Define with `define-obsolete-function-alias'.
1432
1433 * textmodes/artist.el (artist-mode): Fix typos in docstring.
1434
1435 2008-11-12 Sam Steingold <sds@gnu.org>
1436
1437 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
1438 between hostname and path.
1439
1440 2008-11-11 Juri Linkov <juri@jurta.org>
1441
1442 * dired-aux.el (dired-isearch-filenames)
1443 (dired-isearch-filenames-regexp):
1444 Let-bind isearch-message-prefix-add to "filename ".
1445
1446 * isearch.el (isearch-message-prefix-add)
1447 (isearch-message-suffix-add): New variables.
1448 (isearch-message-prefix): Show additional text from
1449 `isearch-message-prefix-add' before "I-search".
1450 (isearch-message-suffix): Show additional text from
1451 `isearch-message-suffix-add' at the end.
1452
1453 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
1454 `isearch-search'. Call isearch-success-function to skip matches
1455 outside the current isearch scope. Let-bind search-invisible to
1456 nil to not match invisible text.
1457
1458 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
1459 Let-bind `isearch-recursive-edit' to nil to prevent calling
1460 `exit-recursive-edit' in `isearch-done' that terminates the
1461 execution of these commands when it is non-nil. Call
1462 `exit-recursive-edit' explicitly at the end.
1463 (isearch-occur): For word search construct the correct regexp
1464 with word boundaries to proceed with occur.
1465
1466 * isearch.el (isearch-search-fun): Compare the length of the
1467 current search string with the length of the string from the
1468 previous search state to detect the situation when the user
1469 adds or removes characters in the search string.
1470 Use word-search-forward-lax and word-search-backward-lax in this
1471 case, and otherwise word-search-forward and word-search-backward.
1472
1473 2008-11-11 Sam Steingold <sds@gnu.org>
1474
1475 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
1476 the "Version Control" group (for C-x v g).
1477
1478 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
1479
1480 * server.el (server-process-filter): Fix typos and reflow docstring.
1481
1482 2008-11-11 Martin Rudalics <rudalics@gmx.at>
1483
1484 * mail/footnote.el (footnote-mode): Improve doc-string.
1485 Suggested by <jidanni@jidanni.org>. (Bug#1318)
1486
1487 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
1490
1491 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
1492
1493 * mail/smtpmail.el (smtpmail-open-stream): Use
1494 `starttls-any-program-available'. Auto-load starttls.el for it.
1495
1496 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
1499 version (bug@1285).
1500
1501 2008-11-08 Eli Zaretskii <eliz@gnu.org>
1502
1503 * startup.el (command-line): Ignore init-file-user when checking
1504 user's home directory on MS-DOS as well.
1505
1506 2008-11-07 Sam Steingold <sds@gnu.org>
1507
1508 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
1509
1510 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
1511
1512 * frame.el (make-frame-on-display): Use `string-match-p'.
1513
1514 2008-11-07 Glenn Morris <rgm@gnu.org>
1515
1516 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
1517
1518 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
1519
1520 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
1521 to initialize font-lock keyword case sensitivity.
1522 (lisp-mode): Use it.
1523
1524 2008-11-06 Glenn Morris <rgm@gnu.org>
1525
1526 * eshell/esh-maint.el: Remove unused file.
1527
1528 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
1529
1530 * cus-edit.el (custom-comment-tag): Doc fix.
1531 (custom-comment, custom-variable-value-create, custom-face):
1532 Use face names sans -face suffix rather than aliases.
1533
1534 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
1535
1536 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
1537 window width.
1538
1539 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * server.el (server-process-filter): Only default to emacsclient's
1542 terminal in daemon mode.
1543
1544 2008-11-05 Martin Rudalics <rudalics@gmx.at>
1545
1546 * window.el (quit-window): Restore prefix argument behavior
1547 removed in 2008-10-30 change. (Bug#1308)
1548
1549 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
1550
1551 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
1552 function to kill-buffer-hook, not to kill-buffer.
1553 Reported by Markus Triska <markus.triska@gmx.at>
1554
1555 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
1556
1557 * calc/calc.el (calc-quit): Make sure that the keypad buffer
1558 exists before deleting its windows.
1559
1560 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1561
1562 * server.el (server-process-filter): Don't call
1563 server-create-tty-frame when no tty name is specified.
1564
1565 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
1566
1567 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
1568
1569 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * international/mule-cmds.el (toggle-enable-multibyte-characters)
1572 (define-char-code-property):
1573 * textmodes/reftex.el (reftex-index):
1574 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
1575
1576 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
1577
1578 * vc-bzr.el (vc-bzr-dir-printer): Rename from
1579 vc-bzr-status-printer.
1580
1581 * startup.el (startup-echo-area-message): Display a different
1582 message in daemon mode. Suggested by Stephen Turnbull.
1583
1584 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
1585 Windows.
1586
1587 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
1588
1589 * dframe.el (dframe-mouse-position-function)
1590 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
1591 (dframe-mouse-set-point): Fix typos in docstrings.
1592
1593 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1594
1595 * vc-dir.el (vc-dir-headers): Undo previous change.
1596
1597 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
1598
1599 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
1600 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
1601
1602 2008-11-04 Martin Rudalics <rudalics@gmx.at>
1603
1604 * subr.el (looking-back): Fix doc-string typo.
1605
1606 * electric.el (Electric-pop-up-window): Call window-end with
1607 UPDATE set to t.
1608
1609 * window.el (save-selected-window): Make it behave like
1610 save-selected-window-norecord.
1611 (save-selected-window-norecord): Remove, since functionality
1612 fully taken over by save-selected-window.
1613 (walk-windows, set-window-text-height, fit-window-to-buffer):
1614 Use save-selected-window instead of save-selected-window-norecord.
1615 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
1616 save-selected-window-norecord.
1617 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
1618 indent-function for save-selected-window-norecord.
1619
1620 2008-11-03 Alan Mackenzie <acm@muc.de>
1621
1622 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
1623
1624 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
1625
1626 * subr.el (looking-back): Doc fix.
1627
1628 * term/x-win.el (x-initialize-window-system):
1629 Call x-wm-set-size-hint after initialization.
1630
1631 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
1632 to t.
1633
1634 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
1635 2000-12-08 (bug#1297).
1636
1637 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
1638
1639 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
1640
1641 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
1642 when appropriate.
1643
1644 2008-11-02 Martin Rudalics <rudalics@gmx.at>
1645
1646 * window.el (save-selected-window-norecord): New macro.
1647 (walk-windows): Use save-selected-window-norecord and call
1648 select-window with NORECORD set. (Bug#1237)
1649 (set-window-text-height, fit-window-to-buffer):
1650 Use save-selected-window-norecord and call select-window with
1651 NORECORD set.
1652 * subr.el (with-selected-window): Call set-frame-selected-window
1653 with new argument NORECORD set. Update doc-string.
1654 (with-selected-frame): Call select-frame with new argument
1655 NORECORD set. Update doc-string.
1656 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
1657 Put indent-function for save-selected-window-norecord.
1658 * font-lock.el (lisp-font-lock-keywords-2):
1659 Add save-selected-window-norecord.
1660
1661 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
1662
1663 * cus-edit.el (customize-apropos-options, custom-comment)
1664 (custom-comment-tag, custom-face-edit-attribute-tag):
1665 Fix typos in docstrings.
1666 (custom-buffer-done-kill): Remove * from defcustom docstring.
1667 (custom-file): Fix typo in doc of defcustom choice.
1668
1669 * frame.el (display-visual-class): Fix typo in docstring.
1670 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
1671 (special-display-frame-alist, show-trailing-whitespace)
1672 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
1673 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
1674 Remove * from defcustom docstrings.
1675
1676 * md4.el (md4-buffer): Fix typo in docstring.
1677 (md4, md4-64): Doc fixes.
1678 (md4-pack-int32): Reflow docstring.
1679
1680 * paths.el (rmail-file-name): Remove * from defcustom docstring.
1681 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
1682
1683 * rect.el (open-rectangle): Reflow docstring.
1684 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
1685
1686 * select.el (x-get-cut-buffer): Fix typo in docstring.
1687
1688 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
1689 (timezone-time-zone-from-absolute, timezone-leap-year-p):
1690 Fix typos in docstrings.
1691
1692 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
1693 Fix typos in docstrings.
1694
1695 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1696
1697 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
1698
1699 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
1700 (newsticker--treeview-list-update, newsticker--treeview-item-show)
1701 (newsticker--treeview-tree-update)
1702 (newsticker--treeview-tree-update-highlight)
1703 (newsticker-treeview-update)
1704 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
1705 (newsticker-treeview-next-new-or-immortal-item)
1706 (newsticker-treeview-prev-new-or-immortal-item)
1707 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
1708 (newsticker-treeview-tree-click): Watch for layout changes.
1709 (newsticker--treeview-set-current-node): Cleanup.
1710 (newsticker--treeview-restore-layout): Rename from
1711 newsticker--treeview-restore-buffers.
1712 (newsticker--treeview-mark-item): Update cache file.
1713
1714 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
1715
1716 * calendar/icalendar.el (icalendar--uid-count): New.
1717 (icalendar--create-uid): New. Extracted from
1718 `icalendar-export-region' and add uid counter.
1719 (icalendar-export-region): Use `icalendar--create-uid'.
1720
1721 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
1722
1723 * tooltip.el (tooltip-frame-parameters): Doc fix.
1724
1725 2008-10-31 Martin Rudalics <rudalics@gmx.at>
1726
1727 * window.el (window-body-height, window-current-scroll-bars)
1728 (walk-windows, get-window-with-predicate, get-buffer-window-list)
1729 (minibuffer-window-active-p, count-windows)
1730 (window-safely-shrinkable-p, window--splittable-p)
1731 (window--try-to-split-window, window--frame-usable-p)
1732 (window--even-window-heights, window--display-buffer-1)
1733 (window--display-buffer-2, set-window-text-height)
1734 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
1735 (truncated-partial-width-window-p): Rewrite doc-string.
1736 (window-fixed-size-p): Simplify code. Rewrite doc-string.
1737 (split-window-vertically, split-window-horizontally):
1738 Rename args, rewrite doc-string, and simplify code.
1739 (split-window-save-restore-data): Rename args and use
1740 when instead of if.
1741
1742 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1743
1744 * indent.el (indent-for-tab-command): Use use-region-p.
1745
1746 * vc.el (vc-revert): Limit the length of the query string.
1747
1748 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * simple.el (idle-update-delay, next-error-highlight)
1751 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
1752 (minibuffer-history-case-insensitive-variables, kill-ring-max)
1753 (kill-read-only-ok, backward-delete-char-untabify-method)
1754 (kill-whole-line, mark-ring-max, global-mark-ring-max)
1755 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
1756 (goal-column, line-move-ignore-invisible, fill-prefix)
1757 (auto-fill-inhibit-regexp, blink-matching-paren)
1758 (blink-matching-paren-on-screen, blink-matching-paren-distance)
1759 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
1760 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
1761 (minibuffer-history-isearch-wrap, transient-mark-mode)
1762 (next-logical-line, auto-fill-mode, line-number-mode)
1763 (column-number-mode, size-indication-mode, clone-indirect-buffer)
1764 (normal-erase-is-backspace-mode): Doc fixes.
1765 (current-kill, transient-mark-mode, toggle-truncate-lines)
1766 (visible-mode): Reflow docstrings.
1767 (minibuffer-local-shell-command-map, interprogram-paste-function):
1768 Fix typos in docstrings.
1769
1770 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * server.el (server-process-filter): In daemon mode, default to
1773 emacsclient's tty if not opening a new frame and only the
1774 terminal-frame is available.
1775
1776 2008-10-30 Martin Rudalics <rudalics@gmx.at>
1777
1778 * window.el (quit-window): Simplify code. Say in doc-string
1779 that it operates on the selected window's buffer. (Bug#1259)
1780
1781 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
1782
1783 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
1784 nil so that log-view-diff-changeset works.
1785
1786 2008-10-30 Glenn Morris <rgm@gnu.org>
1787
1788 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
1789
1790 * resume.el: Move to obsolete/.
1791 * Makefile.in (ELCFILES): Update.
1792
1793 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
1794
1795 * electric.el (Electric-pop-up-window): Don't shrink the window if
1796 it's already big enough.
1797
1798 * minibuffer.el (delete-minibuffer-contents): Delete all
1799 minibuffer contents instead of just the current field.
1800
1801 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
1802
1803 * bookmark.el (bookmark-handle-bookmark): Rename from
1804 bookmark-jump-noselect.
1805 (bookmark--jump-via, bookmark-insert): Callers changed.
1806 (bookmark-jump-noselect): Wrapper function for
1807 bookmark-handle-bookmark.
1808 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
1809
1810 * textmodes/ispell.el (ispell-word): Use use-region-p.
1811
1812 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
1813
1814 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
1815 to follow naming conventions for abnormal hooks. Doc fix.
1816 (tooltip-mode, tooltip-timeout): Use it.
1817 (tooltip-hook): New obsolete alias.
1818 (tooltip-help-tips): Doc fix.
1819
1820 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
1821
1822 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
1823
1824 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
1825 of hardcoded /tmp.
1826
1827 2008-10-29 Glenn Morris <rgm@gnu.org>
1828
1829 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
1830
1831 * vc-hooks.el (vc-find-root): Remove bogus alias.
1832
1833 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
1834
1835 * international/quail.el (quail-show-guidance): Don't create
1836 a guidance-frame if current buffer is not a minibuffer, since even if
1837 selected-window is mini-p, the buffer will never be displayed in it, so
1838 it wil be usable for guidance.
1839
1840 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
1841
1842 * smerge-mode.el: Require diff-mode at run-time as well.
1843
1844 2008-10-28 Martin Rudalics <rudalics@gmx.at>
1845
1846 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
1847 * vc-hooks.el (vc-stay-local): Likewise.
1848
1849 2008-10-28 Phil Sung <psung@mit.edu>
1850
1851 * follow.el (follow-scroll-down, follow-calc-win-end)
1852 (follow-estimate-first-window-start): Reduce effective window
1853 height when header line is present. (Bug#925)
1854
1855 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
1856
1857 * subr.el (locate-user-emacs-file): Simplify. Don't create
1858 `user-emacs-directory' when Emacs is running in batch mode.
1859
1860 * startup.el (inhibit-startup-screen): Reflow docstring.
1861 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
1862
1863 2008-10-27 Kenichi Handa <handa@m17n.org>
1864
1865 * descr-text.el (describe-char): Fix terminal case (where font is nil).
1866
1867 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
1868
1869 * face-remap.el (text-scale-increase, text-scale-decrease)
1870 (text-scale-adjust): Remove &optional keyword from the arg list;
1871 the INC argument is not really optional, if the functions happen
1872 to be called from elisp.
1873
1874 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
1875
1876 * vc.el: Rename VC methods that were missed when vc-status was
1877 renamed to vc-dir.
1878 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
1879 vc-svn-status-extra-headers.
1880 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
1881 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
1882 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
1883 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
1884 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
1885 vc-dir-status-printer.
1886 (vc-dir-headers): Use `dir-extra-headers' instead of
1887 `status-extra-headers'.
1888 (vc-dir-printer): Rename from vc-dir-status-printer.
1889 (vc-default-dir-extra-headers): Rename from
1890 vc-default-status-extra-headers.
1891 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
1892 vc-cvs-status-extra-headers.
1893
1894 * startup.el (server-name): Pacify byte compiler.
1895 (command-line): If --daemon=SERVER_NAME was used, set server-name
1896 before calling server-start.
1897
1898 2008-10-26 Romain Francoise <romain@orebokech.com>
1899
1900 * startup.el (command-line): Call daemon-initialized after
1901 starting the server.
1902
1903 2008-10-26 Kenichi Handa <handa@m17n.org>
1904
1905 * help-fns.el (describe-categories): Display the terse legend at
1906 the head.
1907
1908 * international/characters.el: Docstrings of categories improved.
1909
1910 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
1911
1912 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
1913
1914 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
1915 to the courier family.
1916 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
1917 usually not serif'd and hence rather unlike verbatim's printed output.
1918
1919 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
1922 when reporting the module.
1923
1924 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
1925
1926 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
1927
1928 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * files.el (locate-dominating-stop-dir-regexp): New var.
1931 (locate-dominating-file): Change arg from a regexp to a file name.
1932 Rewrite using the vc-find-root code to avoid directory-files which is
1933 too slow. Obey locate-dominating-stop-dir-regexp.
1934 Don't pay attention to changes in owner.
1935 (project-find-settings-file): Adjust call to locate-dominating-file.
1936
1937 * progmodes/flymake.el (flymake-find-buildfile):
1938 Adjust call to locate-dominating-file.
1939
1940 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
1941 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
1942
1943 2008-10-25 Martin Rudalics <rudalics@gmx.at>
1944
1945 * subr.el (with-current-buffer): Rename buffer argument to
1946 buffer-or-name.
1947 * window.el (get-buffer-window-list): Rename buffer argument to
1948 buffer-or-name and make it optional.
1949
1950 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
1951
1952 * completion.el (add-completion-to-head, add-completion): Doc fixes.
1953 (completion-search-next, add-completions-from-file):
1954 Fix typos in docstrings.
1955
1956 * filesets.el (filesets-menu-ensure-use-cached)
1957 (filesets-ingroup-patterns, filesets-filetype-property):
1958 * tutorial.el (get-lang-string):
1959 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
1960 Fix typos in docstrings.
1961
1962 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
1963 (image-dired-line-up-method, image-dired-thumb-size)
1964 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
1965 (image-dired-track-original-file, image-dired-track-thumbnail)
1966 (image-dired-dired-next-line, image-dired-dired-previous-line)
1967 (image-dired-write-comments): Reflow docstrings.
1968 (image-dired-show-all-from-dir-max-files)
1969 (image-dired-format-properties-string, image-dired-create-thumbs)
1970 (image-dired-mark-tagged-files, image-dired-gallery-generate):
1971 Fix typos in docstrings.
1972
1973 * savehist.el (savehist-save-minibuffer-history, savehist-file)
1974 (savehist-additional-variables, savehist-ignored-variables)
1975 (savehist-file-modes, savehist-autosave-interval):
1976 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
1977 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
1978 (fancy-splash-image):
1979 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
1980 (thumbs-conversion-program, thumbs-margin):
1981 Remove spurious * in docstrings.
1982
1983 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
1984
1985 * thingatpt.el (end-of-sexp, beginning-of-sexp)
1986 (forward-same-syntax): Omit default arguments to char-after and
1987 char-before.
1988
1989 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
1990
1991 * subr.el (locate-user-emacs-file): New function.
1992 (user-emacs-directory): Mention it in docstring.
1993
1994 * completion.el (save-completions-file-name):
1995 * filesets.el (filesets-menu-cache-file):
1996 * image-dired.el (image-dired-dir, image-dired-db-file)
1997 (image-dired-temp-image-file, image-dired-gallery-dir)
1998 (image-dired-temp-rotate-image-file):
1999 * savehist.el (savehist-file):
2000 * server.el (server-auth-dir):
2001 * thumbs.el (thumbs-thumbsdir):
2002 * tutorial.el (tutorial--saved-dir):
2003 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
2004
2005 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
2006
2007 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
2008 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
2009
2010 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
2011
2012 * filesets.el: Update author email.
2013 (filesets-data): Doc fix.
2014
2015 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
2016
2017 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
2018
2019 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
2020
2021 * international/mule-cmds.el (describe-language-environment):
2022 Indent sample text.
2023
2024 2008-10-23 Glenn Morris <rgm@gnu.org>
2025
2026 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
2027
2028 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
2029 byte-compile a redefinition of a function with special byte-compile
2030 handling. (Bug#411)
2031
2032 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2033
2034 * ps-print.el: Deal with page sizes for label printes. Suggested by
2035 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2036 (ps-print-version): New version 7.3.3.
2037 (ps-page-dimensions-database): New page sizes for label printers.
2038 (ps-n-up-printing): Fix code.
2039
2040 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
2041
2042 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
2043
2044 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
2045 (list-at-point): Add docstrings.
2046
2047 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
2048
2049 * dired-aux.el (dired-do-create-files): Doc fix.
2050
2051 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2052
2053 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
2054 with other documentation.
2055
2056 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
2057
2058 * replace.el (how-many): Fix typo in docstring.
2059 Reported by Leo <sdl.web@gmail.com>.
2060
2061 2008-10-22 Glenn Morris <rgm@gnu.org>
2062
2063 * international/mule-cmds.el (universal-coding-system-argument):
2064 Check for C-g. (Bug#1205)
2065
2066 2008-10-22 Kenichi Handa <handa@m17n.org>
2067
2068 * international/characters.el: Don't setup
2069 find-word-boundary-function-table.
2070 (next-word-boundary-han, next-word-boundary-kana): Delete them.
2071 (word-combining-categories, word-separating-categories):
2072 Adjust to the change of the docstrings.
2073
2074 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
2075
2076 * simple.el (region-active-p): Doc fix.
2077
2078 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2079
2080 * subr.el (apply-partially): Move from here...
2081
2082 * simple.el (apply-partially): ...to here.
2083
2084 2008-10-20 Andreas Schwab <schwab@suse.de>
2085
2086 * subr.el (split-string-and-unquote): Simplify regexp.
2087
2088 2008-10-20 Eli Zaretskii <eliz@gnu.org>
2089
2090 * subr.el (top-level): Require `cl' when compiling.
2091
2092 2008-10-20 David Reitter <david.reitter@gmail.com>
2093
2094 * info.el (Info-mode): Do not remove an existing header line if
2095 `Info-use-header-line' is nil.
2096
2097 2008-10-19 Juri Linkov <juri@jurta.org>
2098
2099 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
2100 Add arg `delimited' as in `query-replace' for the case when
2101 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
2102 Add more indicators to the prompt ("word" and "in region").
2103
2104 * replace.el (query-replace, query-replace-regexp)
2105 (replace-string, replace-regexp, perform-replace): Add "word"
2106 indicatiors to the prompt for word delimited replacements.
2107
2108 * replace.el (read-regexp): Rename arg `default' to `default-value'.
2109 Doc fix.
2110
2111 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2112
2113 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
2114
2115 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
2116
2117 2008-10-19 Martin Rudalics <rudalics@gmx.at>
2118
2119 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
2120 Make argument names follow Elisp manual.
2121
2122 2008-10-19 Eli Zaretskii <eliz@gnu.org>
2123
2124 * textmodes/remember.el (remember-data-file):
2125 * shadowfile.el (shadow-initialize)
2126 <shadow-info-file, shadow-todo-file>:
2127 * savehist.el (savehist-file):
2128 * recentf.el (recentf-save-file):
2129 * pcvs-defs.el (cvs-cvsrc-file):
2130 * international/kkc.el (kkc-init-file-name):
2131 * ido.el (ido-save-directory-list-file):
2132 * calendar/todo-mode.el (todo-file-do, todo-file-done)
2133 (todo-file-top): Run file names that begin with a period thru
2134 `convert-standard-filename'.
2135
2136 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
2137 before-init-hook.
2138
2139 Fix Bug #1183:
2140
2141 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
2142 coding-system-for-read to ediff-coding-system-for-write.
2143
2144 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
2145 coding-system-for-write to ediff-coding-system-for-write.
2146
2147 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
2148 (ediff-coding-system-for-write): Set to emacs-internal.
2149
2150 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * international/mule-conf.el (emacs-internal): New coding system alias.
2153
2154 2008-10-18 Juri Linkov <juri@jurta.org>
2155
2156 * info.el (Info-file-supports-index-cookies-list): New variable.
2157 (Info-file-supports-index-cookies): New function.
2158 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
2159 (Info-index-nodes): Let-bind Info-point-loc to nil for files
2160 without an index cookie to ignore it when Info-index-nodes is
2161 called during navigating from an index node with line numbers.
2162 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
2163
2164 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
2165 variable definition section.
2166
2167 * info.el (Info-find-node-2): Put initial point below the header line
2168 and breadcrumbs line.
2169
2170 2008-10-18 Glenn Morris <rgm@gnu.org>
2171
2172 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
2173 the needed external programs were not found.
2174
2175 2008-10-18 Eli Zaretskii <eliz@gnu.org>
2176
2177 * files.el (trash-directory): Run thru `convert-standard-filename'.
2178 (file-modes-char-to-who, file-modes-char-to-right)
2179 (file-modes-rights-to-number, file-modes-symbolic-to-number)
2180 (read-file-modes): Doc fixes.
2181
2182 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
2183
2184 * abbrev.el (define-abbrev): Doc fix.
2185
2186 2008-10-17 Alan Mackenzie <acm@muc.de>
2187
2188 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
2189 foo bar [] = { ...".
2190
2191 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
2192
2193 * faces.el (face-spec-set-2): Don't pass invalid attributes to
2194 set-face-attribute.
2195
2196 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
2197
2198 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
2199 according to `locale-coding-system'. (This fixes trivial bug reported
2200 as part of bug#1179).
2201 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
2202 particular order). Use `when'.
2203
2204 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
2205
2206 * w32-fns.el (w32-check-shell-configuration): Doc fix.
2207 (w32-add-charset-info): Fix typo in docstring.
2208
2209 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
2210
2211 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
2212 after discussion.
2213
2214 2008-10-16 Magnus Henoch <mange@freemail.hu>
2215
2216 * vc-arch.el (vc-arch-dir-status): New function.
2217 (vc-arch-after-dir-status): New function.
2218
2219 2008-10-16 Glenn Morris <rgm@gnu.org>
2220
2221 * man.el (Man-getpage-in-background): Force recent `man's to output
2222 escape sequences even when stdout is not a tty. (Bug#1142)
2223
2224 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
2225
2226 * international/mule-conf.el: Add `utf8' and `UTF8' as
2227 aliases for the `utf-8' coding system.
2228
2229 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
2230
2231 * find-file.el (ff-get-file): Doc fix.
2232 (ff-get-file-name): Use `let', not `let*'.
2233 (ff-search-directories): Fix typo in docstring.
2234 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
2235 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
2236 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
2237 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
2238 (cc-other-file-alist, modula2-other-file-alist):
2239 Remove spurious * in docstrings.
2240
2241 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * faces.el (set-face-attribute): Set family and foundry before
2244 other attributes.
2245 (face-spec-set-2): Pass unmodified args to set-face-attribute.
2246
2247 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
2248
2249 * hl-line.el (hl-line-unload-function): New function.
2250 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
2251 (hl-line-sticky-flag): Remove spurious * in docstring.
2252
2253 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
2254
2255 * vc-git.el (vc-git-show-log-entry): Include the revision in the
2256 search string.
2257
2258 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
2259
2260 * net/tramp.el (tramp-process-one-action): Embed regexp in
2261 parentheses, before adding end-of-buffer construct. Suggested by
2262 Markus Triska <markus.triska@gmx.at>.
2263
2264 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
2265
2266 * net/newst-plainview.el (w3m-toggle-inline-image):
2267 Define 'declare-function if necessary, for compatibility.
2268
2269 * net/newst-treeview.el (w3m-toggle-inline-images):
2270 Define 'declare-function if necessary, for compatibility.
2271
2272 2008-10-13 Alan Mackenzie <acm@muc.de>
2273
2274 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
2275 so that the function works on one-line macros.
2276
2277 * progmodes/cc-engine.el: Amend several doc strings and comments.
2278
2279 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
2280
2281 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
2282
2283 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
2284 (vc-cvs-stay-local): Add a new choice and default to it.
2285 (vc-cvs-dir-status): Use the new vc-stay-local choice.
2286
2287 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
2288
2289 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
2290
2291 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
2292 Add support for extended return statement.
2293
2294 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
2295 and obj-dir; keep user order.
2296
2297 2008-10-12 Glenn Morris <rgm@gnu.org>
2298
2299 * Makefile.in (ELCFILES): Update.
2300
2301 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
2302 (shell-file-name-quote-list): Declare.
2303
2304 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
2305
2306 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
2307
2308 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
2309
2310 * startup.el (command-line): If toolbar is disabled but ought to
2311 be initialized, call tool-bar-setup.
2312
2313 * tool-bar.el (tool-bar-setup): Variable deleted.
2314 (tool-bar-setup): Set it up unconditionally.
2315
2316 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
2317
2318 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
2319 tool-bar-map has been initialized before setting it up.
2320
2321 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
2322 tool-bar-map has been initialized before setting it up.
2323
2324 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
2325
2326 * emacs-lisp/warnings.el (display-warning): Issue a message if
2327 called during daemon initialization.
2328
2329 * tool-bar.el (tool-bar-local-item)
2330 (tool-bar-local-item-from-menu): Put the check for number of
2331 display colors into the image expression.
2332 (tool-bar-setup): Don't be a no-op on ttys.
2333
2334 * info.el (info-tool-bar-map):
2335 * progmodes/gud.el (gud-tool-bar-map):
2336 * progmodes/grep.el (grep-mode-tool-bar-map):
2337 * progmodes/compile.el (compilation-mode-tool-bar-map):
2338 Initialize it unconditionally.
2339
2340 2008-10-11 Romain Francoise <romain@orebokech.com>
2341
2342 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
2343 * kmacro.el (kmacro-edit-lossage): Ditto.
2344 * edmacro.el (edit-kbd-macro): Ditto.
2345
2346 2008-10-11 Ulf Jasper <ulf@web.de>
2347
2348 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
2349 Fix variable names.
2350
2351 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
2352
2353 * startup.el (command-line): Revert 2008-09-26 change, not
2354 necessary anymore.
2355
2356 2008-10-10 Andreas Schwab <schwab@suse.de>
2357
2358 * simple.el (minibuffer-complete-shell-command):
2359 Bind comint-delimiter-argument-list, comint-file-name-chars and
2360 comint-file-name-quote-list like shell-mode.
2361
2362 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2363
2364 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
2365 call of select-window.
2366
2367 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
2368
2369 * calc/calc.el (calc-embedded-word-regexp)
2370 (calc-embedded-word-regexp-alist): New variables.
2371 (calc-embedded-open-word, calc-embedded-close-word)
2372 (calc-embedded-open-close-word-alist): Remove unused variables.
2373
2374 * calc/calc-embed.el (calc-embedded-make-info):
2375 Use `calc-embedded-word-regexp' to find words.
2376
2377 2008-10-10 Martin Rudalics <rudalics@gmx.at>
2378
2379 * info.el (Info-extract-menu-counting): New argument no-detail to
2380 skip detailed node listings.
2381 (Info-forward-node): New argument not-up to inhibit going up.
2382 (Info-final-node): Call Info-extract-menu-counting and
2383 Info-forward-node with the new arguments set to avoid infinite
2384 looping. (Bug#1116)
2385
2386 2008-10-10 Eli Zaretskii <eliz@gnu.org>
2387
2388 * startup.el (command-line): Don't invoke tool-bar-mode if it is
2389 not fboundp.
2390
2391 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
2392
2393 * startup.el (command-line): Enable tool-bar-mode as long as it is
2394 not suppressed by X resources, regardless of the terminal.
2395
2396 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
2397 graphical terminals.
2398 (tool-bar-setup): No-op if called on a tty.
2399
2400 2008-10-09 Eli Zaretskii <eliz@gnu.org>
2401
2402 * frame.el (make-frame-on-tty): Use "F" inside interactive.
2403 Support `pc' ``window-system''.
2404
2405 * progmodes/compile.el (compilation-start): Resurrect the version
2406 for systems that don't support asynchronous subprocesses.
2407
2408 2008-10-09 Martin Rudalics <rudalics@gmx.at>
2409
2410 * window.el (pop-up-frames): Add choice graphic-only.
2411 (display-buffer): When pop-up-frames equals graphic-only do
2412 not pop up new frame on text-only terminals. (Bug#1061)
2413
2414 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
2415
2416 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
2417 (vc-cvs-dir-status): Use it.
2418
2419 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
2420
2421 * json.el (json-skip-whitespace): Fix last change.
2422
2423 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
2424
2425 * bs.el (bs-unload-function): New function.
2426
2427 2008-10-08 Sven Joachim <svenjoac@gmx.de>
2428
2429 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
2430 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
2431 For clarity, explicitly require cl.
2432
2433 2008-10-08 Michael Olson <mwolson@gnu.org>
2434
2435 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
2436 can avoid a bad interaction with programs that add functions to
2437 the window-scroll-functions hook. This fixes Bug #858.
2438
2439 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
2440
2441 * startup.el (command-line): Use display-warning to warn about an
2442 init file error.
2443 (command-line-1): Remove init file error delay.
2444
2445 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
2446
2447 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
2448 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
2449 (rx-group-if): New function.
2450 (rx-parent): New variable.
2451 (rx-and, rx-or): Put shy groups only when necessary.
2452 (rx-bracket): Remove.
2453 (rx-anything): New function.
2454 (rx-any-delete-from-range, rx-any-condense-range)
2455 (rx-check-any-string): New functions.
2456 (rx-check-any): Return result as a list. Don't convert chars to
2457 strings. Don't prepend "\\" to "^". Don't search for close bracket.
2458 Check char category string. Call rx-form instead of rx-to-string.
2459 (rx-any): Rebuid to complete the function.
2460 (rx-check-not): Fix char category regexp pattern string.
2461 Call rx-form instead of rx-to-string.
2462 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
2463 "[^^]". Call regexp-quote for one char string when not called from
2464 rx-not. Add "\\w", and toggle to upcase. Add the case of
2465 "\\[SCBW]" to toggle.
2466 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
2467 instead of rx-to-string.
2468 (rx-kleene): Call rx-form instead of rx-to-string.
2469 Call rx-group-if to adjust putting of shy groups.
2470 (rx-atomic-p): Make check more precisely.
2471 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
2472 (rx-regexp): Call rx-group-if.
2473 (rx-form): New function.
2474 (rx-to-string): Call rx-form, rx-group-if.
2475 Refine definition of NO-GROUP.
2476
2477 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
2478
2479 * json.el (json-advance): Use forward-char.
2480 (json-skip-whitespace): Use skip-syntax-forward.
2481
2482 2008-10-07 Alan Mackenzie <acm@muc.de>
2483
2484 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
2485 indenting a macro followed by blank lines doesn't backslash the
2486 following non-blank line into the macro.
2487
2488 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
2489
2490 * startup.el (before-init-time, after-init-time): Move into emacs.c.
2491 (command-line): Set after-init-time to nil before initialization.
2492
2493 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
2494
2495 * calc/calc-units.el (math-standard-units): Update the values
2496 of the units.
2497
2498 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
2499
2500 * bookmark.el (bookmark-unload-function): New function.
2501
2502 2008-10-06 Andreas Schwab <schwab@suse.de>
2503
2504 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
2505
2506 2008-10-06 Martin Rudalics <rudalics@gmx.at>
2507
2508 * mail/footnote.el: Remove * in defcustom docstrings and tell
2509 for most options that customizing them doesn't affect buffers
2510 already displaying footnotes.
2511 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
2512 Fix handling of text properties and identical start/end tags.
2513 Do not use format when renumbering.
2514 (Footnote-set-style): Make it work.
2515 (Footnote-insert-numbered-footnote): Simplify.
2516 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
2517 (Footnote-goto-footnote): Fix handling of empty section tag.
2518 (Footnote-delete-footnote): Fix handling of identical start/end
2519 tags, empty section tag, and spaced footnotes. Do not use
2520 kill-region.
2521 (footnote-mode): Make most options buffer-local to avoid that
2522 customizing messes up handling of footnotes in buffers that
2523 already display them.
2524
2525 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
2526
2527 * faces.el (x-create-frame-with-faces): Undo previous change.
2528
2529 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
2530 existent files.
2531
2532 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
2533
2534 * international/mule-cmds.el (universal-coding-system-argument):
2535 Handle digit-argument too.
2536
2537 2008-10-05 Mario Lang <mlang@delysid.org>
2538
2539 * xml.el (xml-parse-string): Use skip-chars-forward.
2540
2541 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
2542
2543 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
2544 existent files.
2545 (vc-bzr-dir-status-files): New function.
2546
2547 2008-10-04 Glenn Morris <rgm@gnu.org>
2548
2549 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
2550
2551 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
2552 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
2553
2554 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
2555 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
2556
2557 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
2558
2559 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
2560 Fix typo. (Bug#1074)
2561
2562 2008-10-04 Martin Rudalics <rudalics@gmx.at>
2563
2564 * progmodes/compile.el (compilation-start): Make sure to move to
2565 point-max only when we are in the compilation buffer. (Bug#1073)
2566
2567 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
2568
2569 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
2570 tool-bar-mode is on.
2571
2572 * vc-svn.el (vc-svn-dir-status-files):
2573 * vc-cvs.el (vc-cvs-dir-status-files): New function.
2574
2575 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2576
2577 * vc-hg.el (vc-hg-dir-status-files): New function.
2578
2579 2008-10-03 Martin Rudalics <rudalics@gmx.at>
2580
2581 * window.el (window--display-buffer-1): Don't care about
2582 visibility since raise-frame does.
2583
2584 2008-10-03 Mario Lang <mlang@delysid.org>
2585
2586 * nxml/xmltok.el (xmltok-forward): Simplify.
2587
2588 2008-10-03 Glenn Morris <rgm@gnu.org>
2589
2590 * Makefile.in (ELCFILES): Update.
2591
2592 * frame.el (set-default-font): Make obsolete.
2593 * mouse.el (mouse-set-font): Use set-frame-font.
2594
2595 * jka-cmpr-hook.el (jka-compr-compression-info-list)
2596 (jka-compr-mode-alist-additions): Also match `.tbz2'.
2597
2598 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
2599 * files.el (auto-mode-alist): Add .PRO as per above autoload.
2600
2601 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
2602
2603 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
2604 (vc-dir-refresh): Set it here instead. (Bug#1067)
2605
2606 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
2607
2608 * faces.el (inhibit-frame-set-background-mode): New var.
2609 (frame-set-background-mode): Use it to avoid a loop in
2610 face-spec-recalc.
2611
2612 2008-10-02 Glenn Morris <rgm@gnu.org>
2613
2614 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
2615 vc-diff-switches.
2616
2617 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2618
2619 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
2620 that is, to take some action when a buffer is killed. Suggested by
2621 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
2622 11.2.2.
2623 (whitespace-action): Docstring and :type fix.
2624 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
2625 Code fix.
2626 (whitespace-add-local-hook, whitespace-remove-local-hook)
2627 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
2628
2629 2008-10-01 Magnus Henoch <mange@freemail.hu>
2630
2631 * net/tls.el (open-tls-stream): Show the actual command being
2632 executed, instead of the format string.
2633
2634 2008-10-01 Eli Zaretskii <eliz@gnu.org>
2635
2636 * term/internal.el (dos-locale-alist): New alist.
2637 (dos-codepage-setup): Use it to compute a value of locale with
2638 which to call set-locale-environment. Remove code to set
2639 terminal, keyboard, and file-name encoding (done by
2640 set-locale-environment).
2641
2642 * international/mule-cmds.el
2643 (set-language-environment-nonascii-translation): Fix nonascii
2644 value for `pc' ``window-system''.
2645 (set-display-table-and-terminal-coding-system)
2646 (set-default-coding-systems): Don't special-case `pc'.
2647
2648 2008-10-01 Glenn Morris <rgm@gnu.org>
2649
2650 * filesets.el (filesets-menu-name): Fix type.
2651 (filesets-menu-path, filesets-menu-before): Fix types.
2652 Change defaults to be consistent with recentf. (Bug#1056)
2653
2654 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2655
2656 * term/xterm.el (xterm-turn-on-modify-other-keys)
2657 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
2658 Don't forget to pass `terminal' to `send-string-to-terminal'.
2659
2660 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
2661
2662 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
2663 (vc-file-not-found-hook): Check, that `buffer-file-name' is
2664 non-nil. It is not clear, whether this is only fixing symptoms on
2665 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
2666 is embedded by that check. So it might be TRT. Suggested by Dan
2667 Nicolaescu <dann@ics.uci.edu>.
2668
2669 2008-09-30 Eli Zaretskii <eliz@gnu.org>
2670
2671 * Makefile.in (ELCFILES): Remove codepage.elc.
2672
2673 * international/codepage.el: File removed, as even ms-dos doesn't
2674 need it anymore.
2675
2676 * loadup.el [ms-dos]: Don't load ccl and codepage.
2677
2678 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
2679 (IT-character-translations, cjk-codepages-alist): Remove variables.
2680 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
2681 (IT-unicode-translations): Remove charset and base elements.
2682 Add translations for Latin-1 characters.
2683 (IT-setup-unicode-display): Accept a CODING argument. Don't use
2684 base and chset elements of IT-unicode-translations. Don't wrap
2685 translation in "{...}". Set up translations only for characters
2686 for which unencodable-char-position returns non-nil.
2687 (dos-codepage-setup): Don't use special-case codepages in
2688 cjk-codepages-alist.
2689
2690 * files.el (locate-dominating-file): Wrap directory-files with
2691 condition-case, instead of calling file-directory-p, which stats
2692 the directory one more time.
2693
2694 * mail/mail-utils.el (mail-unquote-printable-region):
2695 Use insert-byte instead of insert-char, when the UNIBYTE arg is
2696 non-nil.
2697
2698 2008-09-30 Daiki Ueno <ueno@unixuser.org>
2699
2700 * epa-file.el (epa-file-insert-file-contents): Fix typo.
2701
2702 2008-09-30 Glenn Morris <rgm@gnu.org>
2703
2704 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
2705
2706 2008-09-30 Daniel Colascione <danc@merrillpress.com>
2707
2708 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
2709 (which-function): Handle nested imenu trees.
2710
2711 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
2712 some nested menu items.
2713
2714 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
2715
2716 * calc/calc-units.el (math-standard-units): Add entries used to
2717 display the the values in the units buffer.
2718 (math-build-units-table): Add entries to the units table to be used
2719 to display the values in the units buffer.
2720 (math-build-units-table-buffer): Use the display entry of the units
2721 table when non-nil.
2722 (calc-define-unit): Add option to enter display value of unit.
2723
2724 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2725
2726 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
2727
2728 2008-09-29 Eli Zaretskii <eliz@gnu.org>
2729
2730 * files.el (locate-dominating-file): Take file-attributes of
2731 `dir', not of `file' (which never changes).
2732
2733 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
2734
2735 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
2736 also be `localname'.
2737
2738 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
2739 IDENTIFICATION.
2740
2741 2008-09-28 Glenn Morris <rgm@gnu.org>
2742
2743 * vc.el (vc-switches): Give it a doc string.
2744
2745 2008-09-28 Romain Francoise <romain@orebokech.com>
2746
2747 * comint.el (comint-show-output): Adjust to stickiness changes of
2748 the output field.
2749
2750 * startup.el (command-line): Start the daemon server later.
2751
2752 2008-09-28 Martin Rudalics <rudalics@gmx.at>
2753
2754 * subr.el (read-quoted-char): Call char-resolve-modifiers
2755 instead of char-resolve-modifers.
2756
2757 2008-09-27 Glenn Morris <rgm@gnu.org>
2758
2759 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
2760 than [return]. (Bug#1031)
2761
2762 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
2763
2764 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
2765
2766 2008-09-27 Daiki Ueno <ueno@unixuser.org>
2767
2768 * epg.el (epg-wait-for-status): Check if there is no pending status.
2769 Reported by Ted Romer <ted@romerfamily.com>.
2770
2771 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
2772
2773 * startup.el (command-line): Turn on menu-bar-mode and
2774 tool-bar-mode when running as a daemon.
2775
2776 2008-09-26 Eli Zaretskii <eliz@gnu.org>
2777
2778 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
2779 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2780 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2781 ($(lisp)/progmodes/cc-engine.elc)
2782 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2783 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2784 ($(lisp)/progmodes/cc-subword.elc)
2785 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2786
2787 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
2788 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
2789 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
2790 ($(lisp)/progmodes/cc-engine.elc)
2791 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
2792 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
2793 ($(lisp)/progmodes/cc-subword.elc)
2794 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
2795
2796 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
2797
2798 * informat.el (Info-split-threshold): New variable.
2799 (Info-split): Use it.
2800
2801 * textmodes/texinfmt.el (texinfo-format-buffer):
2802 Use Info-split-threshold to decide whether to split Info files.
2803
2804 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2805
2806 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
2807 quoting.
2808
2809 * comint.el (comint-dynamic-complete-as-filename): Quote directory
2810 name when reinserting it.
2811
2812 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
2813 word-search-backward-lax for incremental word search.
2814
2815 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * generic-x.el (generic-other-modes): Fix typo in docstring.
2818 (generic-use-find-file-hook, generic-lines-to-scan)
2819 (generic-find-file-regexp, generic-ignore-files-regexp)
2820 (generic-define-mswindows-modes, generic-define-unix-modes):
2821 Remove `*' from docstring.
2822 (generic-mode-find-file-hook): Use `string-match-p'.
2823 (apache-log-generic-mode, mailagent-rules-generic-mode)
2824 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
2825 (java-manifest-generic-mode, java-properties-generic-mode)
2826 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
2827 for consistency with other modes in generic-x.el.
2828
2829 2008-09-25 Martin Rudalics <rudalics@gmx.at>
2830
2831 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
2832 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
2833 parens specially only if latex-handle-escaped-parens is non-nil.
2834 (latex-indent-within-escaped-parens): New option.
2835 (latex-find-indent): Bind latex-handle-escaped-parens to
2836 latex-indent-within-escaped-parens. Do not treat escaped parens
2837 specially when this is nil. (Bug#954)
2838
2839 2008-09-25 Glenn Morris <rgm@gnu.org>
2840
2841 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
2842
2843 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
2844
2845 * vc.el (vc-mark-resolved): Move message here from
2846 vc-default-mark-resolved.
2847 (vc-default-mark-resolved): Change to an alias for ignore.
2848
2849 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
2850
2851 * term.el (term-emulate-terminal): Encode input string before
2852 checking its length.
2853
2854 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
2855
2856 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
2857 is loaded.
2858
2859 * server.el (server-buffer-done): Avoid changing the buffer when
2860 deleting the client's frame (bug#640).
2861
2862 * vc.el (vc-default-mark-resolved): New function.
2863
2864 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
2865
2866 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
2867 from raising a wrong-type-argument error.
2868
2869 2008-09-24 Martin Rudalics <rudalics@gmx.at>
2870
2871 * help-fns.el (describe-function-1, describe-variable): Print
2872 relative file name in help buffer.
2873 * faces.el (describe-face): Print relative file name in help
2874 buffer.
2875
2876 2008-09-23 Romain Francoise <romain@orebokech.com>
2877
2878 * subr.el (with-output-to-string): Make sure that the temporary
2879 buffer gets killed.
2880
2881 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
2882
2883 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
2884 indentation problem with keyword symbols when a list starts with
2885 ,@ or spaces. (Bug#1012)
2886
2887 2008-09-23 Martin Rudalics <rudalics@gmx.at>
2888
2889 * textmodes/tex-mode.el (latex-find-indent): Try to handle
2890 escaped close parens correctly. (Bug#954)
2891
2892 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
2893
2894 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
2895 usage of `fortune-file' even though a FILE argument was passed to
2896 the function.
2897
2898 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2899
2900 * startup.el (command-line): Start the server when in daemon mode.
2901 Remove always true test.
2902
2903 * frame.el (frame-initialize): Remove spurious setting of
2904 special-display-function with the default value.
2905
2906 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
2907
2908 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
2909
2910 2008-09-20 Glenn Morris <rgm@gnu.org>
2911
2912 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
2913 Fix custom type. (Bug#1011)
2914
2915 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
2916
2917 * files.el (move-file-to-trash): Avoid recursive trashing if
2918 rename-file calls delete-file.
2919
2920 2008-09-20 Glenn Morris <rgm@gnu.org>
2921
2922 * play/fortune.el: Remove leading `*' from defcustom docs.
2923 (fortune-program-options): Doc fix. Allow to be a string again.
2924 Add :version.
2925 (fortune-in-buffer): Handle fortune-program-options as a string.
2926 Don't rely on fortune program accepting options after fortune file.
2927
2928 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
2929
2930 * play/fortune.el (fortune-program-options): Change to a list.
2931 (fortune-in-buffer): Use apply.
2932
2933 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
2934
2935 * emacs-lisp/authors.el: Change encoding of file to utf-8.
2936 (authors-coding-system): Likewise.
2937
2938 2008-09-20 Ami Fischman <ami@fischman.org>
2939
2940 * savehist.el (savehist-save): Handle errors in writing as well as
2941 reading.
2942
2943 2008-09-20 Michael Olson <mwolson@gnu.org>
2944
2945 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
2946 to provide a minimal performance boost.
2947
2948 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2949
2950 * proced.el (proced-grammar-alist, proced-custom-attributes)
2951 (proced-format-alist, proced-format, proced-filter-alist)
2952 (proced-filter, proced-sort): Use defcustom.
2953 (proced-mode): Fix docstring.
2954 (proced-process-attributes): Handle return value nil of functions
2955 in proced-custom-attributes.
2956
2957 2008-09-19 Martin Rudalics <rudalics@gmx.at>
2958
2959 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
2960 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
2961
2962 2008-09-19 Miles Bader <miles@gnu.org>
2963
2964 * comint.el (comint-output-filter): Make field properties for
2965 output text front-sticky.
2966
2967 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2968
2969 * vc-bzr.el (vc-bzr-show-log-entry):
2970 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
2971 C-x v l for a directory uses that.
2972
2973 2008-09-18 Simon Josefsson <simon@josefsson.org>
2974
2975 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
2976 .sieve files.
2977
2978 2008-09-18 Martin Rudalics <rudalics@gmx.at>
2979
2980 * help-macro.el (make-help-screen): Preserve key bindings
2981 established in help-mode call when exiting this macro.
2982
2983 2008-09-17 Kenichi Handa <handa@m17n.org>
2984
2985 * language/burmese.el: Fix setting of composition-function-table.
2986
2987 2008-09-17 Martin Rudalics <rudalics@gmx.at>
2988
2989 * info.el (Info-follow-nearest-node): Don't raise an error for
2990 mouse-1 clicks.
2991
2992 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
2993
2994 * calc/calc-units.el (calc-convert-temperature): Use default
2995 units when appropriate.
2996
2997 2008-09-16 Markus Triska <markus.triska@gmx.at>
2998
2999 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
3000 catch errors raised in `texmathp'.
3001 (flyspell-tex-math-initialized): Remove.
3002
3003 2008-09-16 Martin Rudalics <rudalics@gmx.at>
3004
3005 * frame.el (select-frame-set-input-focus): With non-nil
3006 mouse-autoselect-window always move mouse cursor to frame's
3007 selected window. Otherwise restore pre 2008-09-13 behavior.
3008 (select-frame-by-name): Use select-frame-set-input-focus.
3009
3010 * files.el (switch-to-buffer-other-frame): Don't raise frame since
3011 pop-to-buffer already does it.
3012 (display-buffer-other-frame): Fix doc-string.
3013
3014 2008-09-16 Glenn Morris <rgm@gnu.org>
3015
3016 * add-log.el (diff-find-source-location): Update declaration.
3017
3018 * progmodes/make-mode.el (makefile-match-function-end):
3019 Move point. (Bug#983)
3020
3021 2008-09-16 Daiki Ueno <ueno@unixuser.org>
3022
3023 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
3024
3025 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
3026
3027 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
3028 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
3029
3030 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
3031
3032 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
3033
3034 2008-09-15 Martin Rudalics <rudalics@gmx.at>
3035
3036 * files.el (file-truename): Don't raise args-out-of-range error
3037 when filename has no separator on windows-nt. (Bug#982)
3038
3039 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
3040
3041 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
3042 be more honest when we don't know.
3043 (diff-tell-file-name): Don't prompt before the actual prompt.
3044 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
3045 (diff-find-source-location): Add `noprompt' argument.
3046 (diff-current-defun): Don't prompt.
3047
3048 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3049
3050 * proced.el (proced-mark-face, proced-marked-face)
3051 (proced-sort-header-face): Remove.
3052 (proced-font-lock-keywords): Simplify.
3053 (proced-format): Use face proced-sort-header.
3054 (proced-format-interactive, proced-sort-interactive)
3055 (proced-filter-interactive): Only call proced-update if the scheme
3056 has changed.
3057 (proced-sort-header): Use posn-actual-col-row.
3058
3059 2008-09-14 Martin Rudalics <rudalics@gmx.at>
3060
3061 * add-log.el (change-log-find-window): New variable.
3062 (change-log-goto-source-1, change-log-goto-source):
3063 Set change-log-find-window to window displaying source.
3064 (change-log-next-error): Select window specified by
3065 change-log-find-window.
3066
3067 2008-09-13 Martin Rudalics <rudalics@gmx.at>
3068
3069 * frame.el (select-frame-set-input-focus): With focus follows
3070 mouse move mouse cursor to right window.
3071 * window.el (pop-to-buffer): Select window before calling
3072 select-frame-set-input-focus.
3073
3074 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3075
3076 * proced.el (proced-sort-header): New face.
3077 (proced-sort-header-face): New variable.
3078 (proced-format): Allow format value nil.
3079 Use proced-sort-header-face for header of sort column.
3080 (proced-format-args): New function.
3081 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
3082 (proced-header-help-echo, proced-field-help-echo, proced-timer)
3083 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
3084 (proced-refine): Rename from proced-filter-attribute. Doc fix.
3085 (proced-sort-header): Bind also to mouse-1.
3086 (proced-move-to-goal-column): Return position of point.
3087 (proced-filter-interactive): Always revert listing.
3088 (proced-format-ttname): Simplify.
3089 (proced-update): Do not keep undo information. Put point at
3090 beginning of buffer if we generate the first listing.
3091
3092 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
3093
3094 * doc-view.el (doc-view-scroll-up-or-next-page)
3095 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
3096 vertically split windows.
3097
3098 2008-09-12 Glenn Morris <rgm@gnu.org>
3099
3100 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
3101 * indent.el (indent-line-function): Doc fix.
3102 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
3103
3104 2008-09-11 Martin Rudalics <rudalics@gmx.at>
3105
3106 * window.el (pop-to-buffer): If the window for buffer-or-name is
3107 not on the selected frame, raise that window's frame and give it
3108 input focus. (Bug#745)
3109
3110 2008-09-11 Glenn Morris <rgm@gnu.org>
3111
3112 * ido.el (ido-mode): Initialize with custom-initialize-default,
3113 rather than a set function. (Bug#947)
3114
3115 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
3116
3117 * replace.el (perform-replace): Don't set inhibit-read-only using
3118 query-replace-skip-read-only (bug#956).
3119
3120 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
3121 of the <<foo>> form.
3122
3123 2008-09-10 Martin Rudalics <rudalics@gmx.at>
3124
3125 * window.el (display-buffer): Fix doc-string typo.
3126
3127 2008-09-10 Kenichi Handa <handa@m17n.org>
3128
3129 * composite.el (compose-gstring-for-graphic): Fix previous change.
3130
3131 2008-09-10 Glenn Morris <rgm@gnu.org>
3132
3133 * info.el (Info-try-follow-nearest-node): Fix doc typo.
3134
3135 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
3136
3137 * info.el (Info-mouse-follow-nearest-node): Follow links to different
3138 manuals. (Bug#886)
3139
3140 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
3141
3142 * ido.el (ido-unload-function): New function.
3143
3144 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
3145
3146 * ido.el (ido-file-internal): Fix typo in prompt.
3147 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
3148 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
3149 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
3150 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
3151 Fix typos in docstrings.
3152
3153 2008-09-08 Martin Rudalics <rudalics@gmx.at>
3154
3155 * help-fns.el (describe-function-1): Don't print extra newline
3156 after filling.
3157
3158 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
3159
3160 * help-fns.el (find-lisp-object-file-name): Handle case where
3161 library is compressed.
3162
3163 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
3164
3165 * complete.el (PC-do-completion): Don't replace buffer
3166 contents (bug#227).
3167
3168 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
3169
3170 * loadhist.el (unload-feature-special-hooks):
3171 Add `choose-completion-string-functions'.
3172
3173 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
3174
3175 * vc-svn.el (vc-svn-root):
3176 * vc-sccs.el (vc-sccs-root):
3177 * vc-rcs.el (vc-rcs-root):
3178 * vc-cvs.el (vc-cvs-root): Delete.
3179 * vc-hooks.el (vc-find-root): Remove `invert' argument.
3180
3181 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
3182
3183 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
3184 errors occurring in different files.
3185
3186 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
3187
3188 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
3189 (vc-bzr-status-printer): New function.
3190 (vc-bzr-after-dir-status): Deal with renamed files.
3191
3192 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
3193
3194 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
3195 buffer's filename.
3196
3197 2008-09-07 Martin Rudalics <rudalics@gmx.at>
3198
3199 * subr.el (cancel-change-group): Widen buffer temporarily when
3200 undoing changes. (Bug#810)
3201
3202 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
3203
3204 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
3205 with gud-stop-subjob rather than exit debugger.
3206
3207 2008-09-07 Kenichi Handa <handa@m17n.org>
3208
3209 * composite.el: Compose combining characters only when it
3210 follows a character matching with "[[:alpha:]]".
3211
3212 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3213
3214 * proced.el: Require time-date.
3215 (proced-command-alist, proced-command, proced-goal-header-re)
3216 (proced-sorting-schemes-alist, proced-sorting-scheme)
3217 (proced-header-alist, proced-sorting-schemes-re)
3218 (proced-skip-regexp, proced-next-line, proced-previous-line)
3219 (proced-listing-type, proced-sorting-scheme-p): Remove.
3220 (proced-grammar-alist, proced-custom-attributes)
3221 (proced-format-alist, proced-format, proced-filter-alist)
3222 (proced-filter, proced-sort, proced-goal-attribute)
3223 (proced-timer-interval, proced-timer-flag, proced-timer)
3224 (proced-process-alist, proced-sort-internal, proced-process-tree)
3225 (proced-header-help-echo, proced-field-help-echo): New variables.
3226 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
3227 (proced-omit-process, proced-filter, proced-process-tree)
3228 (proced-filter-children, proced-children-pids)
3229 (proced-filter-parents, proced-<, proced-string-lessp)
3230 (proced-time-lessp, proced-xor, proced-sort-p)
3231 (proced-format-time, proced-format-start, proced-format-ttname)
3232 (proced-format, proced-process-attributes): New functions.
3233 (proced-toggle-timer-flag, proced-mark-children)
3234 (proced-mark-parents, proced-filter-interactive)
3235 (proced-filter-attribute, proced-sort-interactive)
3236 (proced-sort-header, proced-format-interactive): New commands.
3237 (proced-move-to-goal-column): Use goal-column.
3238 (proced-mode): Use proced-timer.
3239 (proced-do-mark-all): Display process count. Use use-region-p.
3240 Simplify.
3241 (proced-omit-processes): Use use-region-p.
3242 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3243 (proced-sort-start, proced-sort-time, proced-sort-user):
3244 Use proced-sort-interactive.
3245 (proced-sort): Make it a function that performs the actual sort.
3246 (proced-update): New arg revert. Use proced-process-alist,
3247 proced-filter, proced-sort, proced-format, and
3248 proced-grammar-alist. Preserve position of point based on fields.
3249 Make header line and fields clickable.
3250 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
3251 (proced-why): Use save-selected-window.
3252 (proced-log): Use buffer-read-only.
3253
3254 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3255
3256 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
3257
3258 2008-09-06 Glenn Morris <rgm@gnu.org>
3259
3260 * add-log.el (diff-find-source-location): Declare.
3261 (find-change-log): If called from a diff buffer, try to switch to the
3262 source buffer (e.g. to respect change-log-default-name there).
3263
3264 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
3265 unallowed characters; added 2006-10-10 without comment. (Bug#753)
3266
3267 * Makefile.in (ELCFILES): Update.
3268
3269 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
3270
3271 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
3272 user enters a mouse event in another frame, or a special event.
3273
3274 * server.el (server-switch-buffer): New arg.
3275 (server-execute): If reusing an existing window, set file position
3276 if required.
3277
3278 2008-09-06 Kenichi Handa <handa@m17n.org>
3279
3280 * language/lao.el: Fix setting of composition-function-table.
3281
3282 2008-09-06 Eli Zaretskii <eliz@gnu.org>
3283
3284 * term/pc-win.el (msdos-show-help): Don't truncate lines while
3285 displaying help echo messages.
3286
3287 2008-09-06 Martin Rudalics <rudalics@gmx.at>
3288
3289 * subr.el (symbol-file): Fix doc-string.
3290
3291 2008-09-06 Glenn Morris <rgm@gnu.org>
3292
3293 * help-mode.el (help-xref-forward-stack): Doc fix.
3294
3295 * add-log.el (change-log-default-name): Autoload safety.
3296
3297 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
3298
3299 * verilog-mode.el (verilog-library-extensions): Enable .sv
3300 filename extensions to call verilog-mode.
3301 (verilog-auto, verilog-auto-inst, verilog-faq)
3302 (verilog-submit-bug-report): Update author support URLs.
3303 (verilog-delete-auto, verilog-auto-inout-module)
3304 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
3305 creating complemented testbench modules. Suggested by Yishay Belkind.
3306 (verilog-auto-inst-port, verilog-simplify-range-expression):
3307 When verilog-auto-inst-param-value is set, don't require a
3308 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
3309 Yishay Belkind.
3310 (verilog-auto-inst-param-value): Add safe variable.
3311 (verilog-re-search-forward, verilog-re-search-backward):
3312 Fix returning wrong search results on Emacs 22.1.
3313 (verilog-modi-cache-results, verilog-auto): Fix warning message
3314 about "toggling font-lock-mode."
3315 (verilog-auto): Fix losing font-lock on errors.
3316 (verilog-auto-inst-param-value, verilog-mode-version)
3317 (verilog-mode-version-date, verilog-read-inst-param-value)
3318 (verilog-auto-inst, verilog-auto-inst-param)
3319 (verilog-auto-inst-port, verilog-simplify-range-expression):
3320 Allow parameters to be replaced with their values, on the expansion of
3321 an AUTOINST with Verilog 2001 style parameter settings.
3322 Suggested by David Rogoff.
3323
3324 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
3325
3326 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
3327 Better support for the property statement. Sometimes this keyword
3328 introduces a statement which requires an endproperty keyword, and
3329 sometimes it doesn't, depending on the work before the property
3330 word. If property is prefixed with assert, assume or cover
3331 keyword, then the statement is ended with a ';'. Otherwise,
3332 property is like task or specify, and is followed by some number
3333 of statements, which are ended with an endproperty keyword.
3334 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
3335 in a highlighted region: indent each line in region according to
3336 mode. Supply this so it works in XEmacs and older Emacs.
3337
3338 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3339
3340 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
3341 Don't clean up a buffer when killing it.
3342
3343 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3344
3345 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
3346 buffers (bug#360). New version 11.2.1.
3347 (whitespace-action): New value `warn-read-only' to give a warning when
3348 buffer is read-only and whitespace action is cleanup or auto-cleanup.
3349 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
3350 (whitespace-warn-read-only): New fun.
3351
3352 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
3353
3354 * international/quail.el: Require help-mode.
3355 (quail-help-init): Function removed.
3356 (quail-keyboard-layout-button, quail-keyboard-customize-button):
3357 Define directly.
3358
3359 * dired.el (dired-get-filename): Rewrite octal escape character
3360 processor (bug#885).
3361
3362 2008-09-05 Eli Zaretskii <eliz@gnu.org>
3363
3364 * cus-edit.el (custom-button-pressed): Default to inverse-video.
3365
3366 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
3367 not just for terminal-frame.
3368
3369 2008-09-05 Martin Rudalics <rudalics@gmx.at>
3370
3371 * window.el (window--try-to-split-window): Don't split when window
3372 is not splittable in last disjunct. (Bug#888)
3373
3374 2008-09-05 Kenichi Handa <handa@m17n.org>
3375
3376 * language/tibetan.el: Fix setting of composition-function-table.
3377
3378 * composite.el (find-composition): Mention about the automatic
3379 composition in the docstring.
3380 (compose-gstring-for-graphic): Fix handling "above" marks.
3381
3382 * descr-text.el (describe-char): Fix handling of automatic composition.
3383
3384 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
3385
3386 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
3387 (tramp-parse-connection-properties): Reflow docstring.
3388
3389 2008-09-04 Kim F. Storm <storm@cua.dk>
3390
3391 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
3392 and other-frame methods when switching between file and buffer modes.
3393
3394 2008-09-04 Martin Rudalics <rudalics@gmx.at>
3395
3396 * info.el (Info-dir-remove-duplicates): Narrow buffer when
3397 removing duplicate entries under same heading. Don't skip char
3398 matching anything but a space or tab at bol. (Bug#864)
3399
3400 2008-09-03 Alan Mackenzie <acm@muc.de>
3401
3402 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
3403
3404 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
3407 (completion-pcm--all-completions): Move the case-fold-search binding to
3408 it also applies to completion-regexp-list (used in all-completions).
3409 (completion-pcm--hilit-commonality): Add missing case-fold-search.
3410
3411 2008-09-03 Martin Rudalics <rudalics@gmx.at>
3412
3413 * window.el (pop-up-frame-function): Move ...
3414 * frame.el (pop-up-frame-function): ... here, to avoid
3415 "CHANGED outside Customize;".
3416
3417 2008-09-03 Glenn Morris <rgm@gnu.org>
3418
3419 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
3420
3421 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
3422
3423 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
3424 non-alphabetical characters properly.
3425
3426 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
3427
3428 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
3429
3430 2008-09-02 Martin Rudalics <rudalics@gmx.at>
3431
3432 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
3433 control-prefixed keys. (Bug#835)
3434
3435 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * image-mode.el (image-mode): Fix 2008-07-19 change.
3438
3439 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
3440
3441 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
3442
3443 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
3444
3445 2008-09-02 Glenn Morris <rgm@gnu.org>
3446
3447 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
3448
3449 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
3450
3451 2008-09-01 Glenn Morris <rgm@gnu.org>
3452
3453 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
3454 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
3455 and fix name typos. (Bug#856)
3456
3457 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
3458
3459 * minibuffer.el (completion-pcm--pattern->regex):
3460 When completion-ignore-case is non-nil, generate a regexp that
3461 ignores case.
3462
3463 * window.el (recenter-top-bottom): Doc fix.
3464
3465 2008-09-01 Simon South <ssouth@member.fsf.org>
3466
3467 * progmodes/delphi.el: New maintainer.
3468 (delphi-interface-types): New var.
3469 (delphi-composite-types): Use it.
3470 (delphi-enclosing-indent-of): Distinguish between "interface"
3471 keyword as a unit separator and used like a class declaration.
3472
3473 2008-09-01 Martin Rudalics <rudalics@gmx.at>
3474
3475 * help-fns.el (describe-simplify-lib-file-name)
3476 (find-source-lisp-file): Remove.
3477 (find-lisp-object-file-name): New function giving preference to
3478 files found via load-path instead of loaddefs.el.
3479 (describe-function-1): Use new function instead of the removed
3480 ones. (Bugs #587, #669, #690)
3481 * faces.el (describe-face): Use find-lisp-object-file-name instead
3482 of describe-simplify-lib-file-name.
3483
3484 2008-09-01 Kenichi Handa <handa@m17n.org>
3485
3486 * international/mule-diag.el (font-show-log): Fix previous change.
3487
3488 * international/mule-cmds.el (set-language-environment):
3489 Don't overwrite current-iso639-language if the current language
3490 environment doesn't provide that data.
3491 (set-locale-environment): Set current-iso639-language from the
3492 locale name.
3493
3494 * international/fontset.el (script-representative-chars): Re-add
3495 the entry for symbol, but with vector of characters.
3496 (setup-default-fontset): Cancel previous change.
3497
3498 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
3499
3500 * ido.el: Move provide statement to the end of the file.
3501
3502 2008-08-30 Markus Triska <markus.triska@gmx.at>
3503
3504 * linum.el (linum-mode): `window-size-change-functions' can now be
3505 buffer-local.
3506 (linum-update-window): Use result of `move-overlay'.
3507
3508 2008-08-30 Glenn Morris <rgm@gnu.org>
3509
3510 * subr.el (make-variable-frame-local): Tweak obsolescence message.
3511
3512 * info.el (Info-hide-note-references, Info-refill-paragraphs):
3513 Doc fixes.
3514
3515 * apropos.el (apropos-command): Report documentation errors.
3516 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
3517
3518 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
3519
3520 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
3521 string.
3522
3523 2008-08-29 Eli Zaretskii <eliz@gnu.org>
3524
3525 * bindings.el (mode-line-frame-identification): Fix last change.
3526
3527 2008-08-29 Kenichi Handa <handa@m17n.org>
3528
3529 These changes are to adjust the automatic composition for the new
3530 implementation (avoid using text property).
3531
3532 * composite.el (composition-function-table): Move declaration to
3533 composite.c.
3534 (terminal-composition-base-character-p): Delete it.
3535 (terminal-composition-function): Delete it.
3536 (terminal-composition-function-table): Delete it.
3537 (lgstring-header, lgstring-set-header, lgstring-font)
3538 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
3539 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
3540 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
3541 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
3542 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
3543 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
3544 (compose-glyph-string, compose-glyph-string-relative)
3545 (compose-gstring-for-graphic, compose-gstring-for-terminal):
3546 New functions.
3547 (auto-compose-chars): Argument changed.
3548
3549 * language/european.el: Don't setup composition-function-table.
3550 (diacritic-composition-pattern, diacritic-compose-region)
3551 (diacritic-compose-string, diacritic-compose-buffer)
3552 (diacritic-composition-function): Delete them.
3553
3554 * language/lao-util.el (lao-composition-function): Argument changed.
3555
3556 * language/sinhala.el: Fix setting up of composition-function-table.
3557
3558 * language/thai.el: Fix setting up of composition-function-table.
3559
3560 * language/thai-util.el: Encoding changed to utf-8.
3561 (thai-composition-function): Argument changed.
3562
3563 * language/indian.el: Fix setting up of composition-function-table.
3564 (devanagari-composable-pattern)
3565 (tamil-composable-pattern, kannada-composable-pattern)
3566 (malayalam-composable-pattern): New variables.
3567
3568 * international/characters.el (unicode-category-table):
3569 Setup unicode-category-table.
3570
3571 * international/fontset.el (setup-default-fontset): Prepend
3572 iso10646-1 fonts to the fallback font groups instead of appending.
3573
3574 2008-08-29 Glenn Morris <rgm@gnu.org>
3575
3576 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
3577
3578 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3579
3580 * term/x-win.el (x-win-suspend-error): Don't signal error if there
3581 are no X frames active.
3582
3583 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
3584
3585 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
3586 `ignore-errors' (the function must succeed always).
3587
3588 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
3589
3590 * json.el (json-read-number): New arg. Handle explicitly signed
3591 numbers.
3592 (json-readtable): Add `+' and `.'.
3593
3594 2008-08-28 Eli Zaretskii <eliz@gnu.org>
3595
3596 * term/pc-win.el (msdos-previous-message): New variable.
3597 (msdos-show-help): New function.
3598 (msdos-initialize-window-system): Set show-help-function to
3599 msdos-show-help.
3600
3601 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
3602
3603 * emacs-lisp/debug.el (debug): When killing a noninteractive
3604 Emacs, give an exit status of -1.
3605
3606 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
3607
3608 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
3609
3610 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
3611
3612 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
3613 not the same as the last modification time, fall back on the
3614 backend-specific check.
3615
3616 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
3617
3618 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
3619 to go to the position of interest.
3620
3621 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
3622
3623 * textmodes/artist.el (artist-mode-init): Add comment on the
3624 setting up of the `artist-replacement-table' array.
3625 (artist-get-replacement-char): New defsubst.
3626 (artist-get-char-at-xy-conv, artist-replace-char)
3627 (artist-replace-chars, artist-replace-string): Use it instead of
3628 accessing `artist-replacement-table' directly.
3629 Reported by Rubén Berenguel <ruben@maia.ub.es>.
3630
3631 (artist-mt): Fix structures for cut and copy operations.
3632
3633 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
3634
3635 * shell.el (shell-file-name-quote-list): Quote `$'.
3636
3637 * comint.el (comint-dynamic-complete-as-filename): Generalize last
3638 change to allow quoting of characters before point.
3639 (comint-dynamic-list-filename-completions): Quote common substring.
3640
3641 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
3642
3643 * comint.el (comint-dynamic-complete-as-filename): If case is
3644 ignored while matching, replace the entire filename with completion.
3645
3646 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
3647 flyspell-pre-point is valid to avoid signalling an error in
3648 post-command-hook.
3649
3650 2008-08-26 Johan Bockgård <bojohan@gnu.org>
3651
3652 * linum.el (linum): Inherit remaining face attributes from default
3653 face.
3654
3655 2008-08-26 Markus Triska <markus.triska@gmx.at>
3656
3657 * linum.el (linum-delay): Disable - it should no longer be
3658 necessary, and can lead to longer delays.
3659 (linum-update-window): Renumber if margin width has changed.
3660
3661 2008-08-26 Daiki Ueno <ueno@unixuser.org>
3662
3663 * epa.el (epa--key-widget-action): Save the selected window to
3664 make `widget-button-click-moves-point' work. (Bug#733).
3665
3666 2008-08-26 Glenn Morris <rgm@gnu.org>
3667
3668 * calendar/holidays.el (calendar-holidays): Doc fix.
3669
3670 * progmodes/gud.el (tramp-file-name-localname)
3671 (tramp-dissect-file-name): Declare.
3672
3673 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
3674
3675 2008-08-25 Eli Zaretskii <eliz@gnu.org>
3676
3677 * bindings.el (mode-line-frame-control): New function, caters to
3678 `pc' ``window system''.
3679 (mode-line-frame-identification): Use it instead of accessing
3680 window-system directly.
3681
3682 2008-08-25 Juri Linkov <juri@jurta.org>
3683
3684 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
3685 `center-line' and "\eS" from `center-paragraph'.
3686 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
3687 `center-paragraph'.
3688
3689 2008-08-25 Ulf Jasper <ulf@web.de>
3690
3691 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
3692 (newsticker-treeview-treewindow-width): New.
3693 (newsticker-treeview-listwindow-height): New.
3694 (newsticker-treeview-browse-url-item): New.
3695 (newsticker-treeview-mode-map):
3696 Add newsticker-treeview-browse-url-item.
3697 (newsticker--treeview-window-init):
3698 Use newsticker-treeview-treewindow-width and
3699 newsticker-treeview-listwindow-height.
3700
3701 * net/newst-reader.el (newsticker-browse-url-item): New.
3702
3703 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
3704
3705 * vc-dir.el (vc-dir-marked-only-files-and-states):
3706 (vc-dir-child-files-and-states): Reverse the list before returning it.
3707
3708 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
3709
3710 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
3711
3712 2008-08-24 Romain Francoise <romain@orebokech.com>
3713
3714 * progmodes/python.el (run-python): Remove '' from sys.path.
3715
3716 2008-08-23 Glenn Morris <rgm@gnu.org>
3717
3718 * progmodes/fortran.el (fortran-tab-mode-string)
3719 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
3720
3721 2008-08-23 Eli Zaretskii <eliz@gnu.org>
3722
3723 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
3724 Add declare-function.
3725
3726 * startup.el (command-line): Don't call tty-register-default-colors
3727 if initial-window-system is `pc'.
3728
3729 * term/internal.el (local-function-key-map): Fix unbalanced parens.
3730 (msdos-key-remapping-map): New variable. Move here all the special
3731 keys we will be remapping via local-function-key-map.
3732 (msdos-setup-keyboard): New function.
3733
3734 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
3735 make-msdos-frame.
3736 (terminal-init-internal): New function, errors out if called.
3737 (msdos-initialize-window-system): New function.
3738 (msdos-create-frame-with-faces): Set the terminal's
3739 `terminal-initted' (sic!) parameter.
3740 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
3741 (window-system-initialization-alist):
3742 Add msdos-initialize-window-system.
3743 (handle-args-function-alist): Use tty-handle-args for `pc'
3744 ``window system'' as well.
3745 (pc-win): Provide.
3746
3747 * term/tty-colors.el (tty-register-default-colors): Remove bogus
3748 code for using msdos-color-values.
3749
3750 * loadup.el [ms-dos]: Load term/pc-win.
3751
3752 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
3753
3754 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
3755 directory name.
3756
3757 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
3758
3759 * progmodes/gud.el (gud-common-init): Use absolute file so that
3760 perldb works with tramp (sudo).
3761
3762 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
3763 match data in process filters.
3764
3765 2008-08-23 Martin Rudalics <rudalics@gmx.at>
3766
3767 * dired.el (dired-buffer-stale-p): Do not revert buffer that
3768 can be written.
3769
3770 2008-08-23 Glenn Morris <rgm@gnu.org>
3771
3772 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
3773 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
3774
3775 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * subr.el (temp-buffer-show-hook): Doc fix.
3778
3779 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
3780
3781 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
3782 and "INSIDE_EMACS=...". Reported by Tassilo Horn
3783 <tassilo@member.fsf.org>.
3784
3785 * net/trampver.el: Update release number.
3786
3787 * net/xesam.el (xesam-minor-mode): New minor mode.
3788 (xesam-highlight-buffer): Remove. Code moved to
3789 `xesam-minor-mode'.
3790 (xesam-refresh-entry): Use `xesam-minor-mode'.
3791
3792 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
3793
3794 * minibuffer.el (completion--try-word-completion):
3795 Disable partial-completion when considering the addition of a space
3796 or hyphen.
3797
3798 2008-08-21 John Paul Wallington <jpw@pobox.com>
3799
3800 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
3801 filename of `tofile' doesn't contain any colons on Windows,
3802 Cygwin, and MS-DOS systems.
3803
3804 2008-08-21 Daiki Ueno <ueno@unixuser.org>
3805
3806 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
3807 (epg-context-set-progress-callback): Make sure the callback is a
3808 cons of a function and a handback. Update all callers.
3809
3810 2008-08-20 David Reitter <david.reitter@gmail.com>
3811
3812 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
3813 Patch applied by Adrian Robert.
3814
3815 2008-08-20 Kevin Ryde <user42@zip.com.au>
3816
3817 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
3818 directive lines.
3819
3820 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
3821
3822 * net/xesam.el (xesam-highlight-string): Precise doc string.
3823 (xesam-highlight-buffer): New defun.
3824 (xesam-refresh-entry): Use it. Better check for sourceModified.
3825
3826 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
3829 their names.
3830
3831 2008-08-19 Kenichi Handa <handa@m17n.org>
3832
3833 * language/european.el ("Esperanto"): Change the preferred
3834 charsets to iso-8859-3.
3835
3836 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
3837
3838 * international/fontset.el (script-representative-chars):
3839 Delete the entry for symbol.
3840 (setup-default-fontset): For symbol characters, don't specify
3841 :script property.
3842
3843 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
3844
3845 * minibuffer.el (completion-table-dynamic): Doc fix.
3846
3847 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
3848 saved.
3849
3850 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3851
3852 * emulation/edt.el (edt-default-emulation-setup):
3853 Share global-buffers-menu-map with the emulated global map.
3854
3855 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
3856
3857 * term/ns-win.el (global): Uncomment "put backspace
3858 ascii-character..." and friends, they are needed for tramp. (Bug#725)
3859
3860 2008-08-18 Kenichi Handa <handa@m17n.org>
3861
3862 * international/mule-diag.el (font-show-log): Add optional arg N
3863 to control the limit of font listing.
3864
3865 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
3866
3867 * window.el (recenter-top-bottom): Determine top and bottom
3868 positions using scroll-margin instead of scroll-conservatively.
3869
3870 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3871
3872 * proced.el (proced-send-signal): Use beginning-of-line.
3873
3874 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3875
3876 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
3877 (proced-mode-map): Add tooltips for menus. Use radio buttons for
3878 listing types.
3879 (proced-log-buffer): New variable.
3880 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
3881 region if transient-mark-mode is turned on and the region is active.
3882 (proced-omit-processes): Rename from proced-hide-processes to
3883 avoid key clash with describe-mode (bound to h). Search for
3884 marked processes starting from point-min.
3885 (proced-header-space): Remove.
3886 (proced-send-signal): Handle errors. Operate on current process
3887 if no process is marked.
3888 (proced-why): New command.
3889 (proced-log, proced-log-summary): New functions.
3890 (proced-help): Use proced-why.
3891 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
3892 (bibtex-autokey-year-title-separator): Fix docstring.
3893
3894 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
3895
3896 * net/xesam.el (xesam-vendor, xesam-notify-function):
3897 New local variables.
3898 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
3899 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
3900 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
3901 (xesam-new-search): Initialize `xesam-vendor'.
3902
3903 2008-08-15 Glenn Morris <rgm@gnu.org>
3904
3905 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
3906 a pipeline.
3907 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
3908 unless at the end of the pipeline. (Bug#699).
3909
3910 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
3911
3912 * minibuffer.el (completion-boundaries): Doc fix.
3913 (display-completion-list): Only default base-size to zero if
3914 completing in the minibuffer.
3915
3916 * simple.el (completion-base-size): Doc fix.
3917 (choose-completion): Try reselecting completion-reference-buffer.
3918
3919 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
3920
3921 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
3922 also for remote directories.
3923
3924 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
3927 since those precomputed values aren't used any more.
3928 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
3929
3930 2008-08-14 Martin Rudalics <rudalics@gmx.at>
3931
3932 * help.el (with-help-window): Return last value in BODY.
3933
3934 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
3935
3936 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
3937 notify function of the URL.
3938 (xesam-new-search): Encode special characters in the query string.
3939
3940 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
3941
3942 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
3943
3944 2008-08-13 Andreas Schwab <schwab@suse.de>
3945
3946 * net/tramp.el (tramp-handle-shell-command): Handle output going
3947 to current buffer like shell-command. Don't disable undo.
3948
3949 2008-08-13 Glenn Morris <rgm@gnu.org>
3950
3951 * eshell/esh-cmd.el (eshell/which): Handle the case where no
3952 description is found.
3953
3954 2008-08-12 Alan Mackenzie <acm@muc.de>
3955
3956 * progmodes/cc-defs.el (c-emacs-features):
3957 argumentative-bod-function: bind mark-ring to avoid accumulating a
3958 spurious mark.
3959
3960 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
3961
3962 * simple.el (visual-line--saved-state): New var.
3963 (visual-line-mode): Save local values of variables, and restore
3964 them when visual-line-mode is disabled.
3965
3966 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
3967
3968 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
3969
3970 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
3971
3972 * progmodes/cc-defs.el (c-emacs-features):
3973 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
3974 moving point during the test.
3975
3976 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
3977
3978 2008-08-11 Glenn Morris <rgm@gnu.org>
3979
3980 * term/ns-win.el (x-parse-geometry): Doc fix.
3981
3982 * dired.el (x-popup-menu):
3983 * hi-lock.el (x-popup-menu):
3984 * mouse.el (font-face-attributes):
3985 * calendar/cal-menu.el (x-popup-menu):
3986 * calendar/calendar.el (x-popup-menu):
3987 * calendar/holidays.el (x-popup-menu):
3988 * progmodes/cperl-mode.el (x-popup-menu):
3989 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
3990 (x-open-connection):
3991 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
3992 (x-command-line-resources):
3993 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
3994 (x-display-name, x-command-line-resources):
3995 Add declarations for builds without X.
3996
3997 2008-08-10 Glenn Morris <rgm@gnu.org>
3998
3999 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
4000
4001 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
4002
4003 * vc-bzr.el (vc-bzr-find-revision): Rename from
4004 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
4005
4006 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
4007
4008 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
4009 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
4010 "DONE", when all hits are retrieved.
4011 (xesam-search): Autoload it.
4012
4013 2008-08-11 John Paul Wallington <jpw@pobox.com>
4014
4015 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
4016 empty string when no filename.
4017 (define-ibuffer-column filename): Accommodate that change.
4018
4019 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
4020 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
4021
4022 2008-08-10 Glenn Morris <rgm@gnu.org>
4023
4024 * Makefile.in (ELCFILES): Update.
4025
4026 2008-08-10 John Paul Wallington <jpw@pobox.com>
4027
4028 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
4029
4030 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * battery.el (battery-echo-area-format, battery-status-function):
4033 Handle new Linux sysfs format for battery reporting.
4034 (battery-linux-sysfs): New function.
4035
4036 2008-08-07 Martin Rudalics <rudalics@gmx.at>
4037
4038 * add-log.el (change-log-search-tag-name)
4039 (change-log-goto-source): Fix behavior when point is not on tag.
4040
4041 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
4042
4043 * startup.el (command-line-ns-option-alist): Use ignore instead of
4044 ns-ignore-0-arg.
4045
4046 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
4047 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
4048 (ns-alternatives-map): New variable.
4049 (x-set-up-function-keys): Use it.
4050 (global): Comment out "put backspace ascii-character..." and friends.
4051 Move function-key-map into ns-alternatives-map. Don't call
4052 precompute-menubar-bindings. Don't set anything connected with
4053 browse-url.
4054 (after-make-frame-functions): Clarify comment why a hook is added.
4055
4056 2008-08-06 Joakim Verona <joakim@verona.se>
4057
4058 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
4059 in url:s.
4060
4061 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4062
4063 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
4064 Fix 2008-01-01 change: use a shy group to not affect subsequent
4065 match calls.
4066
4067 2008-08-06 Reto Zimmermann <reto@gnu.org>
4068
4069 * progmodes/vera-mode.el (vera-electric-tab):
4070 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
4071 region when active.
4072
4073 2008-08-06 Kenichi Handa <handa@m17n.org>
4074
4075 * faces.el (face-valid-attribute-values): Fix handling the value
4076 of (font-family-list) and font-XXX-table.
4077
4078 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
4079
4080 * proced.el (proced-menu): Bind the correct function to for toggling.
4081
4082 * vc-dir.el (vc-dir-mode): Fix typo.
4083
4084 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4085
4086 * whitespace.el (whitespace-newline-mode)
4087 (global-whitespace-newline-mode, whitespace-mode)
4088 (global-whitespace-mode): Improve docstring.
4089
4090 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
4091
4092 * kmacro.el (kmacro-exec-ring-item): Add autoload.
4093
4094 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
4095
4096 * cus-start.el (all): Handle auto-save-visited-file-name.
4097
4098 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
4099
4100 * files.el (hack-one-local-variable-eval-safep): Handle
4101 lisp-indent-function and scheme-indent-function in addition to the
4102 deprecated lisp-indent-hook.
4103
4104 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
4105
4106 * net/xesam.el (top): Require `wid-edit' always.
4107 (xesam-mode-line, xesam-highlight): New deffaces.
4108 (xesam-objects): New local variable.
4109 (xesam-search-engines): Fix error in field list.
4110 (xesam-mode): Use `xesam-mode-line' instead of
4111 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
4112 proper initialization (why?).
4113 (xesam-highlight-string, xesam-get-hits)
4114 (xesam-kill-buffer-function): New defuns.
4115 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
4116 result of "hit.fields", it isn't a string only. Wrap an error of
4117 the strigi search engine ("xesam:size" is returned as string).
4118 Highlight search items.
4119 (xesam-refresh-search-buffer): Make logic of counters more simple.
4120 Prefetch next hits.
4121 (xesam-signal-handler): Use `xesam-mode-line' instead of
4122 `font-lock-type-face'.
4123 (xesam-new-search): Add `xesam-kill-buffer-function' to
4124 `kill-buffer-hook'.
4125
4126 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
4127
4128 * add-log.el (change-log-next-error, change-log-mode): Add support
4129 for `next-error' to call `change-log-goto-source' on named files
4130 in a ChangeLog.
4131
4132 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
4133
4134 * calc/calc.el (math-read-number): Handle all C-like languages
4135 properly.
4136
4137 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
4138
4139 * calc/calc.el (math-read-number): Handle C numbers beginning with
4140 0 correctly.
4141
4142 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4143
4144 * term/ns-win.el ([ns-new-frame]): New global key.
4145
4146 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4147
4148 * international/mule-cmds.el (read-char-by-name):
4149 Check UCS names with `assoc-string' and case folding.
4150
4151 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
4152
4153 * net/dbus.el (dbus-call-method-asynchronously)
4154 (dbus-method-return-internal, dbus-method-error-internal):
4155 Declare them with `declare-function'.
4156
4157 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * descr-text.el (describe-char-display): Fix last change:
4160 don't pass CHARSET to `encoded-string-description'.
4161
4162 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
4163
4164 * vc.el (vc-next-action): Update list var correctly after delete.
4165
4166 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
4167
4168 * ido.el (ido-mode): Add toggle notification.
4169
4170 * cus-edit.el (custom-save-all): Avoid destroying symlink if
4171 already visiting the custom file.
4172
4173 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
4174 pending output coming after the status change.
4175
4176 2008-08-02 Jason Rumney <jasonr@gnu.org>
4177
4178 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
4179
4180 2008-08-01 Kenichi Handa <handa@m17n.org>
4181
4182 * international/mule-cmds.el (encode-coding-char):
4183 New optional arg CHARSET.
4184
4185 * descr-text.el (describe-char-display): Call encode-coding-char
4186 with the arg CHARSET.
4187 (describe-char): Pay attention to the text-property `charset'.
4188
4189 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
4190
4191 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
4192 error messages.
4193 (dbus-set-property): Call `dbus-introspect-get-property' instead
4194 of `dbus-get-property'.
4195
4196 * net/xesam.el (xesam-all-fields): Remove source and content
4197 identifiers.
4198 (xesam-dbus-unique-names): New defvar.
4199 (xesam-dbus-call-method): New defun. Replace all calls of
4200 `dbus-call-method' by `xesam-dbus-call-method'.
4201 (xesam-get-cached-property, xesam-set-cached-property):
4202 New defuns.
4203 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
4204 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
4205 (xesam-search-engines): Make it an association list. Take changed
4206 layout into account in the corresponding function.
4207 (xesam-delete-search-engine): Remove check for consistency of
4208 `xesam-search-engines', not needed anymore.
4209 (xesam-mode): Show XML query string only in the debug case.
4210
4211 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
4212
4213 * files.el (read-file-modes): Fix typo in docstring.
4214
4215 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4216
4217 * Makefile.in: Avoid maintainer warning for autogenerated unicode
4218 files.
4219
4220 * apropos.el (apropos-symbol): Don't set button skip by default.
4221 (apropos-print): Set button skip iff searching for multiple types.
4222 (apropos-print-doc): Insert blank label button when searching for
4223 a single type.
4224
4225 * button.el (forward-button): Avoid infloop.
4226
4227 * minibuffer.el (read-file-name-completion-ignore-case):
4228 Add cygwin to the list.
4229
4230 2008-07-31 Sven Joachim <svenjoac@gmx.de>
4231
4232 * files.el (abbreviate-file-name): When replacing $HOME with ~,
4233 turn off case-fold-search.
4234
4235 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
4236
4237 * net/dbus.el (top): Don't register for "NameOwnerChanged".
4238 (dbus-message-type-invalid, dbus-message-type-method-call)
4239 (dbus-message-type-method-return, dbus-message-type-error)
4240 (dbus-message-type-signal): New defconst.
4241 (dbus-ignore-errors): Fix `edebug-form-spec' property.
4242 (dbus-return-values-table): New defvar.
4243 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
4244 New defun.
4245 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
4246 Extend docstring. Adapt implementation according to new
4247 `dbus-event' layout.
4248 (dbus-event-service-name, dbus-event-path-name)
4249 (dbus-event-interface-name, dbus-event-member-name):
4250 Adapt implementation according to new `dbus-event' layout.
4251 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
4252
4253 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
4254 (xesam-mode): Rework implementation.
4255 (xesam-new-search): Additional parameter TYPE.
4256 (xesam-search): Adapt call of `xesam-new-search'.
4257
4258 2008-07-31 Juri Linkov <juri@jurta.org>
4259
4260 * dired-aux.el (dired-do-chmod): Set default value to the original
4261 mode string using absolute notation like u=rwx,g=rx,o=rx.
4262 Use it as a new arg `default' of `dired-mark-read-string'.
4263 (dired-mark-read-string): Add new optional arg `default'.
4264
4265 * files.el (read-file-modes): Set default value to the original
4266 mode string using absolute notation like u=rwx,g=rx,o=rx.
4267 Use it as the `default' arg of `read-string'.
4268
4269 * filesets.el (filesets-cmd-isearch-getargs): Check if the
4270 variable `files' is bound to avoid warnings.
4271
4272 * isearch.el (isearch-forward-regexp, isearch-forward-word)
4273 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
4274 to the command `isearch-forward' instead of displaying "See C-s".
4275 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
4276 with their interactive specifications. Move reading the face name to
4277 the main body after calls to isearch-done and isearch-clean-overlays.
4278
4279 * mb-depth.el: Unify all names under one common name prefix
4280 `minibuffer-depth-'.
4281 (minibuffer-depth-indicator-function): Rename from
4282 `minibuf-depth-indicator-function'.
4283 (minibuffer-depth-overlay): Rename from
4284 `minibuf-depth-overlay'.
4285 (minibuffer-depth-setup): Rename from
4286 `minibuf-depth-setup-minibuffer'.
4287 (minibuffer-depth-indicate-mode): Rename from
4288 `minibuffer-indicate-depth-mode'.
4289
4290 2008-07-31 Juri Linkov <juri@jurta.org>
4291
4292 * dired-aux.el (dired-isearch-filenames-toggle): New command.
4293 (dired-isearch-filenames-setup): Bind "\M-sf" to
4294 dired-isearch-filenames-toggle in isearch-mode-map.
4295 (dired-isearch-filenames-end): Bind "\M-sf" to nil
4296 in isearch-mode-map.
4297
4298 * isearch.el (isearch-edit-string-set-word): New command.
4299 (minibuffer-local-isearch-map): Bind "\C-w" to
4300 isearch-edit-string-set-word.
4301 (isearch-new-word): Temporary internal variable.
4302 (isearch-edit-string): Remove special case of reading the
4303 first character and checking it for C-w.
4304
4305 * simple.el (read-shell-command, shell-command):
4306 Move code that uses minibuffer-with-setup-hook to set
4307 minibuffer-default-add-function to minibuffer-default-add-shell-commands
4308 from the interactive spec of `shell-command' to `read-shell-command'.
4309
4310 * international/mule-cmds.el (read-char-by-name):
4311 Accept hash notation. Doc fix.
4312 (ucs-insert): Doc fix. Convert to number only when `arg' is
4313 a string. Use separate error message when `arg' is not an integer.
4314 Bind `ucs-insert' to `C-x 8 RET'.
4315
4316 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
4317
4318 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
4319 move the (arglist-cont-nonempty) from c-offsets-alist to
4320 c-hanging-braces-alist like other styles already have.
4321
4322 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
4323
4324 * textmodes/texinfmt.el:
4325 * nxml/nxml-enc.el:
4326 * mail/feedmail.el:
4327 * international/mule.el:
4328 * international/latexenc.el:
4329 * emulation/viper-util.el:
4330 * emulation/viper-init.el:
4331 * emulation/viper-ex.el:
4332 * emacs-lisp/bytecomp.el:
4333 * version.el:
4334 * subr.el:
4335 * startup.el:
4336 * sort.el:
4337 * shadowfile.el:
4338 * recentf.el:
4339 * printing.el:
4340 * paths.el:
4341 * minibuffer.el:
4342 * ls-lisp.el:
4343 * loadup.el:
4344 * hippie-exp.el:
4345 * finder.el:
4346 * files.el:
4347 * ediff-util.el:
4348 * ediff-ptch.el:
4349 * ediff-init.el:
4350 * ediff-diff.el:
4351 * dired.el:
4352 * dired-aux.el:
4353 * cus-edit.el:
4354 * bindings.el:
4355 * arc-mode.el:
4356 * add-log.el: Remove VMS support.
4357 * obsolete/vmsproc.el:
4358 * obsolete/vms-pmail.el:
4359 * obsolete/vms-patch.el: Remove file.
4360
4361 2008-07-31 Alan Mackenzie <acm@muc.de>
4362
4363 * progmodes/cc-mode.el (c-before-hack-hook): New function
4364 (Top Level): Install c-before-hack-hook on
4365 before-hack-local-variables-hook, rather than
4366 c-postprocess-file-styles on hack-local-variables-hook.
4367
4368 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
4369
4370 * files.el (normal-mode): Move call to hack-project-variables into
4371 hack-local-variables.
4372 (file-local-variables-alist, before-hack-local-variables-hook):
4373 New vars.
4374 (ignored-local-variables): Add file-local-variables-alist.
4375 (hack-local-variables-filter): Renamed from
4376 hack-local-variables-apply. Add the result to
4377 file-local-variables-alist, without applying them.
4378 (hack-local-variables): Set file-local-variables-alist to nil.
4379 Call hack-project-variables and before-hack-local-variables-hook.
4380 Apply variables here, instead of hack-local-variables-apply.
4381 Based on a patch by Alan Mackenzie.
4382
4383 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
4384
4385 * info-look.el (autoconf-mode :doc-spec): For
4386 "(autoconf)M4 Macro Index", if the item already
4387 begins with "AS_", don't prefix that string again.
4388
4389 2008-07-30 Juri Linkov <juri@jurta.org>
4390
4391 * info.el (info, Info-mode): Doc fix.
4392
4393 * isearch.el (isearch-mode-map): Bind `M-s r' to
4394 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
4395 (search-map): Bind `M-s w' to `isearch-forward-word' globally
4396 in the global map `search-map'.
4397 (isearch-forward): Doc fix.
4398 (isearch-forward-word, isearch-toggle-case-fold): New commands.
4399
4400 * simple.el (quoted-insert): Comment out code that treats
4401 0240-0377 specially.
4402
4403 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
4404
4405 * cus-start.el: Add customization info for
4406 read-buffer-completion-ignore-case.
4407
4408 2008-07-30 Sam Steingold <sds@gnu.org>
4409
4410 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
4411
4412 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4413
4414 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
4415 (vc-dir-mode): Improve docstring.
4416
4417 2008-07-30 Juri Linkov <juri@jurta.org>
4418
4419 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
4420 for the sake of isearch-mode-hook in dired-mode in dired.el.
4421
4422 2008-07-19 Markus Triska <markus.triska@gmx.at>
4423
4424 * image-mode.el (image-mode): Set image-mode-text-map when image
4425 cannot be displayed.
4426
4427 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
4428
4429 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
4430 ada-xref-set-default-prj-values.
4431 (ada-prj-display-page): Ditto.
4432
4433 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
4434 (ada-make-filename-from-adaname): Fix free variable.
4435
4436 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
4437
4438 * vc-git.el (vc-git-status-printer): Synchronize with the default.
4439
4440 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
4441
4442 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
4443 for declarations inside a parenthetical list. The code is ill-advised,
4444 and doesn't work given user defined types.
4445 (verilog-set-auto-endcomments): Enhance function automatic
4446 endcomment to support functions that return user defined types.
4447 (verilog-mode): Add code to tell which-function-mode minor mode
4448 that Verilog supports this feature.
4449 (verilog-beg-block-re-ordered, verilog-indent-re)
4450 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
4451 (verilog-leap-to-head): Support the new virtual and/or protected
4452 tasks, as well as extern declarations of tasks for indenting and
4453 for forward/backward expression.
4454
4455 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
4456
4457 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
4458 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
4459 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
4460 (verilog-string-replace-matches): Avoid recursion with small
4461 replacements.
4462 (verilog-auto-inst-param-value, verilog-mode-version)
4463 (verilog-mode-version-date, verilog-read-inst-param-value)
4464 (verilog-auto-inst, verilog-auto-inst-param)
4465 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
4466 verilog-auto-inst-param-value option for AUTOINST. Suggested by
4467 David Rogoff. This allows parameters to be replaced with their
4468 values, on the expansion of an AUTOINST with Verilog 2001 style
4469 parameter settings.
4470
4471 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
4472
4473 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
4474 to `cddr'.
4475
4476 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
4477
4478 * Makefile.in (ELCFILES): Add mairix.elc.
4479
4480 2008-07-29 David Engster <deng@randomsample.de>
4481
4482 * net/mairix.el: New file.
4483
4484 2008-07-29 Juri Linkov <juri@jurta.org>
4485
4486 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
4487 instead of variable-pitch with bold and 1.2 height.
4488
4489 * dired-aux.el (dired-do-async-shell-command): New command.
4490
4491 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
4492 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
4493
4494 2008-07-29 Juri Linkov <juri@jurta.org>
4495
4496 * international/mule-cmds.el (ucs-names): New internal variable.
4497 (ucs-names): New function.
4498 (ucs-completions): New lazy completion variable.
4499 (read-char-by-name): New function.
4500 (ucs-insert): Replace interactive spec letter "s" with the call to
4501 `read-char-by-name'.
4502
4503 * replace.el (read-regexp): Add second arg `default'. Doc fix.
4504
4505 * replace.el (occur-read-primary-args):
4506 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
4507 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
4508 second arg of `read-regexp'.
4509
4510 * dired-aux.el (dired-isearch-filenames): New user option.
4511 (dired-isearch-orig-success-function): New internal variable.
4512 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
4513 (dired-isearch-success-function): New functions.
4514 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4515 New commands.
4516
4517 * dired.el (dired-insert-set-properties): Add new text property
4518 `dired-filename' to put on file names.
4519 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
4520 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
4521 Add menu items.
4522 (dired-mode): Add hook `dired-isearch-filenames-setup' to
4523 buffer-local `isearch-mode-hook'.
4524
4525 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
4526
4527 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
4528 (ada-create-case-exception): Fix typo in docstring.
4529 (ada-no-auto-case): Return nil, not the docstring.
4530 (ada-indent-current): Reflow docstring.
4531
4532 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
4533 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
4534 (ada-prj-load-from-file): Reflow docstring.
4535 (ada-prj-display-page): Fix typo in widget.
4536
4537 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
4538 Fix typos in docstrings.
4539
4540 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
4541 (ada-compile-current, ada-check-current, ada-run-application)
4542 (ada-get-ali-file-name): Fix typos in docstrings.
4543 (ada-xref-confirm-compile, ada-find-references)
4544 (ada-find-local-references, ada-find-any-references): Doc fixes.
4545 (ada-get-all-references): Fix typo in error message.
4546 (ada-xref-current-project): Use `let', not `let*'.
4547 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
4548
4549 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4550
4551 * whitespace.el (whitespace-newline): Change initialization to have a
4552 low contrast relative to the background color. Suggested by David
4553 Reitter <david.reitter@gmail.com>.
4554
4555 2008-07-28 Juri Linkov <juri@jurta.org>
4556
4557 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
4558 New functions.
4559
4560 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
4561 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
4562
4563 2008-07-28 Seiji Zenitani <zenitani@mac.com>
4564
4565 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
4566 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
4567
4568 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
4569
4570 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
4571 Add support for add-log.
4572 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
4573
4574 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
4575 (ada-prj-save): Prompt for file name if not given.
4576 (ada-prj-display-page): Display casing exceptions.
4577
4578 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
4579 Ada mode project files. Delete 'main_unit' project variable;
4580 only need 'main'. Simplify handling of default project values.
4581 Use cross-prefix consistently.
4582 (ada-find-executable): Throw error if not found.
4583 (ada-initialize-runtime-library): Improve error handling when
4584 gnatls not found.
4585 (ada-gnat-parse-gpr): New.
4586 (ada-treat-cmd-string): Allow process environment variables.
4587 (ada-xref-set-default-prj-values): Delete; replace with
4588 ada-default-prj-properties.
4589 (ada-parse-prj-file): Handle GNAT project files.
4590 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
4591 (ada-select-prj-file): New.
4592 (ada-get-absolute-dir-list): Allow project and environment variables.
4593
4594 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
4595
4596 Sync with Tramp 2.1.14.
4597
4598 * net/tramp.el (tramp-perl-directory-files-and-attributes)
4599 (tramp-get-device): Make device number a cons cell.
4600 (tramp-convert-file-attributes): Make inode a cons cell.
4601
4602 * net/trampver.el: Update release number.
4603
4604 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4605
4606 * faces.el (face-set-after-frame-default): Treat 'ns as all other
4607 window systems.
4608
4609 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
4610
4611 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
4612
4613 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4614
4615 Remove support for Mac Carbon.
4616 * term/mac-win.el: Remove file
4617 * international/mule-cmds.el:
4618 * version.el:
4619 * startup.el:
4620 * simple.el:
4621 * mwheel.el:
4622 * mouse.el:
4623 * loadup.el:
4624 * isearch.el:
4625 * info.el:
4626 * frame.el:
4627 * faces.el:
4628 * disp-table.el:
4629 * cus-start.el:
4630 * cus-face.el:
4631 * cus-edit.el:
4632 * Makefile.in: Remove code for Carbon.
4633
4634 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
4635
4636 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
4637 bindings for functions deleted by Dan N. 2008-07-21. Set
4638 where-is-preferred-modifier. Add show-manual option to Help menu.
4639
4640 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
4641
4642 * net/tramp.el (tramp-handle-start-file-process):
4643 Set query-on-exit flag. Kill temporary buffer.
4644 (tramp-process-sentinel): Remove defun.
4645 (tramp-do-copy-or-rename-file-out-of-band)
4646 (tramp-maybe-open-connection): Don't call it.
4647
4648 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
4649 `tramp-process-sentinel'.
4650
4651 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
4652 `tramp-process-sentinel'.
4653
4654 * net/xesam.el (xesam-from): Remove defvar.
4655 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
4656 and `mode-line-position'.
4657 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
4658 information to the widgets. Don't set `mode-line-position'.
4659 (xesam-refresh-search-buffer): Correct hit number computing.
4660 Don't set `mode-line-position'.
4661 (xesam-new-search): Add debug information to the mode line.
4662
4663 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4664
4665 * diff-mode.el (diff-show-trailing-blanks): Renamed to
4666 diff-show-trailing-whitespaces.
4667
4668 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4669
4670 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
4671 invalid filename strings when parsing tex errors (bug#376).
4672
4673 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
4674
4675 * menu-bar.el (menu-bar-file-menu): Fix typo.
4676
4677 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
4678
4679 * play/solitaire.el (solitaire-mode-map): Define within defvar.
4680 (solitaire-mode): Define with `define-derived-mode'.
4681 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
4682 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
4683 (solitaire-undo, solitaire-check): Use `when'.
4684 (solitaire-solve): Err out if the solitaire is already in progress.
4685 Use `when'.
4686
4687 * descr-text.el (describe-char): Don't overwrite local variable char
4688 when describing characters with display-table entries. Display font
4689 backend when describing composed characters. Simplify: use `let'
4690 instead of `let*', and `or x y' instead of `if x x y'.
4691
4692 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
4693
4694 * image-mode.el (image-minor-mode): Set up winprops.
4695
4696 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4697
4698 * diff-mode.el (diff-show-trailing-blanks): New fun.
4699 Show trailing blanks in modified lines for diff-mode.
4700
4701 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
4702
4703 * Makefile.in (ELCFILES): Add net/xesam.el.
4704
4705 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
4706 process name. Reported by Markus Triska <markus.triska@gmx.at>.
4707
4708 * net/xesam.el: New file.
4709
4710 2008-07-24 Sven Joachim <svenjoac@gmx.de>
4711
4712 * dired-aux.el (dired-copy-file-recursive): Avoid calling
4713 set-file-modes when creating target directories.
4714
4715 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
4716
4717 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
4718 Set `show-trailing-whitespace' to nil.
4719 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
4720 Fix typos in docstrings.
4721
4722 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
4723
4724 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
4725 key remapping, not directly.
4726
4727 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4728
4729 * whitespace.el: New version 11.2.
4730 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
4731 minor mode visualization.
4732
4733 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
4734
4735 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
4736
4737 * Makefile.in (ELCFILES): Add term/common-win.elc.
4738
4739 * vc-dir.el (vc-dir-search, vc-dir-isearch)
4740 (vc-dir-isearch-regexp): New functions.
4741 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
4742
4743 2008-07-23 Juri Linkov <juri@jurta.org>
4744
4745 * isearch-multi.el: Remove file to avoid dos file name clashes
4746 with isearch-x.el. Move most content to misearch.el.
4747
4748 * misearch.el: New file with most content from isearch-multi.el.
4749 Rename `isearch-buffers' name prefixes to `multi-isearch'.
4750 Remove `isearch-buffers-minor-mode'. Add new function
4751 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
4752 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
4753 `multi-isearch-files', `multi-isearch-files-regexp'.
4754
4755 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
4756
4757 * isearch.el (isearch-message-prefix): Display "Multi" when
4758 `multi-isearch-next-buffer-current-function' is non-nil.
4759 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
4760 with `multi-isearch-next-buffer-current-function', and
4761 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
4762
4763 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
4764 `multi-isearch-next-buffer-function' instead of
4765 `isearch-buffers-next-buffer-function'. Remove call to
4766 `isearch-buffers-minor-mode'.
4767
4768 * buff-menu.el (Buffer-menu-marked-buffers)
4769 (Buffer-menu-isearch-buffers)
4770 (Buffer-menu-isearch-buffers-regexp): New functions.
4771 (Buffer-menu-mode-map): Bind "M-s a C-s" to
4772 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
4773 `Buffer-menu-isearch-buffers-regexp'.
4774 (Buffer-menu-mode): Document new commands in docstring.
4775 (list-buffers-noselect): Add one space after Info file name
4776 according to the Info address convention.
4777
4778 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
4779 New functions.
4780
4781 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
4782 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
4783 (ibuffer-mode): Document new commands in docstring.
4784
4785 * filesets.el (filesets-commands): Add commands for "Isearch" and
4786 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
4787 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
4788 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
4789 or `multi-isearch-files-regexp'.
4790 (filesets-cmd-query-replace-getargs): Call standard function
4791 `query-replace-read-args' to read `query-replace' arguments.
4792 Add `multi-query-replace-map'.
4793 (filesets-cmd-query-replace-regexp-getargs)
4794 (filesets-cmd-isearch-getargs): New functions.
4795
4796 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4797
4798 * international/mule.el (recode-region): Deactivate mark at the end.
4799
4800 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
4801
4802 * progmodes/flymake.el (flymake-errline, flymake-warnline):
4803 Use more suitable colors on dark displays.
4804
4805 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
4806
4807 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
4808 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
4809 (tramp-temp-buffer-name): New defconst.
4810 (tramp-handle-start-file-process): Use it. Apply "exec", for the
4811 command. No trailing prompt.
4812 (tramp-process-sentinel): Remove temporary buffer, if existing.
4813 Don't handle trailing prompt.
4814 (tramp-open-connection-setup-interactive-shell):
4815 Use `tramp-temp-buffer-name'.
4816
4817 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
4818
4819 * shell.el (shell-dynamic-complete-functions):
4820 Use comint-dynamic-complete-filename as well (bug#361).
4821
4822 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
4823
4824 * term/ns-win.el:
4825 * version.el (emacs-version):
4826 * loadup.el:
4827 * frame.el (make-frame-on-display): Check for ns instead of
4828 ns-windowing.
4829
4830 * dired.el (dired-mode-map): Show the key binding for wdired.
4831
4832 * menu-bar.el (menu-bar-file-menu): Show the key binding for
4833 exiting Emacs.
4834
4835 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4836
4837 * term/ns-win.el (x-list-fonts): Drop alias.
4838
4839 2008-07-23 Juri Linkov <juri@jurta.org>
4840
4841 * replace.el (multi-query-replace-map): New variable.
4842 (perform-replace): Add processing of new multi-buffer keys bound
4843 to `automatic-all' and `exit-current'. Set `query-flag' to nil
4844 if last input char was `automatic-all'. Set new local variable
4845 `multi-buffer' to t when one of new two keys were typed. Return
4846 non-nil value of `multi-buffer' that tells to calling functions
4847 to continue replacement on the next file.
4848
4849 * progmodes/etags.el (tags-query-replace): Set arg `map' of
4850 `perform-replace' to `multi-query-replace-map'.
4851
4852 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
4853
4854 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
4855 otherwise displayed in every buffer.
4856
4857 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
4858 (vc-arch-trim-one-revlib): Delete temp directories as well.
4859
4860 2008-07-22 Stephen Eglen <stephen@gnu.org>
4861
4862 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
4863
4864 2008-07-22 Sven Joachim <svenjoac@gmx.de>
4865
4866 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
4867
4868 2008-07-22 Miles Bader <miles@gnu.org>
4869
4870 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
4871 (sh-mode-map): Remove remapping of newline-and-indent.
4872
4873 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4874
4875 * vc.el (Todo): Update.
4876
4877 * vc-hooks.el: Remove obsolete comment.
4878
4879 * vc-git.el (vc-git-status-printer): Update the directory display
4880 to match the default.
4881
4882 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
4883
4884 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4885
4886 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
4887 for "word wrap" command.
4888
4889 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
4890
4891 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
4892
4893 * term/ns-win.el: Rename ns- functions/variables to the
4894 corresponding x- versions.
4895 (x-select-text, x-cut-buffer-or-selection-value)
4896 (x-disown-selection-internal, x-get-selection-internal)
4897 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
4898 (x-display-mm-width, x-display-mm-height)
4899 (x-display-backing-store, x-display-save-under)
4900 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
4901 defaliases.
4902
4903 * frame.el (ns-display-name): Remove declaration.
4904 (make-frame-on-display): Use x-display-name instead
4905 ns-display-name. Use unless.
4906
4907 * startup.el (command-line-1): Fix indentation.
4908
4909 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
4910 checked in inadvertently.
4911
4912 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4913
4914 * term/ns-win.el: Standardize references to "Nextstep" in
4915 comments, messages, and docstrings.
4916 (ns-handle-args, x-parse-geometry)
4917 (ns-extended-platform-support-mode, x-setup-function-keys)
4918 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
4919 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
4920 (ns-initialized, ns-initialize-window-system): Doc fixes.
4921
4922 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
4923
4924 * diff-mode.el (diff-auto-refine): Delete defcustom.
4925 (diff-auto-refine-mode): New func/var via define-minor-mode.
4926 Update var ref to use diff-auto-refine-mode.
4927 * smerge-mode.el (diff-mode): Require when compiling.
4928 (smerge-auto-refine): Delete defcustom.
4929 Update smerge-auto-refine ref to use diff-auto-refine-mode.
4930
4931 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
4932
4933 * simple.el (visual-line): New custom group.
4934 (visual-line-fringe-indicators): New var.
4935 (visual-line-mode): Set fringe-indicator-alist based on
4936 visual-line-fringe-indicators. Add lighter.
4937
4938 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
4939
4940 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
4941 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4942 (x-handle-geometry, x-handle-name-switch, x-display-name)
4943 (x-handle-display, x-handle-args, x-colors): Move ...
4944 * term/common-win.el: ... here. New file.
4945 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
4946 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
4947 (x-handle-geometry, x-handle-name-switch, x-display-name)
4948 (x-handle-display, x-handle-args, x-colors): Remove.
4949 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
4950
4951 2008-07-19 Juri Linkov <juri@jurta.org>
4952
4953 * startup.el (fancy-startup-text): Move the line "To quit
4954 a partially entered command, type Control-g" a few lines below
4955 to be after the line "To start". Add text "at gnu.org" to
4956 "Overview of Emacs features".
4957
4958 * dired.el (dired-mode-map): Fix menu text of
4959 image-dired-display-thumbs.
4960
4961 * image-dired.el (image-dired-cmd-create-thumbnail-options)
4962 (image-dired-cmd-create-temp-image-options)
4963 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
4964 ImageMagick command line to change the dimensions of the image
4965 only if its width or height exceeds the geometry specification.
4966
4967 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
4968
4969 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
4970 to docstrings.
4971
4972 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
4973
4974 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
4975 Vinicius Jose Latorre.
4976
4977 2008-07-19 Glenn Morris <rgm@gnu.org>
4978
4979 * term/ns-win.el (ns-make-command-string): Use mapconcat.
4980 (ns-save-preferences): Fix typo in previous change. (Bug#573)
4981
4982 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
4983
4984 * net/dbus.el (dbus-interface-properties): New defconst.
4985 (dbus-introspect): Update docstring.
4986 (dbus-introspect-xml, dbus-introspect-get-attribute)
4987 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
4988 (dbus-introspect-get-interface-names)
4989 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
4990 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
4991 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
4992 (dbus-introspect-get-property)
4993 (dbus-introspect-get-annotation-names)
4994 (dbus-introspect-get-annotation)
4995 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
4996 (dbus-introspect-get-signature, dbus-get-property)
4997 (dbus-set-property, dbus-get-all-properties): New defuns.
4998
4999 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
5000
5001 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
5002 ns-grabenv.elc.
5003
5004 * ns-carbon-compat.el: File removed.
5005
5006 * ns-grabenv.el: File removed.
5007
5008 * term/ns-win.el: Contents of ns-carbon-compat.el and
5009 ns-grabenv.el moved here.
5010 (ns-grabenv, ns-open-file-select-line): Doc fixes.
5011 (ns-submit-bug-report): Function removed. Reports go to the main
5012 Emacs bug list.
5013 (ns-handle-args, ns-spi-service-call): Doc fixes.
5014 (info-ns-emacs): Function removed. Nextstep port manual will be
5015 merged into the Emacs manual, so no separate link needed.
5016
5017 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
5018
5019 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
5020
5021 2008-07-18 Glenn Morris <rgm@gnu.org>
5022
5023 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
5024 to XEmacs, since it does nothing for Emacs.
5025
5026 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
5027
5028 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
5029 BUFFER that is a string but does not exist as a buffer object, as
5030 mentioned in the doc-string.
5031
5032 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * simple.el (line-move-visual): Make it a defcustom.
5035 (line-move-1): Convert temporary-goal-column back to an integer if
5036 it was set as a float by a previous call to line-move-visual.
5037 (end-of-visual-line, beginning-of-visual-line)
5038 (next-logical-line, previous-logical-line): New functions.
5039
5040 2008-07-17 David Reitter <david.reitter@gmail.com>
5041
5042 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
5043 functions.
5044 (visual-line-mode, global-visual-line-mode): New minor mode.
5045 (visual-line-mode-map): New variable.
5046
5047 2008-07-17 Glenn Morris <rgm@gnu.org>
5048
5049 * term/ns-win.el (parameters): Declare for compiler.
5050
5051 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
5052
5053 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
5054 for Windows.
5055
5056 2008-07-17 Daiki Ueno <ueno@unixuser.org>
5057
5058 * epa.el (epa-key-list-mode): Use run-mode-hooks.
5059 (epa-key-mode): Ditto.
5060 (epa-info-mode): Ditto.
5061
5062 2008-07-17 Glenn Morris <rgm@gnu.org>
5063
5064 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
5065 (ns-handle-numeric-switch): Just call ns-handle-switch.
5066 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
5067 (ns-handle-args): Simplify using `pop'.
5068 (ns-display-name): Define (used in frame.el).
5069 (menu-bar-select-frame): Add (ignored) arg to more closely match the
5070 original definition.
5071 (ns-perform-service): Declare.
5072 (ns-save-preferences): Use fewer `let's.
5073
5074 * frame.el (ns-display-name): Declare for compiler.
5075
5076 2008-07-17 Kenichi Handa <handa@m17n.org>
5077
5078 * descr-text.el (describe-char-unidata-list): Initialize to the
5079 list of name, general-category, decomposition, and old-name.
5080
5081 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5082
5083 * startup.el (command-line-1): Update processing of NS long options to
5084 mimic recent changes to processing of X long options.
5085
5086 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
5087
5088 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
5089 list of #defines for remote files.
5090 (gdb-source-info): Only show main if it has been found.
5091
5092 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
5093
5094 * term/ns-win.el: Require CL; fix up comment style; reindent.
5095 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
5096 (ns-save-preferences): Use `case'.
5097 (ns-initialize-window-system): Use `dolist'.
5098
5099 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
5100
5101 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
5102 windowing is used.
5103 * term/ns-win.el (ns-extended-platform-support-mode):
5104 Correct/improve documentation.
5105
5106 2008-07-16 Glenn Morris <rgm@gnu.org>
5107
5108 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
5109 Simply require 'cl (see comment in cl-compat.el).
5110 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
5111 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
5112 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
5113 directly rather by subterfuge. Provide cl before loading cl-macs.
5114
5115 * paths.el (rmail-spool-directory): Remove settings for systems that are
5116 no longer supported.
5117
5118 * frame.el (ns-initialize-window-system): Declare for compiler.
5119
5120 * term/ns-win.el: Add numerous declarations for compiler.
5121 (ns-pop-up-frames): Move definition before use. Doc fix.
5122
5123 * emacs-lisp/check-declare.el (check-declare-locate)
5124 (check-declare-verify): Handle .m files.
5125
5126 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
5127
5128 * ns-carbon-compat.el: New file: user-visible compatibility of
5129 NeXTstep port with Carbon port.
5130 * ns-grabenv.el: New file: functionality useful on OS X platform to
5131 expose environment variables inside Emacs started from icon.
5132 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
5133 * cus-edit.el:
5134 * cus-face.el:
5135 * disp-table.el:
5136 * faces.el:
5137 * info.el:
5138 * mouse.el:
5139 * mwheel.el:
5140 * simple.el: Add ns to window systems treated as GUIs.
5141 * facemenu.el (facemenu-read-color): Don't require a name match under
5142 NS, to allow numeric color entry.
5143 * frame.el (make-frame-on-display): Follow code for 'x in initializing
5144 'ns window system if need be.
5145 (various): Add 'ns as described above.
5146 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
5147 ns-windowing is active.
5148 * startup.el (command-line-ns-option-alist): New constant to handle NS
5149 windowing system specific command line args analogous to how they are
5150 handled for X windows.
5151 (command-line-1): Use the above where appropriate.
5152 * version.el: Add NS port version.
5153 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
5154 Darwin (usually OS X) systems.
5155 (woman-use-own-frame): Include 'ns in list of GUI window systems.
5156 * emulation/viper-util.el (ns-display-color-p)
5157 (ns-color-defined-p): Remove these (caustically-commented) outdated
5158 compensations for a port that was never itself integrated until now.
5159 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
5160 for NS window system.
5161 * international/mule-cmds.el: Add 'ns to list of special-cased window
5162 systems (probably most of these, x/w32/mac/ns could be changed to
5163 window-system non-nil).
5164 * term/ns-win.el: New file: lisp-side support for NS windowing system.
5165
5166 2008-07-14 Jason Rumney <jasonr@gnu.org>
5167
5168 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
5169 (x-handle-numeric-switch, x-handle-initial-switch)
5170 (x-handle-xrm-switch, x-handle-args, x-handle-display)
5171 (xw-defined-colors, w32-initialize-window-system):
5172 Avoid use of cl pop and push macros.
5173
5174 2008-07-14 Martin Rudalics <rudalics@gmx.at>
5175
5176 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
5177 error when change-log-search-file-name returns nil.
5178
5179 2008-07-13 Martin Rudalics <rudalics@gmx.at>
5180
5181 * add-log.el (change-log-search-file-name):
5182 Use match-string-no-properties.
5183 (change-log-search-tag-name-1, change-log-search-tag-name)
5184 (change-log-goto-source-1, change-log-goto-source): New functions.
5185 (change-log-tag-re, change-log-find-head, change-log-find-tail):
5186 New variables.
5187 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
5188
5189 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
5190
5191 * calc/calc-help.el (calc-describe-key): Add angles to special key
5192 descriptions.
5193
5194 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
5195
5196 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
5197 search for regexp.
5198
5199 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
5200
5201 * simple.el (line-move-visual): Handle null pixel position gracefully.
5202
5203 2008-07-11 Jason Rumney <jasonr@gnu.org>
5204
5205 * files.el (file-truename): Get truename of ancestors if file does
5206 not exist on Windows.
5207
5208 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
5209
5210 * simple.el (line-move-visual): Obey goal-column and no-error arg.
5211 (track-eol, temporary-goal-column, previous-line, next-line):
5212 Update docstring.
5213 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
5214 to nil.
5215
5216 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
5217
5218 * simple.el (line-move-visual): New var.
5219 (line-move-visual): New function.
5220 (line-move): Call line-move-visual.
5221
5222 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
5223
5224 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
5225 pattern and add patterns for C++ header files.
5226
5227 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
5228
5229 * window.el (truncated-partial-width-window-p): New function.
5230
5231 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
5232
5233 * faces.el (x-create-frame-with-faces): Don't pass parameters that
5234 are set later to x-create-frame.
5235 (face-set-after-frame-default): Apply X resources for non-default
5236 faces.
5237
5238 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
5239
5240 * faces.el (face-set-after-frame-default): Simplify. Don't apply
5241 frame-specific X resource settings. Set faces using a list of
5242 frame parameters explicitly passed to the calling
5243 function (e.g. make-frame).
5244 (x-create-frame-with-faces, tty-create-frame-with-faces):
5245 Supply explicit frame parameter list to face-set-after-frame-default.
5246
5247 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
5248
5249 * net/browse-url.el (browse-url-default-browser):
5250 Fix argument list in lambda.
5251
5252 2008-07-07 Ulf Jasper <ulf@web.de>
5253
5254 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
5255 from url-retrieve.
5256 (newsticker--sentinel-work): Fix xerror typo.
5257
5258 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
5259
5260 * vc-dir.el (vc-dir-refresh): Only update files.
5261
5262 * vc-git.el (vc-git--ls-files-state): Remove unused function.
5263
5264 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
5265
5266 2008-07-06 John Paul Wallington <jpw@pobox.com>
5267
5268 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
5269
5270 2008-07-05 Alexandre Julliard <julliard@winehq.org>
5271
5272 * vc-git.el (vc-git-registered): Return true for removed files.
5273 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
5274 all the files instead of one per file.
5275 (vc-git-previous-revision): Add support for project-wide previous
5276 revision when specified file is nil.
5277
5278 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
5279
5280 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
5281
5282 * vc-dir.el (vc-dir-find-child-files): New function.
5283 (vc-dir-resync-directory-files): New function.
5284 (vc-dir-recompute-file-state): New function, broken out of ...
5285 (vc-dir-resynch-file): ... here. Also deal with directories.
5286 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
5287 (vc-resynch-buffer): Use it.
5288
5289 * vc-hg.el (vc-hg-registered): Do not set vc-state.
5290
5291 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
5292
5293 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
5294
5295 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
5296 if it's not part of gdb-ui, e.g, at start.
5297
5298 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
5299 filenames in stack trace (text command mode).
5300
5301 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
5304
5305 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
5306 Use syntax-ppss on a position *before* the char we want to change.
5307
5308 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
5309
5310 * vc-dir.el (vc-dir-query-replace-regexp): New function.
5311 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
5312 (vc-dir-mode-map): Likewise.
5313
5314 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
5317 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
5318 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
5319 Remove spurious * in defcustom docstrings.
5320
5321 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
5322 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
5323 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
5324 (default-justification): Remove spurious * in defcustom docstrings.
5325
5326 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
5327 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
5328 (rst-compare-decorations, rst-default-indent, rst-update-section)
5329 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
5330 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
5331 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
5332 Fix typos in docstrings.
5333 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
5334 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
5335 (rst-get-decorations-around, rst-section-tree-point)
5336 (rst-font-lock-adornment-point): Reflow docstrings.
5337 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
5338 Doc fixes.
5339 (rst-re-enumerations): Comment out.
5340
5341 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
5342 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
5343 (nxml-unicode-block-char-name-set):
5344 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
5345 * nxml/rng-nxml.el (rng-set-state-after):
5346 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
5347
5348 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
5349 (rng-c-parse-annotation-body):
5350 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
5351
5352 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
5353 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
5354 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
5355 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
5356 Fix typos in docstrings.
5357 (nxml-attribute-indent): Reflow docstring.
5358 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
5359 (nxml-default-buffer-file-coding-system): Doc fixes.
5360
5361 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
5362 (nxml-ns-set-prefix): Fix typos in docstrings.
5363 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
5364 Reflow docstring.
5365 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
5366
5367 * nxml/nxml-outln.el (nxml-hide-all-text-content)
5368 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
5369 (nxml-hide-direct-text-content, nxml-hide-subheadings)
5370 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
5371 (nxml-outline-display-rest, nxml-outline-set-overlay)
5372 (nxml-section-tag-forward, nxml-section-tag-backward)
5373 (nxml-back-to-section-start): Fix typos in docstrings.
5374
5375 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
5376 Doc fixes.
5377
5378 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
5379 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
5380 (nxml-scan-after-change): Fix typo in docstring.
5381
5382 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
5383 (rng-name-class-possible-names): Doc fixes.
5384 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
5385 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
5386 Fix typos in docstrings.
5387 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
5388 Reflow docstrings.
5389
5390 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
5391 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
5392
5393 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
5394 (rng-xsd-convert-date-time): Reflow docstrings.
5395 (rng-xsd-compile): Fix typo in docstring.
5396
5397 * nxml/rng-loc.el (rng-current-schema-file-name)
5398 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
5399 Doc fixes.
5400 (rng-set-schema-file): Fix typo in docstring.
5401
5402 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
5403 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
5404 Fix typos in docstrings.
5405 (rng-message-overlay, rng-conditional-up-to-date-start)
5406 (rng-conditional-up-to-date-end): Doc fixes.
5407 (rng-next-error, rng-previous-error): Reflow docstrings.
5408
5409 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
5410 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
5411 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
5412 (xmltok-merge-attributes): Fix typos in docstrings.
5413 (xmltok-make-attribute, xmltok-forward-special)
5414 (xmltok-get-declared-encoding-position): Reflow docstrings.
5415
5416 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
5417 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
5418 Fix typos in docstrings.
5419
5420 2008-07-02 John Paul Wallington <jpw@pobox.com>
5421
5422 * ibuffer.el (ibuffer-buffer-file-name):
5423 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
5424 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
5425
5426 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
5427
5428 * files.el (backup-extract-version): Handle versioned directories.
5429 (trash-directory): New variable.
5430 (move-file-to-trash): New function.
5431
5432 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
5433
5434 2008-07-02 Magnus Henoch <mange@freemail.hu>
5435
5436 * vc-git.el (vc-git-annotate-command): Use proper option for
5437 specifying revision.
5438
5439 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
5440
5441 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
5442 if available.
5443
5444 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
5445
5446 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
5447
5448 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
5449 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
5450
5451 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
5452
5453 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
5454
5455 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
5456 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
5457 (gdb-var-list-children-regexp, gdb-var-update-regexp)
5458 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
5459 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
5460 (gdb-stack-list-locals-regexp): Future proof regexps better.
5461
5462 2008-06-30 Juri Linkov <juri@jurta.org>
5463
5464 * faces.el (face-name-history): New variable.
5465 (make-face, make-empty-face): Replace interactive spec "S"
5466 with `read-from-minibuffer' where `read' arg is t and
5467 `hist' arg is `face-name-history'.
5468 (read-face-name): Set `hist' arg of `completing-read-multiple'
5469 to `face-name-history'.
5470 (list-faces-display): Use `read-regexp' instead of `read-string'
5471 to read regexp.
5472
5473 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
5474 to `regexp-history'.
5475 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
5476 make it an obsolete alias to it.
5477 (hi-lock-face-defaults): New variable renamed from
5478 `hi-lock-face-history'.
5479 (hi-lock-line-face-buffer, hi-lock-face-buffer)
5480 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
5481 `read-from-minibuffer'. Doc fix.
5482 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
5483 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
5484 Set `hist' arg of `completing-read' to `face-name-history'.
5485 Put a list of default faces to `default' arg instead of `hist' arg.
5486
5487 * bindings.el (abbrev-map, narrow-map): New variables.
5488 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
5489 Rebind related commands to these new maps.
5490 (ctl-x-r-map): New variable for rectangle, register and bookmark
5491 keys. Move rectangle keybindings to rect.el and register
5492 keybindings to register.el.
5493 (next-buffer, previous-buffer): Remove C-x prefix and move
5494 keybindings to ctl-x-map.
5495
5496 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
5497 to the new map `ctl-x-r-map' in autoload cookies.
5498
5499 * expand.el: Rebind two global `C-x a' keys "n", "p"
5500 to the new map `abbrev-map' in autoload cookies.
5501
5502 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
5503
5504 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
5505
5506 2008-06-30 Miles Bader <miles@gnu.org>
5507
5508 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
5509 after processing an escape sequence.
5510
5511 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
5512
5513 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
5514 from 2008-06-28. It does not work on W32.
5515
5516 2008-06-29 Juri Linkov <juri@jurta.org>
5517
5518 * replace.el (read-regexp): New function.
5519 (keep-lines-read-args, occur-read-primary-args):
5520 Call `read-regexp' instead of code moved to new function.
5521 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
5522 from the end of prompt.
5523 (replace-re-search-function): Doc fix.
5524
5525 2008-06-29 Kenichi Handa <handa@m17n.org>
5526
5527 * descr-text.el (describe-char-display): Always return a string.
5528 (describe-char-padded-string): New function.
5529 (describe-char): Adjusted for the change of
5530 describe-char-display. Use describe-char-padded-string.
5531
5532 2008-06-29 Andreas Schwab <schwab@suse.de>
5533
5534 * vc-dir.el (vc-dir): Make backend argument optional and use
5535 vc-responsible-backend when nil. Interactively pass nil for
5536 backend instead of using the backend of what happens to be
5537 default-directory at the time of the call.
5538
5539 * find-dired.el (find-dired-filter): Preserve point.
5540
5541 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
5542
5543 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
5544 (sasl-find-mechanism, sasl-next-step):
5545 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
5546 (sasl-ntlm-response): Fix typos in docstrings.
5547
5548 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
5549
5550 * international/mule-cmds.el (view-hello-file): Doc fix.
5551
5552 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
5553
5554 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
5555 (set-face-attribute, face-set-after-frame-default)): Don't use it.
5556
5557 2008-06-28 John Paul Wallington <jpw@pobox.com>
5558
5559 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
5560
5561 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
5562
5563 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
5564 (tramp-convert-file-attributes): Convert symlinks only when
5565 returned from `tramp-handle-file-attributes-with-stat'.
5566
5567 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
5568 `substitute-in-file-name' when unloading.
5569 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
5570
5571 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
5572
5573 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
5574 (vc-string-prefix-p): Move function ...
5575 * vc.el (vc-string-prefix-p): ... here.
5576
5577 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5578
5579 * vc-dir.el (vc-dir): Complete only directory names.
5580
5581 2008-06-27 Jason Rumney <jasonr@gnu.org>
5582
5583 * w32-fns.el (top-level): Unconditionally define all charsets.
5584
5585 2008-06-27 Alan Mackenzie <acm@muc.de>
5586
5587 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
5588 the CC Mode specific functions; this is no longer needed, since
5589 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
5590
5591 * progmodes/cc-defs.el (c-emacs-features): New feature
5592 'argumentative-bod-function.
5593
5594 2008-06-27 John Paul Wallington <jpw@pobox.com>
5595
5596 * chistory.el (list-command-history): Use `bound-and-true-p'.
5597 (command-history-map): Define within defvar. Add docstring.
5598
5599 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5600
5601 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
5602 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
5603 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
5604 (image-type-from-buffer): Use `looking-at-p'.
5605
5606 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
5607
5608 * ibuf-ext.el (diff-sentinel): Declare.
5609
5610 2008-06-27 Glenn Morris <rgm@gnu.org>
5611
5612 * calendar/lunar.el (calendar-lunar-phases): Rename from
5613 calendar-phases-of-moon. Keep old name as alias, update callers.
5614 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
5615 (diary-lunar-phases): Rename from diary-phases-of-moon.
5616 Keep old name as alias.
5617 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
5618 (cal-menu-global-mouse-menu): Update for lunar name changes.
5619 * calendar/calendar.el (calendar-mode-map): Update for name change.
5620 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
5621
5622 2008-06-26 Glenn Morris <rgm@gnu.org>
5623
5624 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
5625 argument `nolocation'.
5626 (calendar-sunrise-sunset-month): New function.
5627 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
5628 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
5629 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
5630 * calendar/calendar.el (solar-sunrises-buffer): New constant.
5631 (calendar-mode-map): Use cal-menu-sunmoon-menu.
5632 (calendar-buffer-list): Add solar-sunrises-buffer.
5633
5634 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
5635
5636 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
5637
5638 * cus-start.el: Add customization types for word-wrap and
5639 shift-select-mode.
5640
5641 2008-06-26 John Paul Wallington <jpw@pobox.com>
5642
5643 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
5644 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
5645 (ibuffer-mark-on-buffer): Don't display message when removing marks.
5646 (ibuffer-mark-by-mode): Use `buffer-local-value'.
5647
5648 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
5649
5650 * vc-dir.el (tool-bar): Require.
5651
5652 * vc.el (ewoc, tool-bar): Do not require.
5653
5654 2008-06-26 Kenichi Handa <handa@m17n.org>
5655
5656 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
5657 characters.
5658
5659 * composite.el (terminal-composition-base-character-p): New function.
5660 (terminal-composition-function):
5661 Use terminal-composition-base-character-p. Include the base character
5662 in the composition.
5663 (auto-compose-chars): Don't check font-object for terminal display.
5664
5665 2008-06-26 Glenn Morris <rgm@gnu.org>
5666
5667 * doc-view.el (bookmark-make-record-default):
5668 * image-mode.el (bookmark-make-record-default): Fix declaration.
5669
5670 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
5671 Add default :value for sexp type.
5672 (calendar-month-edges): New variable.
5673 (calendar-month-edges): New function.
5674 (calendar-recompute-layout-variables): Set calendar-month-edges.
5675 (calendar-intermonth-header, calendar-intermonth-text): New options.
5676 (calendar-insert-at-column): New function.
5677 (calendar-generate-month): Use calendar-insert-at-column.
5678 Handle intermonth text. Add 'date property.
5679 (calendar-column-to-month): Remove function.
5680 (calendar-column-to-segment): New function.
5681 (calendar-cursor-to-date): Use calendar-column-to-segment.
5682 Check 'date property.
5683
5684 * calendar/calendar.el (calendar-print-other-dates):
5685 Handle mouse events.
5686 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
5687 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
5688
5689 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
5690 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
5691 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
5692
5693 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5694 Use calendar-column-to-segment, calendar-month-edges, and
5695 the 'date property to handle intermonth text.
5696
5697 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
5698
5699 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
5700 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
5701 Add doc strings.
5702 (cal-menu-context-mouse-menu): Add some :keys.
5703 (calendar-check-holidays): Declare rather than autoloading.
5704 (diary-show-holidays-flag): Remove unneeded declaration.
5705
5706 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
5707 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
5708 event-start is nil.
5709
5710 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5711
5712 * minibuffer.el (completion-basic-try-completion): Use the text after
5713 point to constrain the completion candidates.
5714 (completion-basic-all-completions): Adjust accordingly.
5715
5716 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
5719 courier.
5720
5721 * faces.el (set-face-attribute): Doc fix.
5722
5723 2008-06-25 Juri Linkov <juri@jurta.org>
5724
5725 * bindings.el (goto-map): New variable. Rebind goto-related
5726 commands to this `M-g' prefix keymap.
5727 (search-map): New variable for `M-s' prefix keymap.
5728 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
5729 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
5730 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
5731 `M-shw' to `hi-lock-write-interactive-patterns'.
5732
5733 * isearch.el (isearch-mode-map): Bind `M-s h r' to
5734 `isearch-highlight-regexp'.
5735 (isearch-highlight-regexp): New function.
5736
5737 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
5738
5739 * info.el (Info-bookmark-make-record):
5740 Use bookmark-make-record-default.
5741 (Info-bookmark-jump): Use bookmark-default-handler.
5742
5743 * image-mode.el (image-bookmark-make-record):
5744 Use bookmark-make-record-default.
5745 (image-bookmark-jump): Use bookmark-default-handler.
5746
5747 * doc-view.el (doc-view-bookmark-make-record):
5748 Use bookmark-make-record-default.
5749 (doc-view-bookmark-jump): Use bookmark-default-handler.
5750
5751 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
5752 used until now in bookmark.el's code.
5753 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
5754 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
5755 used until now in bookmark.el's code.
5756 (bookmark-set-filename): Remove special code, moved to its only caller.
5757 (bookmark-store): Use the newer format.
5758 (bookmark-make-record-default): Add arg `point-only'.
5759 Rename from bookmark-make-record-for-text-file.
5760 (bookmark--jump-via): New function.
5761 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
5762 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
5763 Use it.
5764 (bookmark-jump-noselect, bookmark-default-handler):
5765 Don't return an alist, instead return the data implicitly by changing
5766 current buffer and point. Signal an error if the file doesn't exist.
5767
5768 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
5769 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
5770
5771 * bs.el: Use with-current-buffer. Simplify.
5772 (bs-toggle-readonly): Avoid vc-toggle-read-only.
5773
5774 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
5775 is bound before using it.
5776
5777 2008-06-25 Kenichi Handa <handa@m17n.org>
5778
5779 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
5780
5781 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
5782
5783 * vc-hg.el:
5784 * vc-git.el: Require vc-dir when compiling.
5785
5786 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
5787 vc-dir-marked-only-files. Change the return value.
5788 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
5789 Change the return value.
5790 (vc-dir-deduce-fileset): New function broken out from ...
5791 * vc.el (vc-deduce-fileset): ... here and ...
5792 (vc-deduce-fileset): ... here.
5793
5794 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
5795 (vc-svn-parse-status): Do not set the vc-backend property.
5796
5797 2008-06-25 Andreas Schwab <schwab@suse.de>
5798
5799 * faces.el (face-font-family-alternatives, variable-pitch):
5800 Use "Sans Serif", not "Sans-Serif".
5801
5802 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
5803
5804 * faces.el (face-font-family-alternatives, variable-pitch):
5805 Change "Sans" to the canonical name "Sans-Serif".
5806
5807 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
5808
5809 * calc/calc.el (calc-mode-map): Add extra keybindings to
5810 `calc-missing-key'.
5811 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
5812 `kill-ring-save'.
5813
5814 2008-06-24 Miles Bader <miles@gnu.org>
5815
5816 * mouse.el (mouse-appearance-menu): Don't do anything if the user
5817 pops up the menu but doesn't select anything.
5818
5819 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
5820
5821 * add-log.el (add-change-log-entry): Add new arg to force each new
5822 entry to be on a new line.
5823 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
5824
5825 * vc-dir.el (vc-client-object): Remove.
5826 (vc-dir-prepare-status-buffer): Take a backend as an argument and
5827 use it when looking for a buffer.
5828 (vc-dir): Add a backend argument. Set revert-buffer-function.
5829 Don't create a client object. Move bindings ...
5830 (vc-dir-menu-map, vc-dir-mode-map): ... here.
5831 (vc-dir-revert-buffer-function): New function.
5832 (vc-generic-status-printer): Rename to ...
5833 (vc-dir-status-printer): ... this.
5834 (vc-generic-state, vc-generic-status-fileinfo-extra)
5835 (vc-dir-extra-menu, vc-make-backend-object): Remove.
5836 (vc-default-status-printer): Use a different face for
5837 directories. Don't display any text for directories in the state
5838 column. Add tooltips.
5839
5840 * vc.el (Todo): Update.
5841
5842 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
5843 * vc-rcs.el (vc-annotate-convert-time):
5844 * vc-mtn.el (vc-annotate-convert-time):
5845 * vc-git.el (vc-annotate-convert-time):
5846 * vc-cvs.el (vc-annotate-convert-time):
5847 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
5848
5849 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
5850
5851 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
5852 instead of using view-mode.
5853
5854 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
5855
5856 * Makefile.in (distclean): Don't delete *.elc and autogen files.
5857
5858 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
5859
5860 * vc.el:
5861 * vc-hooks.el:
5862 * vc-dispatcher.el: Move vc-dir variables and functions ...
5863 * vc-dir.el: ... here. New file.
5864 * Makefile.in (ELCFILES): Add vc-dir.elc.
5865
5866 * vc.el: Move vc-annotate variables and functions ...
5867 * vc-annotate.el: ... here. New file.
5868 * Makefile.in (ELCFILES): Add vc-annotate.elc.
5869
5870 * vc-dav.el: Move here from url/vc-dav.el.
5871 (Todo): Note work needed to make this backend functional.
5872
5873 * Makefile.in (ELCFILES): Update vc-dav.el location.
5874
5875 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
5876
5877 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
5878
5879 2008-06-21 John Paul Wallington <jpw@pobox.com>
5880
5881 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
5882
5883 * textmodes/rst.el (rst-mode): Put docstring in right place.
5884
5885 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
5886
5887 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
5888 size for legibility.
5889
5890 * faces.el (fixed-pitch): Use "Monospace" family.
5891 (variable-pitch): Use "Sans" family.
5892 (face-font-family-alternatives): Define alternatives for "Sans"
5893 and "Monospace".
5894
5895 2008-06-21 Glenn Morris <rgm@gnu.org>
5896
5897 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
5898 Require 'cl when compiling.
5899
5900 * emacs-lisp/debug.el (help-xref-interned): Declare.
5901
5902 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
5903 Evaluate definition when compiling.
5904
5905 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
5906 rather than mouse-1.
5907 (bug-reference-url-format): Autoload safe if string.
5908 (bug-reference-bug-regexp): Make space after "bug" optional.
5909
5910 * Makefile.in (all): Explicitly pass EMACS to sub-make,
5911 for some non-GNU makes.
5912
5913 * cus-dep.el (custom-dependencies-no-scan-regexp):
5914 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
5915
5916 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
5917 increments.
5918
5919 * calendar/calendar.el: Factor out the magic numbers controlling the
5920 calendar layout.
5921 (calendar-month-digit-width, calendar-month-width)
5922 (calendar-right-margin): New variables.
5923 (calendar-recompute-layout-variables, calendar-set-layout-variable):
5924 New functions.
5925 (calendar-left-margin, calendar-intermonth-spacing)
5926 (calendar-column-width, calendar-day-header-width)
5927 (calendar-day-digit-width): New options.
5928 (calendar-first-date-row): New constant.
5929 (calendar-move-to-column, calendar-ensure-newline): New functions,
5930 replacing calendar-insert-indented.
5931 (calendar-insert-indented): Remove function.
5932 (calendar-generate-month): Use calendar-move-to-column and
5933 calendar-ensure-newline. Use layout variables.
5934 (calendar-generate, calendar-update-mode-line)
5935 (calendar-font-lock-keywords): Use layout variables.
5936 (calendar-column-to-month): New function.
5937 (calendar-cursor-to-date): Use calendar-column-to-month.
5938 Use layout variables.
5939 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
5940 Use layout variables. Use calendar-column-to-month.
5941 (calendar-cursor-to-visible-date): Use layout variables.
5942
5943 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5944
5945 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
5946 (all): Run compile-last.
5947 (compile-onefile): New target.
5948 (compile-first): Simplify.
5949 (compile-last): Don't treat COMPILE_FIRST specially.
5950 (COMPILE_FIRST): List the elc files rather than the el files.
5951 (ELCFILES): Update.
5952
5953 2008-06-21 Ulf Jasper <ulf@web.de>
5954
5955 * net/newst-treeview.el: Remove dead code.
5956 (newsticker--window-config): Remove.
5957 (newsticker-treeview-quit): Do not save window config.
5958 (newsticker-treeview): Do not try to restore window config.
5959 (newsticker-groups, newsticker--treeview-list-sort-by-column)
5960 (newsticker--treeview-list-new-items)
5961 (newsticker--treeview-list-immortal-items)
5962 (newsticker--treeview-list-obsolete-items)
5963 (newsticker--treeview-list-all-items)
5964 (newsticker--treeview-list-feed-items): Fix documentation.
5965
5966 2008-06-21 Miles Bader <miles@gnu.org>
5967
5968 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
5969
5970 2008-06-21 Alan Mackenzie <acm@muc.de>
5971
5972 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
5973 infinite loop on invalid syntax.
5974
5975 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
5976
5977 * textmodes/rst.el: Run rst-define-level-faces when loading.
5978 (rst-mode): Don't set the font-lock-multiline var.
5979 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
5980 Set the font-lock-multiline property by hand.
5981
5982 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
5983
5984 * Makefile.in (emacs-deps): Remove.
5985 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
5986 (all): Use them.
5987 (autogen-clean): Remove.
5988
5989 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * Makefile.in (all): New target.
5992 (bootstrap-prepare): Remove.
5993
5994 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
5995 the .elc file to batch-byte-compile.
5996
5997 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
5998 set-keymap-parents if set-keymap-parent doesn't exist.
5999
6000 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
6001 Allow more than one space before the |.
6002
6003 * textmodes/rst.el: Fix up docstring conventions.
6004 Move vars to before their first use.
6005 (rst-mode): Don't mess with font-lock-support-mode.
6006 (rst-suggest-new-decoration, rst-adjust-decoration):
6007 Avoid CL's copy-list.
6008 (rst-delete-entire-line): Use line-beginning-position.
6009 (rst-position): New fun.
6010 (rst-straighten-decorations): Use it instead of CL's position.
6011 (rst-straighten-bullets-region): Avoid CL's mapcar*.
6012 (rst-toc-mode): Use define-derived-mode.
6013 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
6014 Remove unused var `in-par'. Use `point' rather than `point-marker'.
6015 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
6016 (rst-replace-lines): Simplify.
6017 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
6018
6019 * simple.el (special-mode-map): New var.
6020 (special-mode): New major mode.
6021
6022 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
6023
6024 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
6025 log-view-file-re.
6026
6027 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
6028 (vc-switch-backend): Simplify.
6029 (Todo): Remove solved items.
6030
6031 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
6032 the vc-backend property.
6033
6034 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
6037 Bind inhibit-read-only since the buffer is always read-only.
6038
6039 2008-06-20 Ulf Jasper <ulf@web.de>
6040
6041 * net/newst-treeview.el (newsticker-treeview-own-frame):
6042 Change default value to nil.
6043 (newsticker--treeview-list-add-item)
6044 (newsticker--treeview-propertize-tag): Show item title in tooltip.
6045
6046 2008-06-20 Martin Blais <blais@furius.ca>
6047 Stefan Merten <smerten@oekonux.de>
6048 David Goodger <goodger@python.org>
6049
6050 * textmodes/rst.el: New file.
6051
6052 2008-06-20 Sam Steingold <sds@gnu.org>
6053
6054 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
6055 remove DIRECTORY entries.
6056
6057 2008-06-20 Eli Zaretskii <eliz@gnu.org>
6058
6059 * makefile.w32-in (distclean): Depend on `clean'.
6060 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
6061 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
6062 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
6063 empty cus-load.el with `echo', and include "Local Variables"
6064 section to prevent the empty file from being compiled.
6065 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
6066 that generate an empty cus-load.el.
6067
6068 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
6069
6070 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6071 Don't copy ldefs-boot.el over loaddefs.el.
6072 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
6073 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
6074 to loaddefs.el; they are not needed now. Add coding cookie.
6075
6076 2008-06-20 Miles Bader <miles@gnu.org>
6077
6078 * face-remap.el (face-remap-add-relative, face-remap-set-base):
6079 Strip unnecessary list levels from SPECS.
6080 (buffer-face-set, buffer-face-toggle):
6081 Change argument from FACE to &rest SPECS, and strip unnecessary
6082 list levels from SPECS.
6083 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
6084
6085 2008-06-20 Jason Rumney <jasonr@gnu.org>
6086
6087 * international/fontset.el (setup-default-fontset): Specify script
6088 for latin use of iso10646-1. Fix use of lang tags.
6089
6090 2008-06-19 Miles Bader <miles@gnu.org>
6091
6092 * face-remap.el (text-scale-increase): Start from zero if
6093 text-scale-mode isn't enabled.
6094
6095 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
6096
6097 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
6098 frame parameters after setting up the `default' face.
6099
6100 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
6101
6102 * faces.el (face-set-after-frame-default): Don't exclude `default'.
6103
6104 2008-06-18 Glenn Morris <rgm@gnu.org>
6105
6106 * mouse.el (buffer-face-mode-invoke): Declare.
6107
6108 * Makefile.in (ELCFILES): Add org/org-id.elc.
6109
6110 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
6111 * calendar/cal-menu.el (cal-menu-holidays-menu):
6112 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
6113 (cal-menu-today-holidays): Remove function.
6114
6115 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
6116 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6117 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
6118 Remove unused functions.
6119 (calendar-mouse-view-diary-entries): Use format rather than concat.
6120
6121 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
6122 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6123 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
6124
6125 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
6126 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6127 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
6128 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
6129 cal-menu-event-to-date.
6130
6131 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
6132 Handle mouse events.
6133 * calendar/cal-tex.el (cal-tex-cursor-year)
6134 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
6135 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
6136 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
6137 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
6138 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
6139 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
6140 (cal-tex-cursor-month): Mark N as optional.
6141 * calendar/cal-menu.el (calendar-mouse-tex-day)
6142 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
6143 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
6144 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
6145 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
6146 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
6147 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
6148 Remove functions.
6149 (cal-menu-context-mouse-menu): Replace the above functions with the
6150 cal-tex versions. Add HTML submenu.
6151
6152 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
6153
6154 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
6155 text command mode.
6156 (gdb): Explain that gud-gdb is needed for text command mode.
6157
6158 2008-06-17 Martin Rudalics <rudalics@gmx.at>
6159
6160 * window.el (split-height-threshold): Remove spurious extra line.
6161
6162 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
6163
6164 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
6165 (calendar-set-mark):
6166 * calendar/diary-lib.el (diary-insert-entry):
6167 * calendar/solar.el (calendar-sunrise-sunset): Use it.
6168 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
6169 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
6170 (cal-menu-context-mouse-menu): Use calendar-set-mark,
6171 diary-insert-entry, and calendar-sunrise-sunset instead.
6172
6173 * vc.el (vc-deduce-fileset): Add arg `only-files'.
6174 (vc-next-action): Pass the new arg.
6175 (vc-register): Don't use `only-files'.
6176 Don't set `backup-inhibited' in the current buffer.
6177
6178 2008-06-17 Miles Bader <miles@gnu.org>
6179
6180 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
6181
6182 * face-remap.el (buffer-face-mode-face)
6183 (buffer-face-mode-remapping): New variables.
6184 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
6185 (buffer-face-mode-invoke): New functions.
6186 (variable-pitch-mode-remapping): Variable removed.
6187 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
6188
6189 * face-remap.el (internal-lisp-face-attributes): New variable.
6190 (face-attrs-more-relative-p, face-remap-order): New functions.
6191 (face-remap-add-relative): Use `face-remap-order'.
6192
6193 2008-06-17 Glenn Morris <rgm@gnu.org>
6194
6195 * mouse.el (x-select-font): Declare.
6196
6197 * calendar/calendar.el (calendar-move-hook):
6198 Add calendar-update-mode-line as an option.
6199 (calendar-date-echo-text): New user option.
6200 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
6201 (calendar-insert-indented): Simplify newline insertion.
6202 (calendar-describe-mode): Remove unused function.
6203 (calendar-mode-line-entry): New function.
6204 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
6205 Mark as risky.
6206 (calendar-mouse-other-month): Remove function.
6207 (calendar-other-month): Handle mouse events.
6208 (calendar-goto-info-node): Call fit-window-to-buffer.
6209 (calendar-mode): Use define-derived-mode. Doc fix.
6210 (calendar-update-mode-line): Tweak whitespace.
6211
6212 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
6213
6214 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
6215 (vc-dir-marked-only-files): vc-string-prefix-p.
6216
6217 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
6218
6219 * progmodes/gdb-ui.el (gdb-memory-set-address)
6220 (gdb-memory-set-repeat-count): Allow keyboard bindings.
6221 (gdb-memory-mode-map): Bind above functions respectively
6222 to 'S' and 'N'.
6223
6224 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
6225
6226 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
6227
6228 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
6229
6230 * log-view.el (vc-diff-internal): Declare for compiler.
6231
6232 * vc-bzr.el (log-view-per-file-logs):
6233 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
6234
6235 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
6236
6237 * mouse.el (mouse-appearance-menu-map): New var.
6238 (mouse-appearance-menu): New function.
6239 Bind it to S-down-mouse-1.
6240
6241 2008-06-15 Juri Linkov <juri@jurta.org>
6242
6243 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
6244 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
6245 as the second element.
6246 (Info-build-toc): Add PARENT element extracted from the Up pointer.
6247 Don't print progress messages.
6248 (Info-toc-nodes): New variable and function.
6249 (Info-index-nodes): Optimize non-string file name case.
6250 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
6251 (Info-insert-breadcrumbs): Use the cached document structure instead
6252 of visiting all ancestor nodes. Remove the initial `>'.
6253
6254 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6255
6256 * log-view.el (log-view-diff-changeset): New function.
6257 (log-view-mode-map, log-view-mode-menu): Bind it.
6258 (log-view-per-file-logs, log-view-vc-fileset)
6259 (log-view-vc-backend): New variables.
6260 (log-view-find-revision, log-view-modify-change-comment)
6261 (log-view-annotate-version): Throw an error if the log is for more
6262 than one file and we can't find the current file. Get the current
6263 file from log-view-vc-fileset if necessary.
6264 (log-view-diff): Get the current file from log-view-vc-fileset if
6265 necessary.
6266
6267 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
6268
6269 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
6270 (vc-hg-log-view-mode): Declare for compiler.
6271 (vc-hg-log-view-mode): Set log-view-per-file-logs and
6272 log-view-file-re.
6273 (vc-hg-diff): If no file is passed, use default-directory for cwd.
6274
6275 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
6276
6277 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
6278
6279 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
6280
6281 * net/tramp.el (tramp-handle-start-file-process):
6282 Clear modification time of the connection buffer.
6283 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
6284 (tramp-open-connection-setup-interactive-shell): Flush cache, and
6285 restart `tramp-maybe-open-connection' when the remote system has
6286 been changed. Throw 'uname-changed event.
6287 (tramp-maybe-open-connection): Catch it.
6288
6289 * net/tramp-cmds.el (tramp-cleanup-all-connections):
6290 Reset `tramp-locked'.
6291
6292 2008-06-15 Ulf Jasper <ulf@web.de>
6293
6294 * net/newst-treeview.el (newsticker--treeview-list-update)
6295 (newsticker--treeview-item-update)
6296 (newsticker--treeview-tree-update)
6297 (newsticker-treeview-jump, newsticker-group-add-group)
6298 (newsticker-group-move-feed, newsticker-group-delete-group):
6299 Remove window dedication.
6300 (newsticker--group-manage-orphan-feeds): Handle ill-valued
6301 newsticker-groups.
6302 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
6303
6304 2008-06-15 Andreas Schwab <schwab@suse.de>
6305
6306 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
6307 when parsing CVS/Repository.
6308
6309 * wdired.el (wdired-search-and-rename): Fix undocumented change.
6310
6311 2008-06-15 Ulf Jasper <ulf@web.de>
6312
6313 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
6314 (newsticker-extra-face, newsticker-enclosure-face): Moved to
6315 net/newst-reader.el.
6316
6317 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
6318 (newsticker-extra-face, newsticker-enclosure-face): Moved from
6319 net/newst-reader.el.
6320
6321 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6322
6323 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
6324 Catch and recover from case when the bytes we thought we were reading
6325 turn out to be something else entirely, such as latin-1 chars from
6326 quail. See bug#396.
6327
6328 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
6329
6330 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
6331 (vc-register): Call the backend function only once, instead of
6332 once for each file.
6333 (vc-next-action): Update call to vc-register.
6334 (vc-dir-register): Remove function.
6335 (vc-dir): Bind vc-register instead of vc-dir-register.
6336
6337 2008-06-14 Glenn Morris <rgm@gnu.org>
6338
6339 * Makefile.in (ELCFILES): Add net/newst-*.el.
6340
6341 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6342
6343 * wdired.el (wdired-do-renames): New function.
6344 (wdired-finish-edit): Use it to.
6345 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
6346
6347 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6348
6349 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
6350
6351 2008-06-14 Martin Rudalics <rudalics@gmx.at>
6352
6353 * window.el (window--even-window-heights): Even window heights
6354 only if the selected window is higher than WINDOW.
6355 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
6356
6357 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6358
6359 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
6360
6361 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6362
6363 * term/linux.el (terminal-init-linux): Load t-mouse.
6364
6365 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6366 Drew Adams <drew.adams@oracle.com>
6367
6368 * info.el (Info-breadcrumbs-depth): New var.
6369 (Info-insert-breadcrumbs): New function.
6370 (Info-fontify-node): Use it.
6371 (Info-mode-map): Move initialization into declaration.
6372
6373 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
6374
6375 Rename net/newsticker-*.el to net/newst-*.el.
6376 * net/newst-backend.el: Rename from net/newsticker-backend.el.
6377 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
6378 * net/newst-reader.el: Rename from net/newsticker-reader.el.
6379 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
6380 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
6381 * net/newsticker-backend.el: Rename to net/newst-backend.el.
6382 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
6383 * net/newsticker-reader.el: Rename to net/newst-reader.el.
6384 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
6385 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
6386
6387 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6388
6389 * progmodes/compile.el (compilation-start): Don't disable undo in
6390 comint buffer. Don't override the comint-filter with our own.
6391 (compilation-filter): Change point's insertion-type.
6392
6393 * comint.el (comint-output-filter): Use copy-marker.
6394
6395 2008-06-13 David Reitter <david.reitter@gmail.com>
6396
6397 * textmodes/flyspell.el (mail-mode-flyspell-verify):
6398 Check message-signature-separator exists before using it.
6399
6400 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
6401
6402 * vc.el (vc-delete-file): Bind default-directory before calling
6403 the backend.
6404 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
6405 (vc-annotate-show-diff-revision-at-line-internal): ... here.
6406 New function.
6407 (vc-annotate-show-changeset-diff-revision-at-line): New function.
6408 (vc-annotate-mode-menu): Bind it.
6409
6410 2008-06-13 Jason Rumney <jasonr@gnu.org>
6411
6412 * term/w32-win.el (mouse-set-font): Remove overridden function.
6413 (w32-select-font): Declare as obsolete alias for x-select-font.
6414
6415 2008-06-13 Daniel Engeler <engeler@gmail.com>
6416
6417 These changes add serial port access.
6418 * term.el (term-update-mode-line): Modify.
6419 (serial-port-is-file-p, serial-nice-speed-history)
6420 (serial-no-speed, serial-mode-line-speed-menu)
6421 (serial-mode-line-config-menu): New variables and constants.
6422 (serial-name-history, serial-speed-history)
6423 (serial-supported-or-barf, serial-read-name, serial-read-speed)
6424 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
6425 (serial-mode-line-speed-menu, serial-update-speed-menu)
6426 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
6427 (serial-update-config-menu): New functions.
6428
6429 2008-06-13 Glenn Morris <rgm@gnu.org>
6430
6431 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
6432
6433 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
6434
6435 2008-06-13 Kenichi Handa <handa@m17n.org>
6436
6437 * cus-face.el (custom-face-attributes): Add :foundry.
6438
6439 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
6440 (face-x-resources): Add :foundry.
6441 (face-valid-attribute-values): Likewise.
6442 (face-attribute-name-alist): Likewise.
6443 (describe-face): Likewise.
6444
6445 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
6448
6449 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6450
6451 * longlines.el (longlines-search-forward, longlines-search-backward)
6452 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
6453
6454 2008-06-12 Sam Steingold <sds@gnu.org>
6455
6456 * vc.el (vc-rename-file): DTRT when the destination is a directory
6457 name and the source is a file.
6458
6459 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
6460
6461 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
6462
6463 2008-06-12 Glenn Morris <rgm@gnu.org>
6464
6465 * progmodes/f90.el (f90-beginning-of-subprogram)
6466 (f90-end-of-subprogram): Only give a message when interactive.
6467
6468 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
6469
6470 * progmodes/cperl-mode.el (cperl-info-on-command):
6471 Use display-pixel-height rather than x-display-pixel-height.
6472
6473 * mail/rmailedit.el (rmail-cease-edit):
6474 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
6475
6476 * emulation/edt.el (edt-xserver):
6477 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
6478
6479 * emulation/edt-mapper.el: Drop test for Emacs < 19.
6480
6481 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
6482 Evaluate definitions when compiling. Reverse tests.
6483
6484 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
6485 use unless.
6486
6487 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
6488
6489 * textmodes/artist.el (x-pointer-shape):
6490 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
6491 (x-open-connection, x-server-max-request-size, x-get-resource):
6492 * term/w32console.el (x-setup-function-keys):
6493 * term/w32-win.el (x-parse-geometry, x-resource-name)
6494 (generate-fontset-menu, image-library-alist, x-open-connection)
6495 (setup-default-fontset, set-fontset-font, setup-default-fontset)
6496 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
6497 (x-get-resource):
6498 * term/mac-win.el (x-parse-geometry, x-resource-name)
6499 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
6500 (new-fontset, x-display-list, x-open-connection, x-get-resource):
6501 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
6502 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
6503 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
6504 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
6505 (tooltip-identifier-from-point, define-fringe-bitmap):
6506 * play/gamegrid.el (image-size):
6507 * play/bubbles.el (image-size):
6508 * mail/emacsbug.el (x-server-vendor, x-server-version):
6509 * international/mule-util.el (internal-char-font):
6510 * international/mule-diag.el (font-info, query-fontset, fontset-info)
6511 (fontset-alias-alist, fontset-list, fontset-plain-name):
6512 * international/mule-cmds.el (x-server-vendor, x-server-version):
6513 * international/fontset.el (font-encoding-charset-alist)
6514 (otf-script-alist, new-fontset, set-fontset-font)
6515 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
6516 (fontset-list, query-fontset, x-get-resource):
6517 * emulation/edt.el (x-server-vendor):
6518 * emulation/edt-mapper.el (x-server-vendor):
6519 * emacs-lisp/map-ynp.el (x-popup-dialog):
6520 * emacs-lisp/lmenu.el (x-popup-dialog):
6521 * x-dnd.el (x-window-property, x-change-window-property)
6522 (x-get-selection-internal):
6523 * woman.el (x-list-fonts):
6524 * w32-fns.el (x-server-version):
6525 * tooltip.el (x-show-tip, x-hide-tip):
6526 * tool-bar.el (image-mask-p):
6527 * thumbs.el (image-size):
6528 * term.el (overflow-newline-into-fringe):
6529 * subr.el (scroll-bar-scale):
6530 * startup.el (x-get-resource, tool-bar-mode, image-size):
6531 * select.el (x-get-selection-internal, x-own-selection-internal)
6532 (x-disown-selection-internal):
6533 * mouse.el (generate-fontset-menu):
6534 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
6535 * image.el (image-library-alist):
6536 * image-mode.el (image-size, image-refresh):
6537 * image-dired.el (clear-image-cache):
6538 * gs.el (x-display-mm-width, x-display-pixel-width)
6539 (x-display-mm-height, x-display-pixel-height)
6540 (x-change-window-property, x-display-grayscale-p, x-window-property):
6541 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
6542 (x-focus-frame, x-list-fonts, x-display-screens)
6543 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
6544 (x-display-mm-width, x-display-backing-store, x-display-save-under)
6545 (x-display-planes, x-display-color-cells, x-display-visual-class):
6546 * faces.el (internal-face-x-get-resource)
6547 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
6548 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
6549 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
6550 (x-parse-geometry, x-create-frame, x-setup-function-keys)
6551 (tool-bar-setup):
6552 * doc-view.el (clear-image-cache, image-size, tooltip-show):
6553 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
6554 * dframe.el (x-display-pixel-width, x-display-pixel-height):
6555 * descr-text.el (internal-char-font):
6556 Define for compiler, for builds without X.
6557
6558 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6559
6560 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
6561
6562 2008-06-11 Glenn Morris <rgm@gnu.org>
6563
6564 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
6565 before trying to move there.
6566 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
6567 is non-nil, indent most terminating statements like loop body.
6568
6569 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
6570 Gregorian date, and add it, not the local date, to diary-entries-list.
6571 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
6572
6573 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
6574
6575 * progmodes/compile.el (compilation-filter): Fix up last change.
6576
6577 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
6578
6579 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
6580 (gpm-mouse-mode): Make it into a proper global minor mode.
6581
6582 * files.el (save-some-buffers-action-alist): Only use recursive-edit
6583 if the user enabled recursive-minibuffers.
6584
6585 * emacs-lisp/map-ynp.el (map-y-or-n-p):
6586 Add support for scroll-other-window.
6587
6588 2008-06-11 Jason Rumney <jasonr@gnu.org>
6589
6590 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
6591 Use tmm-menubar if menu is disabled in this frame.
6592
6593 * menu-bar.el (menu-bar-open): Determine how to open menu bar
6594 from frame type, per documentation. Add w32 case.
6595
6596 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6597
6598 * minibuffer.el (completion--merge-suffix): New function.
6599 (completion-basic-try-completion): Use it.
6600 (completion-pcm--find-all-completions): Add argument `filter'.
6601 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
6602 New functions.
6603 (completion-pcm-try-completion): Use them.
6604
6605 * xt-mouse.el (turn-on-xterm-mouse-tracking)
6606 (turn-off-xterm-mouse-tracking): Use terminal-list.
6607
6608 * cus-start.el (underline-minimum-offset): Rename from
6609 x-underline-minimum-display-offset.
6610
6611 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
6612
6613 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
6614
6615 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
6616
6617 * mouse.el (mouse-select-font): New function.
6618
6619 * faces.el (face-spec-recalc): When the face is set using
6620 Customize, avoid recalculating it twice.
6621
6622 * menu-bar.el (menu-set-font): New function. Bind "Set Default
6623 Font" menu item to it. Apply selected font to all frames, and
6624 make it savable.
6625 (menu-bar-options-save): Save `default' font if changed.
6626
6627 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6628
6629 * ffap.el (ffap-string-at-point-mode-alist):
6630 Use alpha rather than lower.
6631
6632 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
6633
6634 * subr.el (momentary-string-display): Use an overlay.
6635
6636 * progmodes/compile.el (compilation-mode):
6637 Set window-point-insertion-type.
6638 (compilation-filter): Don't use insert-before-markers any more.
6639 * emacs-lisp/trace.el (trace-make-advice):
6640 Set window-point-insertion-type in the trace buffer.
6641 * startup.el (normal-top-level): Set window-point-insertion-type in
6642 *Messages*.
6643 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
6644 (telnet-filter): Don't use insert-before-markers any more.
6645 * comint.el (comint-mode): Set window-point-insertion-type.
6646 (comint-output-filter): Don't use insert-before-markers any more.
6647 * button.el (make-text-button): Allow `start' to be a string.
6648
6649 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
6650
6651 * emacs-lisp/autoload.el (autoload-rubric):
6652 Fix coding cookie not to force Unix EOL.
6653
6654 2008-06-10 Martin Rudalics <rudalics@gmx.at>
6655
6656 * window.el (window--splittable-p, window--try-to-split-window):
6657 Don't use with-selected-window to avoid messing up get-lru-window.
6658 Reported by David Hansen <david.hansen@gmx.net>.
6659
6660 2008-06-10 Glenn Morris <rgm@gnu.org>
6661
6662 * subr.el (locate-library): Doc fix.
6663
6664 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
6665 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
6666 Check tool-bar-map is bound, for non-X builds.
6667
6668 * net/newsticker-reader.el (newsticker--next-item-image)
6669 (newsticker--previous-item-image, newsticker--previous-feed-image)
6670 (newsticker--next-feed-image, newsticker--mark-read-image)
6671 (ewsticker--mark-immortal-image, newsticker--narrow-image)
6672 (newsticker--get-all-image, newsticker--update-image)
6673 (newsticker--browse-image): Check xpm images are available.
6674 (newsticker--mark-read-image, newsticker--mark-immortal-image)
6675 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
6676
6677 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
6678 (newsticker--plainview-tool-bar-map, newsticker-mode):
6679 Check tool-bar-map is bound, for non-X builds.
6680 (w3m-toggle-inline-image): Declare.
6681
6682 * net/newsticker-backend.el (tool-bar-map): Don't declare.
6683
6684 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
6685
6686 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
6687 (finder-compile-keywords): Move let to where needed.
6688 (finder-mouse-face-on-line): Go back one more line if needed.
6689 (finder-list-matches): Use cadr.
6690 (finder-goto-xref): New function.
6691 (finder-commentary): Add buttons to jump to foo.el libraries.
6692
6693 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
6694
6695 * apropos.el (apropos-function, apropos-macro, apropos-command)
6696 (apropos-variable, apropos-face, apropos-group, apropos-widget)
6697 (apropos-plist): Add apropos-short-label property.
6698 (apropos-multi-type): New variables.
6699 (apropos-command, apropos-value): Set it.
6700 (apropos-compact-layout): New custom.
6701 (apropos-print, apropos-print-doc): Use it.
6702 (apropos-print): Truncate lines.
6703
6704 2008-06-09 Kenichi Handa <handa@m17n.org>
6705
6706 * international/fontset.el (font-encoding-alist):
6707 Add an entry for "ascii-0".
6708
6709 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
6710
6711 * language/hanja-util.el (hanja-init-load): Show the message only
6712 when loading a table.
6713
6714 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6715
6716 * net/newsticker-treeview.el (newsticker-treeview):
6717 * net/newsticker-plainview.el (newsticker-plainview):
6718 Add autoload cookie.
6719
6720 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
6721
6722 * net/newsticker.el: Split up into newsticker-backend, -ticker,
6723 -reader, -plainview, and -treeview.
6724 (newsticker-version): Change to 1.99.
6725
6726 * net/newsticker-backend.el: New. Move backend functionality from
6727 newsticker.el to newsticker-backend.el.
6728 (newsticker--download-logos): New.
6729 (newsticker--sentinel-callback): New.
6730 (newsticker--set-customvar): Remove. Split up into specific
6731 functions related to retrieval, ticker, buffer, and display.
6732 (newsticker--set-customvar-retrieval): New. Extracted from
6733 `newsticker--set-customvar'.
6734 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
6735 (newsticker-url-list-defaults):
6736 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6737 (newsticker-url-list): Doc changed. URL can be a function.
6738 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6739 (newsticker-retrieval-method): New.
6740 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
6741 (newsticker-retrieval-interval):
6742 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
6743 (newsticker-desc-comp-max): Change :group.
6744 (newsticker--cache): Doc changed.
6745 (newsticker--guid-to-string): New.
6746 (newsticker--guid): Use `newsticker--guid-to-string'.
6747 (newsticker--real-feed-name): New.
6748 (newsticker--start-feed): New. Extracted from `newsticker-start'.
6749 (newsticker-start): Use `insert-file-contents' for reading cache.
6750 Use `newsticker--start-feed'.
6751 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
6752 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
6753 Use `newsticker--stop-feed'.
6754 (newsticker-save-item): New.
6755 (newsticker--get-news-by-funcall): New.
6756 (newsticker-get-news): Handle new retrieval methods.
6757 (newsticker--sentinel): Use `newsticker--sentinel-work'.
6758 (newsticker--sentinel-work): New. Extracted from
6759 `newsticker--sentinel'. Use `newsticker--download-logos',
6760 `newsticker--sentinel-callback'.
6761 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
6762 (newsticker--parse-atom-1.0): Fix link determination.
6763 (newsticker--parse-rss-0.91): Fix time determination.
6764 (newsticker--parse-rss-0.92): Fix time determination.
6765 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
6766 (newsticker--parse-generic-feed): New arg order in
6767 `newsticker--cache-add'.
6768 (newsticker--parse-generic-items): Fix for multiple items.
6769 New arg order in `newsticker--cache-add'.
6770 (newsticker--forget-preformatted): Check whether
6771 `newsticker--buffer-set-uptodate' is fbound.
6772 (newsticker--decode-iso8601-date): Handle fractions of seconds.
6773 (newsticker--decode-rfc822-date): Partial timezone handling.
6774 (newsticker--cache-contains): Fix guid problem.
6775 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
6776 (newsticker--cache-save): New.
6777 (newsticker--cache-update): Use temp buffer.
6778 (newsticker--stat-num-items): Allow multiple AGE args.
6779 (newsticker--stat-num-items-total): New.
6780 (newsticker--opml-import-outlines): New.
6781 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
6782 (newsticker--do-run-auto-mark-filter): Doc changed.
6783 (newsticker-retrieve-random-message): New.
6784
6785 * net/newsticker-ticker.el: New. Move ticker functionality from
6786 net/newsticker.el to net/newsticker-ticker.el.
6787 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
6788 `newsticker--ticker-timer'.
6789 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
6790 to `newsticker--ticker-timer'.
6791 (newsticker--set-customvar-ticker): New. Extracted from
6792 `newsticker--set-customvar'.
6793 (newsticker-ticker-interval): Rename `newsticker-display-interval'
6794 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
6795 for :set. Change :group.
6796 (newsticker-scroll-smoothly): Doc changed. Change :group.
6797 (newsticker-hide-immortal-items-in-echo-area)
6798 (newsticker-hide-old-items-in-echo-area)
6799 (newsticker-hide-obsolete-items-in-echo-area):
6800 Use `newsticker--set-customvar-ticker for :set. Change :group.
6801 (newsticker-start-ticker): Rename `newsticker--display-timer' to
6802 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
6803 to `newsticker-ticker-interval'.
6804 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
6805 `newsticker--ticker-timer'.
6806
6807 * net/newsticker-reader.el: New. Move reader functionality from
6808 net/newsticker.el to net/newsticker-reader.el.
6809 (newsticker--set-customvar-formatting): New. Extracted from
6810 `newsticker--set-customvar'.
6811 (newsticker-reader, newsticker-frontend): New.
6812 (newsticker-enable-logo-manipulations): Change :group.
6813 (newsticker-justification): Use `newsticker--set-customvar-formatting'
6814 for :set. Change :group.
6815 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
6816 for :set. Change :group.
6817 (newsticker-html-renderer): Doc changed.
6818 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6819 (newsticker-date-format):
6820 Use `newsticker--set-customvar-formatting' for :set. Change :group.
6821 (newsticker--insert-enclosure):
6822 Rename `newsticker--buffer-insert-enclosure' to
6823 `newsticker--insert-enclosure'. Add keymap arg.
6824 (newsticker--print-extra-elements):
6825 Rename `newsticker--buffer-print-extra-elements' to
6826 `newsticker--print-extra-elements'. Add keymap arg.
6827 (newsticker--do-print-extra-element):
6828 Rename `newsticker--buffer-do-print-extra-element' to
6829 `newsticker--do-print-extra-element'. Add keymap arg.
6830 (newsticker-show-news): Use `newsticker-frontend'.
6831
6832 * net/newsticker-plainview.el: New. Move plainview functionality
6833 from net/newsticker.el to net/newsticker-reader.el.
6834 (newsticker-plainview): New.
6835 (newsticker--set-customvar-sorting): New. Extracted from
6836 `newsticker--set-customvar'.
6837 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
6838 for :set. Changed :group.
6839 (newsticker-heading-format, newsticker-item-format)
6840 (newsticker-desc-format, newsticker-statistics-format):
6841 Use `newsticker--set-customvar-formatting for :set. Change :group.
6842 (newsticker-faces): Change :group.
6843 (newsticker-default-face): Enable again.
6844 (newsticker-hide-old-items-in-newsticker-buffer)
6845 (newsticker-show-descriptions-of-new-items):
6846 Use `newsticker--set-customvar-buffer' for :set. Change :group.
6847 (newsticker-show-all-news-elements): Change :group.
6848 (newsticker-plainview-hooks): New.
6849 (newsticker-select-item-hook, newsticker-select-feed-hook)
6850 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
6851 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
6852 to `newsticker--plainview-tool-bar-map'.
6853 (newsticker--url-keymap): Add mouse-1 binding.
6854 (newsticker-plainview): New.
6855 (newsticker-mark-all-items-of-feed-as-read): Change doc.
6856 (newsticker--buffer-do-insert-text): Use renamed
6857 newsticker--[buffer-]insert-enclosure and
6858 newsticker--[buffer-]print-extra-elements.
6859 (newsticker--buffer-set-faces): Use newsticker-default-face.
6860
6861 * net/newsticker-treeview.el: New.
6862
6863 2008-06-08 Andreas Schwab <schwab@suse.de>
6864
6865 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
6866
6867 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
6868
6869 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
6870 empty line.
6871
6872 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
6873
6874 2008-06-08 Martin Rudalics <rudalics@gmx.at>
6875
6876 * window.el (split-height-threshold, split-width-threshold):
6877 Add choice nil.
6878 (split-window-preferred-function): Allow either nil or a function.
6879 (window--splittable-p, window--try-to-split-window):
6880 Handle changed option values.
6881
6882 (window--frame-usable-p): Handle nil argument.
6883
6884 (display-buffer): Call get-lru-window when pop-up-windows is nil
6885 and window can't be split.
6886
6887 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
6888
6889 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
6890
6891 * net/tramp.el (top): Quote feature names. Remove
6892 `tramp-rfn-eshadow-setup-minibuffer' from
6893 `rfn-eshadow-setup-minibuffer-hook' when unloading.
6894 (tramp-read-passwd): There is only one call to
6895 `auth-source-user-or-password' needed. Pacify byte compiler.
6896
6897 2008-06-08 Andreas Schwab <schwab@suse.de>
6898
6899 * window.el (display-buffer): Use lru window if current window
6900 cannot be split.
6901
6902 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6903
6904 * apropos.el (apropos-library): New command and new button.
6905 (apropos-library-button): New function.
6906
6907 * apropos.el: Remove spurious * in docstrings.
6908 (apropos-label-face): Use variable pitch.
6909 (apropos-print): Use dolist and with-current-buffer.
6910 (apropos-print-doc): Use when.
6911
6912 * window.el (special-display-p, display-buffer):
6913 Fix up C->Elisp transcription error.
6914
6915 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
6916
6917 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
6918 (byte-compile-file): Initialize it.
6919 (byte-compile-nogroup-warn): Keep track of the current group.
6920
6921 2008-06-08 Glenn Morris <rgm@gnu.org>
6922
6923 * Makefile.in (compile, compile-always, bootstrap-prepare):
6924 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
6925
6926 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
6927
6928 * language/hanja-util.el (hanja-init-load): Use a char-table for
6929 hanja-table.
6930 (hangul-to-hanja-char): Adjust for the above change.
6931
6932 2008-06-07 Glenn Morris <rgm@gnu.org>
6933
6934 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
6935 lm-keywords.
6936
6937 * mail/sendmail.el (mail-interactive): Add :version.
6938
6939 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
6940 obsolete alias.
6941
6942 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
6943 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
6944 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
6945 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
6946 * eshell/esh-util.el, international/mule-cmds.el:
6947 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
6948 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
6949 Remove unnecessary eval-when-compiles and eval-and-compiles.
6950
6951 * Makefile.in (bootstrap-clean): Run autogen-clean.
6952 (maintainer-clean): No need to run autogen-clean now it is included in
6953 bootstrap-clean.
6954
6955 2008-06-06 Miles Bader <miles@gnu.org>
6956
6957 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
6958
6959 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
6960
6961 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
6962 longlines mode.
6963
6964 * replace.el (replace-search-function)
6965 (replace-re-search-function): New vars.
6966 (perform-replace): Use them.
6967
6968 * longlines.el (longlines-re-search-forward): New function.
6969 (longlines-mode): Bind replace-search-function and
6970 replace-re-search-function, to ensure that replacement commands
6971 treat newlines as spaces.
6972 (longlines-show-effect): Default to a pilcrow sign.
6973
6974 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
6975
6976 * help.el (function-called-at-point):
6977 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
6978 even when calling find-tag-default.
6979
6980 2008-06-06 Daniel Colascione <danc@merrillpress.com>
6981
6982 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
6983 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
6984 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
6985 (nxml-fontify-buffer, nxml-do-fontify):
6986 Remove obsolete variables and functions.
6987 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
6988 (nxml-degrade, nxml-after-change, nxml-after-change1)
6989 (nxml-extend-region, nxml-extend-after-change-region)
6990 (nxml-extend-after-change-region1, nxml-fontify-matcher)
6991 (nxml-toggle-char-ref-extra-display): Use font-lock, and
6992 font-lock-extend-region-functions in particular, to fontify
6993 nxml-mode buffers.
6994 (nxml-debug-region): New debugging helper function.
6995
6996 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
6997 (nxml-scan-after-change, nxml-move-tag-backwards):
6998 Adapt for font-lock changes.
6999
7000 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
7001 (nxml-debug-set-inside, nxml-debug-clear-inside):
7002 New debugging functions.
7003 (nxml-with-degradation-on-error): New helper macro.
7004
7005 2008-06-06 Martin Rudalics <rudalics@gmx.at>
7006
7007 * window.el (display-buffer): Remove dead call to get-lru-window.
7008
7009 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7010
7011 * mail/sendmail.el (mail-interactive): Change default.
7012
7013 2008-06-05 John Paul Wallington <jpw@pobox.com>
7014
7015 * bindings.el (completion-ignored-extensions):
7016 Add .p64fsl, .d64fsl, and .dx64fsl.
7017
7018 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * ffap.el (ffap-prompter): Don't use the region.
7021
7022 2008-06-05 Sam Steingold <sds@gnu.org>
7023
7024 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
7025 subdirectory to be registered.
7026
7027 2008-06-05 Martin Rudalics <rudalics@gmx.at>
7028
7029 * window.el (display-buffer-function, special-display-p)
7030 (special-display-buffer-names, special-display-regexps)
7031 (special-display-function, same-window-p, same-window-buffer-names)
7032 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
7033 (pop-up-frame-function, pop-up-windows, even-window-heights)
7034 (split-window-preferred-function, split-height-threshold)
7035 (window--display-buffer-1, display-buffer, pop-to-buffer):
7036 Move from window.c and buffer.c.
7037 (window--splittable-p, window--try-to-split-window)
7038 (window--frame-usable-p, window--display-buffer-2)
7039 (window--even-window-heights): New functions.
7040 (split-width-threshold): New option.
7041 (split-window-preferred-horizontally): Remove.
7042
7043 * cus-start.el: Remove corresponding declarations.
7044
7045 2008-06-05 Sam Steingold <sds@gnu.org>
7046
7047 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
7048 an error on modified buffers.
7049
7050 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
7051
7052 * progmodes/etags.el (tags-verify-table): Be careful to use and update
7053 tags-file-name and tags-table-list from the right buffer.
7054 (tags-table-check-computed-list, tags-table-extend-computed-list)
7055 (find-tag-noselect): Use with-current-buffer.
7056
7057 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
7058 Use print-circle.
7059
7060 * minibuffer.el (minibuffer-local-must-match-filename-map):
7061 Declare obsolete alias for the old name.
7062
7063 * abbrev.el (unexpand-abbrev): Better preserve markers.
7064
7065 2008-06-05 Glenn Morris <rgm@gnu.org>
7066
7067 * emacs-lisp/autoload.el (autoload-rubric): New function,
7068 extracted from autoload-ensure-default-file.
7069 (autoload-ensure-default-file): Use autoload-rubric.
7070
7071 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
7072 (custom-dependencies-no-scan-regexp): New variable.
7073 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
7074 Don't scan files matching custom-dependencies-no-scan-regexp.
7075 Disable undo in the output buffer. Remove kept-new-versions wackiness.
7076
7077 * finder.el (finder-headmark): Initialize and add doc string.
7078 (generated-finder-keywords-file): Doc fix.
7079 (finder-no-scan-regexp): New variable.
7080 (finder-compile-keywords): Use a single let binding.
7081 Disable undo in the output buffer. Use autoload-rubric.
7082 Use mapc rather than mapcar. Don't scan files matching
7083 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
7084 rather than concat. Use directory-files to do regexp matching.
7085 No need to require jka-compr.
7086 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
7087 (finder-list-matches): Disable undo.
7088 (finder-commentary): Use let rather than let*. Disable undo.
7089 (finder-current-item): Use zerop.
7090 (finder-mode): Use define-derived-mode.
7091 (finder-exit): Doc fix. Use dolist.
7092
7093 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
7094 (custom-deps): Don't require $(lisp)/cus-load.el.
7095 (custom-deps, finder-data): Don't depend on autoloads.
7096 Should not be needed now, and doing so was causing make install to
7097 re-dump emacs post-bootstrap.
7098 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
7099 mid-build forces some things to be rebuilt.
7100
7101 2008-06-05 Miles Bader <miles@gnu.org>
7102
7103 * face-remap.el
7104 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
7105 (face-remap-remove-relative): Renamed from
7106 `remove-relative-face-remapping'.
7107 (face-remap-reset-base): Renamed from
7108 `set-default-base-face-remapping'.
7109 (face-remap-set-base): Renamed from `set-base-face-remapping'.
7110 (text-scale-increase): Renamed from `increase-buffer-face-height'.
7111 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
7112 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
7113
7114 * face-remap.el (variable-pitch-mode): Autoload.
7115
7116 2008-06-04 Sam Steingold <sds@gnu.org>
7117
7118 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
7119 Generate extra status headers for a Mercurial tree.
7120
7121 2008-06-04 John Paul Wallington <jpw@pobox.com>
7122
7123 * echistory.el (electric-history-map): Define within defvar.
7124 Add docstring.
7125
7126 * font-lock.el (font-lock-turn-off-thing-lock)
7127 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
7128 Use `bound-and-true-p'.
7129 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
7130 Doc fixes.
7131
7132 * international/ccl.el (define-ccl-program): Add `doc-string'
7133 declaration.
7134
7135 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
7136
7137 * face-remap.el (variable-pitch-mode): Reflow docstrings.
7138 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
7139
7140 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
7141
7142 * emacs-lisp/rx.el (rx): Doc fix.
7143
7144 2008-06-04 Markus Triska <markus.triska@gmx.at>
7145
7146 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
7147
7148 2008-06-04 Miles Bader <miles@gnu.org>
7149
7150 * face-remap.el (adjust-buffer-face-height): New function.
7151 Add autoloaded keybindings in ctl-x-map.
7152 (increase-buffer-face-height, decrease-buffer-face-height):
7153 Simplify interactive spec to just "p". Remove autoloaded keybindings.
7154
7155 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
7156
7157 * simple.el (line-move-1): If we did not move as far as desired,
7158 ensure that point-left and point-entered hooks are called.
7159
7160 2008-06-03 Sam Steingold <sds@gnu.org>
7161
7162 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
7163
7164 2008-06-03 John Paul Wallington <jpw@pobox.com>
7165
7166 * progmodes/make-mode.el (makefile-cleanup-continuations)
7167 (makefile-warn-suspicious-lines, makefile-warn-continuations):
7168 Use `derived-mode-p'.
7169
7170 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7171
7172 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
7173 (ELCFILES): Update.
7174
7175 2008-06-03 Miles Bader <miles@gnu.org>
7176
7177 * face-remap.el: New file.
7178 * Makefile.in (ELCFILES): Add face-remap.elc.
7179
7180 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7181
7182 * progmodes/flymake.el (flymake-process-filter): Make sure the source
7183 buffer isn't dead.
7184
7185 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
7186 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
7187 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
7188 * obsolete/auto-show.el, obsolete/hscroll.el:
7189 Remove packages that were obsolete in Emacs-20, or that were obsolete
7190 in Emacs-21 and do not contain any more code.
7191
7192 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
7193 vc-client-mode is not set.
7194
7195 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
7196 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
7197
7198 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
7199 yet a bit more clever at distinguishing / from /.
7200
7201 2008-06-03 Kenichi Handa <handa@m17n.org>
7202
7203 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
7204
7205 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
7206
7207 * language/hanja-util.el: New file.
7208
7209 2008-06-03 Glenn Morris <rgm@gnu.org>
7210
7211 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
7212 Check that end-of-word follows "type".
7213
7214 2008-06-02 Daiki Ueno <ueno@unixuser.org>
7215
7216 * epa-file.el (epa-file-write-region): Write the entire buffer
7217 content if START is nil.
7218
7219 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
7220
7221 * select.el (x-get-selection): Fix typo.
7222
7223 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
7224
7225 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
7226 (describe-char): Use `looking-at-p', `string-match-p' when possible.
7227
7228 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7229
7230 * tar-mode.el (tar-header-block-summarize): Ensure one space around
7231 user&group.
7232
7233 2008-05-31 John Paul Wallington <jpw@pobox.com>
7234
7235 * help-fns.el (describe-variable-custom-version-info):
7236 Handle dotted `package-version' info.
7237
7238 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
7239
7240 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
7241
7242 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
7243
7244 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
7245 names and improve support for unregistered files.
7246
7247 2008-05-31 Glenn Morris <rgm@gnu.org>
7248
7249 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
7250 Remove shell variable `elc'. Split tests to hopefully be more portable.
7251 Fix `sel' assignment.
7252
7253 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
7254
7255 * minibuffer.el (completion-table-dynamic): Doc fix.
7256
7257 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
7260 Try and return `unregistered' when applicable.
7261
7262 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7263 Don't encourage naming variables with "-flag".
7264
7265 2008-05-30 Glenn Morris <rgm@gnu.org>
7266
7267 * Makefile.in (update-elclist): Hide the warning when it does not apply,
7268 make it milder when it does.
7269 (autogen-clean): New target.
7270 (maintainer-clean): Use autogen-clean.
7271
7272 * calendar/diary-lib.el (diary-display-function): New name for
7273 diary-display-hook. Keep old name as obsolete alias. Doc fix.
7274 Change custom type and version.
7275 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
7276 (diary-fancy-display): Doc fixes.
7277 (diary-list-entries, diary-include-other-diary-files)
7278 (diary-mail-entries):
7279 Use diary-display-function rather than diary-display-hook.
7280
7281 * calendar/appt.el (appt-check): Use diary-display-function rather than
7282 diary-display-hook.
7283 * calendar/cal-x.el (calendar-dedicate-diary): Update for
7284 diary-display-function replacing diary-display-hook.
7285 * org/org-agenda.el (org-get-entries-from-diary): Also set
7286 diary-display-function.
7287
7288 * calendar/cal-html.el (cal-html-list-diary-entries):
7289 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
7290 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
7291 argument of diary-list-entries rather than setting diary-display-hook.
7292
7293 2008-05-30 Kenichi Handa <handa@m17n.org>
7294
7295 * international/mule-conf.el (utf-8-with-signature): Renamed from
7296 utf-8-sig.
7297 (utf-8-auto): Adjusted for the above change.
7298
7299 * international/mule-diag.el (describe-font): Don't check fontset
7300 here, and just call font-info. Get the default font by from the
7301 default face.
7302
7303 2008-05-29 Kenichi Handa <handa@m17n.org>
7304
7305 * international/mule-conf.el (utf-8-sig, utf-8-auto):
7306 New coding systems.
7307
7308 * international/mule.el (define-coding-system): Accept :bom for utf-8.
7309
7310 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
7311
7312 * international/utf-7.el (utf-7-encode): Use the right escape char
7313 depending on imap/nonimap encoding.
7314
7315 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7316
7317 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
7318
7319 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
7320
7321 * icomplete.el (icomplete-prospects-height): Add :group.
7322
7323 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * icomplete.el (icomplete-prospects-length): Make obsolete.
7326 (icomplete-prospects-height): New var.
7327 (icomplete-completions): Use it.
7328
7329 2008-05-29 David Kastrup <dak@gnu.org>
7330
7331 * autoinsert.el (auto-insert): Add :link.
7332
7333 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
7334
7335 * tar-mode.el (tar-header): New field `header-start'.
7336 (tar-header-block-tokenize): Set it when useful.
7337 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
7338 (tar-header-data-end): New function.
7339 (tar-summarize-buffer): Use it.
7340 (tar-next-line): Fix goal column for long usernames.
7341 (tar-expunge-internal): Use header-start.
7342 (tar-rename-entry): Handle ustar-style long names.
7343 (tar-alter-one-field): Add optional `descriptor' argument.
7344 (tar-subfile-save-buffer): Use it.
7345
7346 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
7347
7348 * tar-mode.el (tar-header): New field `header-start'.
7349 (tar-header-block-tokenize): Set header-start for longlink entries.
7350 (tar-expunge-internal): Use header-start to expunge longlink entries.
7351
7352 * files.el (hack-local-variables): Don't signal an error if the local
7353 variable section is not properly terminated.
7354
7355 * emacs-lisp/easymenu.el (easy-menu-convert-item)
7356 (easy-menu-convert-item-1): Move the duplicate-generation outside of
7357 the caching so it also works for identical entries.
7358
7359 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
7360 (tar-mode): Use write-region-annotate-functions rather than
7361 write-contents-functions.
7362 (tar-extract): Remove unused var `pos'.
7363 (tar-subfile-save-buffer): Remove unused var `following-descs'.
7364 (tar-mode-write-file): Remove.
7365 (tar-write-region-annotate): New function.
7366
7367 * progmodes/flymake.el (flymake-save-buffer-in-file):
7368 * shadowfile.el (shadow-copy-file):
7369 * arc-mode.el (archive-*-write-file-member):
7370 * files.el (diff-buffer-with-file):
7371 * subr.el (with-temp-file): Pass nil to write-region.
7372 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
7373
7374 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
7375 the custom.
7376
7377 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
7378 to write-region.
7379
7380 2008-05-28 Glenn Morris <rgm@gnu.org>
7381
7382 * Makefile.in (update-elclist): Work around non-portability of "\"
7383 in various implementations of echo.
7384
7385 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7386
7387 * international/mule-diag.el (describe-current-coding-system):
7388 Don't assume selection-coding-system is always defined.
7389
7390 * tar-mode.el: Use defstruct and markers.
7391 (tar-setf): Remove.
7392 (tar-header): Use defstruct. Add `data-start' field.
7393 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
7394 (tar-desc-data-start): Remove (now called tar-header-data-start).
7395 (tar-roundup-512): New fun.
7396 (tar-header-block-tokenize): Receive a buffer position rather than
7397 a string. Handle @longLink here, be more careful about it.
7398 Create a marker for data-start.
7399 (tar-summarize-buffer): Don't handle @LongLink here any more.
7400 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
7401 data-start on the following entries any more.
7402 (tar-chown-entry, tar-chgrp-entry): Use read-number.
7403
7404 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
7405 (tar-header-offset): Remove.
7406 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
7407 Not permanent any more.
7408 (tar-data-buffer): New var.
7409 (tar-data-swapped-p, tar-change-major-mode-hook)
7410 (tar-mode-kill-buffer-hook): New funs.
7411 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
7412 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
7413 (tar-clear-modification-flags, tar-alter-one-field)
7414 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
7415 Change accordingly.
7416
7417 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7418
7419 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
7420 (vc-dir-resynch-file): ... this. Update callers.
7421 Use vc-string-prefix-p. Ignore directory args.
7422 (vc-string-prefix-p): CSE.
7423 (vc-resynch-buffer): Restore conditional.
7424
7425 * vc-hooks.el (vc-after-save): Improve test.
7426 (vc-mode-line): Fix indentation.
7427
7428 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
7429
7430 * calendar/parse-time.el (parse-time-months)
7431 (parse-time-weekdays): Add long-form month and day names.
7432
7433 2008-05-27 Glenn Morris <rgm@gnu.org>
7434
7435 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
7436
7437 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7438
7439 * vc-dispatcher.el (vc-string-prefix-p): New function.
7440 (vc-dir-parent-marked-p): Use it.
7441
7442 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
7443
7444 * vc.el (Problems): Remove fixed issues.
7445 (vc-expand-dirs): Avoid returning directories.
7446 (vc-dir): Fix C-x v v binding.
7447 (vc-make-backend-object): Fix name.
7448 (vc-dir-show-fileentry): Fix docstring.
7449 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
7450 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
7451 Reset the state for directories.
7452 (vc-dir-headers): Align labels.
7453 (vc-default-status-printer): Do no call prettify-state-info.
7454 (vc-deduce-fileset): Replace implementation with one based on a
7455 working older version.
7456 (vc-next-action): Use the new form of vc-deduce-fileset.
7457 Fix dealing with unregistered files.
7458
7459 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
7460 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
7461 (vc-dir-child-files): New function.
7462 (vc-dir-node-directory): New function.
7463 (vc-dir-update, vc-dir-parent-marked-p)
7464 (vc-dir-children-marked-p, vc-dir-mark-all-files)
7465 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
7466
7467 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
7468
7469 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7470
7471 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
7472 (diff-font-lock-keywords, diff-context->unified)
7473 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
7474 (diff-hunk-text, diff-find-source-location): Use it.
7475 (diff-post-command-hook): Let the user edit the hunk headers.
7476
7477 2008-05-26 Andreas Schwab <schwab@suse.de>
7478
7479 * vc.el (vc-default-prettify-state-info): Fix formatting of an
7480 unknown state.
7481
7482 * tar-mode.el (tar-summarize-buffer): Comment fix.
7483
7484 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
7487
7488 2008-05-26 Glenn Morris <rgm@gnu.org>
7489
7490 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
7491
7492 2008-05-25 John Paul Wallington <jpw@pobox.com>
7493
7494 * proced.el (proced-next-line, proced-previous-line):
7495 Avoid calling `next-line' and `previous-line' from Lisp code.
7496
7497 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
7498
7499 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
7500 Use diary-ordinal-suffix.
7501
7502 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
7503
7504 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
7505 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
7506 (edebug-save-displayed-buffer-points, edebug-initial-mode)
7507 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
7508 (edebug-print-length, edebug-print-level, edebug-print-circle)
7509 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
7510 (edebug-global-break-condition, edebug-sit-for-seconds):
7511 Remove spurious * from defcustom docstrings.
7512 (edebug-unwrap*, edebug-signal, edebug-eval-display):
7513 Improve argument/docstring consistency.
7514 (edebug-test-coverage, edebug-gensym, edebug-read)
7515 (edebug-top-level-nonstop, edebug-eval-result-list)
7516 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
7517 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
7518 (edebug-display-freq-count): Reflow docstrings.
7519 (edebug-restore-status): Doc fix.
7520
7521 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
7522
7523 * proced.el (proced-header-line): Use the :align-to 0 feature
7524 rather than computing the corresponding position manually.
7525 (proced-update): Don't hardcode point-min==1.
7526
7527 2008-05-24 Alan Mackenzie <acm@muc.de>
7528
7529 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
7530 if c-file-style is set to a non-string.
7531
7532 (c-neutralize-CPP-line): Surround by `save-excursion'.
7533 (c-neutralize-syntax-in-CPP): Optimize for speed.
7534
7535 2008-05-24 Glenn Morris <rgm@gnu.org>
7536
7537 * Makefile.in (update-elclist): New target, to update ELCFILES.
7538 (bootstrap-after): Run update-elclist.
7539
7540 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
7541
7542 * icalendar.el (icalendar-version): Increase to "0.19".
7543 (icalendar--date-style): New function.
7544 (icalendar--datetime-to-diary-date): Doc fix.
7545 Use icalendar--date-style.
7546 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
7547 (icalendar--convert-yearly-to-ical)
7548 (icalendar--convert-recurring-to-diary): Handle iso date style,
7549 use icalendar-date-style.
7550
7551 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
7552
7553 * vc.el (vc-delete-file): Make sure the buffer is deleted and
7554 vc-dir buffers are updated.
7555
7556 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7557
7558 * vc.el (vc-delete-file): Don't try to resynch the buffer.
7559
7560 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
7561
7562 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
7563 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
7564 (reftex-extra-bindings): Use it.
7565
7566 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
7567 away from the user-reserved keys.
7568
7569 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
7570 New vars.
7571 (ada-create-keymap): Use them.
7572
7573 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7574
7575 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
7576 a properly-grouped regexp.
7577
7578 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
7579
7580 * progmodes/cap-words.el (capitalized-words-mode):
7581 Fix typos in docstring.
7582
7583 2008-05-23 Kenichi Handa <handa@m17n.org>
7584
7585 * international/mule-conf.el: Don't define the charset `emacs'
7586 here, just put :docstring, :short-name, and :long-name.
7587
7588 2008-05-22 Kenichi Handa <handa@m17n.org>
7589
7590 * international/mule-diag.el (font-show-log): Limit each listing
7591 to 20 items.
7592
7593 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
7594
7595 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
7596 (gdb-annotation-rules): New entry for "thread-changed".
7597 (gdb-thread-changed): New function.
7598
7599 2008-05-23 Glenn Morris <rgm@gnu.org>
7600
7601 * Makefile.in (SOURCES): Remove, unused.
7602 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
7603 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
7604 Exclude more '*loaddefs' files.
7605 (compile-always): Simplify '.elc' deletion.
7606
7607 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
7608
7609 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
7610 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
7611
7612 * minibuffer.el (completion-boundaries): Change calling
7613 convention, so `string' has the same semantics as in
7614 try-completion and all-completions.
7615 (completion-table-with-context, completion--embedded-envvar-table)
7616 (completion--file-name-table)
7617 (completion-pcm--find-all-completions): Adjust code accordingly.
7618
7619 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
7622 prune image-mode-winprops-alist, preventing it from growing
7623 indefinitely.
7624 (image-mode-reapply-winprops): Use it.
7625
7626 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
7627
7628 * net/netrc.el (netrc-machine): Always match if the port is not given.
7629
7630 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
7631
7632 * minibuffer.el (completion-pcm--find-all-completions):
7633 Don't add pseudo-completions.
7634
7635 * icomplete.el (icomplete-eoinput): Remove.
7636 (icomplete-overlay): New var to replace it.
7637 (icomplete-tidy): Rewrite.
7638 (icomplete-exhibit): Use an overlay.
7639 (icomplete-completions): Use completion-all-sorted-completions.
7640 Obey completion-ignore-case.
7641
7642 * files.el (locate-dominating-file): Accept non-existing argument.
7643 (project-find-settings-file): Rewrite, using locate-dominating-file.
7644
7645 2008-05-22 Kenichi Handa <handa@m17n.org>
7646
7647 * faces.el (font-weight-table, font-slant-table, font-width-table):
7648 Delete them. Don't call internal-set-font-style-table.
7649
7650 * international/mule-diag.el (font-show-log): New function.
7651
7652 * international/fontset.el (script-representative-chars): Add more
7653 chars for latin. Add data for symbol.
7654 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
7655
7656 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7657
7658 * minibuffer.el (completion-all-sorted-completions): New var.
7659 (completion--flush-all-sorted-completions)
7660 (completion-all-sorted-completions): New functions.
7661 (minibuffer-force-complete): New command.
7662
7663 2008-05-21 Glenn Morris <rgm@gnu.org>
7664
7665 * files.el (c-postprocess-file-styles): Declare for compiler.
7666
7667 * Makefile.in: Allow for parallel byte-compiling.
7668 (ELCFILES): New variable.
7669 (.el.elc): Remove prerequisites from suffix rule. Print a message.
7670 (compile-first, compile-main, compile-last): New targets.
7671 (compile-always): Simplify - delete .elc files, then `make compile'.
7672
7673 * Makefile.in (compile-calc): Use glob rather than find.
7674 ($(lisp)/progmodes/cc-mode.elc): Use $@.
7675
7676 * eshell/esh-module.el: No need for cl when compiling.
7677
7678 * eshell/eshell.el (eshell-defgroup): New alias.
7679 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
7680 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
7681 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
7682 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
7683 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
7684 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
7685 Autoload the custom group. Set generated-autoload-file.
7686 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
7687 for eshell-defgroup.
7688 * eshell/esh-module.el (eshell-load-defgroups): Remove.
7689 Require esh-groups rather than loading it.
7690
7691 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7692
7693 * proced.el (proced-header-line): New variable and new function.
7694 (proced-mode): Set header-line-format.
7695 (proced-update): Set proced-header-line.
7696 (proced-send-signal): Use proced-header-line.
7697
7698 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * macros.el (insert-kbd-macro): Use prin1-char.
7701
7702 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7703
7704 * minibuffer.el (completion-boundaries): New function.
7705 (completion--some): Delay errors.
7706 (complete-with-action, completion-table-with-context):
7707 Handle `boundaries' case.
7708 (completion--try-word-completion): Avoid partial-completion
7709 when the user hasn't entered anything yet.
7710 (minibuffer-local-map, minibuffer-local-filename-completion-map)
7711 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
7712 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
7713 Setup default keybindings.
7714 (completion--embedded-envvar-re): New var.
7715 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
7716 (completion--file-name-table): Handle `boundaries' case.
7717 (completion-pcm--pattern->regex): Avoid pathological backtracking.
7718 (completion-pcm--all-completions): Add a `prefix' arg.
7719 (completion-pcm--find-all-completions): New function.
7720 (completion-pcm-all-completions, completion-pcm-try-completion):
7721 Use it.
7722
7723 * icomplete.el (icomplete-completions): Don't use `predicate' with
7724 a table of a different type than `candidates'.
7725
7726 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7727
7728 * proced.el (proced-goal-column): Rename from proced-procname-column.
7729 (proced-goal-header-re): Rename from proced-procname-column-regexp.
7730 (proced-move-to-goal-column): Rename from proced-move-to-procname.
7731 (proced-header-face, proced-header-regexp): Remove.
7732 (proced-font-lock-keywords): Remove proced-header-face.
7733 (proced-header-alist, proced-sorting-schemes-re): New variables.
7734 (proced): Rename Proced buffer to *Proced*.
7735 (proced-next-line, proced-previous-line): New commands.
7736 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
7737 (proced-hide-processes): Do not treat first line as special.
7738 (proced-header-space): New function.
7739 (proced-update): Use header-line-format.
7740 Initialize proced-header-alist and proced-sorting-schemes-re.
7741 Set proced-goal-column. Include proced-command in mode-name.
7742 (proced-send-signal): Use header-line-format for *Marked
7743 Processes* buffer.
7744 (proced-sort): Restrict minibuffer completion to applicable
7745 sorting schemes.
7746 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
7747
7748 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
7749
7750 * icomplete.el (icomplete-simple-completing-p):
7751 Allow icomplete-with-completion-tables to say "use it everywhere".
7752 (icomplete-completions): Obey completion-styles. Try to accommodate
7753 partial-completion style.
7754
7755 2008-05-20 Michael Olson <mwolson@gnu.org>
7756
7757 * files.el (project-find-settings-file): Change concat to
7758 expand-file-name.
7759
7760 2008-05-19 Tom Tromey <tromey@redhat.com>
7761
7762 * files.el (normal-mode): Call hack-project-variables.
7763 (hack-local-variables-confirm): Add 'project' argument.
7764 (hack-local-variables-apply): New function.
7765 (hack-local-variables): Use it.
7766 (project-class-alist, project-directory-alist): New variables.
7767 (project-get-alist): New function.
7768 (project-collect-bindings-from-alist)
7769 (project-collect-binding-list, set-directory-project)
7770 (project-find-settings-file, project-define-from-project-file)
7771 (hack-project-variables): New functions.
7772
7773 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
7774
7775 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
7776
7777 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
7778
7779 * faces.el (font-weight-table): Fix typo in docstring.
7780
7781 2008-05-18 David Hull <david@snap.com> (tiny change)
7782
7783 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
7784 (vc-hg-annotate-command): Allow white space before version number.
7785
7786 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7787
7788 * calc/calc-yank.el (calc-register-alist): New variable.
7789 (calc-set-register, calc-get-register, calc-copy-to-register)
7790 (calc-insert-register, calc-add-to-register, calc-append-to-register)
7791 (calc-prepend-to-register): New functions.
7792
7793 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
7794 `calc-copy-to-register' and `calc-insert-register'.
7795 Autoload new register functions.
7796
7797 * calc/calc-help.el (calc-r-prefix-help): Add help for register
7798 functions.
7799
7800 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
7801
7802 * vc.el (Todo): Add known problems.
7803 (vc-dir-backend): New variable.
7804 (vc-dir): Set it.
7805 (vc-make-backend-object, vc-generic-status-printer)
7806 (vc-generic-state, vc-generic-status-fileinfo-extra)
7807 (vc-dir-extra-menu): Use it.
7808 (vc-generic-dir-headers): Remove, unused.
7809
7810 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
7811 vc-dir-prev-directory for consistency with vc-dir-previous-line.
7812 (vc-dir-mode-map): Fix bindings.
7813
7814 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
7815
7816 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
7817
7818 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
7819 operated on.
7820 (calc-kill-region): Kill entire lines.
7821
7822 2008-05-17 Glenn Morris <rgm@gnu.org>
7823
7824 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
7825 simplify initial value.
7826 (defezimage): Drop support for Emacs without defimage, use a featurep
7827 test rather than fboundp when defining, drop with-no-warnings.
7828 (ezimage-insert-over-text): Move featurep test inside
7829 add-text-properties.
7830
7831 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
7832
7833 * net/tramp.el (top-level): Load auth-source when compiling.
7834
7835 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
7836
7837 2008-05-17 Andreas Schwab <schwab@suse.de>
7838
7839 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
7840
7841 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
7842
7843 * vc.el (vc-annotate-show-diff-revision-at-line): Change
7844 vc-diff-internal arg to match what vc-deduce-fileset returns now.
7845
7846 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7847
7848 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
7849
7850 2008-05-17 Jim Meyering <meyering@redhat.com>
7851
7852 * ido.el (ido-save-history): Do not emit a trailing newline at the
7853 end of the ido history file.
7854
7855 2008-05-16 John Paul Wallington <jpw@pobox.com>
7856
7857 * vc-dispatcher.el (top-level): Revert previous change: require cl
7858 when compiling.
7859
7860 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7861
7862 * vc.el (vc-default-status-printer)
7863 (vc-default-prettify-state-info): Enhance the state prettyprinter
7864 to deal better with unknown states and indirect through it when
7865 painting vc-dir buffers.
7866
7867 2008-05-16 John Paul Wallington <jpw@pobox.com>
7868
7869 * vc-dispatcher.el (top-level): Don't require cl when compiling.
7870 (vc-dir-mode-map): Fix backquote.
7871 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
7872
7873 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
7874
7875 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
7876 Reported by Glenn Morris <rgm@gnu.org>.
7877
7878 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
7879
7880 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
7881 the end of the file, it was good work at one time but has been
7882 stale since 1995 and may now be actively misleading.
7883 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
7884 CVS repository and module (assumptions for the latter a bit iffy).
7885 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
7886 SVN repository.
7887
7888 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
7889
7890 * vc-rcs.el (vc-rcs-create-tag):
7891 * vc-sccs.el (vc-sccs-create-tag):
7892 Fix typo in error message and pass backend arg.
7893
7894 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
7895
7896 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
7897
7898 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
7899
7900 * net/tramp.el: Load auth-source library.
7901 (tramp-read-passwd): Use it for password, not login.
7902
7903 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
7904
7905 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
7906 (ses-print-cell): Use string-width, truncate-string-to-width,
7907 delete-region rather than length, substring, delete-char.
7908 (ses-setup): Set inhibit-point-motion-hooks to t.
7909 Calculate position by actually moving point rather than just using
7910 unibyte character length.
7911 (ses-mode): Set indent-tabs-mode to nil.
7912 (ses-center): Use string-width rather than length.
7913
7914 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
7915
7916 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
7917 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
7918 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
7919 vc-*-create-tag and vc-*-retrieve-tag respectively.
7920
7921 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
7922 unneeded defalias.
7923
7924 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
7925
7926 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
7927 about buffer names.
7928
7929 2008-05-15 Glenn Morris <rgm@gnu.org>
7930
7931 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
7932
7933 * org/org-exp.el (org-infojs-options-inbuffer-template):
7934 Fix declaration.
7935
7936 * progmodes/cc-mode.el (declare-function): Add compat definition.
7937 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
7938
7939 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
7940
7941 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
7942 list to a cons so the caller can get back both expanded and
7943 unexpanded filesets.
7944 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
7945 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
7946 Change handling of selection-set returns as required.
7947
7948 2008-05-15 John Paul Wallington <jpw@pobox.com>
7949
7950 * add-log.el (top-level): Don't require cl when compiling.
7951
7952 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
7953 (archive-*-extract): Use `zerop'.
7954 (archive-*-write-file-member): Use `or', use `zerop'.
7955
7956 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
7957
7958 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
7959 (ibuffer-mark-interactive, ibuffer-set-mark)
7960 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
7961 (ibuffer-map-lines, ibuffer-switch-format)
7962 (ibuffer-update-title-and-summary)
7963 (ibuffer-redisplay-engine): Use it.
7964
7965 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
7966 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
7967 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
7968 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
7969 (ibuffer-mark-read-only-buffers)
7970 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
7971
7972 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
7973 (define-ibuffer-column, define-ibuffer-sorter)
7974 (define-ibuffer-op, define-ibuffer-filter): Add declarations
7975 containing indentation specs, replacing equivalent top-level
7976 forms that set `lisp-indent-function' properties.
7977 (define-ibuffer-op): Use `derived-mode-p'.
7978 (define-ibuffer-filter): Remove redundant `concat' call.
7979
7980 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
7981
7982 * net/tramp.el (tramp-echo-mark): Update docstring.
7983 (tramp-echo-mark-marker): New defconst.
7984 (tramp-check-for-regexp): Use it.
7985
7986 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
7987
7988 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
7989 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
7990 as parent.
7991
7992 2008-05-14 John Paul Wallington <jpw@pobox.com>
7993
7994 * international/mule.el (convert-define-charset-argument):
7995 Remove period from end of error message.
7996 (coding-system-mnemonic): Doc fix.
7997 (ctext-pre-write-conversion): Doc fix.
7998
7999 2008-05-14 Simon Marshall <simon@gnu.org>
8000
8001 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
8002 from its default value and give it the risky-local-variable
8003 property (CVE-2008-2142).
8004
8005 2008-05-14 Kenichi Handa <handa@m17n.org>
8006
8007 * language/korean.el ("Korean"): Set `iso639-language'
8008 property to `ko'.
8009
8010 * language/japanese.el ("Japanese"): Set `iso639-language'
8011 property to `ja'.
8012
8013 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
8014 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
8015 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
8016
8017 * international/mule-cmds.el (set-language-environment):
8018 Set current-iso639-language.
8019
8020 * international/fontset.el (setup-default-fontset): For kana, han,
8021 hangul, and cjk-misc, move an entry with font-spec at the end.
8022 (generate-fontset-menu): Exclude fontset-auto* from the list.
8023
8024 * composite.el (compose-chars-after): Assume that WINDOW is always
8025 non-nil.
8026
8027 * faces.el (font-weight-table, font-slant-table)
8028 (font-swidth-table): Declare them by defconst. Change the format
8029 of elements. Call internal-set-font-style-table after their
8030 declaration.
8031 (face-valid-attribute-values): Call font-family-list. Get values
8032 for width, weight, and slant from font-xxx-table.
8033
8034 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
8035
8036 2008-05-13 John Paul Wallington <jpw@pobox.com>
8037
8038 * ibuffer.el (ibuffer-buffer-file-name): New function.
8039 (define-ibuffer-column filename): Use it.
8040
8041 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
8042
8043 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8044
8045 * talk.el (talk): Simplify. Pass display arg to talk-add-display
8046 as a string.
8047 (talk-add-display): Simplify. Accept only string args.
8048
8049 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
8050
8051 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
8052
8053 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * Makefile.in (bootstrap-prepare): Don't chmod files.
8056 (autoloads): Do it here instead, where it's actually needed.
8057
8058 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
8059
8060 * tool-bar.el (tool-bar-make-keymap): Account for the optional
8061 KEY-BINDING-DATA field in menu-item list.
8062
8063 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8064
8065 * dired.el (dired-read-dir-and-switches): Move things about to use less
8066 recursion during macroexpansion.
8067
8068 * dired.el (dired-read-dir-and-switches): Use read-file-name.
8069
8070 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
8071 completion-ignored-extension directories if there's something else.
8072 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
8073 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
8074 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
8075 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
8076 buffer-read-only -> inhibit-read-only.
8077
8078 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
8079
8080 * vc.el (vc-expand-dirs): Stop this function from tossing out
8081 explicitly specified files.
8082
8083 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8084
8085 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
8086 to `insert'.
8087
8088 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
8089
8090 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
8091 cons. Use vc-annotate-backend.
8092 (with-vc-file, edit-vc-file): Remove unused macros.
8093
8094 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
8095
8096 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
8097 (smtpmail-try-auth-methods): Use it.
8098
8099 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
8102 (setf (nthcdr ..) ..) doesn't require CL at runtime.
8103
8104 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
8105
8106 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
8107
8108 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
8109
8110 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
8111 (vc-bzr-revision-completion-table): Use process-file.
8112 (vc-bzr-working-revision): Pass relative file names.
8113
8114 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
8115
8116 2008-05-11 Juri Linkov <juri@jurta.org>
8117
8118 * wid-edit.el (widget-image-directory): Change default image data
8119 subdirectory from "custom" to "images/custom".
8120
8121 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
8122 before recursive call to `Info-next-preorder' to not add
8123 intermediate nodes to the history.
8124
8125 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
8126
8127 * emulation/cua-base.el: Put isearch-scroll property
8128 on cua-scroll-up and cua-scroll-down.
8129
8130 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
8131
8132 * vc-hooks.el (vc-recompute-state): Remove (dead code).
8133
8134 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8135
8136 * vc-dispatcher.el (ewoc): Require.
8137 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
8138
8139 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
8140
8141 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
8142
8143 * term/w32-win.el (x-colors):
8144 * term/mac-win.el (x-colors):
8145 * term/x-win.el (x-colors): Re-order colors.
8146
8147 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
8148
8149 * smerge-mode.el (smerge-command-prefix): Fix custom type.
8150
8151 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
8152
8153 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
8154 New functions implementing motion to next and previous directory.
8155
8156 * vc-arch.el (vc-arch-command):
8157 * vc-bzr.el (vc-bzr-command):
8158 * vc-cvs.el (vc-cvs-command):
8159 * vc-dispatcher.el (vc-do-command):
8160 * vc-git.el (vc-git-command):
8161 * vc-hg.el (vc-hg-command):
8162 * vc-mcvs.el (vc-mvcs-command):
8163 * vc-mtn.el (vc-mtn-command):
8164 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
8165 (vc-sccs-workfile-unchanged-p):
8166 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
8167 * vc-rcs.el (all methods): Remove assumption about what a nil
8168 argument to vc-do-command means. This means no buffer name needs
8169 to be hardcoded into the dispatcher layer, and it's better to be
8170 explicit anyway.
8171
8172 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
8173
8174 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
8175
8176 * vc.el: Update todo.
8177
8178 * vc-sccs.el (vc-sccs-dir-status):
8179 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
8180 backends and returning up to date files.
8181
8182 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
8183
8184 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8185
8186 * vc.el (vc-dir):
8187 * vc-hooks.el: Tweak the VC directory bindings. These are now
8188 documented in the manual.
8189
8190 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
8191 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
8192 (vc-dispatcher-selection-set): Allow callers to pass in an
8193 observer flag that says no buffer sync is required.
8194 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
8195 Use the observer flag.
8196
8197 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
8198
8199 * simple.el (start-file-process): Clarify docstring.
8200
8201 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8202
8203 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
8204 Remove stub implementations of, and references to, wash-log.
8205 * vc-rcs.el (vc-rcs-comment-history):
8206 * vc-cvs.el (vc-cvs-comment-history):
8207 Inline the code that used to be wash-log.
8208
8209 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
8210 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
8211 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
8212 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
8213 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
8214 (vc-rcs-print-log): Grok directories.
8215
8216 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
8217
8218 * vc.el (vc-mark-resolved): Add `backend' argument.
8219 (vc-next-action): Pass it the backend.
8220 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
8221 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
8222 (vc-default-comment-history, vc-default-create-snapshot)
8223 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
8224 (vc-annotate-revision-previous-to-line)
8225 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
8226 * vc-svn.el (vc-svn-checkout):
8227 * vc-mcvs.el (vc-mcvs-checkout):
8228 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
8229 (vc-working-revision, vc-before-save, vc-mode-line):
8230 Prefer vc-call-backend to vc-call so as not to recompute the backend.
8231
8232 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
8233 state to be consistent since it's often an unwarranted restriction.
8234 Don't return the state either.
8235 (vc-next-action): Check that the state is consistent.
8236 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
8237 (vc-rollback, vc-update): Adapt to new return value of
8238 vc-deduce-fileset.
8239
8240 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
8241 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
8242 (vc-dispatcher-in-fileset-p): New fun.
8243 (vc-dispatcher-selection-set): Use it to properly handle directories.
8244
8245 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
8246
8247 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
8248 (vc-update): Remove unused let bindings.
8249
8250 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
8251
8252 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
8253 (vc-diff, vc-revert, vc-rollback, vc-update):
8254 * vc-dispatcher.el (vc-dispatcher-selection-set):
8255 Get rid of 4 special cases in fileset selection. This involved
8256 changing the return value of (vc-deduce-fileset) so that it passes
8257 back a deduced state as well as a deduced back end.
8258
8259 2008-05-08 Sam Steingold <sds@gnu.org>
8260
8261 * progmodes/compile.el (compilation-minor-mode-map)
8262 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
8263 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
8264 it to `compilation-minor-mode-map' (instead of an explicit `cons').
8265
8266 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8267
8268 * org/org.el (org-modules, org-format-latex-options):
8269 * org/org-archive.el (org-archive-stamp-time)
8270 (org-archive-save-context-info):
8271 * org/org-faces.el (org-hide):
8272 * org/org-irc.el (org-irc-parse-link):
8273 * org/org-macs.el (org-call-with-arg, org-autoload):
8274 * org/org-mew.el (org-mew-store-link):
8275 * org/org-remember.el (org-remember-store-without-prompt)
8276 (org-remember-templates): Fix typos in docstrings.
8277
8278 * org/org-info.el (org-info-store-link): Remove leftover docstring.
8279
8280 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
8281 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
8282 (org-bbdb-anniv-split): Fix typos in docstrings.
8283
8284 * org/org-publish.el (org-publish-project-alist): Doc fixes.
8285 (org-publish-use-timestamps-flag): Reflow docstring.
8286 (org-publish-files-alist): Fix typos in docstring.
8287
8288 2008-05-07 Sam Steingold <sds@gnu.org>
8289
8290 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
8291 appears to be too aggressive with window removal.
8292
8293 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
8294
8295 * progmodes/verilog-mode.el (verilog-type-font-keywords):
8296 Add leda and 0in as pragma keywords.
8297 (verilog-pretty-expr): Support lining up assignments which include
8298 part selects.
8299 (verilog-mode): More portable check for the availability of
8300 hideshow support.
8301 (verilog-do-indent): Remove special indent for declarations inside
8302 a parenthetical list. The code is ill-advised, and doesn't work
8303 given the new user defined types.
8304 (verilog-set-auto-endcomments): Enhance function automatic
8305 endcomment to support functions that return user defined types.
8306 (verilog-mode): Add code to tell which-function-mode minor mode
8307 that Verilog supports this feature.
8308
8309 2008-05-08 Eli Zaretskii <eliz@gnu.org>
8310
8311 * epa-file.el: Require epa-hook.
8312
8313 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
8314
8315 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
8316 file-names clashes on 8+3 filesystems. Provide epa-hook.
8317
8318 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
8319 file-names clashes on 8+3 filesystems.
8320
8321 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
8322
8323 * org/org.el (org-read-date-get-relative): Interpret lone
8324 weekday abbreviation as relative to today.
8325
8326 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
8327
8328 * abbrev.el (define-abbrev-table):
8329 * composite.el (toggle-auto-composition):
8330 * json.el (json-alist-p, json-plist-p):
8331 * minibuffer.el (completion-table-with-predicate):
8332 * ps-mule.el (ps-mule-external-libraries):
8333 * emacs-lisp/advice.el (ad-special-form-p):
8334 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
8335 * eshell/em-smart.el (eshell-review-quick-commands):
8336 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
8337 (python-skip-out, python-check-comint-prompt):
8338 Don't use `iff' in docstrings.
8339
8340 * international/robin.el (robin-package-alist): Fix typo in docstring.
8341 (robin-current-package-name): Doc fix.
8342 (robin-activate): Don't use `iff' in docstring.
8343
8344 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
8345
8346 * vc.el, vc-dispatcher.el: VC-Dired support removed.
8347 The code uses a ewoc-based implementation now.
8348 * vc-hooks.el: Support for Meta-CVS has been removed.
8349
8350 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * tool-bar.el: Choose images dynamically.
8353 (tool-bar-make-keymap, tool-bar-find-image): New function.
8354 (tool-bar-find-image-cache): New var.
8355 (tool-bar-local-item, tool-bar-local-item-from-menu):
8356 Don't select the image yet, do it later in tool-bar-make-keymap.
8357
8358 2008-05-07 Andreas Schwab <schwab@suse.de>
8359
8360 * window.el: Require 'cl when compiling.
8361
8362 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
8363
8364 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
8365
8366 2008-05-07 Glenn Morris <rgm@gnu.org>
8367
8368 * subr.el (ignore-errors): Move here from cl-macs.el.
8369 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
8370
8371 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
8372 oddness.
8373
8374 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
8375
8376 * vc-hooks.el (vc-find-file-hook):
8377 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
8378 further from vc.el.
8379 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
8380
8381 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
8382
8383 * progmodes/verilog-mode.el (verilog-getopt-file):
8384 Cleanup warning message format.
8385 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
8386 (verilog-auto-inout, verilog-auto-inout-module)
8387 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
8388 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
8389 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
8390 (verilog-auto-sense-sigs, verilog-auto-tieoff)
8391 (verilog-auto-unused, verilog-auto-wire)
8392 (verilog-decls-get-assigns, verilog-decls-get-consts)
8393 (verilog-decls-get-gparams, verilog-decls-get-inouts)
8394 (verilog-decls-get-inputs, verilog-decls-get-outputs)
8395 (verilog-decls-get-ports, verilog-decls-get-regs)
8396 (verilog-decls-get-signals, verilog-decls-get-wires)
8397 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
8398 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
8399 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
8400 (verilog-inject-sense, verilog-library-filenames)
8401 (verilog-mode-release-date, verilog-mode-version)
8402 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
8403 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
8404 (verilog-modi-get-assigns, verilog-modi-get-consts)
8405 (verilog-modi-get-gparams, verilog-modi-get-inouts)
8406 (verilog-modi-get-inputs, verilog-modi-get-outputs)
8407 (verilog-modi-get-ports, verilog-modi-get-regs)
8408 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
8409 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
8410 (verilog-modi-get-wires, verilog-preserve-cache)
8411 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
8412 (verilog-read-sub-decls, verilog-read-sub-decls-line)
8413 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
8414 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
8415 Add caching of additional state, and rework signal extraction
8416 routines to improve AUTO expansion performance by 300%++.
8417
8418 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
8419
8420 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8421 Tweak Open Watcom regexp to distinguish between errors and warnings.
8422
8423 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
8424
8425 * dired.el (dired-read-dir-and-switches): Fix up last change.
8426
8427 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
8428
8429 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
8430 out of this function, move it to vc-dispatcher-selection-set.
8431
8432 2008-05-05 Sam Steingold <sds@gnu.org>
8433
8434 * window.el (delete-other-windows-vertically): New function.
8435
8436 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8437
8438 * dired.el (dired-read-dir-and-switches):
8439 Obey read-file-name-completion-ignore-case.
8440
8441 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
8442
8443 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8444 Add regexp for Open Watcom compiler output.
8445
8446 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
8447
8448 * progmodes/python.el (python-block-pairs): Align finally with except.
8449
8450 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8451
8452 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
8453
8454 2008-05-05 Tom Tromey <tromey@redhat.com>
8455
8456 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
8457 looking at conflict marker.
8458
8459 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
8462 client-mode -> vc-client-object, and guess `funcall' was meant.
8463 (vc-dir-mode): Rename client-mode -> vc-client-mode.
8464
8465 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
8466
8467 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
8468 (dbus-debug): Move declarations outside eval-when-compile.
8469
8470 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8471
8472 * proced.el (proced-command-alist): Fix system-type values.
8473 Fix defcustom.
8474 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
8475 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
8476 (proced-sort-start, proced-sort, proced-sort-time): New commands.
8477 (proced-update): Use proced-sorting-scheme. Update modeline.
8478 (proced-send-signal): Use nreverse.
8479 (proced-sorting-scheme-p): New function.
8480
8481 2008-05-04 Andreas Schwab <schwab@suse.de>
8482
8483 * vc.el: Require dired when compiling.
8484
8485 * minibuffer.el (completion--insert-strings): Don't delete past bol.
8486
8487 2008-05-03 Glenn Morris <rgm@gnu.org>
8488
8489 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
8490 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
8491 Simplify compilation requirements.
8492 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
8493 declarations.
8494
8495 2008-05-03 Dave Love <fx@gnu.org>
8496
8497 * progmodes/python.el (python-beginning-of-statement):
8498 Loop at least once (fixes 2008-02-21 change).
8499
8500 2008-05-03 Eli Zaretskii <eliz@gnu.org>
8501
8502 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
8503 instead of `length' for comparing length of user and group names.
8504
8505 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
8506
8507 * vc-dispatcher.el: New file, separates out the UI and command
8508 execution machinery from VCS-specific logic left in vc.el.
8509 The separation is not yet completely clean, but it's a good start.
8510 * vc.el: This file is about 1700 lines shorter now.
8511 Remove obsolete logentry-check from the backend API.
8512 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
8513 implementation of the logentry-check method, and it guarded against
8514 a log length limit that has probably been obsolete for 15 years (!).
8515
8516 2008-05-02 Sam Steingold <sds@gnu.org>
8517
8518 * progmodes/compile.el (compilation-start): Move setting of
8519 compilation-directory after (funcall mode) as that resets local
8520 variables, this fixes recompile in grep buffers.
8521 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
8522 in dired &c).
8523
8524 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8525
8526 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8527 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8528 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
8529 has one of these and that all are called in compatible ways.
8530 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
8531 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
8532 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
8533 backend has one of these.
8534
8535 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
8538 initialization into define-abbrev-table. Use :regexp.
8539 (octave-mode-syntax-table): Don't set word syntax for `.
8540
8541 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
8542 than only value.
8543
8544 * dired.el (dired-read-dir-and-switches):
8545 Set minibuffer-completing-file-name and call substitute-in-file-name.
8546 (dired-format-columns-of-files): Use completion--insert-strings.
8547
8548 * minibuffer.el (completion-hilit-commonality): Revert last change:
8549 the leftover code was actually useful.
8550 (completion--insert-strings): Use string-width rather than length.
8551
8552 2008-05-02 Sam Steingold <sds@gnu.org>
8553
8554 * vc.el (vc-dir-mode-map): Enable mouse bindings.
8555 (vc-at-event): New macro: run the body at the even location.
8556 (vc-dir-menu, vc-dir-toggle-mark): Use it.
8557 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
8558 * subr.el (mouse-event-p): Check if the event is mouse-related.
8559
8560 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
8561
8562 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8563 Don't throw error if no file is found.
8564
8565 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
8566
8567 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
8568 (vc-default-state-heuristic): Doc fix.
8569
8570 2008-05-02 Richard Sharman <rsharman@pobox.com>
8571
8572 * hilit-chg.el (highlight-changes-mode): Remove references to
8573 hooks that no longer exist. Because define-minor-mode is used the
8574 hook highlight-changes-mode-hook exists and can do what both the
8575 old hooks used to do. The documentation at the top of the file
8576 was updated to demonstrate this.
8577 (highlight-changes-mode): Remove commented out call to a hook
8578 function that is no longer there.
8579 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
8580
8581 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
8582
8583 * vc.el (vc-default-dired-state-info): Change name of primitive
8584 to prettify-state-info, in preparation for ripping out dired mode.
8585 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
8586 to prettify-state-info, in preparation for ripping out dired mode.
8587 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
8588 tries this on a version-controlled buffer. It will do useless or
8589 actively bad things on any version control system newer than RCS.
8590 * vc-hooks.el (vc-dired-resynch-file):
8591 * vc.el (vc-dired-resynch-file): Change name of primitive to
8592 vc-directory-resynch-file, preparing to remove dired.
8593
8594 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
8595
8596 * vc-rcs.el (vc-rcs-state): Fix typos.
8597
8598 * vc.el (vc-register): Change argument order so that the prefix
8599 argument is assigned correctly.
8600 (vc-next-action, vc-dir-register): Update for the above change.
8601
8602 2008-05-01 Juri Linkov <juri@jurta.org>
8603
8604 * replace.el (occur-read-primary-args): Set default to the car of
8605 regexp-history and display it in the prompt, but don't add to the
8606 list of minibuffer defaults. Bind history-add-new-input to nil to
8607 not add automatically `default'. For empty input return `default'.
8608 Otherwise, add `input' to regexp-history and return it.
8609 (occur-1): Signal an error for the empty regexp.
8610
8611 * progmodes/compile.el (compilation-auto-jump):
8612 Set window point to `pos' explicitly.
8613
8614 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
8615
8616 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
8617 when appropriate.
8618 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
8619 we report the 'unregistered state reliably.
8620 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
8621 we report the 'unregistered state reliably.
8622 * vc-git.el (vc-git-state): Call vc-git-unregistered so
8623 we report the 'unregistered state reliably.
8624 * vc-hooks.el (vc-state): Document that vc-unregistered is
8625 now expected to be returned reliably.
8626 * vc.el (vc-default-dired-state): Change needs-patch state to
8627 needs-update, since the name now shows up in dir-status listings
8628 and was somewhat misleading.
8629 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
8630 immediately after removing the file.
8631 * vc.el (vc-next-action): More informative messages when a fileset
8632 is in a mixed state or files are missing.
8633
8634 2008-05-01 Sam Steingold <sds@gnu.org>
8635
8636 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
8637
8638 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
8639
8640 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
8641
8642 2008-05-01 Daiki Ueno <ueno@unixuser.org>
8643
8644 * epa-file-hook.el: New file split from epa-file.el.
8645 * epa-file.el: Require 'epa-file-hook.
8646 (epa-file-handler): Add autoload cookie.
8647 * loadup.el: Load epa-file-hook.
8648 * startup.el (command-line): Eval the body of auto-encryption-mode.
8649
8650 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
8651
8652 * vc.el (vc-dir-mode-map): Don't bind "r".
8653
8654 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
8655 (vc-hg-status-printer): New function.
8656 (vc-hg-after-dir-status): Deal with copied and renamed files.
8657 (vc-hg-dir-status): Add flag to show copied files.
8658
8659 2008-05-01 John Paul Wallington <jpw@pobox.com>
8660
8661 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
8662 (ibuffer-do-sort-by-recency): Reverse sorting order if last
8663 sorting mode was recency.
8664
8665 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
8666 reverse sorting order if last sorting mode was the sorter's.
8667
8668 2008-05-01 Jason Rumney <jasonr@gnu.org>
8669
8670 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
8671
8672 2008-04-30 John Paul Wallington <jpw@pobox.com>
8673
8674 * ibuffer.el (define-ibuffer-column filename): When the major mode
8675 is `vc-dir-mode' show the buffer's default directory.
8676
8677 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
8678 major mode is `vc-dir-mode' use the buffer's default directory.
8679
8680 2008-04-30 Sam Steingold <sds@gnu.org>
8681
8682 * vc.el (vc-dir-delete-file): Add.
8683 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
8684 (vc-delete-file): Do not barf when the file has been already deleted.
8685
8686 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8687
8688 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
8689
8690 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * progmodes/octave-mod.el (octave-help): New function.
8693 * progmodes/octave-hlp.el: Delete.
8694 * info-look.el (octave-mode): Add operator index.
8695
8696 * vc.el (vc-checkout): Typo.
8697
8698 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
8699
8700 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
8701 Add "..." in the appropriate places.
8702
8703 * epa.el (epa-key-list-mode-map): Add more menu entries.
8704 Add "..." in the appropriate places.
8705
8706 * dired.el (dired-mode-map): Add :help.
8707
8708 * vc.el (vc-deduce-fileset): Add new parameter.
8709 (vc-dir-marked-only-files): New function.
8710 (vc-next-action): Don't ignore directories, look at the files
8711 inside them.
8712 (vc-dir-mode): Document how the mark/unmark commands work.
8713
8714 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
8715
8716 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8717 Rule out trailing spaces in file and directory names as well.
8718
8719 * minibuffer.el (completion--do-completion): Move point even if the
8720 completion makes no change.
8721 (completion-pcm-try-completion): Fix computation of new point.
8722
8723 2008-04-30 David Hansen <david.hansen@gmx.net>
8724
8725 * dired.el: Require 'cl.
8726
8727 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
8728
8729 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
8730 hollow if not in innermost frame.
8731
8732 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8733 Make `checkout-model' apply to filesets.
8734 * vc-hooks.el (vc-checkout-model): Rewrite.
8735 (vc-before-save, vc-after-save): Adjust callers accordingly.
8736 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
8737 (vc-transfer-file): Adjust callers accordingly.
8738 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
8739 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
8740 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
8741 instead of vc-checkout-model.
8742 * vc-mcvs.el (vc-mcvs-revert):
8743 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
8744 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
8745 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
8746 * vc-svn.el (vc-svn-checkout-model):
8747 * vc-hg.el (vc-hg-checkout-model):
8748 * vc-git.el (vc-git-checkout-model):
8749 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
8750
8751 * dired.el (dired-read-dir-and-switches): Replace last change with
8752 a new approach that mixes read-file-name and read-directory-name.
8753
8754 * files.el (read-buffer-to-switch):
8755 Avoid making assumptions about `other-buffer'.
8756
8757 2008-04-29 Sam Steingold <sds@gnu.org>
8758
8759 * vc.el (vc-dir-mode-hook): Add normal hook.
8760 (vc-dir-mode): Run it.
8761
8762 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8763
8764 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
8765 Always split windows.
8766 (gdb-speedbar-timer-fn): Only raise frame after user input.
8767 (gdb-same-frame): Reverse initial value.
8768 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
8769
8770 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
8771 gdb-speedbar-timer-fn.
8772
8773 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8774
8775 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
8776
8777 2008-04-29 Daiki Ueno <ueno@unixuser.org>
8778
8779 * epa.el (epa-key-list-mode-map): Add menu.
8780 (epa-delete-keys, epa-import-keys): Fix typo.
8781
8782 2008-04-29 Glenn Morris <rgm@gnu.org>
8783
8784 * find-cmd.el (top-level): Does not need cl when compiling.
8785
8786 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
8787
8788 * find-cmd.el: New file.
8789
8790 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
8791
8792 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
8793 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
8794 (completion-pcm--hilit-commonality): New function.
8795 (completion-pcm-all-completions): Use it.
8796
8797 * minibuffer.el (completion-common-substring): Mark obsolete.
8798 (completions-first-difference, completions-common-part):
8799 Move from simple.el.
8800 (completion-hilit-commonality): New fun.
8801 (display-completion-list, completion-emacs21-all-completions)
8802 (completion-emacs22-all-completions): Use it.
8803 * simple.el (completions-first-difference, completions-common-part):
8804 Move to minibuffer.el.
8805 (choose-completion-string): Use field functions and minibufferp.
8806 (completion-setup-function): Don't set completions faces.
8807
8808 2008-04-29 Glenn Morris <rgm@gnu.org>
8809
8810 * calendar/calendar.el (calendar-nth-named-absday)
8811 (calendar-nth-named-day):
8812 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
8813 * calendar/holidays.el (holiday-float): Doc fixes.
8814
8815 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
8816 the `full' case.
8817
8818 * org/org-agenda.el (calendar-iso-from-absolute):
8819 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
8820 Fix declarations.
8821
8822 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
8823
8824 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
8825 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
8826 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
8827 (gdb-assembler-custom): Be careful not to match other addresses.
8828
8829 2008-04-29 Jason Rumney <jasonr@gnu.org>
8830
8831 * battery.el (battery-status-function): Use w32-battery-status
8832 on Windows.
8833 (battery-echo-area-format): Make apm format the general case.
8834 (battery-mode-line-format): Merge apm and pmset formats as the
8835 general case.
8836
8837 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
8838
8839 * progmodes/gdb-ui.el (gdb-info-stack-custom):
8840 Use gud-tool-bar-item-visible-no-fringe.
8841 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
8842 is already visible in frame. Remove optional size parameter
8843 and add optional frame parameter.
8844
8845 * progmodes/gud.el (gud-display-line): Only consider visible
8846 frames when looking for source buffer.
8847
8848 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
8849
8850 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
8851 argument to get-char-property, in case the current buffer hasn't
8852 been assigned to that window yet.
8853 (doc-view-display): Default to selected window if the current
8854 buffer hasn't been assigned to a window yet.
8855
8856 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
8857
8858 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
8859
8860 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
8861
8862 * net/tramp.el (tramp-mode): New defcustom.
8863 (tramp-file-name-handler, tramp-completion-file-name-handler):
8864 Use it.
8865 (tramp-replace-environment-variables): Handle "$$".
8866
8867 2008-04-28 Sam Steingold <sds@gnu.org>
8868
8869 * vc-hg.el (vc-hg-rename-file): Fix argument order.
8870
8871 2008-04-28 Bastien Guerry <bzg@altern.org>
8872
8873 * whitespace.el (whitespace-trailing): Fix typo.
8874
8875 2008-04-28 Sam Steingold <sds@gnu.org>
8876
8877 * textmodes/remember.el (diary-make-entry): Update the autoload.
8878
8879 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
8880
8881 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
8882 all-completions.
8883
8884 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
8885
8886 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
8887
8888 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
8889
8890 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
8891 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
8892 (vc-dir-mark-file): Add an optional argument.
8893 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
8894
8895 2008-04-27 Daiki Ueno <ueno@unixuser.org>
8896
8897 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
8898 rather than obsolete alias find-file-hooks.
8899 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
8900 Use find-file-hook rather than obsolete alias find-file-hooks.
8901 Add to find-file-not-found-functions.
8902 (epa-file-handler): Put 'safe-magic and 'operations properties.
8903
8904 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
8905 (epa-menu-items): Remove.
8906
8907 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
8908 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
8909 (epa-dired-mode, epa-global-dired-mode): Remove.
8910
8911 * dired.el (dired-mode-map): Bind encryption/decryption commands.
8912
8913 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
8914
8915 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
8916
8917 2008-04-27 Glenn Morris <rgm@gnu.org>
8918
8919 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
8920 Remove un-needed local `orig-list'. Replace cl `copy-list'.
8921
8922 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
8923
8924 * org/org.el (org-html-level-start): Always have id's in HTML.
8925 (org-export-as-html): Use `org-link-protocols' to
8926 retrieve the export form of the link.
8927 (org-add-link-type): Final parameter renamed from PUBLISH.
8928 Better documentation of how it is to be used. Avoid double entries for
8929 the same link type.
8930 (org-add-link-props): New function.
8931 (org-modules-loaded): New variable.
8932 (org-load-modules-maybe, org-set-modules): New function.
8933 (org-modules): New option.
8934 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
8935 (orgtbl-mode, org-store-link, org-insert-link-global)
8936 (org-open-at-point): Call `org-load-modules-maybe'.
8937 (org-search-view): Add more text properties.
8938 (org-agenda-schedule, org-agenda-deadline): Allow also in
8939 search-type agendas.
8940 (org-search-view): Order of arguments has been changed.
8941 Interpret prefix-arg as TODO-ONLY.
8942 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
8943 Take new argument order of `org-search-view' into account.
8944 (org-todo-only): New variable.
8945 (org-search-syntax-table): New variable and function.
8946 (org-search-view): Do the search with the special syntax table.
8947 (define-obsolete-function-alias): Make work with XEmacs.
8948 (org-add-planning-info): Use old date as default when modifying an
8949 existing deadline or scheduled item.
8950 (org-agenda-compute-time-span): Make argument N optional.
8951 (org-agenda-format-date-aligned): Require `cal-iso'.
8952 (org-agenda-list): Include week into agenda heading, don't
8953 list it at each date (only on Mondays).
8954 (org-read-date-analyze): Define local variable `iso-date'.
8955 (org-agenda-format-date-aligned): Remove dependency on
8956 `calendar-time-from-absolute'.
8957 (org-remember-apply-template, org-go-to-remember-target):
8958 Interpret filenames relative to `org-directory'.
8959 (org-complete): Silently fail when trying to complete
8960 keywords that don't have a default value.
8961 (org-get-current-options): Add a #+DATE: option.
8962 (org-additional-option-like-keywords): Remove "DATE:" from the
8963 list of additional keywords.
8964 (org-export-as-html): Remove (current-time) as unnecessary second
8965 argument of `format-time-string'.
8966 (org-clock-find-position): Handle special case at end of buffer.
8967 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
8968 `org-agenda-change-time-span'.
8969 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
8970 `org-agenda-change-time-span'.
8971 (org-agenda-month-view): New argument MONTH, pass it on to
8972 `org-agenda-change-time-span'.
8973 (org-agenda-year-view): New argument YEAR, pass it on to
8974 `org-agenda-change-time-span'.
8975 (org-agenda-change-time-span): New optional argument N, pass it on
8976 to `org-agenda-compute-time-span'.
8977 (org-agenda-compute-time-span): New argument N, interpret it by
8978 changing the starting day.
8979 (org-small-year-to-year): New function.
8980 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
8981 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
8982 into the future, and that the shift is at least one interval, never 0.
8983 (org-update-checkbox-count): Fix bug with checkbox counting.
8984 (org-add-note): New command.
8985 (org-add-log-setup): Rename from `org-add-log-maybe'.
8986 (org-log-note-headings): New entry for plain notes (i.e. notes not
8987 related to state changes or clocking).
8988 (org-get-org-file): Check for availability of `remember-data-file'.
8989 (org-cached-entry-get): Allow a regexp value for
8990 `org-use-property-inheritance'.
8991 (org-use-property-inheritance): Allow regexp value. Fix bug in
8992 customization type.
8993 (org-use-tag-inheritance): Allow a list and a regexp value for
8994 this variable.
8995 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
8996 (org-entry-get): Respect value `selective' for the INHERIT argument.
8997 (org-tag-inherit-p, org-property-inherit-p): New functions.
8998 (org-agenda-format-date-aligned): Allow 10 characters for
8999 weekday, to accommodate German locale.
9000 (org-add-archive-files): New function.
9001 (org-agenda-files): New argument `ext', to get archive files as well.
9002 (org-tbl-menu): Protect the use of variables that
9003 are only available when org-table.el gets loaded.
9004 (org-read-agenda-file-list): Error if `org-agenda-files' is a
9005 single directory.
9006 (org-open-file): Allow a batch process to trigger
9007 waiting after executing a system command.
9008 (org-store-link): Link to headline when there is not
9009 target and no region in an org-mode buffer when creating a link.
9010 (org-link-types-re): New variable.
9011 (org-make-link-regexps): Compute `org-link-types-re'.
9012 (org-make-link-description-function): New option.
9013 (org-agenda-date, org-agenda-date-weekend): New faces.
9014 (org-archive-sibling-heading): New option.
9015 (org-archive-to-archive-sibling): New function.
9016 (org-iswitchb): New command.
9017 (org-buffer-list): New function.
9018 (org-agenda-columns): Also try the #+COLUMNS line in
9019 the buffer associated with the entry at point (or with the first
9020 entry in the agenda view).
9021 (org-modules): Add entry for org-bibtex.el.
9022 (org-completion-fallback-command): Move into `org-completion' group.
9023 (org-clock-heading-function): Move to `org-progress' group.
9024 (org-auto-repeat-maybe): Make sure that a note can
9025 be enforces if `org-log-repeat' is `note'.
9026 (org-modules): Allow additional symbols for external packages.
9027 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
9028 (org-clock-goto): Hide drawers after showing an
9029 entry with `org-clock-goto'.
9030 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
9031 Try also a clocktable block shift.
9032 (org-clocktable-try-shift): New function.
9033 (org-columns-hscoll-title): New function.
9034 (org-columns-previous-hscroll): New variable.
9035 (org-columns-full-header-line-format): New variable.
9036 (org-columns-display-here-title, org-columns-remove-overlays):
9037 Install `org-columns-hscoll-title' in post-command-hook.
9038
9039 * org/org.el: Split into many small files.
9040
9041 * org/org-agenda.el: New file, split off from org.el.
9042
9043 * org/org-archive.el: New file, split off from org.el.
9044
9045 * org/org-bbdb.el: New file.
9046
9047 * org/org-bibtex.el: New file, split off from org.el.
9048
9049 * org/org-clock.el: New file, split off from org.el.
9050
9051 * org/org-colview.el: New file, split off from org.el.
9052
9053 * org/org-compat.el: New file, split off from org.el.
9054
9055 * org/org-exp.el: New file, split off from org.el.
9056
9057 * org/org-faces.el: New file, split off from org.el.
9058
9059 * org/org-gnus.el: New file, split off from org.el.
9060
9061 * org/org-info.el: New file, split off from org.el.
9062
9063 * org/org-infojs.el: New file.
9064
9065 * org/org-irc.el: New file.
9066
9067 * org/org-macs.el: New file, split off from org.el.
9068
9069 * org/org-mew.el: New file.
9070
9071 * org/org-mhe.el: New file, split off from org.el.
9072
9073 * org/org-publish.el: New file, split off from org.el.
9074
9075 * org/org-remember.el: New file, split off from org.el.
9076
9077 * org/org-rmail.el: New file, split off from org.el.
9078
9079 * org/org-table.el: New file, split off from org.el.
9080
9081 * org/org-vm.el: New file, split off from org.el.
9082
9083 * org/org-wl.el: New file, split off from org.el.
9084
9085 2008-04-27 Jason Riedy <jason@acm.org>
9086
9087 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
9088 parameter that suppresses lines that evaluate to NIL.
9089 (orgtbl-get-fmt): New inline function for
9090 picking apart formats that may be lists.
9091 (orgtbl-apply-fmt): New inline function for applying formats that
9092 may be functions.
9093 (orgtbl-eval-str): New inline function for strings that may be
9094 functions.
9095 (orgtbl-format-line, orgtbl-to-generic): Use and document.
9096 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
9097 (*orgtbl-llfmt*, *orgtbl-llstart*)
9098 (*orgtbl-llend*): Dynamic variables for last-line formatting.
9099 (orgtbl-format-section): Shift formatting to support detecting the
9100 last line and formatting it specially.
9101 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
9102 formats unless overridden.
9103 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
9104 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
9105 bound variables to hold the input collection of lines and output
9106 formatted text.
9107 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
9108 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
9109 format parameters.
9110 (orgtbl-format-line): New function encapsulating formatting for a
9111 single line.
9112 (orgtbl-format-section): Similar for each section. Rebinding the
9113 dynamic vars customizes the formatting for each section.
9114 (orgtbl-to-generic): Use orgtbl-format-line and
9115 orgtbl-format-section.
9116 (org-get-param): Now unused, so delete.
9117 (orgtbl-gather-send-defs): New function to
9118 gather all the SEND definitions before a table.
9119 (orgtbl-send-replace-tbl): New function to find the RECEIVE
9120 corresponding to the current name.
9121 (orgtbl-send-table): Use the previous two functions and implement
9122 multiple destinations for each table.
9123
9124 * doc/org.texi (A LaTeX example): Note that fmt may be a
9125 one-argument function, and efmt may be a two-argument function.
9126 (Radio tables): Document multiple destinations.
9127
9128 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
9129
9130 * org/org-agenda.el (org-add-to-diary-list): New function.
9131 (org-prefix-has-effort): New variable.
9132 (org-sort-agenda-noeffort-is-high): New option.
9133 (org-agenda-columns-show-summaries)
9134 (org-agenda-columns-compute-summary-properties): New options.
9135 (org-format-agenda-item): Compute the duration of the item.
9136 (org-agenda-weekend-days): New variable.
9137 (org-agenda-list, org-timeline): Use the proper faces for dates in
9138 the agenda and timeline buffers.
9139 (org-agenda-archive-to-archive-sibling): New command.
9140 (org-agenda-start-with-clockreport-mode): New option.
9141 (org-agenda-clockreport-parameter-plist): New option.
9142 (org-agenda-clocktable-mode): New variable.
9143 (org-agenda-deadline-leaders): Allow a function value for the
9144 deadline leader.
9145 (org-agenda-get-deadlines): Deal with new function value.
9146
9147 * org/org-clock.el (org-clock): New customization group.
9148 (org-clock-into-drawer, org-clock-out-when-done)
9149 (org-clock-in-switch-to-state, org-clock-heading-function):
9150 Move into the new group.
9151 (org-clock-out-remove-zero-time-clocks): New option.
9152 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
9153 (org-dblock-write:clocktable): Allow a Lisp form for the scope
9154 parameter.
9155 (org-dblock-write:clocktable): Fix bug with total time calculation.
9156 (org-dblock-write:clocktable): Request the unrestricted list of files.
9157 (org-get-clocktable): New function.
9158 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
9159 be strings but also integers (an absolute day number) and lists (m d y).
9160
9161 * org/org-colview.el (org-columns-next-allowed-value)
9162 (org-columns-edit-value): Limit the effort for updating in the
9163 agenda to recomputing a single file.
9164 (org-columns-compute): Only write property value if it has changed.
9165 This avoids raising the buffer-change-flag unnecessarily.
9166 (org-agenda-colview-summarize)
9167 (org-agenda-colview-compute): New functions.
9168 (org-agenda-columns): Call `org-agenda-colview-summarize'.
9169
9170 * org/org-exp.el (org-export-run-in-background): New option.
9171 (org-export-icalendar): Allow a batch process to trigger waiting
9172 after executing a system command.
9173 (org-export-preprocess-string): Rename from
9174 `org-cleaned-string-for-export'.
9175 (org-export-html-style): Made target class look like normal text.
9176 (org-export-as-html): Make use of the better preprocessing in
9177 `org-cleaned-string-for-export'.
9178 (org-cleaned-string-for-export): Better treatment of heuristic
9179 targets, many more internal links will now work in HTML export.
9180 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
9181 (org-export-inbuffer-options-extra): New variable.
9182 (org-export-options-filters): New hook.
9183 (org-infile-export-plist): Find also the settings keywords in
9184 `org-export-inbuffer-options-extra'.
9185 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
9186 multiple #+INFOJS_OPT lines.
9187 (org-export-html-handle-js-options): New function.
9188 (org-export-html-infojs-setup): New option.
9189 (org-export-as-html): Call `org-export-html-handle-js-options'.
9190 Add autoload to all entry points.
9191 (org-skip-comments): Function removed.
9192
9193 * org/org-table.el (org-table-make-reference): Extra parenthesis
9194 around single fields, to make sure that algebraic formulas get
9195 correctly interpreted by calc.
9196 (org-table-current-column): No longer interactive.
9197
9198 * org/org-export-latex.el (org-export-latex-preprocess):
9199 Rename from `org-export-latex-cleaned-string'.
9200
9201 2008-04-27 Bastien Guerry <bzg@altern.org>
9202
9203 * org/org-publish.el (org-publish-get-base-files-1): New function.
9204 (org-publish-get-base-files): Use it.
9205 (org-publish-temp-files): New variable.
9206 Don't require 'dired-aux anymore.
9207 (org-publish-initial-buffer): New variable.
9208 (org-publish-org-to, org-publish): Use it.
9209 (org-publish-get-base-files-1): Bug fix: get
9210 the proper list of files when recursing thru a directory.
9211 (org-publish-get-base-files): Use the :exclude property to skip
9212 both files and directories.
9213
9214 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
9215
9216 * net/tramp.el (tramp-handle-make-symbolic-link)
9217 (tramp-handle-file-name-directory)
9218 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
9219 (tramp-do-copy-or-rename-file-directly)
9220 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
9221 (tramp-handle-substitute-in-file-name)
9222 (tramp-handle-insert-file-contents, tramp-handle-write-region)
9223 * net/tramp-cache.el (tramp-get-file-property)
9224 (tramp-set-file-property, tramp-flush-file-property)
9225 (tramp-flush-directory-property)
9226 * net/tramp-compat.el (tramp-compat-make-temp-file)
9227 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
9228 Disable `file-name-handler-alist' when handling localname.
9229 It could have a remote file syntax, like a VMS file name.
9230
9231 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9232
9233 * whitespace.el: New version 11.1.
9234 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
9235 enclosed by \\( and \\)$. Docstring fix.
9236 (whitespace-trailing-regexp): Fun removed.
9237 (whitespace-report-list): Const initialization fix.
9238 (whitespace-color-on): Code fix.
9239
9240 2008-04-27 Andreas Schwab <schwab@suse.de>
9241
9242 * Makefile.el: Unbreak bootstrap.
9243
9244 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
9245
9246 * net/tramp.el (tramp-replace-environment-variables): New defun.
9247 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
9248 Use it.
9249
9250 2008-04-27 Glenn Morris <rgm@gnu.org>
9251
9252 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
9253
9254 * calculator.el (calculator-expt): Replace cl function `oddp'.
9255
9256 2008-04-27 Johan Bockgård <bojohan@gnu.org>
9257
9258 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
9259 Simplify. Collect `defun' and `autoload' entries.
9260 Avoid modifying load-history.
9261
9262 2008-04-26 Glenn Morris <rgm@gnu.org>
9263
9264 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
9265
9266 * simple.el (quoted-insert, zap-to-char): Revert previous change.
9267
9268 2008-04-26 John Paul Wallington <jpw@pobox.com>
9269
9270 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
9271 `hexl-mode-old-eldoc-documentation-function'.
9272 (hexl-mode-exit): Restore it.
9273 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
9274
9275 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
9276
9277 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
9278
9279 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
9280 (completion-pcm--all-completions): Doc fix.
9281 (completion-styles-alist, completion-all-completions):
9282 Fix typos in docstrings.
9283
9284 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9285
9286 * whitespace.el: There is now only one variable (whitespace-style) to
9287 specify which kind of blank is visualized. Doc and docstring fix.
9288 New version 11.0.
9289 (whitespace-style): New option, replace whitespace-style-mark and
9290 whitespace-style-color.
9291 (whitespace-style-mark, whitespace-style-color): Options removed.
9292 (whitespace-hspace, whitespace-tab, whitespace-newline)
9293 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
9294 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9295 (whitespace-hspace-regexp, whitespace-space-regexp)
9296 (whitespace-tab-regexp, whitespace-trailing-regexp)
9297 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
9298 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
9299 (whitespace-space-after-tab-regexp, whitespace-line-column)
9300 (whitespace-display-mappings, whitespace-report): Docstring fix.
9301 (whitespace-color-value-list, whitespace-mark-value-list)
9302 (whitespace-active-color, whitespace-active-mark)
9303 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
9304 (whitespace-style-value-list, whitespace-active-style)
9305 (whitespace-toggle-style): New vars.
9306 (whitespace-toggle-option-alist, whitespace-help-text):
9307 Var initialization and docstring fix.
9308 (whitespace-toggle-options, global-whitespace-toggle-options)
9309 (whitespace-cleanup, whitespace-cleanup-region)
9310 (whitespace-report-region, whitespace-interactive-char)
9311 (whitespace-toggle-list): Docstring and code fix.
9312 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9313 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
9314 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
9315 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
9316
9317 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9318
9319 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
9320 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
9321 (diff-sanity-check-hunk): Adjust code accordingly.
9322
9323 2008-04-26 Glenn Morris <rgm@gnu.org>
9324
9325 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
9326
9327 * forms-d2.dat: Move to ../etc.
9328 * forms-d2.el (forms-file): Adapt for above change.
9329
9330 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
9331 `translation-table-for-input'.
9332
9333 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
9334 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
9335
9336 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
9337 to punctuation now it's not needed for abbrevs.
9338 (fortran-mode-abbrev-table): Remove defvar, make use of new
9339 define-abbrev-table :regexp feature.
9340
9341 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
9342 insert, now that translation-table-for-input is not needed.
9343
9344 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
9345
9346 * emacs-lisp/pp.el (pp-display-expression): New function,
9347 extracted from pp-eval-expression.
9348 (pp-eval-expression): Use pp-display-expression.
9349 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
9350 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
9351 (pp-eval-last-sexp): Use pp-last-sexp.
9352
9353 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * abbrev.el (define-abbrev-table): Apply props even if the table
9356 exists already.
9357
9358 * minibuffer.el (completion-table-with-context): Fix `pred' for the
9359 various kinds of completion tables.
9360 (completion-emacs22-try-completion): Place cursor after the /, as was
9361 done in Emacs-22's minibuffer-complete-word.
9362 Fix bug reported by David Hansen <david.hansen@gmx.net>.
9363 (completion-emacs22-try-completion): Merge all mergeable text rather
9364 than just /.
9365 (completion-pcm--delim-wild-regex): New var.
9366 (completion-pcm-word-delimiters): New custom.
9367 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
9368 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
9369 (completion-pcm--all-completions, completion-pcm-all-completions)
9370 (completion-pcm--merge-completions, completion-pcm--pattern->string)
9371 (completion-pcm-try-completion): New functions.
9372 (completion-styles-alist): Add them.
9373 (completion-styles): Add it to the default.
9374
9375 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
9376
9377 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
9378 (gdb-var-create-handler): ...until here when there are values.
9379 (gdb-post-prompt): Don't do -var-update with no watch expressions.
9380 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
9381
9382 2008-04-25 Eli Zaretskii <eliz@gnu.org>
9383
9384 * ls-lisp.el (ls-lisp-format): Fix last change.
9385 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
9386 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
9387 (ls-lisp-filesize-f-fmt): New defvars.
9388 (ls-lisp-insert-directory): Dynamically compute format specifiers
9389 for displaying UID, GID, and file size, and store them in the
9390 above variables.
9391 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
9392 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
9393 instead of constant format strings.
9394 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
9395 ls-lisp-filesize-d-fmt instead of constant format strings.
9396
9397 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
9398
9399 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
9400 value of addresses rather than (partial) string value.
9401 (gdb-frame-handler): Change regexp according to above change.
9402 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
9403 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
9404 (gdb-assembler-mode): Disable undo in these buffers.
9405
9406 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
9407
9408 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
9409 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
9410
9411 2008-04-24 Sam Steingold <sds@gnu.org>
9412
9413 * textmodes/remember.el (remember-diary-extract-entries): Use
9414 diary-make-entry instead of the obsolete make-diary-entry.
9415
9416 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * subr.el (translation-table-for-input): Mark as obsolete.
9419
9420 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
9421
9422 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
9423
9424 * textmodes/ispell.el (ispell-dictionary-alist-1)
9425 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
9426 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
9427 (ispell-dictionary-alist-6): Remove.
9428 (ispell-dictionary-base-alist): New var, merges the above.
9429 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
9430 Use it.
9431 (ispell-dictionary-alist): Default to nil. Remove autoload.
9432 (ispell-local-dictionary-alist): Remove autoload.
9433
9434 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
9435 (f90-mode-abbrev-table): Use the new :regexp feature.
9436 Merge defvar and mapc into define-abbrev-table.
9437 (f90-imenu-type-matcher): Remove unused `l'.
9438 (f90-imenu-generic-expression): Remove unused `not-ib'.
9439 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
9440 (f90-change-keywords): Use restore-buffer-modified-p.
9441
9442 2008-04-24 Glenn Morris <rgm@gnu.org>
9443
9444 * net/goto-addr.el (goto-address-prog-mode):
9445 * progmodes/bug-reference.el (bug-reference-prog-mode):
9446 Define for compiler.
9447
9448 * minibuffer.el (x-file-dialog): Declare as function.
9449
9450 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
9451 dframe-update-speed rather than obsolete alias speedbar-update-speed.
9452
9453 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
9454 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
9455 work with easymenu. Add :keys where needed.
9456
9457 * calendar/cal-move.el (calendar-scroll-left): Handle case when
9458 event-start is nil.
9459
9460 * calendar/calendar.el (calendar-mode-map): Fix typo.
9461
9462 2008-04-24 Tom Tromey <tromey@redhat.com>
9463
9464 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
9465 Document keywords. Add :suppress.
9466 * pcvs-defs.el (cvs-mode-map): Use :suppress.
9467
9468 * net/goto-addr.el (goto-address-unfontify): New function.
9469 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
9470 (goto-address-fontify-region, goto-address-mode)
9471 (goto-address-prog-mode): New functions.
9472
9473 * progmodes/bug-reference.el: New file.
9474
9475 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9476
9477 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
9478
9479 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
9482 macros within lambdas.
9483
9484 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9485
9486 * minibuffer.el (completion-try-completion): Add `point' argument.
9487 Change return value.
9488 (completion-all-completions): Add `point' argument.
9489 (minibuffer-completion-help): Pass the new `point' argument.
9490 (completion--do-completion): Pass the whole field to try-completion.
9491 (completion--try-word-completion): Rewrite, making fewer assumptions.
9492 (completion-emacs21-try-completion, completion-emacs21-all-completions)
9493 (completion-emacs22-try-completion, completion-emacs22-all-completions)
9494 (completion-basic-try-completion, completion-basic-all-completions):
9495 New functions.
9496 (completion-styles-alist): Use them.
9497
9498 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
9499
9500 * textmodes/ispell.el (ispell-set-spellchecker-params):
9501 New function to make sure right params and dictionary alists are used
9502 after spellchecker changes.
9503 (ispell-aspell-dictionary-alist, ispell-last-program-name)
9504 (ispell-initialize-spellchecker-hook): New variables and hook.
9505 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
9506 (ispell-maybe-find-aspell-dictionaries): Remove.
9507 Calls replaced by (ispell-set-spellchecker-params) calls.
9508 (ispell-have-aspell-dictionaries): Remove.
9509
9510 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
9511 by ispell-set-spellchecker-params.
9512
9513 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9514
9515 * complete.el (PC-do-completion): Be more robust in the presence of
9516 unexpected values in minibuffer-completion-predicate.
9517
9518 * minibuffer.el (read-file-name): Don't let-bind default-directory.
9519 Only abbreviate default-filename if it's a file.
9520
9521 * minibuffer.el (read-file-name-function, read-file-name-predicate)
9522 (read-file-name-completion-ignore-case, insert-default-directory):
9523 New vars, moved from fileio.c.
9524 (read-file-name): New fun, moved from fileio.c.
9525 * cus-start.el: Remove insert-default-directory and
9526 read-file-name-completion-ignore-case.
9527
9528 2008-04-23 Magnus Henoch <mange@freemail.hu>
9529
9530 * tar-mode.el (tar-untar-buffer): If the entry has directory
9531 link type, extract it as a directory even if its file name doesn't
9532 end with a slash. Fixes extraction of NetBSD tar archives.
9533
9534 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9535
9536 * server.el (server-start): Also don't get confused by CRs since we
9537 don't quote them.
9538
9539 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9540
9541 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
9542 (gdb-set-gud-minor-mode-existing-buffers)
9543 (gdb-info-breakpoints-custom, gdb-get-location)
9544 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9545 Previously gdb-create-define-alist wasn't always run and added to
9546 after-save-hook.
9547
9548 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
9549
9550 2008-04-23 Kevin Ryde <user42@zip.com.au>
9551
9552 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
9553 comments like unindented ones.
9554
9555 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9556
9557 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
9558 parameter origins.
9559
9560 2008-04-23 Kevin Ryde <user42@zip.com.au>
9561
9562 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
9563 Bind print-level to ensure output forms aren't truncated if
9564 print-level is set to eval-expression-print-level when going via
9565 eval-defun and friends, or has been otherwise fiddled with.
9566
9567 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9568
9569 * progmodes/cc-mode.el (c-basic-common-init): Don't set
9570 font-lock-extend-after-change-region-function globally.
9571
9572 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
9573
9574 * speedbar.el (speedbar-use-tool-tips-flag)
9575 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
9576 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
9577 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
9578 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
9579 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
9580 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
9581 (speedbar-separator-face): Fix typos in docstrings.
9582 (speedbar-stealthy-function-list, speedbar-verbosity-level)
9583 (speedbar-supported-extension-expressions, speedbar-update-current-file)
9584 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
9585 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
9586 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
9587 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
9588 (speedbar-check-vc-this-line, speedbar-files-line-directory)
9589 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
9590 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
9591 (speedbar-recenter): Doc fixes.
9592 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
9593 declaration and remove redundant info in docstring.
9594
9595 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
9596
9597 * vc-git.el (vc-git-status-printer): Deal with directories.
9598
9599 * vc.el (vc-next-action): Look at more than the first file to
9600 determine the state.
9601
9602 2008-04-23 Glenn Morris <rgm@gnu.org>
9603
9604 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
9605 timers. Doc fix.
9606 (dframe-update-speed): Drop support for XEmacs < 20.
9607 (dframe-frame-mode): Drop support for Emacs < 20.
9608 (dframe-set-timer-internal): Drop support for Emacs without timers.
9609 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
9610
9611 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
9612 versions. Add doc-string. Mark as obsolete.
9613
9614 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
9615
9616 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
9617 rather than using an Emacs version test.
9618
9619 * tree-widget.el (tree-widget-image-enable): Use display-images-p
9620 rather than an Emacs version test.
9621
9622 * calendar/cal-china.el (holiday-chinese-qingming)
9623 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
9624 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
9625 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
9626
9627 * calendar/cal-islam.el (holiday-islamic): Doc fix.
9628
9629 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
9630 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
9631 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
9632
9633 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
9634
9635 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
9636 (gdb-previous-frame-pc-address): ...to this.
9637 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
9638 of "info frame" with Gdb 6.4+.
9639 (gdb-stack-list-frames-regexp): New regexp.
9640 (gdb-frame-handler-1): Parse output of -stack-info-frame.
9641
9642 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
9643
9644 * tar-mode.el (tar-prefix-offset): New constant.
9645 (tar-header-block-tokenize): Support paths with long names
9646 which use the "ustar" standard.
9647
9648 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
9649
9650 * image-dired.el (image-dired-track-original-file)
9651 (image-dired-modify-mark-on-thumb-original-file):
9652 Use `dired-goto-file' instead of `search-forward'. This solves
9653 a bug with finding files where the file name is a subset of other
9654 file names. Doc fix.
9655
9656 2008-04-22 Juri Linkov <juri@jurta.org>
9657
9658 * menu-bar.el (buffers-menu-max-size): Move its definition down to
9659 the "Buffers Menu" section. Change group name `mouse' to `menu'.
9660 (yank-menu-length): Change group name `mouse' to `menu'.
9661 (buffers-menu-buffer-name-length): New user option.
9662 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
9663 instead of the hard-coded number 27.
9664
9665 2008-04-22 Juri Linkov <juri@jurta.org>
9666
9667 * isearch.el (eval-when-compile): Require `help-macro'.
9668 (isearch-help-for-help-internal): Isearch specific Help screen
9669 created by `make-help-screen'.
9670 (isearch-help-map): New variable that binds "b", "k", "m" to
9671 isearch-specific commands, and binds other keys to
9672 isearch-other-control-char, thus allowing other Help keys to
9673 exit isearch mode and execute their global definitions.
9674 (isearch-help-for-help, isearch-describe-bindings)
9675 (isearch-describe-key, isearch-describe-mode): New commands.
9676 (isearch-mode-help): Define alias to isearch-describe-mode
9677 and remove its old function definition.
9678 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
9679 Remove old comments because this issue is settled now.
9680 (isearch-forward): Describe three new Help commands in the docstring.
9681 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
9682 leave the single sentence at the first line of the docstring,
9683 and prepend the word "function" before `isearch-forward'
9684 to make the Help link to the function instead of variable.
9685
9686 2008-04-22 Juri Linkov <juri@jurta.org>
9687
9688 * isearch.el (isearch-success-function): New variable with default
9689 to `isearch-success-function-default'.
9690 (isearch-search): Call a function from `isearch-success-function'
9691 instead of calling the hard-coded `isearch-range-invisible'.
9692 (isearch-success-function-default): New function that calls
9693 `isearch-range-invisible' and inverts its return value.
9694
9695 * info.el (Info-search): In two similar places that skip
9696 undesired search matches move code to Info-search-success-function,
9697 and call `isearch-success-function' instead.
9698 (Info-search-success-function): New function copied from code
9699 in Info-search. Replace isearch-range-invisible with
9700 text-property-not-all that checks for 'invisible and 'display
9701 properties to skip partially invisible matches (whose display
9702 properties were set by Info-fontify-node).
9703 (Info-mode): Set buffer-local isearch-success-function
9704 to Info-search-success-function.
9705
9706 2008-04-22 Juri Linkov <juri@jurta.org>
9707
9708 * minibuffer.el (internal-complete-buffer-except): New function.
9709
9710 * files.el (read-buffer-to-switch): New function.
9711 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
9712 Change interactive spec to call read-buffer-to-switch instead of
9713 using the letter "B".
9714
9715 * simple.el (minibuffer-default-add-shell-commands): New function.
9716 Use declare-function for mailcap-file-default-commands from "mailcap".
9717 (shell-command): Set local minibuffer-default-add-function to
9718 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
9719 before calling read-shell-command. Set 4th arg default-value of
9720 read-shell-command to relative buffer-file-name in file buffers.
9721
9722 * dired-aux.el (dired-read-shell-command-default): Move it to
9723 gnus/mailcap.el and change its name to more general name
9724 mailcap-file-default-commands.
9725 (minibuffer-default-add-dired-shell-commands): New function.
9726 Use declare-function for mailcap-file-default-commands from "mailcap".
9727 (dired-read-shell-command): Set local minibuffer-default-add-function
9728 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
9729 before calling read-shell-command. Remove dired-read-shell-command-default
9730 from the default value arg because default values are not set in
9731 minibuffer-default-add-dired-shell-commands. Doc fix.
9732
9733 * dired-x.el (dired-smart-shell-command): Sync arguments and
9734 interactive spec with changes in `shell-command'.
9735 Use dired-get-filename to get the dired file name at point
9736 as the default value in dired mode.
9737
9738 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9739
9740 * info.el (Info-complete-menu-item): Add missing parenthesis.
9741
9742 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9743
9744 * info.el (Info-complete-menu-item): Save point.
9745
9746 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
9747
9748 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
9749
9750 2008-04-22 Andreas Schwab <schwab@suse.de>
9751
9752 * Makefile.in (emacs-deps): Define.
9753 Use it instead of $(lisp)/subdirs.el.
9754
9755 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
9756
9757 * vc.el (vc-next-action): Do not consider directories when
9758 checking for state compatibility.
9759 (vc-transfer-file): Use when not if.
9760 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
9761 (vc-dir-mark-file): Use them.
9762 (vc-deduce-fileset): Also return the backend.
9763 (vc-diff-internal): Take as argument the value returned by
9764 vc-deduce-fileset instead of just the fileset.
9765 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
9766 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
9767 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
9768
9769 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
9770
9771 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
9772 set-window-vscroll but image-scroll-down. Fixes a bug where a
9773 command following SPC scrolled up again.
9774
9775 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
9776
9777 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
9778 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
9779 (gud-watch): Add "$" prefix when in registers buffer.
9780
9781 2008-04-22 Glenn Morris <rgm@gnu.org>
9782
9783 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
9784
9785 * whitespace.el (whitespace-display-table)
9786 (whitespace-display-table-was-local): Move definitions before use.
9787
9788 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
9789 (copyright-limit): Respect copyright-at-end-flag.
9790 (copyright-re-search, copyright-start-point)
9791 (copyright-offset-too-large-p): New functions.
9792 (copyright-update-year): Use copyright-re-search.
9793 (copyright-update, copyright-fix-years): Use copyright-start-point,
9794 and copyright-re-search.
9795 (copyright): Use copyright-offset-too-large-p.
9796 * add-log.el (change-log-mode): Set copyright-at-end-flag.
9797
9798 * add-log.el (top-level): Require 'cl when compiling.
9799
9800 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9801
9802 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
9803 Treat minibuffer-completion-predicate as a predicate.
9804
9805 * minibuffer.el (completion--file-name-table): Accept both the old
9806 `dir' arg or the new `pred' arg.
9807
9808 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
9809 `predicate' argument to pass non-predicate data.
9810 (ffap-read-url-internal, ffap-read-file-or-url-internal):
9811 Use second arg as proper predicate.
9812
9813 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
9814 (vc-bzr-revision-completion-table): Use completion-table-with-context
9815 instead.
9816
9817 * simple.el (choose-completion-string): Use minibuffer-completion-table.
9818
9819 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
9820
9821 * term.el (term-emulate-terminal): Perform redisplay after the
9822 process filter has finished running.
9823
9824 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9825
9826 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
9827
9828 * minibuffer.el (completion-try-completion): Change magic symbol
9829 property name. Rename from minibuffer-try-completion.
9830 (completion-all-completions): Rename from minibuffer-all-completions.
9831 Remove hide-spaces argument.
9832 (completion--do-completion): Rename from minibuffer--do-completion.
9833 (minibuffer-complete-and-exit): Call just try-completion rather than
9834 completion-try-completion to fix up the case.
9835 (completion--try-word-completion): Try to add space or hyphen before
9836 making `string' a prefix of `completion'.
9837 (completion--insert-strings): Rename from minibuffer--insert-strings.
9838
9839 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
9840
9841 * net/tls.el (tls-program): Add -ign_eof argument to call the
9842 openssl commands.
9843 (tls-checktrust): Ditto.
9844
9845 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
9846
9847 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
9848
9849 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
9850 (vc-check-master-templates, vc-file-not-found-hook)
9851 (vc-kill-buffer-hook):
9852 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
9853 (vc-find-position-by-context, vc-buffer-context)
9854 (vc-restore-buffer-context, vc-responsible-backend)
9855 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
9856 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
9857 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
9858 (vc-version-diff, vc-diff, vc-insert-headers)
9859 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
9860 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
9861 (vc-revert, vc-rollback, vc-version-backup-file)
9862 (vc-rename-master, vc-delete-file, vc-rename-file)
9863 (vc-branch-part, vc-default-retrieve-snapshot)
9864 (vc-annotate-display-autoscale, vc-annotate-display-select)
9865 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
9866 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
9867 (vc-dir-update): Handle directories.
9868 (vc-default-status-printer): Simplify.
9869
9870 * progmodes/asm-mode.el (asm-mode-map):
9871 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
9872
9873 * progmodes/m4-mode.el (m4-mode-map): Add menu.
9874
9875 2008-04-21 Kenichi Handa <handa@m17n.org>
9876
9877 * select.el (xselect-convert-to-string): Send a C_STRING only if
9878 the polymorphic target TEXT is requested.
9879
9880 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
9881
9882 * minibuffer.el (completion-setup-hook, display-completion-list)
9883 (completion--file-name-table): Fix typos in docstrings.
9884 (completion-table-dynamic): Fix typo, and reflow docstring.
9885
9886 2008-04-20 Andreas Schwab <schwab@suse.de>
9887
9888 * server.el (server-switch-buffer): Also consider clients in the
9889 selected frame.
9890
9891 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9892
9893 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
9894 Select window clicked on first.
9895 (gdb): Display thread number in mode-line.
9896 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
9897 (gdb-breakpoints-header): New variable.
9898 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
9899
9900 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9901
9902 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
9903 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
9904 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
9905 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
9906 (vc-sccs-print-log): Use it.
9907
9908 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
9909
9910 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
9911 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
9912
9913 * tooltip.el (tooltip-previous-message): New var.
9914 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
9915 the C code (avoid overwriting a minibuffer, restore previous echo
9916 message, ...).
9917 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
9918 Simplify.
9919
9920 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
9921
9922 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
9923 (gdb-init-1): Initialise it.
9924 (gdb-annotation-rules): New entry for "new-thread".
9925 (gdb-thread-identification): New function to customize
9926 mode-line-buffer-identification.
9927 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
9928 (gdb-assembler-mode): Use it.
9929 (gdb-threads-mode): Force "info threads" onto queue.
9930
9931 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9932
9933 * files.el (locate-file-completion-table): Rename from
9934 locate-file-completion and make it use `pred' in the normal way.
9935 (locate-file-completion): New compatibility wrapper.
9936 (load-library): Use locate-file-completion-table.
9937 * finder.el (finder-commentary):
9938 * subr.el (locate-library):
9939 * emacs-lisp/find-func.el (find-library): Likewise.
9940 * info.el: Use with-current-buffer and inhibit-read-only.
9941 (Info-read-node-name-2): Change to use `predicate' in the normal way.
9942 (Info-read-node-name-1): Adjust uses accordingly.
9943
9944 * minibuffer.el (completion-table-with-context): Add support for `pred'.
9945 (completion-table-with-terminator): Don't use complete-with-action
9946 since we have to distinguish all three cases anyway.
9947 (completion-table-with-predicate): New function.
9948 (dynamic-completion-table): Add obsolete alias.
9949
9950 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
9951
9952 2008-04-18 Sam Steingold <sds@gnu.org>
9953
9954 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
9955 Use quit-window instead of bury-buffer.
9956
9957 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
9958
9959 * minibuffer.el (completion-table-with-terminator): Fix last fix.
9960
9961 2008-04-18 Andreas Schwab <schwab@suse.de>
9962
9963 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
9964 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
9965 Depend on $(lisp)/subdirs.el.
9966
9967 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
9968
9969 * descr-text.el (describe-char-after):
9970 Use `define-obsolete-function-alias'.
9971
9972 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
9973
9974 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
9975
9976 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
9977 Remove redundant obsolescence info in docstring.
9978
9979 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
9980 (vc-header-alist): Add WHEN to obsolescence declaration.
9981 (vc-state): Fix typo in docstring.
9982
9983 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
9984 Use `define-obsolete-variable-alias'.
9985
9986 * emulation/tpu-edt.el (tpu-have-ispell):
9987 * international/codepage.el (codepage-setup):
9988 Fix typo in obsolescence declaration.
9989
9990 * international/mule.el (char-coding-system-table):
9991 Remove redundant obsolescence info in docstring.
9992 (charset-list, generic-char-p, set-char-table-default):
9993 Fix typos in obsolescence declarations.
9994
9995 * international/mule-diag.el (non-iso-charset-alist):
9996 Fix typo in obsolescence declaration.
9997 (decode-codepage-char): Remove redundant obsolescence info in docstring.
9998
9999 * font-core.el (font-lock-defaults-alist):
10000 * font-lock.el (font-lock-reference-face):
10001 * frame.el (screen-height, screen-width, set-screen-width)
10002 (set-screen-height):
10003 * hilit-chg.el (highlight-changes-initial-state):
10004 * isearch.el (isearch-return-char):
10005 * log-edit.el (cvs-commit-buffer-require-final-newline)
10006 (cvs-changelog-full-paragraphs):
10007 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
10008 (mouse-popup-menubar-stuff):
10009 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
10010 (mouse-wheel-click-button):
10011 * outline.el (outline-visible):
10012 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
10013 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
10014 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
10015 * progmodes/compile.el (compile-internal):
10016 Add WHEN to obsolescence declarations.
10017
10018 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10019
10020 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
10021 is not better anyway.
10022
10023 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10024
10025 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
10026 properly.
10027
10028 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
10031 (python-use-skeletons): Remove, unused.
10032 (python-skeletons): Remove. Use the abbrev table instead.
10033 (python-mode-abbrev-table): Fix regexp;
10034 add enable-function and case-fixed.
10035 (def-python-skeleton): Simplify.
10036 (python-expand-template): Use the abbrev-table and abbrev-insert.
10037 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
10038 Remove.
10039 (python-mode): Don't set pre-abbrev-expand-hook.
10040
10041 * skeleton.el: Set coding-tag.
10042
10043 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
10044 (expand-abbrev): Use it.
10045 (abbrev-table-menu): New function.
10046
10047 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
10048
10049 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
10050
10051 2008-04-17 Sam Steingold <sds@gnu.org>
10052
10053 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
10054 idiosyncratic bury-buffer/delete-window logic.
10055
10056 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
10057
10058 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
10059 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
10060
10061 2008-04-17 Kenichi Handa <handa@m17n.org>
10062
10063 * international/characters.el: Don't make the width of U+00AD to 0.
10064
10065 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
10066
10067 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
10068 (gdb, gdb-starting, gdb-frames-mode): Use it.
10069 (gdb-invalidate-frames): Advise to call "info stack" only if
10070 execution has occurred.
10071 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
10072 selected frame if no execution has occurred.
10073 (gdb-frames-force-update): New interactive function.
10074 (gdb-frames-mode-map): Bind it to "F".
10075
10076 2008-04-17 Michael Olson <mwolson@gnu.org>
10077
10078 * textmodes/remember.el (remember-version): Release Remember 2.0.
10079
10080 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
10081
10082 * textmodes/artist.el:
10083 * progmodes/vhdl-mode.el:
10084 * progmodes/verilog-mode.el:
10085 * progmodes/vera-mode.el:
10086 * progmodes/simula.el:
10087 * progmodes/ps-mode.el:
10088 * progmodes/cmacexp.el:
10089 * obsolete/hilit19.el:
10090 * emulation/viper.el:
10091 * ediff.el: Cleanup the bug-report email addresses and make sure the
10092 maintainer is still willing to handle bug reports.
10093
10094 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10095
10096 * vc.el (vc-dir-kill-query): Fix thinko.
10097
10098 2008-04-16 Glenn Morris <rgm@gnu.org>
10099
10100 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
10101 by diary-sexp-entry.
10102
10103 2008-04-16 Markus Triska <markus.triska@gmx.at>
10104
10105 * proced.el (proced-command-alist): Add support for darwin.
10106
10107 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10108
10109 * proced.el (proced-mode): Redefine as just the major-mode.
10110 (proced): Separate it from proced-mode.
10111
10112 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
10113
10114 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10115
10116 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
10117 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
10118 `tab-width' setting from user. New version 10.0. Doc and docstring
10119 fix.
10120 (whitespace-style, whitespace-chars): Remove options.
10121 (whitespace-style-mark): New option, replace whitespace-style deleted
10122 option. Fix docstring.
10123 (whitespace-style-color): New option, replace whitespace-chars deleted
10124 option. Fix docstring.
10125 (whitespace-space, whitespace-hspace, whitespace-tab)
10126 (whitespace-newline, whitespace-trailing, whitespace-line)
10127 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
10128 (whitespace-space-after-tab, whitespace-hspace-regexp)
10129 (whitespace-space-regexp, whitespace-tab-regexp)
10130 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
10131 (whitespace-empty-at-eob-regexp, whitespace-line-column)
10132 (whitespace-toggle-option-alist): Fix docstring.
10133 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
10134 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
10135 docstring and initialization.
10136 (global-whitespace-mode): Autoloaded global minor mode.
10137 (whitespace-chars-value-list, whitespace-style-value-list)
10138 (whitespace-active-chars, whitespace-active-style)
10139 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
10140 (whitespace-color-value-list): New var, replace
10141 whitespace-chars-value-list removed var.
10142 (whitespace-mark-value-list): New var, replace
10143 whitespace-style-value-list removed var.
10144 (whitespace-active-color): New var, replace whitespace-active-chars
10145 removed var.
10146 (whitespace-active-mark): New var, replace whitespace-active-style
10147 removed var.
10148 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
10149 removed var.
10150 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
10151 removed var.
10152 (whitespace-toggle-option-alist, whitespace-report-list)
10153 (whitespace-report-text, whitespace-help-text): Fix initialization.
10154 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
10155 (whitespace-toggle-options, global-whitespace-toggle-options)
10156 (whitespace-cleanup-region, whitespace-report-region)
10157 (whitespace-interactive-char): Fix docstring and code.
10158 (whitespace-cleanup, whitespace-report): Fix docstring.
10159 (whitespace-replace-spaces-by-tabs): Remove fun.
10160 (whitespace-replace-action): New fun, replace
10161 whitespace-replace-spaces-by-tabs removed fun.
10162 (whitespace-regexp, whitespace-indentation-regexp)
10163 (whitespace-space-after-tab-regexp, whitespace-insert-value)
10164 (whitespace-kill-buffer): New funs.
10165 (whitespace-insert-option-mark, whitespace-help-on)
10166 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
10167 (whitespace-color-on, whitespace-color-off)
10168 (whitespace-display-char-on): Fix code.
10169
10170 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10171
10172 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
10173 (mouse-throw-magnifier-with-mouse-movement): Remove.
10174 (mouse-throw-magnifier-base): New const.
10175 (mouse-drag-scroll-delta): New fun.
10176 (mouse-drag-throw): Use it.
10177
10178 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
10179
10180 * international/uni-bidi.el, international/uni-category.el:
10181 * international/uni-combining.el, international/uni-comment.el:
10182 * international/uni-decimal.el, international/uni-decomposition.el:
10183 * international/uni-digit.el, international/uni-lowercase.el:
10184 * international/uni-mirrored.el, international/uni-name.el:
10185 * international/uni-numeric.el, international/uni-old-name.el:
10186 * international/uni-titlecase.el, international/uni-uppercase.el:
10187 * international/charprop.el: Regenerate.
10188
10189 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
10190
10191 * vc.el (vc-status-fileinfo): Add new member directoryp.
10192 (vc-default-status-printer): Print directories.
10193 (vc-status-update): Sort files before subdirectories.
10194
10195 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
10196 Add alternative implementation based on "cvs update".
10197
10198 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
10199
10200 * doc-view.el: Changed requirements section to tell that only one
10201 of dvipdf or dvipdfm is needed.
10202 (doc-view-already-converted-p): Fix bug that forced reconversion
10203 if doc was already converted.
10204
10205 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10206
10207 * minibuffer.el (minibuffer-message):
10208 Make sure we can put-text-property.
10209
10210 * emacs-lisp/crm.el: Complete rewrite.
10211
10212 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
10213 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
10214 case of an error in display-completion-list.
10215
10216 * filecache.el (file-cache-completions-keymap): Move init from
10217 file-cache-completion-setup-function into declaration.
10218 (file-cache-minibuffer-complete): Simplify.
10219 (file-cache-completion-setup-function): Use standard-output,
10220 preserve current-buffer.
10221
10222 * vc.el (vc-status-update): Fix typo.
10223 (vc-status-update): Set needs-update.
10224 (vc-status-refresh): η-reduce.
10225
10226 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
10227
10228 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
10229 to image-eol.
10230
10231 2008-04-14 Alexandre Julliard <julliard@winehq.org>
10232
10233 * vc.el (vc-status-update): Undo the previous revert.
10234
10235 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10236
10237 * minibuffer.el (completion-table-with-terminator): Those completions
10238 are never valid w.r.t test-completion.
10239 (completion--file-name-table):
10240 Check completion-all-completions-with-base-size.
10241
10242 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
10243
10244 * doc-view.el (doc-view-dvipdf-program): New variable.
10245 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
10246 (doc-view-mode-p): Check for doc-view-dvipdf-program as
10247 alternative for doc-view-dvipdfm-program.
10248 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
10249
10250 * doc-view.el (doc-view-start-process): Don't set
10251 default-directory to "~/" if the current value is valid.
10252 This broke PS files that run other files in the same directory.
10253
10254 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
10255
10256 * vc.el (vc-status-kill-query): New function.
10257 (vc-status-mode): Add it to kill-buffer-query-functions.
10258 (vc-status-show-fileentry): New function.
10259 (vc-status-menu-map): Bind it. Bind vc-next-action.
10260
10261 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10262
10263 * minibuffer.el (minibuffer-message): Put cursor at the right place.
10264
10265 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10266
10267 * proced.el (proced-send-signal): Fix error recognition.
10268
10269 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10270
10271 * proced.el (proced-command-alist): Remove sort column.
10272 (proced-command, proced-procname-column):
10273 Use make-variable-buffer-local.
10274 (proced-signal-function): Rename from proced-kill-program.
10275 Allow for elisp symbols and string values representing system calls.
10276 (proced-marker-regexp, proced-success-message): New functions.
10277 (proced): Use defalias. Add autoload cookie.
10278 (proced-unmark-backward, proced-toggle-marks)
10279 (proced-hide-processes): New commands.
10280 (proced-do-mark): Simplify code.
10281 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
10282 (proced-update): Remove sorting.
10283 (proced-send-signal): Display number of processes to operate on.
10284 Allow for system calls or elisp functions to send signals.
10285 Check if signal was sent successfully.
10286
10287 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10288
10289 * minibuffer.el (completion-all-completion-with-base-size): New var.
10290 (completion--some): New function.
10291 (completion-table-with-context, completion--file-name-table):
10292 Return the base-size if requested.
10293 (completion-table-in-turn): Generalize to multiple arguments.
10294 (complete-in-turn): Compatibility alias.
10295 (completion-styles-alist): New var.
10296 (completion-styles): New customization.
10297 (minibuffer-try-completion, minibuffer-all-completions):
10298 New functions.
10299 (minibuffer--do-completion, minibuffer-complete-and-exit)
10300 (minibuffer-try-word-completion): Use them.
10301 (display-completion-list, minibuffer-completion-help): Use them.
10302 Handle all-completions's new base-size info to set completion-base-size.
10303 * info.el (Info-read-node-name-1): Use completion-table-with-context,
10304 completion-table-with-terminator and complete-with-action.
10305 Remove the now obsolete completion-base-size-function property.
10306 * simple.el (completion-list-mode-map): Move init into declaration.
10307 (completion-list-mode): Use define-derived-mode.
10308 (completion-setup-function): Use any completion-base-size that may
10309 have been set before. Remove handling of completion-base-size-function.
10310 * loadup.el: Move abbrev.el up earlier.
10311
10312 2008-04-13 Alexandre Julliard <julliard@winehq.org>
10313
10314 * vc-git.el (vc-git-after-dir-status-stage)
10315 (vc-git-dir-status-goto-stage): New functions.
10316 (vc-git-after-dir-status-stage1)
10317 (vc-git-after-dir-status-stage1-empty-db)
10318 (vc-git-after-dir-status-stage2): Remove, functionality moved
10319 into the new generic stage functions.
10320 (vc-git-dir-status-files): New function.
10321
10322 * vc.el (vc-status-update): Revert an incorrect rewrite.
10323 Add some comments.
10324 (vc-status-refresh-files): New function.
10325 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
10326 state of up-to-date files.
10327 (vc-default-dir-status-files): New function.
10328
10329 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
10330
10331 * minibuffer.el (completion--embedded-envvar-table)
10332 (read-file-name-internal): Fix typos in 2008-04-11 change.
10333
10334 * faces.el (read-face-name): Use `completion-table-in-turn',
10335 not `complete-in-turn'.
10336
10337 2008-04-13 Andreas Schwab <schwab@suse.de>
10338
10339 * progmodes/etags.el: Require 'cl when compiling.
10340
10341 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
10342
10343 * progmodes/gud.el (gud-menu-map): Expand tooltip.
10344
10345 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
10346 (menu): Add/expand menu tooltips.
10347
10348 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10349
10350 * progmodes/sh-script.el (sh-show-indent): Fix typo.
10351 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
10352
10353 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
10354 considered registered.
10355
10356 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
10357
10358 * emacs-lisp/copyright.el (copyright-update-directory): New command.
10359
10360 * ediff-wind.el (ediff-split-window-function)
10361 (ediff-merge-split-window-function): Improve custom type.
10362
10363 2008-04-12 Eli Zaretskii <eliz@gnu.org>
10364
10365 * loadup.el ("minibuffer"): Move after "faces".
10366
10367 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10368
10369 * progmodes/hideif.el (hif-factor): Handle unary minus.
10370
10371 2008-04-12 Glenn Morris <rgm@gnu.org>
10372
10373 * calendar/cal-china.el (chinese-calendar-time-zone):
10374 Mark obsolete name as risky too.
10375
10376 * calendar/calendar.el (calendar-faces): New custom group.
10377 (calendar-today, diary, holiday): Doc fix.
10378 Move to calendar-faces group.
10379 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
10380 (diary-button): Doc fix. Move to calendar-faces group.
10381
10382 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
10383 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
10384 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
10385 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
10386 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
10387 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
10388 not in dumped files before the associated defcustom.
10389
10390 2008-04-11 Johan Bockgård <bojohan@gnu.org>
10391
10392 * minibuffer.el (lazy-completion-table): Fix debug spec.
10393
10394 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10395
10396 * minibuffer.el (complete-with-action, lazy-completion-table):
10397 Move from subr.el.
10398 (apply-partially, completion-table-dynamic)
10399 (completion-table-with-context, completion-table-with-terminator)
10400 (completion-table-in-turn): New funs.
10401 (completion--make-envvar-table, completion--embedded-envvar-table):
10402 New funs.
10403 (read-file-name-internal): Use them.
10404 (completion-setup-hook): Move from simple.el.
10405 * subr.el (complete-with-action, lazy-completion-table):
10406 * simple.el (completion-setup-hook): Move to minibuffer.el.
10407
10408 2008-04-11 Glenn Morris <rgm@gnu.org>
10409
10410 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
10411
10412 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
10415
10416 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
10417
10418 * textmodes/fill.el (fill-forward-paragraph-function): New var.
10419 (fill-forward-paragraph): New fun.
10420 (fill-paragraph, fill-region): Use it.
10421
10422 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
10423 (vc-status-create-fileinfo): Make `extra' optional.
10424 (vc-status-busy): New fun.
10425 (vc-status-menu-map): Use it.
10426 (vc-status-crt-marked): Remove.
10427 (vc-status-update): Rename from vc-status-add-entries.
10428 Add argument so as to prevent addition of entries. Rewrite.
10429 (vc-update-vc-status-buffer): Remove.
10430 (vc-status-refresh): Don't remove old entries, set them to
10431 up-to-date instead. Also do it after the update is complete.
10432 (vc-status-marked-files): η-reduce.
10433
10434 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
10435 for non-dialogs.
10436
10437 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
10438
10439 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
10440
10441 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
10442
10443 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
10444 to t and don't truncate msg.
10445
10446 2008-04-11 Glenn Morris <rgm@gnu.org>
10447
10448 * calendar/calendar.el (diary, holidays):
10449 Move custom groups to other files.
10450 (holiday-general-holidays, holiday-oriental-holidays)
10451 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
10452 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10453 (holiday-hebrew-holidays, holiday-christian-holidays)
10454 (holiday-islamic-holidays, holiday-bahai-holidays)
10455 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
10456 * calendar/diary-lib.el: Move custom group here from calendar.el.
10457 * calendar/holidays.el: Move custom group and variables here
10458 from calendar.el.
10459
10460 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
10461
10462 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
10463 Fix custom group.
10464 (calendar-current-time-zone-cache): Autoload riskiness.
10465
10466 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
10467
10468 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
10469
10470 * woman.el (woman2-TH): Use string-equal instead of string-match.
10471
10472 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10473
10474 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
10475 (smerge-resolve): Merge the "2-way refinement" case with one half of
10476 the "mere whitespace" resolution.
10477
10478 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10479
10480 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
10481
10482 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
10483
10484 * subr.el (assoc-ignore-case, assoc-ignore-representation):
10485 Add WHEN to obsolescence declaration.
10486
10487 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
10488
10489 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
10490
10491 * vc-hooks.el (vc-state): Add new state `conflict'.
10492 (vc-after-save): Use when not if.
10493 (vc-default-mode-line-string): Deal with the conflict state.
10494 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
10495
10496 * vc.el (vc-editable-p, vc-default-status-printer)
10497 (vc-next-action): Deal with the conflict state.
10498 (vc-mark-resolved): New function.
10499 (vc-status-mode): Fix mode name.
10500 (vc-default-comment-history): Use when not if.
10501 (Todo): Add new entries, remove old ones.
10502
10503 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
10504 (vc-cvs-parse-status, vc-cvs-after-dir-status):
10505 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
10506 Detect the conflict state.
10507
10508 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
10509
10510 2008-04-10 Glenn Morris <rgm@gnu.org>
10511
10512 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
10513 Respect truncate-partial-width-windows in non-full windows,
10514 with regards to :toggle and :enable state.
10515
10516 * simple.el (toggle-truncate-lines): Doc fix.
10517
10518 * Makefile.in (MH_E_DIR): New variable.
10519 (MH_E_SRC): Restore variable removed 2008-03-13.
10520 (mh-loaddefs.el): Depend on $MH_E_SRC.
10521 (CAL_DIR, CAL_SRC): New variables.
10522 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
10523 Depend on CAL_SRC.
10524
10525 * calendar/calendar.el (calendar, diary): Add :prefix.
10526 (holidays): Change :prefix.
10527 (calendar-today, holiday, calendar-holiday-marker)
10528 (european-calendar-style): Change custom groups.
10529
10530 * calendar/calendar.el (diary-hook, diary-display-hook):
10531 Move to diary-lib.el.
10532 * calendar/diary-lib.el (diary-hook, diary-display-hook):
10533 Move here from calendar.el.
10534 * calendar/appt.el: Require diary-lib rather than calendar.
10535 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
10536
10537 * calendar/appt.el (appt): Add :prefix.
10538
10539 * calendar/diary-lib.el (diary-hook): Doc fix.
10540 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
10541
10542 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10543
10544 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
10545 New functions.
10546
10547 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
10548 the arg to recursive calls.
10549
10550 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10551
10552 * minibuffer.el (completion-auto-help): Fix typo.
10553
10554 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
10557
10558 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
10559
10560 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
10561 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
10562
10563 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10564
10565 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
10566
10567 * minibuffer.el (minibuffer): Move group from cus-edit.el.
10568 (completion-auto-help): Move from C code.
10569 (minibuffer--maybe-completion-help): Remove.
10570 (minibuffer--bitset): New function.
10571 (minibuffer--do-completion): Rename from minibuffer-do-completion.
10572 Renumber a bit. Really complete on string *before* point.
10573 Add argument used for word-completion.
10574 Join trailing / in completion with following text, as done in
10575 minibuffer-complete-word.
10576 Handle new value `lazy' for completion-auto-help.
10577 (minibuffer-try-word-completion): New function extracted from
10578 minibuffer-complete-word.
10579 (minibuffer-complete-word): Use minibuffer--do-completion.
10580 (minibuffer--insert-strings): Rename from
10581 minibuffer-complete-insert-strings.
10582 (exit-minibuffer): Fix typo.
10583 * cus-edit.el (minibuffer): Move group to minibuffer.el.
10584 * cus-start.el: Remove completion-auto-help.
10585
10586 2008-04-09 Alexandre Julliard <julliard@winehq.org>
10587
10588 * vc.el (vc-status-add-entries): New function.
10589 (vc-status-add-entry): Remove.
10590 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
10591 Use vc-status-add-entries.
10592
10593 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
10594 order.
10595
10596 2008-04-09 Jason Rumney <jasonr@gnu.org>
10597
10598 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
10599 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
10600 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
10601 (AUTOGENEL): New variable.
10602 (distclean, maintainer-clean): New targets.
10603
10604 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10605
10606 * emacs-lisp/regexp-opt.el (regexp-opt):
10607 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
10608
10609 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
10610
10611 * nxml/nxml-mode.el (nxml-cleanup): New function.
10612 (nxml-mode): Add it to change-major-mode-hook.
10613
10614 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10615
10616 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
10617
10618 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
10619
10620 * calc/.cvsignore: New file.
10621
10622 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
10623
10624 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
10625
10626 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
10627 show-help-function when turning tooltip off.
10628 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
10629 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
10630
10631 2008-04-09 Alan Mackenzie <acm@muc.de>
10632
10633 * font-lock.el (font-lock-extend-after-change-region-function):
10634 Make it buffer local.
10635
10636 2008-04-09 Glenn Morris <rgm@gnu.org>
10637
10638 * calendar/calendar.el (diary-file, european-calendar-style):
10639 Remove autoload cookies.
10640
10641 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10642
10643 * outline.el (outline-mode-menu-bar-map):
10644 * log-view.el (log-view-mode-menu):
10645 * log-edit.el (log-edit-menu): Add :help.
10646
10647 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
10648
10649 * emacs-lisp/regexp-opt.el (regexp-opt-group):
10650 Use substring-no-properties for correct handling of unibyte strings.
10651
10652 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10653
10654 * add-log.el (change-log-next-buffer): Handle the case where version<
10655 signals an error.
10656
10657 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
10658 mouse-major-mode-menu.
10659 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
10660 (mouse-major-mode-menu, mouse-popup-menubar)
10661 (mouse-popup-menubar-stuff): Use them.
10662 (C-down-mouse-3): Bind to a dynamic map rather than to
10663 mouse-popup-menubar-stuff.
10664
10665 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
10666 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
10667
10668 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10669
10670 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
10671 file:// access method.
10672
10673 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10674
10675 * minibuffer.el: New file.
10676 * loadup.el: Load it.
10677
10678 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10679
10680 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
10681 rather than subdirs.el. It introduces an ugly circular dependency, tho.
10682
10683 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
10684 (calc-mode-map, calc-digit-map, calc-dispatch-map):
10685 Move initialization into declaration.
10686 * calc/calc-yank.el:
10687 * calc/calc-misc.el:
10688 * calc/calc-embed.el:
10689 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
10690
10691 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
10692
10693 * ps-samp.el (ps-add-printer, ps-remove-printer)
10694 (ps-make-dynamic-printer-menu): New functions.
10695
10696 * net/zeroconf.el: New file.
10697
10698 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
10701
10702 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10703
10704 * vc-rcs.el (vc-rcs-modify-change-comment):
10705 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
10706
10707 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
10708
10709 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
10710
10711 * international/mule-cmds.el (set-locale-environment): Don't warn if
10712 coding system doesn't agree with system locale (this reverts changes
10713 by Dave Love, dated 2002-10-27 and 2002-10-09).
10714
10715 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10716 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
10717
10718 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
10719
10720 2008-04-08 Glenn Morris <rgm@gnu.org>
10721
10722 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
10723 * textmodes/remember.el (remember-diary-convert-entry):
10724 Require calendar.
10725
10726 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
10727 diary-file, since it is the default for make-diary-entry anyway.
10728
10729 * calendar/cal-menu.el (cal-menu-event-to-date):
10730 Rename calendar-event-to-date. Update callers.
10731 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
10732 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
10733 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
10734 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
10735 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
10736 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
10737 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
10738 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
10739 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
10740 (calendar-mouse-tex-month-landscape):
10741 Rename cal-tex-mouse-month-landscape.
10742 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
10743 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
10744 (calendar-mouse-tex-year-landscape):
10745 Rename cal-tex-mouse-year-landscape.
10746 (cal-menu-context-mouse-menu): Update for above name changes.
10747
10748 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10749 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10750 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
10751 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
10752 * calendar/holidays.el: Replace int-to-string with number-to-string.
10753
10754 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
10755
10756 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
10757 region if point moves.
10758
10759 2008-04-08 Kenichi Handa <handa@m17n.org>
10760
10761 * faces.el (font-slant-table): Change numeric values for `r',
10762 `roman', and `normal'.
10763
10764 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
10765
10766 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
10767
10768 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
10769
10770 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
10771 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
10772
10773 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
10774
10775 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
10776 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
10777
10778 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10779
10780 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
10781
10782 2008-04-07 Sam Steingold <sds@gnu.org>
10783
10784 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
10785 Add helper functions.
10786 (lisp-do-defun): Extract the common part of lisp-eval-defun and
10787 lisp-compile-defun; DEFVAR forms reset the variables to the init
10788 values, just like in emacs-lisp mode eval-defun.
10789 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
10790 (lisp-compile-region): Use lisp-compile-string.
10791
10792 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * subr.el (combine-and-quote-strings): Also quote strings that contain
10795 the separator.
10796
10797 * pcvs-util.el (cvs-map): Avoid recursion :-(
10798
10799 2008-04-07 Glenn Morris <rgm@gnu.org>
10800
10801 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
10802
10803 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
10804 view-diary-entries-initially. Keep old name as alias, update users.
10805 (calendar-mark-diary-entries-flag): Rename
10806 mark-diary-entries-in-calendar. Keep old name as alias, update users.
10807 (calendar-view-holidays-initially-flag): Rename
10808 view-calendar-holidays-initially. Keep old name as alias, update users.
10809 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
10810 Keep old name as alias, update users.
10811 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
10812 Keep old name as alias, update users.
10813 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
10814 Keep old name as alias, update users.
10815 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
10816 Keep old name as alias, update users.
10817 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
10818 (diary-american-date-forms): Rename american-date-diary-pattern.
10819 Keep old name as alias, update users.
10820 (diary-european-date-forms): Rename european-date-diary-pattern.
10821 Keep old name as alias, update users.
10822 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
10823 Keep old name as alias, update users.
10824 (calendar-european-date-display-form): Rename
10825 european-calendar-display-form. Keep old name as alias, update users.
10826 (calendar-american-date-display-form): Rename
10827 european-calendar-display-form. Keep old name as alias, update users.
10828 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
10829 Keep old name as alias, update users.
10830 (holiday-general-holidays): Rename general-holidays.
10831 Keep old name as alias, update users.
10832 (holiday-oriental-holidays): Rename oriental-holidays.
10833 Keep old name as alias, update users.
10834 (holiday-local-holidays): Rename local-holidays.
10835 Keep old name as alias, update users.
10836 (holiday-other-holidays): Rename other-holidays.
10837 Keep old name as alias, update users.
10838 (holiday-hebrew-holidays): Rename hebrew-holidays.
10839 Keep old name as alias, update users.
10840 (holiday-christian-holidays): Rename christian-holidays.
10841 Keep old name as alias, update users.
10842 (holiday-islamic-holidays): Rename islamic-holidays.
10843 Keep old name as alias, update users.
10844 (holiday-bahai-holidays): Rename bahai-holidays.
10845 Keep old name as alias, update users.
10846 (holiday-solar-holidays): Rename solar-holidays.
10847 Keep old name as alias, update users.
10848 (diary-fancy-buffer): Rename fancy-diary-buffer.
10849 Keep old name as alias, update users.
10850 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
10851 Update users.
10852 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
10853 Update users.
10854 (calendar-increment-month): Rename increment-calendar-month.
10855 Keep old name as alias, update callers.
10856 (calendar-increment-month-cons): Rename old calendar-increment-month.
10857 Update callers.
10858 (calendar-extract-month): Rename extract-calendar-month.
10859 Keep old name as alias, update callers.
10860 (calendar-extract-day): Rename extract-calendar-day.
10861 Keep old name as alias, update callers.
10862 (calendar-extract-year): Rename extract-calendar-year.
10863 Keep old name as alias, update callers.
10864 (calendar-generate-window): Rename generate-calendar-window.
10865 Update callers.
10866 (calendar-generate): Rename generate-calendar. Update callers.
10867 (calendar-generate-month): Rename generate-calendar-month.
10868 Update callers.
10869 (calendar-redraw): Rename redraw-calendar. Update callers.
10870 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
10871 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
10872 Update callers.
10873 (calendar-update-mode-line): Rename update-calendar-mode-line.
10874 Update callers.
10875 (calendar-exit): Rename exit-calendar. Keep old name as alias,
10876 update callers.
10877 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
10878 Keep old name as alias, update callers.
10879 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10880 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
10881 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
10882 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
10883 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
10884 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
10885 * calendar/solar.el: Update for calendar.el name changes.
10886 * org/org.el (org-agenda-format-date-aligned)
10887 (org-agenda-execute-calendar-command): Access date elements directly
10888 rather than using calendar functions.
10889 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
10890 Also set calendar-view-diary-initially-flag,
10891 calendar-view-holidays-initially-flag.
10892 (org-get-entries-from-diary): Also set diary-fancy-buffer.
10893 (org-agenda-execute-calendar-command): No need to set displayed-day.
10894
10895 2008-04-06 Alan Mackenzie <acm@muc.de>
10896
10897 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
10898 typo in the doc string.
10899
10900 * progmodes/cc-mode.el (c-basic-common-init):
10901 Set font-lock-extend-after-change-region-function.
10902 (c-extend-after-change-region): New function, used in
10903 font-lock-extend-after-change-region-function, thus superseding
10904 advice on the Font Lock after change functions.
10905 (c-advise-fl-for-region): Remove this macro.
10906
10907 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
10908
10909 * textmodes/flyspell.el (flyspell-duplicate-distance):
10910 Improve custom type.
10911
10912 2008-04-06 Glenn Morris <rgm@gnu.org>
10913
10914 * calendar/diary-lib.el (diary-sexp-entry-symbol):
10915 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
10916 (diary-list-entries-hook): Rename list-diary-entries-hook.
10917 Keep old name as alias, update users.
10918 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
10919 Keep old name as alias, update users.
10920 (diary-nongregorian-listing-hook): Rename
10921 nongregorian-diary-listing-hook. Keep old name as alias, update users.
10922 (diary-nongregorian-marking-hook): Rename
10923 nongregorian-diary-marking-hook. Keep old name as alias, update users.
10924 (diary-print-entries-hook): Rename print-diary-entries-hook.
10925 Keep old name as alias, update users.
10926 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
10927 Keep old name as alias, update users.
10928 (diary-number-of-entries): Rename number-of-diary-entries.
10929 Keep old name as alias, update users.
10930 (view-diary-entries, list-diary-entries, show-all-diary-entries):
10931 Give version of obsolescence.
10932 (diary-view-other-diary-entries): Rename view-other-diary-entries.
10933 Keep old name as alias, update callers.
10934 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
10935 update callers.
10936 (diary-include-other-diary-files): Rename include-other-diary-files.
10937 Keep old name as alias, update callers.
10938 (diary-simple-display): Rename simple-diary-display.
10939 Keep old name as alias, update callers.
10940 (diary-fancy-display): Rename fancy-diary-display.
10941 Keep old name as alias, update callers.
10942 (diary-print-entries): Rename print-diary-entries.
10943 Keep old name as alias, update callers.
10944 (diary-marking-entries-flag): Rename marking-diary-entries.
10945 Update users.
10946 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
10947 (diary-mark-entries): Rename mark-diary-entries.
10948 Keep old name as alias, update callers.
10949 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
10950 Keep old name as alias, update callers.
10951 (diary-mark-included-diary-files): Rename mark-included-diary-files.
10952 Keep old name as alias, update callers.
10953 (calendar-mark-days-named): Rename mark-calendar-days-named.
10954 Keep old name as alias, update callers.
10955 (calendar-mark-month): Rename mark-calendar-month.
10956 Keep old name as alias, update callers.
10957 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
10958 Keep old name as alias, update callers.
10959 (diary-sort-entries): Rename sort-diary-entries.
10960 Keep old name as alias, update callers.
10961 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
10962 Keep old name as alias, update callers.
10963 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
10964 update callers.
10965 (diary-insert-entry): Rename insert-diary-entry.
10966 Keep old name as alias.
10967 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
10968 Keep old name as alias.
10969 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
10970 Keep old name as alias.
10971 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
10972 Keep old name as alias.
10973 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
10974 Keep old name as alias.
10975 (diary-insert-block-entry): Rename insert-block-diary-entry.
10976 Keep old name as alias.
10977 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
10978 Keep old name as alias.
10979 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
10980 Keep old name as alias, update users.
10981 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
10982 Keep old name as alias, update callers.
10983 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
10984 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
10985 * calendar/icalendar.el: Update for diary-lib name changes.
10986
10987 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
10988
10989 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
10990
10991 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
10992 for copy, move, and link operations.
10993
10994 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
10995
10996 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
10997 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
10998
10999 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
11000 'require' statements with 1-argument ones (wrapped in if's).
11001 For compatibility with the current stable version of XEmacs.
11002
11003 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
11004
11005 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
11006
11007 2008-04-06 Jason Rumney <jasonr@gnu.org>
11008
11009 * language/burmese.el ("Burmese"): Make sample text consistent with
11010 language name.
11011
11012 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
11013
11014 * progmodes/gdb-ui.el (gdb): New group.
11015 (gdb-debug-log-max, gdb-enable-debug)
11016 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
11017 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
11018 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
11019 (gdb-show-changed-values, gdb-max-children)
11020 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
11021 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
11022 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
11023 (gdb-memory-unit): Move to new group from GUD group.
11024 (menu): Allow customization from GDB-UI menu-item.
11025
11026 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11027
11028 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
11029
11030 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11031
11032 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
11033 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
11034 Revision numbers can include ".".
11035
11036 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
11037 "+" lines not accounted for by counting "-" and context lines.
11038
11039 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11040
11041 * term/mac-win.el (mac-service-open-file): Use file URL instead of
11042 file name string.
11043
11044 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
11047 (vc-bzr-annotate-time): Accept space used to preserve alignment.
11048
11049 2008-04-05 Richard Stallman <rms@gnu.org>
11050
11051 * emacs-lisp/advice.el (defadvice): Add usage pattern.
11052
11053 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
11054
11055 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
11056 thread in [h-e-w]).
11057
11058 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
11059
11060 * files.el (abort-if-file-too-large): Fix typo in docstring.
11061
11062 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * subr.el (functionp): Return nil for special forms.
11065
11066 2008-04-05 Glenn Morris <rgm@gnu.org>
11067
11068 * emacs-lisp/autoload.el (autoload-ensure-default-file):
11069 Provide a feature.
11070 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
11071 Require loaddefs file rather than loading it.
11072 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
11073 autoload-ensure-default-file provides a feature.
11074
11075 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
11076 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
11077 (compile, compile-always, recompile): Use $LOADDEFS.
11078 (cal-autoloads): Remove.
11079
11080 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
11081 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
11082
11083 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11084 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
11085
11086 * calendar/calendar.el (diary-hebrew-entry-symbol):
11087 Rename hebrew-diary-entry-symbol. Keep old name as alias.
11088 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
11089 Keep old name as alias.
11090 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
11091 Keep old name as alias.
11092 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
11093 to diary-bahai-entry-symbol.
11094 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
11095 to diary-hebrew-entry-symbol.
11096 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
11097 to diary-islamic-entry-symbol.
11098 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
11099
11100 * calendar/solar.el (diary-sabbath-candles-minutes)
11101 (diary-sabbath-candles): Move to cal-hebrew.
11102 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
11103 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
11104 Doc fix. Keep old name as alias.
11105 (diary-hebrew-sabbath-candles): Simplify.
11106 (solar-setup, solar-sunrise-sunset, calendar-latitude)
11107 (calendar-longitude, calendar-time-zone): Declare for compiler.
11108 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
11109 rename.
11110
11111 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
11112 Rename coptic-calendar-month-name-array. Update callers.
11113 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
11114 (calendar-coptic-name): Rename coptic-name. Update callers.
11115 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
11116 Update callers.
11117 (calendar-coptic-last-day-of-month):
11118 Rename coptic-calendar-last-day-of-month. Update callers.
11119 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
11120 Keep old name as alias, update callers.
11121 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
11122 Keep old name as alias, update callers.
11123 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
11124 Keep old name as alias.
11125 (calendar-ethiopic-month-name-array):
11126 Rename ethiopic-calendar-month-name-array. Update callers.
11127 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
11128 Update callers.
11129 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
11130 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
11131 Keep old name as alias, update callers.
11132 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
11133 Keep old name as alias, update callers.
11134 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
11135 Keep old name as alias.
11136
11137 * calendar/cal-french.el (calendar-french-epoch):
11138 Rename french-calendar-epoch. Update callers.
11139 (calendar-french-month-name-array): Rename variable and function
11140 french-calendar-month-name-array. Update callers.
11141 (calendar-french-multibyte-month-name-array):
11142 Rename french-calendar-multibyte-month-name-array. Update callers.
11143 (calendar-french-day-name-array): Rename variable and function
11144 french-calendar-day-name-array. Update callers.
11145 (calendar-french-special-days-array): Rename variable and function
11146 french-calendar-special-days-array. Update callers.
11147 (calendar-french-multibyte-special-days-array):
11148 Rename french-calendar-multibyte-special-days-array. Update callers.
11149 (calendar-french-accents-p): Rename french-calendar-accents.
11150 Update callers.
11151 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
11152 Update callers.
11153 (calendar-french-last-day-of-month):
11154 Rename french-calendar-last-day-of-month. Update callers.
11155 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
11156 Keep old name as alias, update callers.
11157 (calendar-french-print-date): Rename calendar-print-french-date.
11158 Keep old name as alias, update callers.
11159 (calendar-french-goto-date): Rename calendar-goto-french-date.
11160 Keep old name as alias.
11161
11162 * calendar/cal-menu.el, calendar/calendar.el:
11163 Update for Coptic and French name changes.
11164
11165 * calendar/cal-china.el (calendar-chinese): Rename custom group
11166 from chinese-calendar. Update users.
11167 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
11168 Keep old name as alias, update users.
11169 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
11170 Keep old name as alias.
11171 (calendar-chinese-daylight-time-offset):
11172 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
11173 update users.
11174 (calendar-chinese-standard-time-zone-name):
11175 Rename chinese-calendar-standard-time-zone-name.
11176 Keep old name as alias, update users.
11177 (calendar-chinese-daylight-saving-start):
11178 Rename chinese-calendar-daylight-savings-starts.
11179 Keep old name as alias, update users.
11180 (calendar-chinese-daylight-saving-end):
11181 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
11182 update users.
11183 (calendar-chinese-daylight-saving-start-time):
11184 Rename chinese-calendar-daylight-savings-starts-time.
11185 Keep old name as alias, update users.
11186 (calendar-chinese-daylight-saving-end-time):
11187 Rename chinese-calendar-daylight-savings-ends-time.
11188 Keep old name as alias, update users.
11189 (calendar-chinese-celestial-stem): Rename
11190 calendar-chinese-celestial-stem. Keep old name as alias, update users.
11191 (calendar-chinese-terrestrial-branch):
11192 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
11193 update users.
11194 (calendar-chinese-zodiac-sign-on-or-after):
11195 Rename chinese-zodiac-sign-on-or-after. Update callers.
11196 (calendar-chinese-new-moon-on-or-after):
11197 Rename chinese-new-moon-on-or-after. Update callers.
11198 (calendar-chinese-month-list): Rename chinese-month-list.
11199 Update callers.
11200 (calendar-chinese-number-months): Rename number-chinese-months.
11201 Update callers.
11202 (calendar-chinese-compute-year): Rename compute-chinese-year.
11203 Update callers.
11204 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
11205 (calendar-chinese-year): Rename chinese-year. Update callers.
11206 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
11207 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
11208 Keep old name as alias, update callers.
11209 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
11210 Keep old name as alias, update callers.
11211 (calendar-chinese-months-to-alist):
11212 Rename make-chinese-month-assoc-list. Update callers.
11213 (calendar-chinese-months): Rename chinese-months. Update callers.
11214 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
11215 Keep old name as alias, update callers.
11216
11217 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
11218 Rename hebrew-calendar-leap-year-p. Update callers.
11219 (calendar-hebrew-last-month-of-year):
11220 Rename hebrew-calendar-last-month-of-year. Update callers.
11221 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
11222 Update callers.
11223 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
11224 Update callers.
11225 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
11226 Update callers.
11227 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
11228 Update callers.
11229 (calendar-hebrew-last-day-of-month):
11230 Rename hebrew-calendar-last-day-of-month. Update callers.
11231 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
11232 Keep old name as alias, update callers.
11233 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
11234 Keep old name as alias, update callers.
11235 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
11236 Keep old name as alias, update callers.
11237 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
11238 Keep old name as alias.
11239 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
11240 Keep old name as alias.
11241 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
11242 Keep old name as alias.
11243 (holiday-hebrew-passover): Rename holiday-passover-etc.
11244 Keep old name as alias.
11245 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
11246 Keep old name as alias, update callers.
11247 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
11248 Keep old name as alias.
11249 (calendar-hebrew-mark-date-pattern):
11250 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
11251 update callers.
11252 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
11253 Keep old name as alias.
11254 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
11255 Keep old name as alias.
11256 (diary-hebrew-insert-monthly-entry):
11257 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
11258 (diary-hebrew-insert-yearly-entry):
11259 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
11260 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
11261 Keep old name as alias.
11262 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
11263 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
11264 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
11265 Keep old name as alias.
11266 (calendar-hebrew-parashiot-names):
11267 Rename hebrew-calendar-parashiot-names. Update callers.
11268 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
11269 (calendar-hebrew-year-Saturday-incomplete-Sunday):
11270 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
11271 (calendar-hebrew-year-Saturday-complete-Tuesday):
11272 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
11273 (calendar-hebrew-year-Monday-incomplete-Tuesday):
11274 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
11275 (calendar-hebrew-year-Monday-complete-Thursday):
11276 Rename hebrew-calendar-year-Monday-complete-Thursday.
11277 (calendar-hebrew-year-Tuesday-regular-Thursday):
11278 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
11279 (calendar-hebrew-year-Thursday-regular-Saturday):
11280 Rename hebrew-calendar-year-Thursday-regular-Saturday.
11281 (calendar-hebrew-year-Thursday-complete-Sunday):
11282 Rename hebrew-calendar-year-Thursday-complete-Sunday.
11283 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
11284 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
11285 (calendar-hebrew-year-Saturday-complete-Thursday):
11286 Rename hebrew-calendar-year-Saturday-complete-Thursday.
11287 (calendar-hebrew-year-Monday-incomplete-Thursday):
11288 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
11289 (calendar-hebrew-year-Monday-complete-Saturday):
11290 Rename hebrew-calendar-year-Monday-complete-Saturday.
11291 (calendar-hebrew-year-Tuesday-regular-Saturday):
11292 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
11293 (calendar-hebrew-year-Thursday-incomplete-Sunday):
11294 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
11295 (calendar-hebrew-year-Thursday-complete-Tuesday):
11296 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
11297 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
11298 Update for above name changes of constants.
11299
11300 * calendar/cal-menu.el, calendar/calendar.el:
11301 Update for chinese and hebrew name changes.
11302 * calendar/diary-lib.el: Update for hebrew name changes.
11303
11304 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11305
11306 * subr.el (keymap-canonicalize): Correct thinko.
11307
11308 * server.el: Undo part of the multi-tty change, which is only
11309 needed if server.el is preloaded, and broke server-running-p.
11310 (server-socket-dir): Initialize in the defvar, as before.
11311 (server-start): Remove initialization of server-socket-dir.
11312
11313 2008-04-05 Eli Zaretskii <eliz@gnu.org>
11314
11315 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
11316 3-member cons cells.
11317
11318 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
11319
11320 * cus-face.el (custom-face-attributes): Handle roman slant.
11321
11322 * faces.el (default): Ensure the face-defface-spec property is set.
11323
11324 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
11325
11326 * files.el (abort-if-file-too-large): New function.
11327 (find-file-noselect, insert-file-1): Use it.
11328
11329 2008-04-05 Reto Zimmermann <reto@gnu.org>
11330
11331 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
11332 Replace C-c[a-zA-Z] key bindings.
11333
11334 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
11335
11336 * progmodes/hideif.el (hif-token-alist): New var.
11337 (hif-token-regexp, hif-tokenize): Use it.
11338 (hif-mathify-binop): New macro.
11339 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
11340 (hif-greater-equal, hif-less-equal): Use it.
11341 (hif-logior, hif-logand): New functions.
11342 (hif-math): Accept | and & as well.
11343
11344 * progmodes/etags.el: Fix problem with completion for buffer-local
11345 tables. Reported by Radey Shouman <shouman@comcast.net>.
11346 (tags-complete-tag): Remove.
11347 (tags-lazy-completion-table): New function to replace it.
11348 (find-tag-tag, complete-tag): Update users.
11349
11350 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11351
11352 * vc-rcs.el (vc-rcs-dir-status):
11353 * vc-sccs.el (vc-sccs-dir-status): New function.
11354
11355 * outline.el (outline-mode-menu-bar-map):
11356 * term.el (terminal-signal-menu): Add :help.
11357
11358 * net/eudc.el (eudc-mode-map): Declare and define in one step.
11359 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
11360
11361 * emacs-lisp/re-builder.el (reb-mode-map):
11362 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
11363
11364 * diff-mode.el (diff-file-junk-re): Recognize the git format for
11365 new files, deleted files and for changing permissions.
11366 (diff-mode): Set beginning-of-defun-function and
11367 end-of-defun-function.
11368
11369 * vc-bzr.el (vc-bzr-state): Use when instead of if.
11370
11371 * vc.el (vc-default-status-fileinfo-extra): New function.
11372 (vc-status-mark-buffer-changed): Use it.
11373 (vc-update-vc-status-buffer): Allow for partial updates.
11374
11375 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11376
11377 * net/tramp.el (after-init-hook): Don't wrap a lambda around
11378 tramp-register-completion-file-name-handler.
11379
11380 * subr.el (keymap-canonicalize): New function.
11381 * mouse.el (mouse-menu-non-singleton): Use it.
11382 (mouse-major-mode-menu): Remove hack made unnecessary.
11383
11384 * simple.el (set-fill-column): Prompt rather than error by default.
11385
11386 2008-04-04 Andreas Schwab <schwab@suse.de>
11387
11388 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
11389 Reset new-rules after each round.
11390
11391 * Makefile.in (cal-autoloads): New target.
11392 (compile, compile-always, recompile): Depend on it.
11393 ($(lisp)/calendar/cal-loaddefs.el)
11394 ($(lisp)/calendar/diary-loaddefs.el)
11395 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
11396
11397 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
11398
11399 * ediff*.el: Replace load with require in eval-when-compile.
11400
11401 * ediff-hook.el: Delete all invocations of (autoload ...).
11402
11403 * ediff-util.el (ediff-setup): Make window-min-height a local variable
11404 in ediff control window, and set its min height to 2.
11405 (ediff-setup-control-buffer): Dedicate the control window.
11406 (ediff-toggle-multiframe): Undedicate control window.
11407 Work directly with ediff-setup-windows-multiframe and
11408 ediff-setup-windows-plain.
11409
11410 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
11411 New function.
11412 (ediff-window-setup-function): Change initialization.
11413 (ediff-setup-windows-automatic): Delete.
11414 (ediff-setup-windows-plain-merge): Make control window dedicated.
11415 (ediff-destroy-control-frame): Do not skip frames if working in a
11416 single frame.
11417
11418 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
11419 eval-when-compile.
11420
11421 * emulation/viper-util.el: Move provide's forward, prevent recursion in
11422 eval-when-compile.
11423
11424 2008-04-04 Glenn Morris <rgm@gnu.org>
11425
11426 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
11427 calendar-absolute-from-bahai. Update callers, keep old name as alias.
11428
11429 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
11430 Rename islamic-calendar-leap-year-p. Update callers.
11431 (calendar-islamic-last-day-of-month):
11432 Rename islamic-calendar-last-day-of-month. Update callers.
11433 (calendar-islamic-day-number):
11434 Rename islamic-calendar-day-number. Update callers.
11435 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
11436 Update callers, keep old name as alias.
11437 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
11438 Update callers, keep old name as alias.
11439 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
11440 Keep old name as alias.
11441 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
11442 Update callers, keep old name as alias.
11443 (calendar-islamic-mark-date-pattern):
11444 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
11445 name as alias.
11446 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
11447 Keep old name as alias.
11448 (diary-islamic-insert-monthly-entry):
11449 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
11450 (diary-islamic-insert-yearly-entry):
11451 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
11452
11453 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
11454 calendar-absolute-from-iso. Update callers, keep old name as alias.
11455 (calendar-iso-print-date): Rename calendar-print-iso-date.
11456 Update callers, keep old name as alias.
11457 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
11458 Keep old name as alias.
11459 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
11460 Keep old name as alias.
11461
11462 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
11463 calendar-absolute-from-julian. Update callers, keep old name as alias.
11464 (calendar-julian-print-date): Rename calendar-print-julian-date.
11465 Update callers, keep old name as alias.
11466 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
11467 Update callers, keep old name as alias.
11468 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
11469 Update callers, keep old name as alias.
11470 (calendar-astro-print-day-number):
11471 Rename calendar-print-astro-day-number. Update callers, keep old
11472 name as alias.
11473 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
11474 Update callers, keep old name as alias.
11475
11476 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
11477 Rename calendar-string-to-mayan-long-count. Update callers.
11478 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
11479 Update callers, keep old name as alias.
11480 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
11481 Update callers.
11482 (calendar-mayan-read-tzolkin-date):
11483 Rename calendar-read-mayan-tzolkin-date. Update callers.
11484 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
11485 Keep old name as alias.
11486 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
11487 Keep old name as alias.
11488 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
11489 Keep old name as alias.
11490 (calendar-mayan-previous-tzolkin-date):
11491 Rename calendar-previous-tzolkin-date. Keep old name as alias.
11492 (calendar-mayan-next-round-date):
11493 Rename calendar-next-calendar-round-date. Keep old name as alias.
11494 (calendar-mayan-previous-round-date):
11495 Rename calendar-previous-calendar-round-date. Keep old name as alias.
11496 (calendar-mayan-long-count-to-absolute): Rename
11497 calendar-absolute-from-mayan-long-count. Keep old name as alias.
11498 (calendar-mayan-goto-long-count-date):
11499 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
11500
11501 * calendar/cal-persia.el (calendar-persian-month-name-array):
11502 Rename persian-calendar-month-name-array. Update callers.
11503 (calendar-persian-epoch): Rename persian-calendar-epoch.
11504 Update callers.
11505 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
11506 Update callers.
11507 (calendar-persian-last-day-of-month):
11508 Rename persian-calendar-last-day-of-month. Update callers.
11509 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
11510 Update callers, keep old name as alias.
11511 (calendar-persian-print-date): Rename calendar-print-persian-date.
11512 Update callers, keep old name as alias.
11513 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
11514 Keep old name as alias.
11515
11516 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
11517 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
11518 * calendar/solar.el: Update for cal-julian name changes.
11519
11520 * calendar/cal-dst.el: Update for persian name changes.
11521
11522 * calendar/cal-menu.el, calendar/calendar.el:
11523 Update for islamic, iso, julian, mayan, persian name changes.
11524
11525 * calendar/diary-lib.el: Update for islamic name changes.
11526
11527 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
11528 Rename all-hebrew-calendar-holidays. Update callers, keep old name
11529 as alias.
11530 (calendar-christian-all-holidays-flag):
11531 Rename all-christian-calendar-holidays. Update callers, keep old
11532 name as alias.
11533 (calendar-islamic-all-holidays-flag):
11534 Rename all-islamic-calendar-holidays. Update callers, keep old
11535 name as alias.
11536 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
11537 Update callers, keep old name as alias.
11538 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
11539 Update for the above name changes.
11540
11541 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
11542
11543 * hilit-chg.el (global-highlight-changes-mode)
11544 (highlight-changes-passive-string, highlight-changes-active-string):
11545 Mark as obsolete since 23.1, not 22.1.
11546
11547 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
11548
11549 * hilit-chg.el (highlight-changes-visibility-initial-state)
11550 (hilit-chg-update, highlight-changes-mode-turn-on):
11551 Fix typos in docstrings.
11552
11553 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
11554
11555 * newcomment.el (comment-enter-backward): Be careful to restore
11556 position changed during narrowing.
11557
11558 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
11559
11560 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11561 Recognize `sub ($$)'.
11562
11563 2008-04-03 Richard Sharman <rsharman@pobox.com>
11564
11565 * hilit-chg.el (highlight-changes-mode): Rename from
11566 highlight-changes; no longer uses sub-modes active and passive;
11567 implemented by define-minor-mode.
11568 (highlight-changes-toggle-visibility): New function, to replace
11569 the old passive/active submodes of global-highlight-changes-mode;
11570 implemented by define-minor-mode.
11571 (global-highlight-changes-mode): Rename from global-highlight-changes;
11572 rewrite using define-globalized-minor-mode.
11573 (hilit-chg-major-mode-hook, hilit-chg-check-global)
11574 (hilit-chg-post-command-hook, hilit-chg-check-global)
11575 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
11576 to use of define-globalized-minor-mode.
11577 (highlight-changes-global-initial-state): Change to be boolean.
11578 (highlight-changes-visible-string, highlight-changes-invisible-string):
11579 Rename from highlight-changes-active-string and
11580 highlight-changes-passive-string.
11581 (hilit-chg-update, hilit-chg-set): Use them.
11582 (global-highlight-changes-mode): Rename from global-highlight-changes.
11583 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
11584 docstring.
11585 (hilit-chg-hide-changes): Rewrite to use dolist.
11586 (hilit-chg-set-face-on-change, hilit-chg-update)
11587 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
11588 variable instead of testing highlight-changes-mode.
11589 (highlight-markup-buffers): Add require ediff-util; argument on calls
11590 to highlight-changes-mode changed.
11591 (highlight-compare-with-file): Fix problems with interactive
11592 call giving invalid default file.
11593
11594 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
11595
11596 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
11597 Fix in disassembly buffer (regression in 22.2).
11598
11599 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
11600
11601 * emulation/viper-macs.el (viper-read-fast-keysequence):
11602 Use viper-read-event instead of viper-read-key.
11603
11604 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
11605
11606 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
11607 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
11608 let-statements.
11609
11610 * emulation/viper-ex.el, emulation/viper-macs.el:
11611 * emulation/viper-mous.el:
11612 Replace load with require in eval-when-compile.
11613
11614 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11615
11616 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
11617
11618 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
11619 (archive-try-jka-compr): New function.
11620 (archive-set-buffer-as-visiting-file): Use it.
11621
11622 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
11623
11624 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11625
11626 * simple.el (handle-shift-selection): New arg.
11627
11628 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11629
11630 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
11631
11632 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
11633
11634 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * shell.el (shell-dynamic-complete-filename): New fun.
11637 (shell-dynamic-complete-functions): Use it.
11638
11639 * help-fns.el (describe-variable): Undo 2008-02-25 change.
11640
11641 2008-04-03 Kenichi Handa <handa@m17n.org>
11642
11643 * international/fontset.el (create-fontset-from-x-resource):
11644 Handle the error of X resource more gracefully.
11645
11646 * international/latin1-disp.el (latin1-display): Don't use make-char.
11647 Fix the argument to set-char-table-range.
11648 (latin1-display-identities): Don't use make-char.
11649 (latin1-display-reset): Use map-charset-chars instead of directly
11650 calling standard-display-default.
11651 (latin1-display-check-font): Don't use make-char.
11652 (latin1-display-setup): Likewise.
11653 (latin1-display-ucs-per-lynx): Likewise.
11654
11655 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11656
11657 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
11658 name the fields, to make the code clearer.
11659 Rewrite all `aset' and `aref' using the defined accessors.
11660 (timer--time): New pseudo-field.
11661 (timer-set-time, timer-set-idle-time, timer-inc-time)
11662 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
11663 (timer--time-less-p): New function.
11664 (timer--activate): New function, extracted from timer-activate.
11665 (timer-activate-when-idle, timer-activate): Use it.
11666 (cancel-function-timers): Use dolist.
11667
11668 2008-04-03 Glenn Morris <rgm@gnu.org>
11669
11670 * add-log.el (c-beginning-of-defun, c-end-of-defun):
11671 Remove declarations; no longer used.
11672 (c-cpp-define-name, c-defun-name): Declare as functions.
11673
11674 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
11675 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
11676
11677 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
11678 (holiday-passover-etc, holiday-hanukkah): Doc fix.
11679 Add optional argument. Simplify.
11680 (holiday-tisha-b-av-etc): Use memq rather than unless.
11681 (holiday-julian): Autoload it.
11682 (holiday-hebrew-misc): New function.
11683
11684 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
11685
11686 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
11687 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
11688 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
11689 all-hebrew-calendar-holidays.
11690 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
11691 Simplify using new functions.
11692 (calendar-holidays): Doc fix.
11693 (generate-calendar-window): Use bound-and-true-p.
11694
11695 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
11696
11697 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
11698 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
11699 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
11700 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
11701
11702 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
11703
11704 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11705
11706 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
11707
11708 * vc-bzr.el (vc-bzr-checkout): Simplify.
11709
11710 * image-mode.el (image-mode-fit-frame): New command.
11711
11712 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
11713 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
11714 (keyboard-escape-quit): Check region-active-p i.s.o
11715 transient-mark-mode.
11716
11717 2008-04-02 Simon Josefsson <simon@josefsson.org>
11718
11719 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
11720 (imap-message-copyuid-1): Use it.
11721 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
11722 J. Williams in
11723 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
11724
11725 2008-04-02 Alan Mackenzie <acm@muc.de>
11726
11727 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
11728 New optimised functions to get the name of the current defun/macro.
11729
11730 * add-log.el (add-log-current-defun): Move the functionality which
11731 gets the current function name for C like modes to cc-cmds.el,
11732 thus optimising for speed.
11733
11734 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
11735
11736 * simple.el (deactivate-mark): When the mark is temporarily
11737 active, restore the original value of transient-mark-mode.
11738 (set-mark-command): First deactivate the mark if was temporarily active.
11739 (exchange-point-and-mark): Reactivate the mark if it was
11740 temporarily active.
11741 (handle-shift-selection): New fun.
11742 (transient-mark-mode): Move var documentation here from buffer.c.
11743 (next-line, previous-line, backward-word, move-end-of-line)
11744 (move-beginning-of-line, forward-to-indentation)
11745 (backward-to-indentation, back-to-indentation)
11746 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
11747
11748 * mouse.el (mouse-set-region-1): Save the old value of
11749 transient-mark-mode.
11750 (mouse-drag-track): Ignore the now-obsolete value `identity' for
11751 transient-mark-mode.
11752
11753 * textmodes/paragraphs.el (forward-paragraph)
11754 (backward-paragraph, forward-sentence, backward-sentence): Add ^
11755 interactive spec.
11756
11757 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
11758
11759 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
11760
11761 * net/tramp.el (tramp-make-tramp-temp-file):
11762 Use `tramp-drop-volume-letter' for the local file name part.
11763
11764 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11765
11766 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
11767 Add menu entries corresponding to all the key bindings.
11768
11769 * emacs-lisp/debug.el (debugger-mode-map):
11770 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
11771 (conf-align-assignments): Only work on the region if it is active.
11772 (conf-quote-normal): Use when instead of if. Remove redundant test.
11773
11774 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
11775 for tracing and re-builder.
11776
11777 2008-04-02 Glenn Morris <rgm@gnu.org>
11778
11779 * calendar/appt.el (appt-disp-window-function): Doc fix.
11780 (appt-display-message): Move beep before display.
11781 (appt-check): Make interactive. Reduce the number of lets.
11782 Use string-equal to compare mode-line strings.
11783 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
11784 read-only.
11785 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
11786 (appt-delete): Simplify.
11787
11788 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
11789
11790 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
11791
11792 * calendar/cal-hebrew.el (list-yahrzeit-dates):
11793 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
11794 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
11795
11796 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
11797 (calendar-holiday-marker, mark-visible-calendar-date):
11798 * calendar/diary-lib.el (fancy-diary-display):
11799 Check for font-lock-mode before using faces.
11800
11801 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
11802 (calendar-gregorian-from-absolute): Reduce the number of lets.
11803 (hebrew-holidays-4, generate-calendar-window): Simplify.
11804 (calendar-for-loop): Make obsolete.
11805 (calendar-nth-named-day): Doc fix.
11806
11807 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
11808 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
11809 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
11810 Reduce the number of lets.
11811 (mark-sexp-diary-entries, calendar-mark-complex):
11812 Expand calendar-for-loops.
11813
11814 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
11815
11816 * find-dired.el (find-dired-filter): Fix last patch to handle
11817 multi-line process input. Pad link numbers too.
11818 2008-04-01 Jari Aalto <jari.aalto@cante.net>
11819
11820 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
11821
11822 2008-04-01 Jason Rumney <jasonr@gnu.org>
11823
11824 * international/characters.el (script-list): Add phonetic script,
11825 covering IPA (previously Latin), Phonetic Extensions and
11826 Phonetic Extensions Supplement (both previously unassigned).
11827
11828 * international/fontset.el (setup-default-fontset): Use unicode fonts
11829 that cover bopomofo script for bopomofo.
11830 Likewise for braille and mathematical.
11831 Use unicode scripts that cover the phonetic script for IPA.
11832
11833 2008-04-01 Johan Bockgård <bojohan@gnu.org>
11834
11835 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
11836 return the assigned value.
11837
11838 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
11839
11840 * abbrev.el (abbrev-mode): Use define-minor-mode.
11841
11842 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
11843 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
11844 Use map-keymap.
11845 (minor-mode-menu-from-indicator): Use it. Simplify.
11846
11847 * bindings.el (mode-line-mode-menu): Move before (new) first use.
11848 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
11849 Bind the key directly to the menu.
11850 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
11851
11852 2008-04-01 Daiki Ueno <ueno@unixuser.org>
11853
11854 * epa.el (epa-decrypt-region): Explain the reason why this
11855 function should not be used in Lisp programs.
11856 (epa-decrypt-armor-in-region): Ditto.
11857 (epa-verify-region): Ditto.
11858 (epa-verify-cleartext-in-region): Ditto.
11859 (epa-sign-region): Ditto.
11860 (epa-encrypt-region): Ditto.
11861
11862 * epg.el (epg-start-receive-keys): Fix typo in docstring.
11863
11864 * epa.el (epa-select-keys): Show menu even if there is no key in
11865 GnuPG's keyring.
11866
11867 2008-04-01 Glenn Morris <rgm@gnu.org>
11868
11869 * calendar/calendar.el (calendar-make-temp-face): New function.
11870 (mark-visible-calendar-date):
11871 * calendar/diary-lib.el (fancy-diary-display): Use it.
11872
11873 * vc-hooks.el (vc-responsible-backend): Declare as function.
11874
11875 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
11876 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
11877 * calendar/cal-julian.el (holiday-julian): Use it.
11878
11879 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
11880 (calendar-hebrew-date-is-visible-p): Extract some common code into
11881 separate function.
11882 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
11883
11884 * calendar/cal-menu.el (cal-menu-holidays-menu):
11885 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
11886 rather than obsolete alias.
11887
11888 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
11889 for mark characters.
11890 (calendar-unmark): Unmark by removing all overlays, rather than
11891 redrawing.
11892 (calendar-starred-day): Remove.
11893 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
11894 (calendar-cursor-to-date): No need for special star handling now
11895 using overlays.
11896 (calendar-star-date): Use overlays.
11897
11898 * calendar/cal-french.el (calendar-goto-french-date):
11899 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
11900 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
11901 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
11902 * calendar/cal-persia.el (calendar-persian-date-string):
11903 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
11904 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
11905 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
11906 * calendar/solar.el (solar-equinoxes-solstices):
11907 Reduce nesting of some lets.
11908
11909 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11910 (calendar-goto-mayan-long-count-date): Simplify.
11911
11912 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
11913 Simplify by using mapcar.
11914 (calendar-list-holidays): Return holiday-list.
11915 (list-holidays): Use let rather than let*. Remove un-needed locals
11916 `d', `never'.
11917 (calendar-check-holidays): Return result from dolist.
11918 (holiday-float): Use a single let*. Simplify if-and to and.
11919 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
11920 single let*.
11921
11922 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
11923
11924 * calc/calc.el: Autoload `calc-yank'.
11925 (calc-mode-map): Add keybindings for `calc-yank'.
11926 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
11927 assignments for `calc-yank'.
11928
11929 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
11930
11931 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
11932 (vc-status-mark-buffer-changed): Handle the extra field.
11933
11934 * vc-bzr.el (vc-bzr-after-dir-status):
11935 * vc-cvs.el (vc-cvs-after-dir-status):
11936 * vc-hg.el (vc-hg-after-dir-status):
11937 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
11938
11939 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * doc-view.el: Compute displayed pages first (in PDF).
11942 (doc-view-current-converter-processes): Rename from
11943 doc-view-current-converter-process. Update users.
11944 (doc-view-sentinel): Test buffer's liveness.
11945 (doc-view-pdf/ps->png-sentinel): Remove.
11946 (doc-view-start-process): New function.
11947 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
11948 (doc-view-ps->pdf): Use it.
11949 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
11950 New functions.
11951 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
11952 (doc-view-mode): Kill the processes when leaving the mode.
11953
11954 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
11955
11956 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
11957 Use `byte-compile-warning-types'. Add docstring.
11958
11959 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
11960
11961 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
11962 (smerge-resolve): Add various resolution heuristics.
11963
11964 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
11965 in 3-way conflicts.
11966
11967 2008-03-31 Glenn Morris <rgm@gnu.org>
11968
11969 * calendar/cal-bahai.el (diary-bahai-mark-entries):
11970 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
11971 * calendar/cal-islam.el (mark-islamic-diary-entries):
11972 Fix argument order in call to diary-mark-entries-1.
11973
11974 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
11975 pre-Bahai dates.
11976 (holiday-bahai): Use an algorithm actually relevant to this calendar
11977 system.
11978
11979 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
11980
11981 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
11982 Use and.
11983
11984 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
11985 in the last fortnight in Julian October.
11986
11987 * calendar/calendar.el (increment-calendar-month): Optionally handle
11988 systems without 12 months per year.
11989 (calendar-date-is-visible-p): Doc fix. Simplify.
11990
11991 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
11992 from dolist.
11993
11994 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
11997 (hi-lock-unload-function): New function.
11998
11999 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
12000
12001 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
12002 overwriting when NEWNAME is a local file.
12003
12004 * net/trampver.el: Update release number.
12005
12006 2008-03-30 Alexandre Julliard <julliard@winehq.org>
12007
12008 * vc-git.el: Make vc-status display information about copies,
12009 renames and permission changes.
12010 (vc-git-extra-fileinfo): New defstruct.
12011 (vc-git-escape-file-name, vc-git-file-type-as-string)
12012 (vc-git-rename-as-string, vc-git-permissions-as-string)
12013 (vc-git-status-printer): New functions.
12014 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
12015 (vc-git-after-dir-status-stage1): Look for copies, renames and
12016 permission changes.
12017 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
12018 (vc-git-dir-status): Ask for staged files and renames.
12019
12020 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
12021
12022 * vc.el: Allow backends to display backend specific information in
12023 the vc-status listing.
12024 (vc-status-fileinfo): Add a field for backend specific information.
12025 (vc-status-printer): Rename to ...
12026 (vc-default-status-printer): ... this.
12027 (vc-status-printer): New function.
12028 (vc-update-vc-status-buffer): Set the backend specific file info
12029 if provided.
12030
12031 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
12032
12033 * textmodes/remember.el (remember-diary-convert-entry): Revert last
12034 change (ill-conceived).
12035
12036 2008-03-29 Glenn Morris <rgm@gnu.org>
12037
12038 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
12039 * calendar/cal-julian.el (holiday-julian): Simplify.
12040
12041 * calendar/holidays.el (list-holidays): Use or.
12042
12043 2008-03-29 Juri Linkov <juri@jurta.org>
12044
12045 * window.el (split-window-preferred-horizontally): New function.
12046
12047 * cus-start.el (split-window-preferred-function):
12048 Set choice for "vertically" to nil instead of split-window.
12049 Set choice for "horizontally" to split-window-preferred-horizontally
12050 instead of lambda.
12051
12052 2008-03-29 Juri Linkov <juri@jurta.org>
12053
12054 * simple.el (minibuffer-default-add-function): New variable with
12055 the default to minibuffer-default-add-completions.
12056 (minibuffer-default-add-done): New variable. Make it buffer-local.
12057 (minibuffer-default-add-completions): New function.
12058 (goto-history-element): Set minibuffer-default-add-done to t and
12059 call a function in minibuffer-default-add-function when the
12060 specified absolute history position is greater than the length of
12061 the minibuffer-default list and minibuffer-default-add-done is nil.
12062 Change "^End of history; no next item$" to "^End of defaults;
12063 no next item$".
12064
12065 * bindings.el (debug-ignored-errors): Change "^End of history;
12066 no next item$" to "^End of defaults; no next item$".
12067
12068 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12069
12070 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
12071
12072 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
12073 to with-no-warnings.
12074
12075 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
12076
12077 Sync with Tramp 2.1.13.
12078
12079 * net/tramp-ftp.el: Require 'cl when byte-compiling.
12080
12081 * net/trampver.el: Update release number.
12082
12083 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12084
12085 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
12086 the current backend.
12087
12088 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
12089 (vc-status-refresh): Create a temporary buffer and call the
12090 `dir-status' backend function from that buffer.
12091
12092 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
12093 (vc-bzr-after-dir-status): Don't kill the buffer.
12094
12095 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
12096 (vc-cvs-after-dir-status): Don't kill the buffer.
12097
12098 * vc-git.el (vc-git-dir-status): Don't create a buffer.
12099 (vc-git-after-dir-status-stage2): Don't kill the buffer.
12100
12101 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
12102 (vc-hg-after-dir-status): Don't kill the buffer.
12103
12104 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
12105 (vc-svn-after-dir-status): Don't kill the buffer.
12106
12107 2008-03-29 Glenn Morris <rgm@gnu.org>
12108
12109 * calendar/calendar.el (diary-file, american-date-diary-pattern)
12110 (european-date-diary-pattern, european-calendar-display-form)
12111 (american-calendar-display-form, diary-display-hook): Doc fixes.
12112 (european-calendar-style): Doc fix. Use calendar-set-date-style for
12113 custom :set. Mark as obsolete.
12114 (calendar-date-style, iso-date-diary-pattern)
12115 (iso-calendar-display-form): New user variables.
12116 (diary-date-forms, calendar-date-display-form): Set using
12117 calendar-date-style. Doc fix.
12118 (calendar-set-date-style): New command.
12119 (european-calendar, american-calendar): Use calendar-set-date-style.
12120 Mark as obsolete.
12121
12122 * calendar/diary-lib.el (number): Move declaration where needed.
12123 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
12124 (diary-make-date): New function.
12125 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
12126 Use diary-make-date.
12127 (diary-date-display-form, diary-insert-entry-1): New functions.
12128 (insert-monthly-diary-entry, insert-yearly-diary-entry):
12129 Use diary-insert-entry-1.
12130 (insert-anniversary-diary-entry, insert-block-diary-entry)
12131 (insert-cyclic-diary-entry): Use diary-date-display-form.
12132
12133 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
12134 Autoload diary-insert-entry-1.
12135 * calendar/cal-bahai.el (diary-bahai-insert-entry)
12136 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
12137 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
12138 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
12139 * calendar/cal-islam.el (insert-islamic-diary-entry)
12140 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
12141 Use diary-insert-entry-1.
12142
12143 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
12144 (diary-yahrzeit): Doc fix. Use diary-make-date.
12145
12146 * calendar/icalendar.el (icalendar--datetime-to-american-date):
12147 New name for icalendar--datetime-to-noneuropean-date. Make old name
12148 obsolete alias.
12149 (icalendar--datetime-to-iso-date): New function.
12150 (icalendar--datetime-to-diary-date): Doc fix. Respect
12151 calendar-date-style if bound.
12152
12153 * textmodes/remember.el (remember-diary-convert-entry):
12154 Respect calendar-date-style if bound.
12155
12156 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12157
12158 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
12159 (xterm-mouse-handle-delete-frame): Delete.
12160
12161 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
12162 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
12163 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
12164 in xterm-modify-other-keys-terminal-list.
12165
12166 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
12167 are conflicts.
12168
12169 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
12170
12171 * vc.el (vc-update): Check if the buffer is unsaved only if it
12172 actually exists.
12173 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
12174 vc-print-log.
12175
12176 2008-03-28 Magnus Henoch <mange@freemail.hu>
12177
12178 * net/dns.el (dns-write): Use set-buffer-multibyte.
12179
12180 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12181
12182 * vc-bzr.el (vc-bzr-sha1): New fun.
12183 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
12184 (vc-bzr-registered): Use it.
12185
12186 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
12187
12188 * vc.el (vc-status-kill-dir-status-process): Simplify.
12189 (vc-status-refresh): Make sure the buffer is live.
12190 (ring): Don't require it, not used.
12191
12192 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
12193
12194 * progmodes/verilog-mode.el (verilog-auto-inout-module):
12195 Add optional regular expression to AUTOINOUTMODULE.
12196 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
12197 (verilog-auto-inst-param, verilog-auto-reg)
12198 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
12199 (verilog-auto-output-every, verilog-auto-input)
12200 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
12201 (verilog-auto-unused, verilog-auto): Update documentation to use
12202 more obvious instance module names versus cell names.
12203
12204 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
12205
12206 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
12207 kill if a process is running.
12208
12209 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
12210
12211 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
12212
12213 * vc.el: Add new backend function 'status-extra-headers.
12214 (vc-default-status-extra-headers): New function.
12215 (vc-status-headers): Call 'status-extra-headers. Add colors.
12216
12217 * vc-git.el (vc-git-status-extra-headers): New function.
12218
12219 2008-03-28 Glenn Morris <rgm@gnu.org>
12220
12221 * calendar/cal-menu.el (cal-menu-holidays-menu)
12222 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
12223 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
12224 holiday-list is optional.
12225 (calendar-mouse-holidays): Remove un-needed local `l'.
12226
12227 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
12228 Remove un-needed local `date'.
12229 (calendar-cursor-to-visible-date): Use let rather than let*.
12230 Remove un-needed local `first-of-month-weekday'.
12231
12232 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
12233
12234 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
12235 Doc fixes.
12236 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
12237 (diary-header-line-flag, diary-header-line-format): Declare.
12238 (diary-pull-attrs): Check for multiple matches.
12239 (diary-list-entries-2): Simplify finding start of date.
12240 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
12241 pop-up-frames.
12242 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
12243 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
12244
12245 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
12246
12247 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
12248
12249 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
12250
12251 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
12254
12255 * image-mode.el (image-mode-reapply-winprops): Fix last change.
12256
12257 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
12258
12259 * international/mule-conf.el (define-iso-single-byte-charset):
12260 Don't make latin-iso8859-* supplementary.
12261 (#'set-charset-priority): Don't change the priority of charsets
12262 `unicode' and `emacs'.
12263
12264 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
12265
12266 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
12267 temp buffer.
12268
12269 2008-03-27 Glenn Morris <rgm@gnu.org>
12270
12271 * calendar/cal-bahai.el (diary-bahai-list-entries):
12272 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
12273 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
12274
12275 * calendar/calendar.el (diary-file): Doc fix.
12276
12277 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
12278 (list-diary-entries-hook, mark-diary-entries-hook)
12279 (include-other-diary-files, diary-mail-entries)
12280 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
12281 (diary-set-header): New function.
12282 (diary-header-line-flag, diary-header-line-format):
12283 Use diary-set-header for custom :set function.
12284 (diary-set-maybe-redraw): Use symbol-value rather than eval.
12285 (diary-attrtype-convert): Use intern-soft rather than read.
12286 (diary-display-no-entries): New function.
12287 (simple-diary-display, fancy-diary-display): Use it.
12288 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
12289 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
12290
12291 * calendar/holidays.el (list-holidays): Doc fix.
12292
12293 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
12294
12295 * calc/calc-store.el (calc-read-var-name-history): New variable.
12296 (calc-read-var-name): Use `calc-read-var-name-history'.
12297
12298 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * image-mode.el (image-mode-reapply-winprops): Simplify now that
12301 window-configuration-change-hook works buffer-locally.
12302
12303 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12304
12305 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
12306 for Emacs Lisp, not Lisp.
12307
12308 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
12309
12310 * help-fns.el (describe-function-1, describe-variable):
12311 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
12312
12313 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
12314 replacement is provided, don't print "use nil instead".
12315
12316 2008-03-26 Johan Bockgård <bojohan@gnu.org>
12317
12318 * complete.el (PC-do-completion): Use regexp-quote.
12319
12320 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
12321
12322 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
12323 Detect missing files.
12324
12325 * vc-git.el (vc-git-extra-menu-map): New key map.
12326 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
12327 New functions.
12328
12329 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
12330 and 'missing files.
12331
12332 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12333
12334 * calendar/holidays.el (list-holidays): Make Y2 optional.
12335
12336 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
12337 buffers shown to the user.
12338 (appt-disp-window): Disable undo explicitly now that the leading space
12339 is gone.
12340
12341 * simple.el (activate-mark): New function.
12342 (set-mark-command): Use it with region-active-p to clean up the code.
12343 (exchange-point-and-mark): Invert the meaning of C-u when
12344 transient-mark-mode is active.
12345
12346 * dired-aux.el (dired-create-files): Use dolist.
12347
12348 * bindings.el (mode-line-change-eol): Use with-selected-window.
12349
12350 * apropos.el (apropos-command): Include macros.
12351
12352 2008-03-26 Glenn Morris <rgm@gnu.org>
12353
12354 * calendar/cal-bahai.el: Require calendar, not cal-julian.
12355 (calendar-bahai-epoch): Doc fix.
12356
12357 * calendar/cal-china.el: Explicitly require calendar.
12358
12359 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
12360 Require calendar rather than cal-julian.
12361 Autoload calendar-absolute-from-julian.
12362 * calendar/cal-coptic.el (coptic-calendar-epoch):
12363 * calendar/cal-islam.el (calendar-islamic-epoch):
12364 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
12365
12366 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
12367
12368 * calendar/cal-dst.el: Don't require cal-persia.
12369 (calendar-absolute-from-persian): Autoload it.
12370 (dst-adjust-time): Doc fix.
12371
12372 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
12373 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
12374 calendar.
12375
12376 * calendar/cal-menu.el: Require calendar rather than declaring
12377 functions.
12378 * calendar/calendar.el: Provide calendar before requiring cal-menu.
12379
12380 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
12381 calendar-after-frame-setup-hooks. Update callers, make old name an
12382 obsolete alias. Doc fix.
12383 (calendar-frame-1): Doc fix.
12384
12385 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
12386
12387 * calendar/calendar.el (oriental-holidays, solar-holidays):
12388 * calendar/holidays.el (list-holidays): Assume atan always bound.
12389
12390 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
12391 Explicitly require calendar, not cal-julian.
12392 * calendar/lunar.el: Explicitly require cal-dst.
12393
12394 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
12395
12396 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
12397
12398 * help-fns.el (describe-function-1, describe-variable): If no
12399 replacement is provided, don't print "use nil instead".
12400
12401 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12402
12403 * proced.el: New file.
12404
12405 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
12406
12407 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
12408
12409 2008-03-25 Juri Linkov <juri@jurta.org>
12410
12411 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
12412 in battery-mode-line-format.
12413
12414 * bindings.el (minibuffer-local-map): For the command
12415 file-cache-minibuffer-complete replace keymap minibuffer-local-map
12416 with map which is already locally bound to minibuffer-local-map.
12417
12418 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12419
12420 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
12421 Remove `sort-first' argument.
12422
12423 * subr.el (redisplay-end-trigger-functions)
12424 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
12425 (process-filter-multibyte-p, set-process-filter-multibyte):
12426 Mark as obsolete.
12427
12428 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
12429
12430 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
12431 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
12432 use the LOCAL arg of `add-hook'.
12433 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
12434 Remove spurious * from defcustom docstrings.
12435 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
12436 Fix typos in messages.
12437 (reb-mode-buffer-p): New function.
12438 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
12439 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
12440 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
12441 Use `unless', `when'.
12442 (re-builder-unload-function): New function.
12443
12444 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
12445
12446 * vc-hooks.el (vc-state): Add documentation for 'missing.
12447
12448 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
12449
12450 * progmodes/verilog-mode.el (verilog-auto-output)
12451 (verilog-auto-input, verilog-auto-inout, verilog-auto)
12452 (verilog-delete-auto): Add optional regular expression to
12453 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
12454 (verilog-signals-matching-regexp): New internal function for
12455 signal matching.
12456
12457 2008-03-25 Johan Bockgård <bojohan@gnu.org>
12458
12459 * info.el (Info-isearch-search): Always return point.
12460
12461 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
12462
12463 * diff-mode.el (diff-remembered-defdir): New var.
12464 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
12465
12466 2008-03-25 Glenn Morris <rgm@gnu.org>
12467
12468 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
12469 calendar-bahai-prompt-for-date. Update callers, make old name an
12470 obsolete alias. Doc fix.
12471 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
12472 coptic-prompt-for-date. Update callers, make old name an
12473 obsolete alias. Doc fix.
12474 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
12475 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
12476 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
12477 calendar-islamic-prompt-for-date. Update callers. Doc fix.
12478 * calendar/cal-iso.el (calendar-iso-read-date): New name for
12479 calendar-iso-read-args. Update callers, make old name an obsolete
12480 alias.
12481 * calendar/cal-persia.el (calendar-persian-read-date): New name for
12482 persian-prompt-for-date. Update callers, make old name an
12483 obsolete alias. Doc fix. Move definition before use.
12484
12485 * calendar/cal-x.el (diary-frame-parameters)
12486 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
12487 (calendar-frame-1): Doc fixes.
12488 (make-fancy-diary-buffer): Remove declaration.
12489 (calendar-dedicate-diary): Replace call to deleted function
12490 make-fancy-diary-buffer.
12491 (calendar-frame-setup): New function.
12492 (calendar-one-frame-setup, calendar-only-one-frame-setup)
12493 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
12494 work, and mark as obsolete.
12495 (special-display-buffer-names): Don't mess with this; it's not our
12496 business.
12497 (cal-x-load-hook): Defvar it, and mark as obsolete.
12498
12499 * calendar/calendar.el (calendar-remove-frame-by-deleting):
12500 Default to t. Add to 'calendar group.
12501 (calendar): Doc fix. Use calendar-frame-setup.
12502 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
12503 (generate-calendar-window): Doc fix.
12504
12505 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
12506
12507 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
12508
12509 2008-03-24 Drew Adams <drew.adams@oracle.com>
12510
12511 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
12512 New variables.
12513 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
12514 (finder-exit): Ignore errors rather than avoiding them.
12515 Kill *Finder-package* buffer also.
12516
12517 2008-03-24 Andreas Schwab <schwab@suse.de>
12518
12519 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
12520
12521 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
12522
12523 * vc-hg.el (vc-hg-after-dir-status):
12524 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
12525
12526 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
12527 Detect removed files.
12528
12529 * vc.el (vc-status-printer): Use a different face for missing files.
12530 (vc-status-hide-up-to-date): Rename from
12531 vc-status-remove-up-to-date. Update all callers.
12532 (vc-status-mode-map): Bind C-m.
12533
12534 2008-03-24 Alexandre Julliard <julliard@winehq.org>
12535
12536 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
12537 code ...
12538 (vc-git--state-code): ... to this new function.
12539 (vc-git-state): Use it.
12540
12541 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
12542
12543 * textmodes/remember.el (remember-mail-date)
12544 (remember-store-in-mailbox): Write date and From line in such a
12545 way that Mutt can read it.
12546
12547 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
12548
12549 * simple.el (transient-mark-mode): Turn on by default.
12550
12551 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12552
12553 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
12554 'unregistered for unregistered files.
12555
12556 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
12557
12558 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
12559
12560 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
12561 subdirectories.
12562
12563 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
12564 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
12565 Add :enable for vc-status-refresh.
12566 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
12567 (vc-status-tool-bar-map): Add binding for
12568 vc-status-kill-dir-status-process.
12569 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
12570 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
12571 Reset vc-status-process-buffer.
12572 (vc-status-refresh): Don't run two refreshes at a time.
12573 (vc-status): If the buffer is already in vc-status-mode only refresh.
12574 (vc-status-mark-buffer-changed): Add an optional file parameter.
12575 (vc-resynch-buffer): Use it.
12576 (vc-delete-file): Expand the file name before using it.
12577 Be careful to not create a new buffer with the old file contents.
12578 Update the VC state after performing the operation.
12579
12580 2008-03-23 Andreas Schwab <schwab@suse.de>
12581
12582 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
12583 Fix radio button condition.
12584 [box]: Likewise.
12585 [customize]: Add radio button.
12586
12587 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
12588
12589 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
12590 (calc-user-parse-tables, calc-gnuplot-default-device)
12591 (calc-gnuplot-default-output, calc-gnuplot-print-device)
12592 (calc-gnuplot-print-output, calc-gnuplot-geometry)
12593 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
12594 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
12595 (calc-undo-list, calc-redo-list, calc-main-buffer)
12596 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
12597 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
12598 (calc-said-hello, calc-executing-macro, calc-any-selections)
12599 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
12600 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
12601 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
12602 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
12603 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
12604 (calc-create-buffer, calc-quit): Add docstrings.
12605
12606 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
12607
12608 * makefile.w32-in (WINS_ALMOST): Add org.
12609
12610 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
12611
12612 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
12613 New functions to implement vc-status support.
12614
12615 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12616
12617 * vc.el (vc-status-prepare-status-buffer): New function.
12618 (vc-status): Use it.
12619
12620 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
12621 appropriate.
12622
12623 2008-03-22 Alexandre Julliard <julliard@winehq.org>
12624
12625 * vc-git.el (vc-git--empty-db-p)
12626 (vc-git-after-dir-status-stage1-empty-db): New functions.
12627 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
12628 Add support for empty repositories.
12629
12630 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
12631
12632 * vc-git.el (vc-git-annotate-extract-revision-at-line):
12633 Allow "^" in a version name.
12634
12635 * vc-mtn.el (vc-mtn-state): Support the added state.
12636
12637 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
12638
12639 * org: New directory for Org-mode.
12640
12641 * org/org-export-latex.el: Moved from lisp/texmodes.
12642
12643 * org/org-irc.el: Moved from lisp/texmodes.
12644
12645 * org/org-mac-message.el: Moved from lisp/texmodes.
12646
12647 * org/org-mouse.el: Moved from lisp/texmodes.
12648
12649 * org/org-publish.el: Moved from lisp/texmodes.
12650
12651 2008-03-21 Juri Linkov <juri@jurta.org>
12652
12653 * comint.el (comint-dynamic-simple-complete):
12654 Use variable `stub' for the second arg `common-substring'
12655 of `comint-dynamic-list-completions'.
12656 (comint-dynamic-list-filename-completions):
12657 Use variable `filenondir' for the second arg `common-substring'
12658 of `comint-dynamic-list-completions'.
12659 (comint-dynamic-list-completions): Add new optional arg
12660 `common-substring'. Add `common-substring' as the second arg of
12661 the call to `display-completion-list'. Doc fix.
12662
12663 * comint.el (comint-dynamic-complete-as-filename)
12664 (comint-dynamic-list-filename-completions)
12665 (comint-dynamic-simple-complete): Use `minibuffer-message'
12666 to display message "No completions of %s" when a command
12667 is called in the minibuffer.
12668 (comint-dynamic-simple-complete): Don't display other
12669 completion messages when a command is called in the minibuffer.
12670 (comint-dynamic-list-completions): Use `minibuffer-message'
12671 to display message " [Type space to flush ...]" when a command
12672 is called in the minibuffer.
12673
12674 * shell.el (shell-dynamic-complete-command)
12675 (shell-dynamic-complete-environment-variable): Don't display
12676 completion messages when command is called in the minibuffer.
12677
12678 * emacs-lisp/lisp.el (lisp-complete-symbol):
12679 Use `minibuffer-message' to display message "No completions of %s"
12680 when this command is called in the minibuffer.
12681
12682 * bindings.el (standard-mode-line-modes): Put special help-echo
12683 tooltip on recursive edit %[ %] mode-line constructs.
12684
12685 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
12686 "^No dynamic expansion for .* found$" to allow error messages like
12687 "No dynamic expansion for \"%s\" found in this-buffer".
12688
12689 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
12690
12691 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
12692 "psftp".
12693
12694 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
12697 * vc.el (vc-default-dired-state-info): Use just "modified".
12698 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
12699 (vc-cvs-mode-line-string): Make use of the better default.
12700 (vc-cvs-parse-entry): Use the new `added'.
12701 (vc-cvs-dired-state-info): Remove.
12702 * vc-svn.el (vc-svn-dired-state-info): Remove.
12703 * vc-hg.el (vc-hg-dired-state-info): Remove.
12704 * vc-git.el (vc-git-dired-state-info): Remove.
12705
12706 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12707
12708 * vc-git.el (vc-git-status-result): New variable.
12709 (vc-git-dir-status): Split out ...
12710 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
12711 ... these new functions and work asynchronously.
12712
12713 2008-03-21 Alexandre Julliard <julliard@winehq.org>
12714
12715 * vc-git.el (vc-git-after-dir-status): Remove.
12716 (vc-git-dired-state-info): Reimplement.
12717
12718 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
12719
12720 * replace.el (occur-mode-map): Add :help.
12721
12722 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
12723 for disassemble.
12724
12725 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
12726 the 'added state.
12727 (vc-status-remove-up-to-date): New function.
12728 (vc-status-mode-map, vc-status-menu-map): Bind it.
12729 (vc-status-printer): Use a different face up-to-date files.
12730 (vc-resynch-buffer): Update the vc-status buffer if it exists.
12731 (Todo): Remove solved entries.
12732
12733 * vc-hg.el (vc-hg-state):
12734 * vc-git.el (vc-git-state):
12735 * vc-cvs.el (vc-cvs-parse-status):
12736 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
12737 state.
12738
12739 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12740
12741 * progmodes/compile.el (compile):
12742 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
12743
12744 * simple.el (minibuffer-local-shell-command-map): New var.
12745 (minibuffer-complete-shell-command, read-shell-command): New funs.
12746 (shell-command, shell-command-on-region): Use them.
12747
12748 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12749
12750 * vc.el (vc-status-mark-buffer-changed): New function to implement
12751 updating of the *vc-status* buffer when a buffer is saved.
12752 (vc-status-mode): Use it for after-change-hook.
12753 (vc-add-to-vc-status-buffer): Rename to ...
12754 (vc-status-add-entry): ... this.
12755 (Todo): Add new entry.
12756
12757 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
12760
12761 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
12762
12763 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
12764 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
12765 Remove spurious * from defcustom docstrings.
12766 (icomplete-compute-delay): Fix docstring and remove spurious *.
12767 (icomplete-delay-completions-threshold): Fix typo in docstring and
12768 remove spurious *.
12769 (icomplete-completions): While collecting the list of prospective
12770 candidates, don't overshoot `icomplete-prospects-length'.
12771
12772 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
12773
12774 * textmodes/refbib.el:
12775 * textmodes/reftex.el:
12776 * textmodes/reftex-global.el:
12777 * textmodes/reftex-vars.el:
12778 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
12779 compiler pacifying defvars.
12780 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
12781 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
12782 not needed.
12783
12784 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
12785
12786 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
12787 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
12788 (verilog-customize, verilog-font-customize)
12789 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
12790 (verilog-mode): Update documentation strings to match tool tips.
12791 (verilog-auto-search-do, verilog-auto-re-search-do)
12792 (verilog-skip-forward-comment-or-string): Fix verilog-auto
12793 expansion when a .* appears inside a string.
12794 (verilog-re-search-forward, verilog-re-search-backward):
12795 Add comment to recall how this works.
12796 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
12797
12798 2008-03-20 Glenn Morris <rgm@gnu.org>
12799
12800 * calendar/calendar.el (calendar-other-dates): New function.
12801 (calendar-print-other-dates): Use calendar-other-dates.
12802 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
12803 the declarations it replaces.
12804 (calendar-mouse-print-dates): Use calendar-other-dates.
12805
12806 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
12807 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
12808 (calendar-absolute-from-bahai): Fix the leap-year case.
12809 (calendar-bahai-from-absolute): Re-use the Gregorian month.
12810 (calendar-bahai-date-string, calendar-bahai-print-date):
12811 Handle pre-Bahai dates.
12812
12813 * calendar/cal-china.el (chinese-calendar-celestial-stem)
12814 (chinese-calendar-terrestrial-branch): Make defcustoms.
12815
12816 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
12817 (calendar-mouse-view-diary-entries): Use or.
12818 (calendar-mouse-chinese-date): Remove unused command.
12819 (cal-menu-load-hook): Mark as obsolete.
12820
12821 * calendar/solar.el (calendar-location-name, calendar-latitude)
12822 (calendar-longitude, solar-arctan, sunrise-sunset)
12823 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
12824
12825 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
12826
12827 * calc/calc.el: Remove outdated comments.
12828 (defcalcmodevar, calc-mode-var-list-restore-default-values)
12829 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
12830 Add docstrings.
12831
12832 2008-03-19 Jason Rumney <jasonr@gnu.org>
12833
12834 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
12835
12836 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
12837
12838 * net/tls.el (open-tls-stream): Reindent.
12839
12840 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
12841
12842 * net/tramp.el (tramp-let-maybe): Removed.
12843 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
12844 It does not exist under XEmacs.
12845 (tramp-handle-file-truename, tramp-handle-expand-file-name)
12846 (tramp-completion-file-name-handler): Let-bind
12847 `directory-sep-char'.
12848
12849 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
12850 `directory-sep-char'.
12851
12852 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12853
12854 * help-fns.el (describe-function-1): Don't signal "missing arglist"
12855 for autoloaded keymaps.
12856
12857 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
12858 (electric-verilog-terminate-line, verilog-in-struct-region-p)
12859 (verilog-backward-ws&directives, verilog-forward-ws&directives)
12860 (verilog-in-comment-p, verilog-in-star-comment-p)
12861 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
12862 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
12863 (verilog-skip-forward-comment-or-string, verilog-in-paren)
12864 (verilog-skip-forward-comment-p): Use it.
12865
12866 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12867
12868 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
12869 (org-remember-templates, org-time-stamp-rounding-minutes)
12870 (org-back-over-empty-lines, org-find-base-buffer-visiting)
12871 (org-columns-new): Fix typos in docstrings.
12872
12873 2008-03-19 Glenn Morris <rgm@gnu.org>
12874
12875 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
12876 (tramp-handle-shell-command): Use condition-case rather than
12877 ignore-errors.
12878
12879 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
12880
12881 * diff-mode.el (diff-header): Make the color louder.
12882 (diff-refine-change): Tone the color down.
12883
12884 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
12885
12886 * descr-text.el (describe-char): When `describe-char-unidata-list'
12887 is set to show all properties, list them in the right order.
12888
12889 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12890
12891 * international/mule.el (load-with-code-conversion): Avoid setting
12892 default-enable-multibyte-characters.
12893
12894 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
12895
12896 * vc.el (vc-annotate-background): Fix custom type.
12897
12898 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * descr-text.el (describe-char-unidata-list): Allow specifying
12901 just all properties.
12902 (describe-char): Handle that new value.
12903
12904 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
12905
12906 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
12907
12908 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
12909 instead of file name extension to make docs with uncommon
12910 extensions work.
12911
12912 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
12913
12914 * doc-view.el (require): Require cl at compile time because
12915 `assert' needs it.
12916
12917 2008-03-18 Glenn Morris <rgm@gnu.org>
12918
12919 * calendar/calendar.el (initial-calendar-window-hook)
12920 (today-visible-calendar-hook): Doc fixes.
12921
12922 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
12923
12924 * net/tramp.el (tramp-root-regexp): Simplify.
12925 (tramp-completion-file-name-regexp-separate): Don't insist on
12926 leading "[". This prevents method or user or host completion.
12927 (tramp-let-maybe): Autoload it.
12928 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
12929 is an alias for `identity'.
12930 (tramp-handle-write-region): Protect `last-coding-system-used'
12931 over the trailing statements.
12932 (tramp-completion-file-name-handler-post-function): Remove.
12933 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
12934 instead of calling `tramp-drop-volume-letter'.
12935
12936 * net/tramp.el:
12937 * net/tramp-uu.el:
12938 * net/trampver.el: Move coding cookie at the end.
12939
12940 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
12943 elements which may be something else than characters.
12944
12945 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
12946
12947 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
12948 New functions to implement vc-status support.
12949
12950 * vc.el (vc-default-extra-status-menu)
12951 (vc-add-to-vc-status-buffer): New functions.
12952
12953 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
12954 for eldoc and ielm.
12955
12956 2008-03-17 Glenn Morris <rgm@gnu.org>
12957
12958 * calendar/cal-x.el (diary-frame-parameters)
12959 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
12960 Fix custom type; add options.
12961 (calendar-frame, diary-frame): Doc fixes.
12962 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
12963 new functions.
12964 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
12965 Use calendar-frame-1 and calendar-dedicate-diary.
12966 (calendar-one-frame-setup): Also handle only-one-frame case.
12967 (calendar-only-one-frame-setup): Doc fix. Just call
12968 calendar-one-frame-setup.
12969
12970 * calendar/diary-lib.el: Re-order some definitions before their use.
12971 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
12972 (diary-list-entries): Doc fixes.
12973 (make-fancy-diary-display): Remove function.
12974
12975 * calendar/calendar.el (calendar-today-marker)
12976 (initial-calendar-window-hook, today-visible-calendar-hook)
12977 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
12978 (calendar-star-date, calendar-mark-today): Doc fixes.
12979 (today-visible-calendar-hook): Add options.
12980 (calendar-in-read-only-buffer): New macro.
12981 (calendar-basic-setup): Adapt for change in calendar-read-date.
12982 Place holiday let inside if.
12983 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
12984 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
12985 (calendar-print-other-dates): Use one let rather than many.
12986
12987 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
12988 (calendar-print-other-dates):
12989 * calendar/cal-hebrew.el (list-yahrzeit-dates):
12990 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
12991 * calendar/holidays.el (calendar-list-holidays, list-holidays)
12992 (calendar-cursor-holidays):
12993 * calendar/lunar.el (calendar-phases-of-moon): Use
12994 calendar-in-read-only-buffer to replace previous code and disable undo.
12995
12996 2008-03-16 Juri Linkov <juri@jurta.org>
12997
12998 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
12999 and regexp-search-ring-yank-pointer for the HISTPOS argument of
13000 read-from-minibuffer to provide the correct initial minibuffer
13001 history position in isearch-edit-string when it is called from
13002 isearch-ring-adjust.
13003
13004 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
13005 to check if the current buffer is the minibuffer, and in this case
13006 call abort-recursive-edit to kill the minibuffer. Doc fix.
13007 (kill-this-buffer-enabled-p): Allow this function to return non-nil
13008 when the current buffer is the minibuffer.
13009
13010 * simple.el (goto-line): Leave mark at previous position. Doc fix.
13011
13012 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
13013
13014 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13015 Use non-nil PARENTS attribute of make-directory instead of
13016 explicitly checking existence the current cache directory.
13017
13018 2008-03-16 Daiki Ueno <ueno@unixuser.org>
13019
13020 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
13021 M-x epa-file-select-keys.
13022
13023 2008-03-16 Kenichi Handa <handa@m17n.org>
13024
13025 * international/mule.el (auto-coding-alist):
13026 Use no-conversion-multibyte for archive files.
13027
13028 2008-03-16 Glenn Morris <rgm@gnu.org>
13029
13030 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
13031 New functions.
13032 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
13033 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
13034 Use calendar-mark-1.
13035 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
13036 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
13037 Use calendar-mark-complex.
13038 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
13039 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
13040 Use calendar-mark-1.
13041
13042 * calendar/calendar.el (calendar-mod): Remove.
13043 * calendar/cal-china.el (calendar-chinese-from-absolute)
13044 (calendar-chinese-date-string): Expand calendar-mod calls.
13045 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
13046 Expand calendar-mod calls.
13047
13048 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
13049 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
13050 (diary-bahai-insert-yearly-entry): Use let rather than let*.
13051 Move obsolete aliases after the functions that replaced them.
13052
13053 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
13054 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
13055 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
13056 Use let rather than let*.
13057 (calendar-hebrew-prompt-for-date): New function.
13058 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
13059 (holiday-tisha-b-av-etc): Use unless, let.
13060
13061 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
13062 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
13063
13064 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
13065
13066 * calendar/calendar.el (calendar-for-loop): Add indent spec.
13067
13068 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
13069 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
13070 than concat.
13071 (diary): Remove un-needed let.
13072 (view-other-diary-entries): Rename argument.
13073 (diary-list-entries-2): New function.
13074 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
13075 (print-diary-entries): Use unless.
13076 (diary-mark-entries-1): Change argument order, make all but
13077 markfunc optional. Handle the standard (Gregorian) case.
13078 Use match-string-no-properties. Handle marks.
13079 (mark-diary-entries): Use diary-mark-entries-1.
13080 (diary-font-lock-keywords-1): New macro.
13081 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
13082
13083 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
13084
13085 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
13086 (icalendar-export-hidden-diary-entries): New variable.
13087 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
13088 In case of error, insert full error-val.
13089 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
13090 Use calendar-day-of-week. Return the day number.
13091 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
13092
13093 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
13094
13095 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
13096 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
13097 (icalendar-export-region): Ignore hidden diary entries.
13098 (icalendar--convert-ordinary-to-ical): Fix case where event
13099 spans across midnight boundary.
13100 (icalendar-first-weekday-of-year): New function.
13101 (icalendar--convert-weekly-to-ical): Allow user-selectable start
13102 year for recurring events (Mozilla calendars do not propagate
13103 recurring events forever, so year 2000 start date was not working).
13104 (icalendar--convert-yearly-to-ical): Remove extra spaces in
13105 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
13106
13107 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
13108
13109 * net/tramp.el (tramp-root-regexp): New defconst.
13110 (tramp-completion-file-name-regexp-unified)
13111 (tramp-completion-file-name-regexp-separate)
13112 (tramp-completion-file-name-regexp-url): Use it.
13113 (tramp-do-copy-or-rename-file-via-buffer):
13114 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
13115 t for `insert-file-contents-literally'.
13116 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
13117 Autoload it.
13118 (tramp-completion-file-name-handler-post-function): New defconst.
13119 (tramp-completion-file-name-handler): Use it.
13120 (tramp-maybe-open-connection): Update calls to
13121 `tramp-flush-connection-property' for removed 2nd argument.
13122
13123 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
13124
13125 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
13126 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
13127 New functions.
13128
13129 2008-03-15 Glenn Morris <rgm@gnu.org>
13130
13131 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
13132 New functions.
13133 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
13134 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13135 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13136 (diary-bahai-list-entries): Use diary-list-entries-1.
13137 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
13138 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
13139 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13140 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13141 (list-hebrew-diary-entries): Use diary-list-entries-1.
13142 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
13143 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
13144 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
13145 (diary-list-entries-1, diary-mark-entries-1): Autoload.
13146 (list-islamic-diary-entries): Use diary-list-entries-1.
13147 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
13148
13149 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
13150
13151 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
13152
13153 * calendar/cal-china.el (number-chinese-months)
13154 (calendar-chinese-from-absolute): Use nth, caar.
13155
13156 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
13157
13158 * calendar/cal-french.el (french-calendar-accents): Doc fix.
13159
13160 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
13161 (calendar-hebrew-month-name-array-leap-year)
13162 (hebrew-calendar-parashiot-names): Make constants.
13163 (diary-parasha): Move definition after constants it uses.
13164
13165 * calendar/cal-html.el (cal-html-insert-link-yearpage)
13166 (cal-html-htmlify-list): Doc fix.
13167 (cal-html-htmlify-entry): Use nth.
13168
13169 * calendar/cal-islam.el (calendar-islamic-month-name-array)
13170 (calendar-islamic-epoch): Make constants.
13171 (calendar-islamic-epoch): Doc fix.
13172
13173 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
13174
13175 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
13176 (cal-tex-month-name): Doc fix.
13177 (cal-tex-last-blank-p): Use zerop.
13178
13179 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
13180 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
13181 (calendar-cursor-to-date): Doc fix.
13182 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
13183 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
13184 (calendar-day-number): Use when.
13185 (generate-calendar-month): Use dotimes.
13186 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
13187 (calendar-set-mark): Reverse conditional.
13188 (calendar-make-alist): Move definition before use.
13189
13190 * calendar/diary-lib.el (diary-face-attrs)
13191 (diary-glob-file-regexp-prefix, diary-selective-display)
13192 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
13193 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
13194 (diary-anniversary, diary-cyclic)
13195 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
13196 (diary-header-line-format): Change wording.
13197 (diary-list-entries): Set `date-start' in let.
13198 (include-other-diary-files, mark-included-diary-files): Use format.
13199 (simple-diary-display, fancy-diary-display): Use cadr, unless.
13200 (mark-diary-entries): Use 1+.
13201 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
13202 (mark-calendar-month): Use dotimes.
13203
13204 * calendar/holidays.el (displayed-month, displayed-year):
13205 Move declarations where needed.
13206 (calendar-list-holidays): Doc fix.
13207
13208 * calendar/parse-time.el (parse-time-string): Simplify.
13209
13210 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
13211 Make constants.
13212 (solar-sunrise-sunset): Rename some local variables for clarity.
13213 (sunrise-sunset): Use zerop.
13214 (solar-mean-equinoxes/solstices): Doc fix.
13215
13216 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
13217 Use nth.
13218 (timeclock-completing-read, timeclock-generate-report): Use zerop.
13219 (timeclock-mean, timeclock-generate-report): Use dolist.
13220
13221 * calendar/todo-mode.el (todo-add-category): Simplify.
13222 (todo-more-important-p, todo-delete-item, todo-file-item):
13223 Use unless, when.
13224 (todo-top-priorities): Use zerop.
13225
13226 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
13227
13228 * buff-menu.el (list-buffers-noselect): Display buffer name in
13229 tooltip instead of mouse binding when it doesn't fit in the list.
13230
13231 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13232
13233 * faces.el (xw-defined-colors):
13234 * simple.el (widget-convert, shell-mode): Declare as functions
13235 instead of autoloading.
13236
13237 * abbrev.el:
13238 * button.el:
13239 * cus-face.el:
13240 * ediff-hook.el:
13241 * emacs-lisp/backquote.el:
13242 * emacs-lisp/timer.el:
13243 * facemenu.el:
13244 * faces.el:
13245 * menu-bar.el:
13246 * simple.el:
13247 * subr.el:
13248 * textmodes/fill.el:
13249 * textmodes/paragraphs.el: Remove autoloads, redundant when the
13250 files are preloaded.
13251
13252 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13253
13254 * desktop.el (desktop-create-buffer): Don't catch errors if
13255 debug-on-error is set.
13256
13257 2008-03-14 Eli Zaretskii <eliz@gnu.org>
13258
13259 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
13260 ($(lisp)/calendar/diary-loaddefs.el)
13261 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13262 (LOADDEFS): New macro.
13263 (autoloads): Depend on $(LOADDEFS).
13264
13265 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13266
13267 * font-lock.el (featurep): Remove test, not useful anymore.
13268 (facemenu-keymap): Move key binding ...
13269 * facemenu.el (facemenu-keymap): ... here.
13270
13271 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
13272 for each file in the list.
13273 (vc-bzr-log-view-mode): Recognize the file marker.
13274
13275 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
13276 for checkdoc and profiling.
13277
13278 2008-03-14 Bastien Guerry <bzg@altern.org>
13279
13280 * textmodes/flyspell.el (nxml-mode): Add the right
13281 `flyspell-mode-predicate'.
13282
13283 * wid-edit.el (link): Use 'mouse-face for :follow-link.
13284
13285 2008-03-14 Glenn Morris <rgm@gnu.org>
13286
13287 * calendar/solar.el: Reorder so that functions are defined before use.
13288 (displayed-month, displayed-year): Move declarations where needed.
13289 (solar-get-number): Move definition before use. Use unless.
13290 (solar-equatorial-coordinates): Simplify.
13291 (solar-sunrise-and-sunset): Use let rather than let*.
13292 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
13293
13294 * startup.el (command-line-1): Rename -internal-script back to
13295 -scriptload (reverts previous change).
13296
13297 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
13298 (calendar-bahai-leap-base): Add doc strings.
13299 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
13300 Move definition before use.
13301 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
13302 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
13303 variables outside the loop. Use dolist.
13304 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
13305
13306 * calendar/cal-china.el: Re-order so that functions are defined before
13307 use.
13308 (displayed-month, displayed-year): Move declarations where needed.
13309 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
13310 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
13311 Add doc strings.
13312 (chinese-year-cache): Recenter on 2010. Doc fix.
13313 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
13314 Doc fix. Simplify.
13315 (chinese-year-cache-init): New function.
13316 (compute-chinese-year, holiday-chinese-new-year)
13317 (calendar-chinese-date-string, calendar-goto-chinese-date)
13318 (make-chinese-month-assoc-list): Use cadr, nth.
13319 (chinese-months): Remove un-needed let.
13320
13321 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
13322 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
13323 (coptic-prompt-for-date): Move definition before use.
13324
13325 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
13326 (calendar-dst-find-data, calendar-daylight-time-offset)
13327 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
13328 (calendar-daylight-savings-starts-time)
13329 (calendar-daylight-savings-ends-time): Use cadr, nth.
13330
13331 * calendar/cal-french.el (french-calendar-epoch)
13332 (calendar-goto-french-date): Doc fix.
13333 (french-calendar-month-name-array)
13334 (french-calendar-multibyte-month-name-array)
13335 (french-calendar-day-name-array, french-calendar-special-days-array):
13336 Add doc strings.
13337
13338 * calendar/cal-hebrew.el (displayed-month, displayed-year)
13339 (original-date): Move declarations where needed.
13340 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
13341 Doc fix.
13342 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
13343 constant variables outside the loop. Use dolist.
13344
13345 * calendar/cal-islam.el (displayed-month, displayed-year)
13346 (original-date): Move declarations where needed.
13347 (islamic-calendar-day-number): Remove unused local variable `day'.
13348 (calendar-goto-islamic-date): Doc fix.
13349 (holiday-islamic): Use unless.
13350 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
13351 constant variables outside the loop. Use dolist.
13352 (mark-islamic-calendar-date-pattern): Move definition before use.
13353 Use unless.
13354 (mark-islamic-diary-entries): Doc fix.
13355 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
13356 (insert-yearly-islamic-diary-entry): Use let rather than let*.
13357
13358 * calendar/cal-julian.el (calendar-absolute-from-julian):
13359 Move definition before use. Remove un-needed local `day'.
13360 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
13361
13362 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
13363 (calendar-mayan-tzolkin-names-array): Add doc strings.
13364 (calendar-mayan-long-count-from-absolute): Use a single let.
13365 (calendar-string-to-mayan-long-count): Simplify.
13366 (calendar-next-haab-date, calendar-previous-haab-date)
13367 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
13368 (calendar-previous-calendar-round-date)
13369 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
13370 Doc fix.
13371 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
13372 (calendar-mayan-date-string, calendar-print-mayan-date)
13373 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
13374 (calendar-mayan-long-count-common-era): Move definitions before use.
13375
13376 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
13377 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
13378 Doc fix.
13379 (calendar-mouse-goto-date): Move definition before use.
13380
13381 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
13382 Move definition before use.
13383 (calendar-cursor-to-visible-date): Move definition before use.
13384 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
13385 and place inside the conditional.
13386 (calendar-forward-day): Simplify.
13387 (calendar-end-of-month): Use unless.
13388 (calendar-goto-day-of-year): Doc fix.
13389 Relocate obsolete aliases after their replacements.
13390
13391 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
13392
13393 * calendar/diary-lib.el (mark-diary-entries): Move some constant
13394 variables outside the diary-date-forms loop.
13395
13396 * calendar/calendar.el (diary-file): Doc fix.
13397 (calendar-buffer-list): Return buffers rather than strings (fixes
13398 previous change).
13399 (hebrew-holidays-4): Fix typo.
13400
13401 * calendar/holidays.el (displayed-month, displayed-year):
13402 Move declarations where needed.
13403 (calendar-holiday-list, calendar-list-holidays)
13404 (holiday-filter-visible-calendar): Move definitions before use.
13405 (list-holidays): Use cadr.
13406 Relocate obsolete aliases after their replacements.
13407
13408 * calendar/lunar.el (date, displayed-month, displayed-year):
13409 Move declarations where needed.
13410 (lunar-phase-list): Move definition after functions it uses.
13411 (calendar-phases-of-moon, diary-phases-of-moon)
13412 (lunar-new-moon-on-or-after): Use cadr, nth.
13413 (lunar-new-moon-on-or-after): Doc fix.
13414
13415 * textmodes/org-irc.el (top-level): CL not required when compiling.
13416 (org-irc-visit-erc): Replace runtime CL functions.
13417
13418 * textmodes/org-publish.el (declare-function): Add compatibility stub.
13419 (org-publish-delete-dups): Declare as function.
13420
13421 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
13422
13423 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
13424 (vc-bzr-show-log-entry): Make regexp match more cases.
13425 (vc-diff-switches-list): Remove autoload, not needed.
13426
13427 2008-03-14 Juri Linkov <juri@jurta.org>
13428
13429 * isearch.el (isearch-edit-string): Remove one call to
13430 `isearch-push-state' not to push an inconsistent state,
13431 but keep another correct call to `isearch-push-state'.
13432 (isearch-ring-adjust): Call `isearch-push-state' only when
13433 `search-ring-update' is non-nil since `isearch-edit-string'
13434 already pushes its state.
13435 (isearch-message): Improve matching the failed part by checking
13436 if the original message starts with the last successful message.
13437
13438 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
13439 (dired-perm-write): Rename from `dired-warn-writable'.
13440 Change parent face from `font-lock-warning-face' to
13441 `font-lock-comment-delimiter-face'.
13442 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
13443 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
13444 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
13445 with `dired-perm-write-face'.
13446
13447 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
13448
13449 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
13450 Create cache dir only if it doesn't already exist.
13451
13452 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13453
13454 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
13455 of \ and '.
13456
13457 2008-03-13 Johan Bockgård <bojohan@gnu.org>
13458
13459 * net/browse-url.el (browse-url-text-xterm):
13460 Unquote browse-url-text-browser.
13461
13462 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
13463
13464 * textmodes/org-mouse.el: Version number change.
13465
13466 * textmodes/org-publish.el (org-publish-expand-components):
13467 Remove null projects from the list of components.
13468 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
13469 Remove unused retrieval of the :publishing-directory property.
13470 (org-publish-file): Bugfix: when using a relative directory as the
13471 publishing directory, convert it to a directory filename.
13472 (org-publish-project): New alias.
13473 (org-publish-get-files): Protect against empty p.
13474 (org-publish-file): Send an error when file is not part of any project.
13475 (org-publish-file): Offer to refresh the list of files in known
13476 project when the current file is not part of any project.
13477 (org-publish-before-export-hook)
13478 (org-publish-after-export-hook): New hooks.
13479 (org-publish-org-to): Use new hooks and kill buffers.
13480 (org-publish-file): Remove the code for killing buffers.
13481 (org-publish-initialize-files-alist): Use interactive.
13482 (org-publish-file): If the publishing function creates a new
13483 buffer, kill it after publishing.
13484 (org-publish-timestamp-filename): Protect ":" in file name path
13485 under windows.
13486
13487 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
13488 change that killed the LaTeX buffer.
13489
13490 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
13491 in the decision tree.
13492 (org-select-remember-template): Clean the code.
13493 (org-prepare-dblock): Add the extra :content parameter.
13494 (org-write-agenda): New output type ".ics" files.
13495 (org-write-agenda): Call `org-icalendar-verify-function', both for
13496 time stamps and for TODO entries.
13497 (org-agenda-collect-markers, org-create-marker-find-array)
13498 (org-check-agenda-marker-table): New functions.
13499 (org-agenda-marker-table): New variable.
13500 (org-export-as-html): Revert the change that killed the html
13501 buffer. Side effects first need to be studied carefully.
13502 (org-get-tags-at): Fix the structure of the condition-case statement.
13503 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
13504 (org-timestamp-change): Fix regular expressions to swallow the
13505 extra character for repeat-shift control.
13506 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
13507 (org-get-legal-level): Alias to `org-get-valid-level'.
13508 (org-dblock-write:clocktable): Add a :link parameter, linking
13509 headlines to their location in the Org agenda files.
13510 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
13511 throwing an error when getting tags before headlines.
13512 (org-timestamp-change, org-modify-ts-extra)
13513 (org-ts-regexp1): Fix timestamp editing.
13514 (org-agenda-custom-commands-local-options): New constant.
13515 (org-agenda-custom-commands):
13516 Use `org-agenda-custom-commands-local-options' to improve customize
13517 type. "htmlize": Removed hack to fix face problem with htmlize,
13518 it no longer seem necessary.
13519 (org-follow-link-hook): New hook.
13520 (org-agenda-custom-commands): Add "Component" as a tag for each
13521 item in a command series.
13522 (org-open-at-point): Run `org-follow-link-hook'.
13523 (org-agenda-schedule): Bugfix: don't display marker type when it
13524 is nil.
13525 (org-store-link): org-irc required.
13526 (org-set-regexps-and-options): Parse the new logging options.
13527 (org-extract-log-state-settings): New function.
13528 (org-todo): Handle the new ways of recording state change stuff.
13529 (org-local-logging): New function.
13530 (org-columns-open-link): Fix bug with opening link in column view.
13531 (org-local-logging): New function.
13532 (org-todo): Make sure that LOGGING properties are honoured.
13533 (org-todo-keywords): Improve docstring.
13534 (org-startup-options): Cleanup startup options.
13535 (org-set-regexps-and-options): Process the "!" markers.
13536 (org-todo): Respect the new logging stuff.
13537 (org-log-note-how): New variable.
13538 (org-add-log-maybe): New parameter HOW that defines how logging
13539 should be done and also overrides PURPOSE. Add a docstring.
13540 (org-add-log-note): Check if we really need to ask for a note.
13541 (org-get-current-options): Digest the new keyword.
13542 (org-agenda-reset-markers): Rename from
13543 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
13544 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
13545 function, without force argument.
13546 (org-buffer-property-keys): Bind local variables s and p.
13547 (org-make-tags-matcher): Allow "" to match an empty or
13548 non-existent property value.
13549 (org-export-as-html): Join unsorted lists when they directly
13550 follow each other. Such lists may be created by headlines that
13551 are converted to lists.
13552 (org-nofm-to-completion): New function.
13553 (org-export-as-html): Use :html-extension instead of
13554 org-export-html-extension.
13555 (org-store-link): Support for links from `rmail-summary-mode'.
13556 (org-columns-new, org-complete, org-set-property): Set the
13557 `include-columns' argument in the call to
13558 `org-buffer-property-keys'.
13559 (org-buffer-property-keys): New argument `include-columns', to
13560 include properties expected by any of the COLUMNS formats in the
13561 current buffer.
13562 (org-cleaned-string-for-export): Get rid of drawers first, so that
13563 they will be removed also in the text before the first headline.
13564 (org-clock-report): Show the clocktable when found.
13565 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
13566 (org-version): With prefix argument, insert `org-version' at point.
13567 (org-agenda-goto): Recenter the window after finding the target
13568 location, to make sure the correct position will be displayed.
13569 (org-agenda-get-deadlines): Don't scale priority with the warning
13570 period.
13571 (org-insert-heading): Don't break line in the middle of the line.
13572 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
13573 be 0.
13574 (org-update-checkbox-count): Revamp to deal with hierarchical
13575 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
13576 (org-remove-timestamp-with-keyword): New function.
13577 (org-schedule, org-deadline):
13578 Use `org-remove-timestamp-with-keyword' to make sure all such time
13579 stamps are removed.
13580 (org-mode): Support for `align'.
13581 (org-agenda-get-deadlines): Make sure priorities increase as the
13582 due date approaches and is passed.
13583 (org-remember-apply-template): Fix problem with tags that
13584 contain "_" or "@".
13585 (org-make-link-regexps): Improve the regular expression for plain links.
13586 (org-agenda-get-closed): List each clocking entry.
13587 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
13588 (org-special-ctrl-k): New option.
13589 (org-kill-line): New function.
13590 (org-archive-all-done): Fix incorrect number of stars in regexp.
13591 (org-refile-get-location): New function.
13592 (org-refile-goto-last-stored): New function.
13593 (org-global-tags-completion-table): Add the value of org-tag-alist
13594 in each buffer, to make sure that also unused tags will be
13595 available for completion.
13596 (org-columns-edit-value)
13597 (org-columns-next-allowed-value): Only update if not in agenda.
13598 (org-clocktable-steps): New function.
13599 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
13600 (org-archive-subtree): Add the outline tree context as a property.
13601 (org-closest-date): New optional argument `prefer'.
13602 (org-goto-auto-isearch): New option.
13603 (org-goto-map, org-get-location): Implement auto-isearch.
13604 (org-goto-local-auto-isearch-map): New variable.
13605 (org-goto-local-search-forward-headings)
13606 (org-goto-local-auto-isearch): New functions.
13607
13608 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
13609
13610 * textmodes/org-irc.el: New file.
13611
13612 2008-03-13 John Wiegley <johnw@gnu.org>
13613
13614 * textmodes/org-mac-message.el: New file.
13615
13616 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
13617
13618 * font-lock.el (font-lock-comment-face): Set the foreground for
13619 the light background 8 colors case.
13620
13621 2008-03-13 Glenn Morris <rgm@gnu.org>
13622
13623 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
13624 generate-autoload-cookie patterns.
13625
13626 * startup.el (command-line-1): Rename -scriptload to -internal-script.
13627
13628 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
13629 (MH_E_SRC): Remove variable.
13630 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
13631 Simplify file header. Use $@ for generated-autoload-file.
13632
13633 * Makefile.in (LOADDEFS): New variable.
13634 (AUTOGENEL): Use $LOADDEFS.
13635 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
13636 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
13637 ($(lisp)/calendar/hol-loaddefs.el): New targets.
13638 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13639 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
13640 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
13641 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
13642 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
13643 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
13644 Add calendar-specific autoload cookies, and remove any setting of
13645 generated-autoload-file.
13646 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
13647 * calendar/diary-lib.el: Replace explicit autoloads with reading of
13648 diary-loaddefs.
13649 * calendar/holidays.el: Replace explicit autoloads with reading of
13650 hol-loaddefs.
13651
13652 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
13653 (calendar-buffer-list): Simplify.
13654 (generate-calendar-window): Use calendar-mark-holidays rather than
13655 obsolete alias.
13656
13657 * calendar/cal-hebrew.el (list-yahrzeit-dates):
13658 Use cal-hebrew-yahrzeit-buffer.
13659
13660 * calendar/cal-x.el (calendar-only-one-frame-setup)
13661 (calendar-two-frame-setup): Doc fixes.
13662 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
13663
13664 * calendar/appt.el (appt-mode-string): Mark as risky.
13665 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
13666
13667 * calendar/cal-html.el (diary-list-entries):
13668 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
13669 (calendar-iso-from-absolute): Fix autoloads.
13670
13671 * calendar/cal-iso.el (calendar-absolute-from-iso)
13672 (calendar-iso-read-args): Simplify.
13673 (calendar-iso-date-string, calendar-iso-read-args)
13674 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
13675
13676 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
13677 (displayed-month, displayed-year): Move declarations where needed.
13678 (calendar-print-astro-day-number): Doc fix.
13679
13680 * calendar/cal-persia.el (persian-calendar-month-name-array)
13681 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
13682 (persian-prompt-for-date): Remove local variable `today'.
13683
13684 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
13685
13686 * calendar/solar.el (solar-moment, solar-exact-local-noon)
13687 (solar-sunrise-sunset, solar-sunrise-sunset-string)
13688 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
13689 (diary-sabbath-candles, solar-equinoxes/solstices)
13690 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
13691 (solar-time-equation, solar-date-to-et): Simplify.
13692
13693 * mail/supercite.el: Remove the `function' in `(function (lambda'.
13694 Replace `(car (cdr' with cadr'.
13695
13696 * progmodes/f90.el (f90-font-lock-n): New function.
13697 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
13698 Use f90-font-lock-n.
13699 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
13700
13701 * progmodes/f90.el (f90-mode-abbrev-table):
13702 * progmodes/fortran.el (fortran-mode-abbrev-table):
13703 Use newer form of define-abbrev, where supported. No need to bind
13704 abbrevs-changed for system abbrevs.
13705
13706 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13707
13708 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
13709 delete-frame-functions.
13710
13711 * bookmark.el (Info-current-node): Remove.
13712
13713 2008-03-12 Juri Linkov <juri@jurta.org>
13714
13715 * help.el (describe-project): Remove defaliases for view-todo and
13716 describe-project that are now unnecessary after the merge from
13717 emacs--rel--22 that added define-obsolete-function-alias.
13718
13719 * startup.el (inhibit-startup-screen): Revert incomplete
13720 2008-03-10 merge from emacs--rel--22 that partly reverted
13721 2008-02-28 change that added initial message to *scratch* buffer
13722 regardless of the value of `inhibit-startup-screen'.
13723 Now keep this change in the trunk, but not in the 22 branch.
13724
13725 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13726
13727 * international/quail.el (quail-setup-completion-buf, quail-help):
13728 * mail/binhex.el (binhex-decode-region-internal):
13729 * mail/uudecode.el (uudecode-decode-region-internal):
13730 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
13731 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
13732 setting default-enable-multibyte-characters.
13733
13734 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
13735
13736 * comint.el: Fix up indentation and comment style. Remove `function'.
13737
13738 * international/mule-cmds.el (reset-language-environment)
13739 (set-language-environment-nonascii-translation):
13740 Don't set-unibyte-charset.
13741
13742 * doc-view.el: Remove all cb-args, use closures instead.
13743 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
13744 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
13745 doing an incorrect check). Update all callers to use the new name.
13746 (doc-view-doc->txt): Add missing `txt' argument.
13747
13748 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13749
13750 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
13751 md5 sum calculation to single-byte.
13752
13753 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * doc-view.el (doc-view-new-window-function): Add assertion.
13756 (doc-view-doc-type): New var.
13757 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
13758 (doc-view-intersection): New fun.
13759 (doc-view-mode): Use it to set the new var.
13760
13761 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
13762
13763 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
13764 (doc-view-already-converted-p): New functions.
13765 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
13766 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
13767 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
13768 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
13769 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
13770 (doc-view-convert-current-doc): Don't hardwire the functions the
13771 sentinels call. Now they're provided by two args CALLBACK and
13772 CB-ARGS to the functions.
13773 (doc-view-search): Use doc-view-doc->txt.
13774 (doc-view-initiate-display): Use doc-view-already-converted-p.
13775 Mention new binding C-c C-t if doc-view-mode doesn't work.
13776
13777 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
13778
13779 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
13780
13781 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
13782
13783 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
13784 Mark " outside of tags as punctuation.
13785
13786 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
13787
13788 * menu-bar.el (minibuffer-local-map): Use the same command for the
13789 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
13790 Prefer RET over C-j for exit-minibuffer.
13791
13792 * files.el (display-buffer-other-frame): Eliminate problematic code.
13793
13794 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
13795 (menu-bar-select-buffer): Remove.
13796 (menu-bar-select-frame): Make non-interactive and take a frame arg.
13797 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
13798
13799 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
13800
13801 * icomplete.el (icomplete-completions): Remove obsolete code.
13802
13803 * net/net-utils.el (iwconfig-program-options): Doc fix.
13804 (net-utils-run-program, run-network-program): Define as functions.
13805
13806 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
13807
13808 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
13809
13810 2008-03-11 Glenn Morris <rgm@gnu.org>
13811
13812 * faces.el (mode-line-emphasis): New face.
13813 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
13814
13815 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
13816
13817 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
13818
13819 * simple.el (set-mark-command): Doc fix.
13820
13821 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13822
13823 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
13824
13825 * emacs-lisp/autoload.el (autoload-find-destination):
13826 Don't force raw-text.
13827
13828 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
13829 * calendar/cal-loaddefs.el: Don't version control.
13830
13831 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13832
13833 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
13834 entries and add :help to the existing ones.
13835
13836 2008-03-10 Glenn Morris <rgm@gnu.org>
13837
13838 * calendar/cal-hebrew.el (date, entry, number): Move declarations
13839 to where they are needed.
13840
13841 * calendar/calendar.el (diary-file, hebrew-holidays-1)
13842 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13843 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
13844 (calendar-version): Doc fixes.
13845 (calendar-absolute-from-gregorian): Use zerop.
13846 (calendar-mode-line-format): Make it a defcustom.
13847
13848 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
13849 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
13850 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
13851 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
13852 (mark-included-diary-files, mark-calendar-days-named)
13853 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
13854 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
13855 (insert-monthly-diary-entry, insert-yearly-diary-entry)
13856 (insert-anniversary-diary-entry, insert-block-diary-entry)
13857 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
13858 (diary-font-lock-sexps): Doc fixes.
13859 (diary-remind-message, mark-calendar-month): Use zerop.
13860 (diary-attrtype-convert, diary-pull-attrs): Simplify.
13861 (diary-list-entries): Revert let to let* (previous change).
13862
13863 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
13864
13865 2008-03-10 Kim F. Storm <storm@cua.dk>
13866
13867 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
13868 function aliases for the old names.
13869
13870 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
13871
13872 * iswitchb.el (iswitchb-use-faces): Doc fix.
13873 (iswitchb-buffer-ignore, iswitchb-read-buffer):
13874 Fix typos in docstrings.
13875
13876 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13877
13878 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
13879 Fix typo.
13880 (verilog-type-font-keywords): Reindent.
13881
13882 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
13883
13884 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
13885 Fix bug in the grouping-keyword regular expression.
13886 (verilog-font-lock-keywords): Allow users to toggle special
13887 highlight of grouping-keywords.
13888 (verilog-highlight-grouping-keywords): The toggle for special
13889 highlighting of grouping keywords.
13890
13891 2008-03-10 Juri Linkov <juri@jurta.org>
13892
13893 * startup.el: Revert 2008-02-28 change that adds initial message
13894 to *scratch* buffer regardless of the value of
13895 `inhibit-startup-screen'.
13896
13897 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
13898
13899 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
13900 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
13901 * progmodes/verilog-mode.el (verilog-mode):
13902 * net/socks.el (socks):
13903 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
13904
13905 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13906
13907 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
13908 (doc-view-bookmark-make-record): Use them.
13909 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
13910 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
13911
13912 * bookmark.el (bookmark-make-record-function): Change expected return
13913 value to include a suggested bookmark name.
13914 (bookmark-make): Split into bookmark-make-record and bookmark-store.
13915 Fix reversed `overwrite' semantics.
13916 (bookmark-set): Call bookmark-make-record before prompting the user.
13917 Then pass the result to bookmark-store later on.
13918 (bookmark-make-name-function): Remove.
13919 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
13920 * info.el (bookmark-make-name-function): Remove.
13921 (Info-mode): Don't set it.
13922 (Info-bookmark-make-name): Remove.
13923 (Info-bookmark-make-record): Use Info-current-node as suggested default
13924 bookmark name.
13925
13926 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
13927 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
13928 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
13929 (bookmark-annotation-buffer, bookmark-annotation-file)
13930 (bookmark-annotation-point, bookmark-send-annotation)
13931 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
13932 (bookmark-edit-annotation-text-func): Rename from
13933 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
13934 (bookmark-edit-annotation-mode-map): Move initialization into
13935 declaration.
13936
13937 * bookmark.el: Remove spurious * in docstrings.
13938 (bookmark-minibuffer-read-name-map): New var.
13939 (bookmark-set): Use it. Also pass the default value as it should.
13940 (bookmark-send-edited-annotation): Take no chances with text properties.
13941 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
13942 (bookmark-insert-buffer-name): Remove.
13943 (bookmark-buffer-file-name): Signal an error rather than returning nil.
13944
13945 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
13946
13947 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
13948
13949 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
13950
13951 * diff-mode.el (diff-mode-menu): Add :help.
13952
13953 2008-03-09 Glenn Morris <rgm@gnu.org>
13954
13955 * calendar/calendar.el (general-holidays, oriental-holidays)
13956 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
13957 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
13958 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
13959 (calendar-holidays): Restore autoload cookies, because people are
13960 used to using these variables without loading calendar.el.
13961
13962 * calendar/cal-islam.el (diary-islamic-date): Move to end.
13963 (date, number): Declare where needed.
13964
13965 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
13966 (list-sexp-diary-entries): Doc fixes.
13967 (diary-list-entries): Doc fix. Remove free variable `entry'.
13968 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
13969 Simplify setting of `date-holiday-list'.
13970 (mark-diary-entries): Remove free variable `entry'.
13971 (diary-list-entries, include-other-diary-files, fancy-diary-display):
13972 Use let where let* is not needed.
13973
13974 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
13975
13976 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
13977 make-record function, instead paste it in afterwards.
13978 (bookmark-make-record-for-text-file):
13979 * doc-view.el (doc-view-bookmark-make-record):
13980 * info.el (Info-bookmark-make-record): Don't mess with annotations.
13981
13982 2008-03-08 Glenn Morris <rgm@gnu.org>
13983
13984 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
13985
13986 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * calendar/diary-lib.el (diary-list-entries)
13989 (include-other-diary-files, mark-diary-entries)
13990 (mark-sexp-diary-entries, mark-included-diary-files)
13991 (diary-entry-time, list-sexp-diary-entries): Remove the special
13992 handling of ^M that dates back to the use of selective-display.
13993 (simple-diary-display): Obey setting of pop-up-frames.
13994 (body, entry): Remove unnecessary declarations.
13995
13996 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
13997 (bookmark-get-annotation, bookmark-set-annotation)
13998 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
13999 (bookmark-set-position, bookmark-get-front-context-string)
14000 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
14001 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
14002 * info.el (Info-bookmark-make-record): Don't bother recording point.
14003 (bookmark-get-filename, bookmark-get-front-context-string)
14004 (bookmark-get-rear-context-string, bookmark-get-position):
14005 Don't declare any more.
14006 (bookmark-get-info-node): Remove.
14007 (bookmark-prop-get): Declare.
14008 (Info-bookmark-jump): Use it.
14009
14010 2008-03-08 Johan Bockgård <bojohan@gnu.org>
14011
14012 * subr.el (while-no-input): Don't splice BODY directly into the
14013 `or' form.
14014
14015 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
14016
14017 * diff-mode.el (diff-ignore-whitespace-hunk):
14018 Bind inhibit-read-only before trying to change the buffer.
14019
14020 2008-03-08 Glenn Morris <rgm@gnu.org>
14021
14022 * calendar/appt.el (appt): Move custom group here from calendar.el.
14023 (appt-disp-window, appt-convert-time): Doc fixes.
14024
14025 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
14026 (calendar-bahai-mark-date-pattern):
14027 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
14028 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
14029 * calendar/cal-julian.el (calendar-absolute-from-julian):
14030 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
14031
14032 * calendar/cal-china.el (chinese-calendar): Move custom group here from
14033 calendar.el.
14034 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
14035 Make constants.
14036 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
14037 (chinese-calendar-daylight-savings-starts)
14038 (chinese-calendar-daylight-savings-ends)
14039 (chinese-calendar-daylight-savings-starts-time)
14040 (chinese-calendar-daylight-savings-ends-time)
14041 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
14042 Doc fixes.
14043
14044 * calendar/cal-coptic.el (coptic-name): Add doc string.
14045
14046 * calendar/cal-french.el (french-calendar-month-name-array)
14047 (french-calendar-day-name-array, french-calendar-special-days-array):
14048 Add doc strings.
14049
14050 * calendar/cal-bahai.el (diary-bahai-mark-entries)
14051 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
14052 (diary-bahai-insert-yearly-entry):
14053 * calendar/cal-dst.el (calendar-next-time-zone-transition)
14054 (calendar-time-zone):
14055 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
14056 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
14057 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
14058 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
14059 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
14060 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
14061 (list-islamic-diary-entries, mark-islamic-diary-entries)
14062 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
14063 (insert-yearly-islamic-diary-entry):
14064 * calendar/cal-iso.el (calendar-iso-read-args):
14065 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14066 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
14067 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
14068 (calendar-next-calendar-round-date)
14069 (calendar-mayan-long-count-common-era):
14070 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
14071 (cal-menu-x-popup-menu, calendar-mouse-holidays)
14072 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
14073 (calendar-mouse-goto-date):
14074 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
14075 * calendar/holidays.el (holidays):
14076 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
14077 * calendar/time-date.el (date-to-time, time-subtract, time-add)
14078 (safe-date-to-time): Doc fixes.
14079
14080 * calendar/cal-persia.el (persian-calendar-month-name-array)
14081 (persian-calendar-epoch): Make constants.
14082
14083 * calendar/cal-tex.el (calendar-tex): Move custom group here from
14084 calendar.el.
14085
14086 * calendar/cal-x.el (diary-frame-parameters)
14087 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
14088 (calendar-after-frame-setup-hooks): Make defcustoms.
14089 (calendar-one-frame-setup, calendar-only-one-frame-setup)
14090 (calendar-two-frame-setup): Doc fix.
14091
14092 * calendar/cal-loaddefs.el: New file.
14093
14094 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14095 * calendar/cal-french.el, calendar/cal-html.el:
14096 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
14097 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
14098 * calendar/cal-tex.el, calendar/cal-x.el:
14099 Unquote lambda functions. Add autoload cookies to functions formerly
14100 autoloaded in calendar.el. Set `generated-autoload-file' to
14101 "cal-loaddefs.el".
14102
14103 * calendar/calendar.el: Move many autoloads to separate file,
14104 cal-loaddefs.el. Move defcustoms to start and re-order.
14105 (calendar-month-name-array, calendar-starred-day): No need to
14106 declare for compiler.
14107 (cal-loaddefs): Require it.
14108 (appt, chinese-calendar, calendar-tex): Move custom groups to the
14109 appropriate file.
14110 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
14111 Reverse logic.
14112 (diary-face, diary-file-name-prefix-function, diary-include-string)
14113 (diary-glob-file-regexp-prefix, diary-face-attrs)
14114 (diary-file-name-prefix, sexp-diary-entry-symbol)
14115 (print-diary-entries-hook, list-diary-entries-hook)
14116 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14117 (nongregorian-diary-marking-hook, diary-list-include-blanks):
14118 Move to diary-lib.
14119 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14120 (all-bahai-calendar-holidays): Doc fix.
14121 (calendar-insert-indented): Doc fix. Use when rather than if.
14122 (exit-calendar): Use mapc rather than mapcar.
14123 (calendar-cursor-to-date): Use zerop.
14124 (calendar-mark-ring): Add doc-string.
14125 (calendar-starred-day): Defvar it.
14126 (calendar-mode): Make calendar-starred-day local.
14127 (calendar-star-date): No need to make calendar-starred-day local.
14128
14129 * calendar/diary-lib.el: Move defcustoms to start.
14130 (diary-include-string, diary-list-include-blanks)
14131 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
14132 (diary-file-name-prefix, diary-file-name-prefix-function)
14133 (sexp-diary-entry-symbol, list-diary-entries-hook)
14134 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
14135 (nongregorian-diary-marking-hook, print-diary-entries-hook):
14136 Move here from calendar.el.
14137 (diary-file-name-prefix-function): Use 'identity.
14138 (diary-face): Make it a defcustom, and mark as obsolete.
14139 (top-level): No need to require cal-hebrew, cal-islam when compiling.
14140 (calendar-hebrew-month-name-array-leap-year)
14141 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
14142 Define for compiler.
14143 (diary-font-lock-keywords): Use format rather than concat.
14144 Add bahai-diary-entry-symbol.
14145
14146 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
14147 * calendar/solar.el: Unquote lambda functions.
14148
14149 * calendar/solar.el (calendar-location-name, calendar-latitude)
14150 (calendar-longitude, solar-setup, solar-sin-degrees)
14151 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
14152 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
14153 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
14154 (solar-exact-local-noon, solar-julian-ut-centuries)
14155 (solar-ephemeris-time, solar-date-next-longitude)
14156 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14157 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
14158 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
14159 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
14160 Doc fixes.
14161 (solar-horizontal-coordinates, solar-equatorial-coordinates)
14162 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
14163 (solar-ecliptic-coordinates): Use unless.
14164 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
14165 Use or.
14166
14167 * calendar/timeclock.el: Add doc-strings to all functions.
14168 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
14169 (timeclock-entry-list-length, timeclock-entry-list-projects)
14170 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
14171
14172 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
14173
14174 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
14175 (org-get-entries-from-diary): Require diary-lib.
14176
14177 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
14178
14179 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
14180 Pacify byte-compiler.
14181
14182 2008-03-07 Alan Mackenzie <acm@muc.de>
14183
14184 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
14185 paren/bracket pairs parsed, to solve performance problem.
14186
14187 2008-03-07 Bastien Guerry <bzg@altern.org>
14188
14189 * bookmark.el (bookmark-set): Don't check for
14190 `bookmark-make-name-function' since `bookmark-buffer-file-name'
14191 already takes care of this.
14192 (bookmark-buffer-name, bookmark-buffer-file-name):
14193 Remove Info-mode specific code.
14194
14195 * info.el (bookmark-get-info-node): Define this function in
14196 info.el, not in bookmark.el.
14197 (Info-mode): Set `bookmark-make-name-function' to
14198 `Info-bookmark-make-name' locally.
14199 (Info-bookmark-make-name): New function.
14200
14201 * bookmark.el (bookmark-make-name-function): New variable.
14202
14203 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14204
14205 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
14206 buffer-local, not `bookmark-make-cell-function' (the old name).
14207
14208 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
14209
14210 * doc-view.el (doc-view-bookmark-make-record):
14211 * image-mode.el (image-bookmark-make-record):
14212 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
14213
14214 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
14215
14216 * vc.el (vc-status-menu-map-filter): Return orig-binding if
14217 boundp 'vc-ignore-menu-filter.
14218 (vc-status-tool-bar-map): Make it defvar.
14219 (vc-status-mode): vc-status-tool-bar-map now variable.
14220 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
14221
14222 2008-03-07 Karl Fogel <kfogel@red-bean.com>
14223
14224 Give a better name to part of the bookmark interface.
14225
14226 This was originally a much larger change, but halfway through I
14227 updated and discovered that Stefan Monnier had done the rest.
14228 It looks like he anticipated the new name too, because he used
14229 `the-record' instead of `the-cell' for some internal variable names.
14230
14231 * bookmark.el (bookmark-make-record-function): Was
14232 `bookmark-make-cell-function'.
14233 (bookmark-make, bookmark-send-annotation): Update for above.
14234 (bookmark-make-record-for-text-file):
14235 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
14236
14237 * info.el: Adjust accordingly.
14238 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
14239
14240 * image-mode.el: Adjust accordingly.
14241 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
14242
14243 * doc-view.el: Adjust accordingly.
14244 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
14245
14246 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
14247
14248 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
14249 Move initialization into declaration.
14250 (bookmark-get-info-node, bookmark-set-info-node): Remove.
14251 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
14252 (bookmark-info-current-node): Remove.
14253 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
14254 Add relocation fallback. Set bookmark-current-bookmark.
14255 (bookmark-default-handler): Rename from bookmark-jump-noselect.
14256 Remove relocation fallback. Don't set bookmark-current-bookmark.
14257 (bookmark-set): Let it be used even if there's no buffer-file-name
14258 as long as there is a bookmark-make-cell-function.
14259 * info.el (Info-bookmark-jump): Remove relocation fallback.
14260 Don't set bookmark-current-bookmark.
14261
14262 2008-03-07 Glenn Morris <rgm@gnu.org>
14263
14264 * calendar/appt.el (appt-issue-message)
14265 (appt-message-warning-time, appt-audible, appt-visible)
14266 (appt-msg-window, appt-display-mode-line, appt-display-duration)
14267 (appt-display-diary): Remove autoload cookies.
14268
14269 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
14270 Remove leading `*' from defcustom doc-strings.
14271
14272 * calendar/cal-dst.el (calendar-dst): New custom group.
14273 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
14274 (calendar-time-zone, calendar-daylight-time-offset)
14275 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
14276 (calendar-daylight-savings-starts-time)
14277 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
14278 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
14279 Move to start.
14280
14281 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
14282
14283 * calendar/calendar.el (calendar-version): Use emacs-version and
14284 make it obsolete. Move to end.
14285 (calendar-offset, view-diary-entries-initially)
14286 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
14287 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
14288 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
14289 (all-bahai-calendar-holidays, calendar-load-hook)
14290 (initial-calendar-window-hook, today-visible-calendar-hook)
14291 (today-invisible-calendar-hook, calendar-move-hook)
14292 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
14293 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
14294 (diary-include-string, sexp-diary-entry-symbol)
14295 (abbreviated-calendar-year, american-date-diary-pattern)
14296 (european-date-diary-pattern, european-calendar-display-form)
14297 (american-calendar-display-form, print-diary-entries-hook)
14298 (list-diary-entries-hook, diary-hook, diary-display-hook)
14299 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
14300 (nongregorian-diary-marking-hook, diary-list-include-blanks)
14301 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
14302 (local-holidays, other-holidays, hebrew-holidays-1)
14303 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
14304 (hebrew-holidays, christian-holidays, islamic-holidays)
14305 (bahai-holidays, solar-holidays, calendar-setup)
14306 (calendar-week-start-day): Remove autoload cookies.
14307 (diary-glob-file-regexp-prefix): Doc fix.
14308 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
14309 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
14310 (calendar-week-start-day, calendar-debug-sexp): Move to start.
14311
14312 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
14313 (calendar-time-display-form, calendar-latitude)
14314 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
14315 cookies.
14316 (calendar-latitude, calendar-longitude): Move functions after
14317 variables.
14318 (diary-sabbath-candles-minutes): Move to start.
14319 (solar-setup): Use or rather than if.
14320 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
14321 Remove condition-case.
14322 (solar-atn2): Use zerop.
14323 (solar-equinoxes-solstices): Doc fix.
14324
14325 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
14326 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
14327
14328 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
14329 (calendar-longitude, calendar-latitude, calendar-location-name):
14330 Declare for compiler.
14331
14332 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
14333
14334 * arc-mode.el (archive-ar-file-header-re): New const.
14335 (archive-ar-summarize, archive-ar-extract): New funs.
14336 (archive-find-type): Recognize ar archives.
14337
14338 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
14339 New functions.
14340
14341 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
14342
14343 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
14344
14345 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
14346 Replace :enable (mark-active) with :enable mark-active.
14347
14348 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
14349
14350 * vms-patch.el (make-legal-file-name): New obsolete alias.
14351 (make-valid-file-name): Rename from `make-legal-file-name'.
14352 (make-auto-save-file-name): Use it.
14353
14354 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
14355 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
14356 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
14357
14358 * textmodes/org.el (org-export-html-style): Doc fix.
14359 (org-get-legal-level): New obsolete alias.
14360 (org-get-valid-level): Rename from `org-get-legal-level'.
14361 (org-promote, org-demote, org-archive-subtree)
14362 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
14363
14364 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
14365
14366 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
14367
14368 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
14369 (vc-status-toggle-mark): New functions.
14370 (vc-status-mode): Set tool bar map.
14371
14372 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
14373
14374 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
14375 Reported by Drew Adams <drew.adams@oracle.com>.
14376
14377 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
14378
14379 * subr.el (read-quoted-char): Resolve modifiers of the character
14380 event.
14381
14382 * comint.el (comint-exec-1): Don't change the coding-system for
14383 decoding to dos-like EOL.
14384 (comint-carriage-motion): Fully rewrite.
14385
14386 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
14387
14388 * epg.el (epg-context-include-certs): Reflow docstring.
14389 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
14390 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
14391 (epg-context-set-signers, epg-context-set-sig-notations)
14392 (epg-make-import-status, epg-make-import-result)
14393 (epg-start-delete-keys): Fix typos in docstrings.
14394 (epg-start-sign-keys, epg-sign-keys):
14395 Fix typos in obsolescence declarations.
14396
14397 * iswitchb.el: Don't check for `cadr' and `last'.
14398 (iswitchb-define-mode-map, iswitchb-default-keybindings):
14399 Add obsolescence declaration and remove redundant info from docstring.
14400 (iswitchb-set-common-completion, iswitchb-set-matches)
14401 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
14402 (recentf-list, most-len, most-is-exact):
14403 Don't wrap defvars within `eval-when-compile'.
14404
14405 2008-03-05 Glenn Morris <rgm@gnu.org>
14406
14407 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14408 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
14409 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
14410 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
14411 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
14412
14413 * ediff-hook.el (ediff-window-setup-function): Don't autoload
14414 declaration for compiler.
14415 (ediff-xemacs-init-menus): Use when rather than if.
14416
14417 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
14418 if+and to just and.
14419 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
14420 (ediff-delete-overlay): Move the XEmacs test inside the definition.
14421
14422 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
14423
14424 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
14425 test inside XEmacs test.
14426 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
14427 since it was doing nothing on Emacs.
14428 (ediff-make-bullet-proof-overlay): Use when rather than if.
14429
14430 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
14431 (ediff-setup-control-frame): Remove
14432 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
14433 a (featurep 'xemacs) test.
14434
14435 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
14436
14437 * calc/calc-ext.el (calc-extended-command-history): New variable.
14438 (calc-execute-extended-command): Use `calc-extended-command-history'.
14439
14440 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
14441
14442 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
14443 (standard-mode-line-position): Add mouse-face.
14444
14445 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
14446 * progmodes/grep.el (grep-mode-map): Add :help.
14447
14448 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
14449 initialize in one step. Add :help. Use :enable to activate menu
14450 items. Show the key binding for edebug-defun.
14451 (lisp-interaction-mode-map): Add a menu.
14452
14453 * term.el (term-mode-map): Define and initialize in one step.
14454
14455 * ediff-init.el (ediff-color-display-p): Simplify.
14456 (Xor): Remove unused function.
14457 (ediff-with-syntax-table): Simplify for Emacs.
14458
14459 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
14460 menu-bar being loaded, it always is.
14461
14462 2008-03-05 Glenn Morris <rgm@gnu.org>
14463
14464 * textmodes/tex-mode.el (tex-mode): Suppress warning about
14465 multiple definitions when compiling.
14466
14467 2008-03-04 Alan Mackenzie <acm@muc.de>
14468
14469 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
14470
14471 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
14472 doc-string, "c-old-LEN" -> "c-old-END".
14473
14474 2008-03-04 Jason Rumney <jasonr@gnu.org>
14475
14476 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
14477 namespaces.
14478
14479 2008-03-04 Glenn Morris <rgm@gnu.org>
14480
14481 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
14482
14483 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
14484 than mapcar.
14485
14486 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14487
14488 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
14489 (byte-compile-nilconstp): Can't use recursion in a defsubst.
14490
14491 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
14492 so that M-q can fill comments.
14493 (tex-executable-exists-p, tex-compile): Extend with special syntax for
14494 commands implemented in elisp.
14495 (tex-compile-commands): Add an entry to use doc-view for pdf files.
14496 (tex-format-cmd): New function.
14497 (tex-compile): Use it to let the user specify default arguments.
14498 (tex-cmd-bibtex-args): New var.
14499 (tex-cmd-doc-view): New function.
14500
14501 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
14502
14503 * faces.el (face-spec-set): Fix typos in docstring.
14504
14505 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
14506
14507 * bindings.el (mode-line-column-line-number-mode-map): New variable.
14508 (standard-mode-line-position): Use it to add a menu for toggling
14509 column number and line number display.
14510
14511 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14514 Remove optimization that was working around the form-code-walker bug.
14515
14516 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
14517 Walk into the body of lambdas after byte-compile-unfold-lambda.
14518
14519 2008-03-03 Glenn Morris <rgm@gnu.org>
14520
14521 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
14522 value, if set, over frame value.
14523
14524 * simple.el (transient-mark-mode): Don't turn on by default.
14525
14526 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
14527 accidentally removed by the 2007-12-05 merge from Gnus.
14528
14529 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
14530
14531 * progmodes/compile.el (compilation-menu-map): Add menu entries
14532 for useful options.
14533
14534 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
14535 Glenn Morris <rgm@gnu.org>
14536
14537 * emacs-lisp/bytecomp.el (byte-recompile-directory)
14538 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
14539 Give a `bytecomp-' prefix to local variables with common names.
14540
14541 2008-03-01 Glenn Morris <rgm@gnu.org>
14542
14543 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14544 Restore code commented out 2007-11-10.
14545
14546 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
14547
14548 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
14549 Delete macro.
14550 * emulation/viper-cmd.el, emulation/viper-ex.el:
14551 * emulation/viper-init.el, emulation/viper-keym.el:
14552 * emulation/viper-mous.el, emulation/viper-util.el:
14553 * emulation/viper.el:
14554 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
14555 featurep test.
14556
14557 Replace obsolete frame-local variables with frame-parameters.
14558 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
14559 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
14560 (viper-vi-state-cursor-color): Only call make-variable-frame-local
14561 on XEmacs.
14562 * emulation/viper-util.el (viper-frame-value): New macro.
14563 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
14564 (viper-R-state-post-command-sentinel)
14565 (viper-replace-state-post-command-sentinel)
14566 (viper-change-state-to-insert, viper-change-state-to-emacs):
14567 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
14568 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
14569 (viper-get-saved-cursor-color-in-insert-mode)
14570 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
14571 Use viper-frame-value for viper-replace-overlay-cursor-color,
14572 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
14573 viper-vi-state-cursor-color values.
14574
14575 * emulation/viper-cmd.el (zmacs-region-stays):
14576 * emulation/viper-util.el (zmacs-region-stays): No need to define
14577 for compiler.
14578
14579 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
14580 mapcar on Emacs.
14581
14582 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
14583 on XEmacs.
14584
14585 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
14586 rather than if.
14587
14588 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14589
14590 * whitespace.el: New version 9.3. As the glyph code generation was
14591 fixed, it is possible now to use character code above ?\x1FFFF in the
14592 display table. Fix `whitespace-indentation-regexp' to not include an
14593 extra ending character. Reported by Michael Welsh Duggan
14594 <mwd@cert.org>. Added hook actions when buffer is written or killed as
14595 the original whitespace package had. Suggested by Eric Cooper
14596 <ecc@cmu.edu>. Doc fix.
14597 (whitespace-action): New option.
14598 (whitespace-display-mappings): Changed default newline visualization to
14599 display downwards arrow, as the glyph code generation was fixed.
14600 (whitespace-unload-function): Assure that all local whitespace mode is
14601 turned off.
14602 (whitespace-global-modes): Fix type customization.
14603 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
14604 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
14605 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
14606 Fix code.
14607 (whitespace-buffer): Command removed.
14608 (whitespace-trailing-regexp, whitespace-mark-x)
14609 (whitespace-display-window, whitespace-action-when-on)
14610 (whitespace-add-local-hook, whitespace-remove-local-hook)
14611 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
14612 (whitespace-action): New funs.
14613 (whitespace-report-list, whitespace-report-text)
14614 (whitespace-report-buffer-name): New consts.
14615 (whitespace-report, whitespace-report-region): New commands.
14616
14617 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14618
14619 * disp-table.el (make-glyph-code): Don't test the result of
14620 `face-id', which already signals an error for invalid faces.
14621 (glyph-face): Simplify.
14622
14623 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
14624 running `desktop-not-loaded-hook' to allow modifying it.
14625 Don't show warning message if `desktop-dirname' was modified.
14626
14627 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
14630 we still expect more lines.
14631
14632 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
14633 comment-paragraph filling if the commark doesn't match
14634 comment-start-skip.
14635
14636 2008-03-01 Daiki Ueno <ueno@unixuser.org>
14637
14638 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
14639 the `imap' variant.
14640
14641 2008-03-01 Jason Rumney <jasonr@gnu.org>
14642
14643 * files.el (make-auto-save-file-name): Encode more characters in
14644 non-file buffer names. Use url-encoding.
14645
14646 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14647
14648 * net/net-utils.el (ftp-program): Fix typo in docstring.
14649 (ifconfig-program-options, netstat-program-options)
14650 (arp-program-options, route-program-options, nslookup-program-options)
14651 (ftp-program-options, smbclient-program-options)
14652 (dns-lookup-program-options, arp, route): Doc fixes.
14653
14654 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
14655 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
14656 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
14657 Fix typos in docstrings.
14658 (gdb-pending-triggers): Reflow docstring.
14659 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
14660
14661 2008-03-01 Alan Mackenzie <acm@muc.de>
14662
14663 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
14664 typing "#" at EOB.
14665
14666 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
14667
14668 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
14669
14670 2008-02-29 Kim F. Storm <storm@cua.dk>
14671
14672 * emulation/cua-base.el (cua-remap-control-v)
14673 (cua-remap-control-z): New defcustoms.
14674 (cua-mode): Add them to set-after property.
14675 (cua--init-keymaps): Use them.
14676 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
14677
14678 * help.el (view-emacs-todo): Rename from view-todo.
14679 (describe-gnu-project): Rename from describe-project. Users changed.
14680 (view-help-file): New helper function.
14681 (describe-distribution, describe-copying, describe-gnu-project)
14682 (view-todo, view-order-manuals, view-emacs-problems): Use it.
14683 (view-emacs-debugging, view-external-packages): New commands.
14684 (help-map): Move describe-distribution to C-h C-o (ordering).
14685 Move view-emacs-problems to C-h C-p (problems).
14686 Bind view-emacs-debugging to C-h C-d (debugging).
14687 Bind view-external-packages to C-h C-e (extras).
14688 (help-for-help-internal): Cleanup and align descriptions.
14689 Remove command names to reduce clutter.
14690
14691 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14692
14693 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
14694 and quieter face (not a warning).
14695
14696 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
14697
14698 * vc.el (vc-status-crt-marked): New variable.
14699 (vc-status-mode): Make it local.
14700 (vc-status-refresh): Use it to save the marked files.
14701 (vc-update-vc-status-buffer): Use it to restore the marked files.
14702
14703 * vc-svn.el (vc-svn-after-dir-status):
14704 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
14705
14706 2008-02-29 Glenn Morris <rgm@gnu.org>
14707
14708 * allout.el (allout-topic-encryption-bullet)
14709 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
14710 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
14711 from 22.0 to 22.1.
14712
14713 * net/imap.el (imap-ping-server):
14714 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
14715 Change defcustom :version from 23.0 to 23.1.
14716
14717 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
14718
14719 * desktop.el (desktop-save): Save the buffer name if the
14720 uniquified base name is empty.
14721
14722 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
14723
14724 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
14725 correctly when user has "set print address off".
14726
14727 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
14728
14729 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
14730 version number of the next major Emacs release, not 23.0.
14731
14732 * longlines.el (longlines-unload-function): New function.
14733
14734 2008-02-28 Juri Linkov <juri@jurta.org>
14735
14736 * startup.el (normal-splash-screen): Add argument `concise'.
14737 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
14738 to the created buffer. If `concise' is non-nil, call
14739 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
14740 (display-startup-screen): Add argument `concise' to the call to
14741 `normal-splash-screen'.
14742
14743 2008-02-28 Kim F. Storm <storm@cua.dk>
14744
14745 * startup.el (startup-echo-area-message): Check for about-emacs.
14746
14747 2008-02-28 Juri Linkov <juri@jurta.org>
14748
14749 * startup.el: Always add initial message to *scratch* buffer if
14750 `initial-scratch-message' is non-nil regardless of the value of
14751 `inhibit-startup-screen'.
14752 (inhibit-startup-screen, initial-scratch-message): Doc fix.
14753 (command-line-1): Move code that inserts `initial-scratch-message'
14754 up before the if-form that checks for `inhibit-startup-screen'.
14755 Suggested by Jonathan Rockway <jon@jrock.us>.
14756
14757 2008-02-28 Juri Linkov <juri@jurta.org>
14758
14759 * cus-edit.el (custom-mode-map, custom-mode-link-map):
14760 Rename `custom-mode' to `Custom-mode' in docstrings.
14761 (custom-buffer-create-internal, customize-browse):
14762 Rename `custom-mode' to `Custom-mode'.
14763 (custom-mode-hook): Rename to `Custom-mode-hook'.
14764 (Custom-mode-hook): Renamed from `custom-mode-hook'.
14765 (custom-mode): Rename to `Custom-mode'.
14766 (Custom-mode): Renamed from `custom-mode'. Doc fix.
14767 (custom-mode): Add backward-compatible non-interactive variant of
14768 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
14769 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
14770
14771 * info-look.el: Rename `custom-mode' to `Custom-mode'.
14772
14773 * emulation/viper.el (viper-emacs-state-mode-list):
14774 Rename `custom-mode' to `Custom-mode'.
14775
14776 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
14777 Capitalize "Tagged Files".
14778 (minibuffer-local-map): Add menu items for next/previous
14779 history elements and isearch history forward/backward.
14780
14781 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
14782 `hs-isearch-open' with t instead of `comment' in :selected
14783 for "Code and Comment blocks" menu item.
14784
14785 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14786
14787 * uniquify.el (uniquify-buffer-base-name): Undo last change.
14788 Should be done in desktop.el instead.
14789
14790 2008-02-28 Glenn Morris <rgm@gnu.org>
14791
14792 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
14793
14794 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
14795
14796 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
14797 (Info-menu, Info-goto-node): Remove declarations.
14798 (report-emacs-bug-info): Use info rather than Info-goto-node.
14799
14800 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
14801 (idlwave-convert-xml-system-routine-info): Don't require xml.
14802 (idlwave-show-commentary, idlwave-shell-show-commentary):
14803 Don't require finder.
14804 (idlwave-info): Don't require info. Use info rather than
14805 Info-goto-node.
14806
14807 * textmodes/org.el (Info-goto-node): Remove declaration.
14808 (org-info): Use info rather than Info-goto-node.
14809
14810 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
14811 (reftex-info): Don't require info. Use info rather than Info-goto-node.
14812
14813 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
14814
14815 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
14816 the menu.
14817
14818 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
14819 (vc-finish-logentry): Check for vc-status-mode, not only for
14820 vc-dired-mode.
14821
14822 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
14823
14824 * isearch.el (isearch-printing-char): Don't check
14825 keyboard-coding-system.
14826 Call isearch-process-search-multibyte-characters only when
14827 current-input-method is non-nil.
14828
14829 2008-02-27 Kim F. Storm <storm@cua.dk>
14830
14831 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
14832 (glyph-char, glyph-face): Handle cons encoding.
14833
14834 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
14835
14836 * uniquify.el (uniquify-buffer-base-name): If the base name is an
14837 empty string, return nil to allow the caller to default to the
14838 buffer name. Reported by Martin Fischer <parozusa@web.de>.
14839
14840 * tool-bar.el (tool-bar-setup): Doc fix.
14841
14842 * mail/supercite.el (sc-describe):
14843 Fix typos in obsolescence declaration.
14844
14845 2008-02-27 Glenn Morris <rgm@gnu.org>
14846
14847 * autoinsert.el (auto-insert-alist): Change permission text to
14848 match FSF's GPLv3 form.
14849
14850 * mail/supercite.el (sc-cite-original): Doc fix.
14851 (sc-version): Make obsolete.
14852 (sc-describe): Show the SC info page. Make obsolete.
14853
14854 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14855
14856 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
14857 when using transient-mark-mode.
14858 (default-indicate-unused-lines): Remove unused var.
14859
14860 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
14861
14862 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
14863 and previous.
14864
14865 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
14866
14867 2008-02-26 Glenn Morris <rgm@gnu.org>
14868
14869 * net/net-utils.el (top-level): Don't require comint when compiling.
14870 (nslookup-font-lock-keywords): Don't require font-lock.
14871 Use font-lock faces rather than variables.
14872 (nslookup, ftp, smbclient, network-service-connection):
14873 Don't require comint.
14874 (comint-prompt-regexp, comint-input-autoexpand)
14875 (comint-input-ring): Declare for compiler.
14876 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
14877 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
14878
14879 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
14880 doc-string.
14881
14882 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14883
14884 * doc-view.el (doc-view-current-page): Add a `win' argument.
14885
14886 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14887
14888 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
14889 Demote it to plain defvar.
14890 (doc-view-conversion-refresh-interval): Reduce interval.
14891 (doc-view-goto-page): Allow moving to pages not yet rendered.
14892 (doc-view-goto-page): Construct a file name rather than extracting it
14893 from doc-view-current-files.
14894 (doc-view-kill-proc): Ignore errors from kill-process.
14895 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
14896 (doc-view-insert-image): Use appropriate text if the page hasn't been
14897 rendered yet. Adjust scrolling so the text is displayed.
14898 (doc-view-display): Detect not just that a page is available, but also
14899 that it wasn't available before, so as to avoid refreshing all pages
14900 repeatedly.
14901 (doc-view-mode): Make doc-view-cache-directory if needed.
14902
14903 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14904
14905 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
14906 toggle-read-only.
14907
14908 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
14909 refering to a missing required field with the OPT prefix.
14910 Make unwindform more robust.
14911
14912 * textmodes/bibtex.el: Remove support for hideshow minor mode as
14913 it duplicates the bibtex support in progmodes/hideshow.el.
14914 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
14915 entries that do not start at the beginning of a line.
14916
14917 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
14918
14919 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
14920
14921 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
14922
14923 * help-fns.el (describe-variable): Add phrases about
14924 initialization file with and without customization;
14925 use new button type help-info-variable.
14926
14927 * help-mode.el (help-info-variable):
14928 New button able to read Info files for help-fns.el.
14929
14930 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
14931
14932 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
14933 (grep-mode): Use grep-mode-tool-bar-map.
14934
14935 * progmodes/compile.el (tool-bar): Require tool-bar.
14936 (compilation-mode-tool-bar-map): New variable.
14937 (compilation-mode): Use compilation-mode-tool-bar-map.
14938
14939 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
14940
14941 2008-02-25 Glenn Morris <rgm@gnu.org>
14942
14943 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
14944
14945 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
14946
14947 * diff-mode.el (diff-file-junk-re): New const.
14948 (diff-beginning-of-file-and-junk): Use it.
14949 (diff-file-kill): Make sure we were really inside a file diff.
14950
14951 * diff-mode.el: Make it more robust in the presence of empty context
14952 lines in unified hunks.
14953 (diff-valid-unified-empty-line): New var.
14954 (diff-unified->context, diff-sanity-check-hunk): Obey it.
14955 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
14956 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
14957 (diff-hunk-header-re-unified): New const.
14958 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
14959 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
14960 (diff-sanity-check-hunk): Use it.
14961
14962 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
14963 Index: line, don't search backward for the previous one.
14964
14965 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
14966
14967 * international/fontset.el (setup-default-fontset): Add non-OTF
14968 lao font for lao script.
14969
14970 * language/tibetan.el: Register tibetan-composition-function in
14971 composition-function-table.
14972
14973 * language/tibet-util.el (tibetan-composition-function):
14974 Adjust for the new calling way (argument changed). Try font-shape-text
14975 if possible.
14976
14977 * language/lao.el: Register lao-composition-function in
14978 composition-function-table.
14979
14980 * language/lao-util.el (lao-composition-function): Adjust for the new
14981 calling way (argument changed). Try font-shape-text if possible.
14982
14983 2008-02-25 Jason Rumney <jasonr@gnu.org>
14984
14985 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
14986
14987 2008-02-25 Juri Linkov <juri@jurta.org>
14988
14989 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
14990 background, "red4" for a dark background, "red" for 16 and
14991 8 colors, "grey" for grayscale, and inverse video otherwise.
14992 Add :version tag.
14993 (isearch-message): Keep the original isearch-message intact, and
14994 add text properties to it where necessary. Add `isearch-error' to
14995 the condition that checks if isearch is unsuccessful.
14996
14997 2008-02-24 Juri Linkov <juri@jurta.org>
14998
14999 * progmodes/compile.el (compilation-handle-exit):
15000 Use compilation-error face instead of font-lock-warning-face.
15001 Display the same message in the minibuffer as is inserted
15002 at the end of the compilation buffer.
15003
15004 2008-02-24 Glenn Morris <rgm@gnu.org>
15005
15006 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
15007 multiple file case.
15008
15009 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
15010
15011 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
15012 multiple file case. Use a single `let' rather than two.
15013
15014 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15015
15016 * progmodes/compile.el (compilation-start): Specify a face for
15017 mode-line-process.
15018 (compilation-handle-exit): Specify a face and a tooltip for
15019 mode-line-process.
15020
15021 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15022
15023 * hilit-chg.el: Remove spurious * in defcustom docstrings.
15024 (hilit-chg-make-ov): Simplify.
15025 (hilit-chg-fixup): Use remove-overlays.
15026 (hilit-chg-set-face-on-change): Remove redundant call to
15027 `remove-text-properties'.
15028
15029 * dired.el (dired-mark-prompt): Don't count/display the t element.
15030 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
15031
15032 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
15033
15034 * progmodes/verilog-mode.el (eval-when-compile): Don't define
15035 add-submenu.
15036 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
15037 Remove. Move contents to the only use ...
15038 (verilog-menu): ... here.
15039 (verilog-statement-menu): Remove. Move contents to the only use ...
15040 (verilog-stmt-menu): ... here.
15041 (verilog-mark-defun): Simply call mark-defun for emacs.
15042 (occur-pos-list): Declare for byte compiler.
15043 (mode-popup-menu): Don't defvar.
15044 (verilog-add-statement-menu): Remove.
15045 (verilog-mode-hook): Don't add verilog-add-statement-menu.
15046 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
15047
15048 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15049
15050 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
15051 conditional.
15052 (verilog-font-grouping-keywords-face): Make the begin..end
15053 keywords standout more than other verilog keywords.
15054 (verilog-type-font-keywords): Move the begin..end out of this list
15055 to facilitate making them to (potentially) stand out more.
15056 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
15057 function & task blocks.
15058 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
15059 initial, function & task blocks.
15060 (verilog-forward-sexp): Handle the new "disable fork" statement of
15061 IEEE-1800 Verilog.
15062 (verilog-beg-block-re-ordered): Handle the new "disable fork"
15063 statement of IEEE-1800 Verilog.
15064 (verilog-calc-1): Handle the new "disable fork" statement of
15065 IEEE-1800 Verilog.
15066 (verilog-disable-fork-re): Add const to help handle the new
15067 "disable fork" statement of IEEE-1800 Verilog.
15068 (verilog-declaration-core-re): Add port directions by themselves,
15069 with no qualification, as base item of a declaration.
15070 (verilog-pretty-declarations): Add new flag to ask it to refrain
15071 from printing to the message buffer.
15072 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
15073 printing to the message buffer. Improve handling of the many
15074 types of expression line up.
15075 (verilog-just-one-space): Remove printing of an empty message.
15076 (verilog-get-lineup-indent): Rework to support the better handling
15077 of expression lineup for verilog-pretty-expr.
15078 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15079
15080 2008-02-24 Alan Mackenzie <acm@muc.de>
15081
15082 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
15083 yesterday's commit.
15084
15085 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15086
15087 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
15088 to mouse-set-point in buffers that aren't associated with files.
15089
15090 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
15091
15092 2008-02-24 Alan Mackenzie <acm@muc.de>
15093
15094 Set of changes so that "obtrusive" syntactic elements in a
15095 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
15096 unmatched paren) don't interact syntactically with stuff outside
15097 the CPP line.
15098
15099 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
15100 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
15101 off-by-one bug.
15102 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
15103 a bit of refactoring.
15104 (c-awk-extend-and-syntax-tablify-region): Takes some of the
15105 functionality of c-awk-advise-fl-for-awk-region, which has been
15106 refactored away.
15107
15108 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
15109 (c-clear-char-property-with-value): New function and macro which
15110 remove text-properties `equal' to a supplied value.
15111
15112 * progmodes/cc-engine.el: Comment about text properties amended.
15113
15114 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
15115 parens around "error\\|warning".
15116
15117 * progmodes/cc-langs.el (c-get-state-before-change-function)
15118 (c-before-font-lock-function, c-anchored-cpp-prefix):
15119 New language variables.
15120 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
15121
15122 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
15123 syntax-table text properties.
15124 (c-common-init): Call language specific before/after-change
15125 functions at mode initialisation.
15126 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
15127 (c-extend-region-for-CPP, c-neutralize-CPP-line)
15128 (c-neutralize-syntax-in-CPP): New functions.
15129 (c-before-change, c-after-change): Call the new language specific
15130 change functions defined in cc-langs.el.
15131 (c-advise-fl-for-region): New macro.
15132 (awk-mode): Remove AWK specific stuff which has been refactored
15133 into language independent stuff.
15134
15135 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
15136
15137 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
15138 (gdb): (Re)set gdb-flush-pending-output to nil here...
15139 (gdb-init-1): ...instead of here (before gdb-prompt).
15140
15141 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15142
15143 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
15144 Recognize ''' just like any other char-constant.
15145
15146 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15147
15148 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
15149 careful enough. Detect the uid-change all within the main loop.
15150
15151 2008-02-24 Stefan Monnier <monnier@pastel.home>
15152
15153 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
15154
15155 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15156
15157 * hilit-chg.el (highlight-save-buffer-state): New macro.
15158 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
15159 (hilit-chg-clear): Use it to preserve the modified-p flag.
15160 (highlight-changes-rotate-faces): Don't mess with the undo-list.
15161
15162 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15163
15164 * font-lock.el (font-lock-set-defaults): Unset previously set variables
15165 when needed.
15166
15167 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
15168
15169 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
15170 from gnus-button-url-regexp.
15171
15172 2008-02-24 Eli Zaretskii <eliz@gnu.org>
15173
15174 * progmodes/compile.el (compilation-next-error): Doc fix.
15175 (compilation-find-file): Doc fix.
15176
15177 2008-02-24 Glenn Morris <rgm@gnu.org>
15178
15179 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
15180 Add obsolete aliases to the old names.
15181
15182 2008-02-24 Richard Stallman <rms@gnu.org>
15183
15184 * net/net-utils.el (ifconfig): Rename from ipconfig.
15185 (ipconfig): Alias to ifconfig.
15186 (ifconfig-program): Rename from ipconfig-program.
15187 (ifconfig-program-options): Rename from ipconfig-program-options.
15188
15189 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
15190
15191 * progmodes/verilog-mode.el (verilog-declaration-core-re):
15192 Add port directions by themselves, with no qualification, as base
15193 item of a declaration.
15194 (verilog-pretty-declarations): Add new flag that inhibits printing
15195 to the message buffer.
15196 (verilog-pretty-expr): Add new flag that inhibits printing to the
15197 message buffer. Improve handling of the many types of expression
15198 line up.
15199 (verilog-just-one-space): Don't print an empty message.
15200 (verilog-get-lineup-indent): Rework to support the better handling
15201 of expression lineup for verilog-pretty-expr.
15202 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
15203 (verilog-mode-version, verilog-mode-release-date): Update.
15204
15205 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
15206
15207 * subr.el (cancel-change-group): Don't move point.
15208
15209 2008-02-23 Markus Triska <markus.triska@gmx.at>
15210
15211 * linum.el (linum-after-config): Update all visible windows.
15212
15213 2008-02-23 Glenn Morris <rgm@gnu.org>
15214
15215 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
15216 Add :help for Solitaire and Tetris.
15217
15218 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
15219
15220 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
15221 (smtpmail-code-conv-from): Doc fix. Fix custom type.
15222 (smtpmail-queue-index-file): Make it a defcustom.
15223 (smtpmail-queue-index): Delete.
15224 (smtpmail-send-it, smtpmail-send-queued-mail):
15225 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
15226 smtpmail-queue-index.
15227
15228 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15229 Add :version.
15230
15231 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
15232
15233 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
15234 New variables.
15235 (iwconfig): New function.
15236
15237 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
15238
15239 * vc.el (vc-find-revision): Make vc-parent-buffer local before
15240 setting it.
15241 (vc-status-menu-map): Do not define using easy-menu.
15242 (vc-status-menu-map): New defalias.
15243 (vc-status-mode-map): Hook up the menu.
15244 (top-level): Update TODO.
15245
15246 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
15247
15248 * vc-bzr.el (vc-bzr-init-version): Rename to ...
15249 (vc-bzr-init-revision): ... this.
15250
15251 2008-02-23 Jason Rumney <jasonr@gnu.org>
15252
15253 * makefile.w32-in (WINS_ALMOST): Remove term.
15254 (WINS): Add term here.
15255 (custom-deps, finder-data): Use WINS_ALMOST.
15256
15257 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
15258
15259 * faces.el (font-weight-table): Fix value of `semi-light'.
15260
15261 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
15262
15263 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
15264 Make those tables bijective.
15265
15266 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
15267
15268 Finish pdbtrack integration cleanup, settling missing-functions
15269 byte compiler warnings appropriately.
15270
15271 * progmodes/python.el (python-point): Remove this - beginning-of-line
15272 was all that was necessary for `python-pdbtrack-overlay-arrow'.
15273 (python-end-of-def-or-class, python-beginning-of-def-or-class)
15274 (python-goto-initial-line): Drop these - they were only needed for
15275 python-point.
15276 (python-comint-output-filter-function): Use condition-case and
15277 beginning-of-line directly, instead of python-mode.el functions
15278 which require all sorts of baggage.
15279 (point-safe): Unnecessary - we're using condition-case directly,
15280 instead.
15281 (python-execute-file): Include for python-shell, which I'm leaving
15282 in keeping despite it being unnecessary for pdb tracking.
15283
15284 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
15285
15286 * progmodes/scheme.el (scheme-font-lock-keywords-2):
15287 Add SRFI 11 support.
15288 (let-values, let*-values): Specify scheme-indent-function.
15289
15290 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
15291
15292 * vc.el (vc-exec-after): Move setting mode-line-process in the
15293 busy case ...
15294 (vc-set-mode-line-busy-indicator): ... in this new function.
15295 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
15296 (vc-update-vc-status-buffer): Reset mode-line-process.
15297 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
15298 mark/unmark all the files with the same state as the current one.
15299 With a prefix argument mark/unmark all files.
15300 (vc-status-mode-menu): Adjust strings.
15301 (vc-update-vc-status-buffer): Only do something when the argument
15302 is not nil.
15303 (vc-status-kill-dir-status-process): New function.
15304 (vc-status-mode-map): Bind it.
15305 (vc-status-process-buffer): New variable.
15306 (vc-status-mode): Make it local.
15307 (vc-status-refresh): Set it.
15308
15309 * vc-hg.el (vc-hg-dir-status):
15310 * vc-git.el (vc-git-dir-status):
15311 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
15312 command is run.
15313
15314 2008-02-22 Glenn Morris <rgm@gnu.org>
15315
15316 * json.el (top-level): No need to require thingatpt.
15317 (json-read-keyword): Use thing-at-point rather than word-at-point.
15318
15319 * time.el (top-level): No need to require time-date when compiling.
15320
15321 * emacs-lisp/copyright.el (copyright-update-year):
15322 Fix subexpression numbering for the case when years are split over
15323 lines, and for the replace case.
15324
15325 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
15326 (tpu-caar, tpu-cadr): Delete functions.
15327 (zmacs-regions): No need to declare for compiler.
15328 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
15329 (tpu-spell-check): Rewrite, and handle mark after point.
15330 (tpu-special-insert): Use or rather than if.
15331
15332 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
15333 rather than spell-region.
15334
15335 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
15336 warnings about spell-region.
15337
15338 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
15339
15340 * ldefs-boot.el: Regenerated.
15341
15342 * loadup.el: Don't load language/devanagari, language/kannada,
15343 language/malayalam, and language/tamil. Load language/sinhala.
15344
15345 * language/indian.el (indian-font-foundry)
15346 (indian-script-language-alist, indian-font-char-index-table)
15347 (indian-font-char, indian-font-char-range, indian-script-table)
15348 (indian-default-script, indian-composable-pattern): Delete them.
15349 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
15350 language environments moved to here.
15351 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
15352 New language environments.
15353
15354 * language/devanagari.el, language/devan-util.el,
15355 * language/kannada.el, language/knd-util.el, language/malayalam.el,
15356 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
15357 Delete them.
15358
15359 * language/sinhala.el: New file.
15360
15361 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
15362
15363 Update Nick Robert's port of pdb tracking from python-mode.el.
15364
15365 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
15366 Clarify docstring.
15367 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
15368 tracking is happening.
15369 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
15370 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
15371 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
15372 Tracking is plugged in to all comint buffers once python.el is loaded.
15373 (python-pdbtrack-overlay-arrow): Toggle activation of
15374 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
15375 (python-pdbtrack-track-stack-file): Use new
15376 `python-pdbtrack-get-source-buffer' for more flexible access to
15377 debugging source files.
15378 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
15379 according to pdb stack trace, optionally using new
15380 `python-pdbtrack-grub-for-buffer' if file is not locally available.
15381 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
15382 named buffer, or having function with indicated name.
15383 (python-shell): Remove comint-output-filter-functions hook
15384 addition, it's being done elsewhere. Wrap long line.
15385
15386 2008-02-21 Michael Olson <mwolson@gnu.org>
15387
15388 * json.el: Replace XEmacs compatibility code to get rid of
15389 compiler warnings.
15390
15391 * time.el: Fix compiler warning.
15392
15393 2008-02-21 Edward O'Connor <ted@oconnor.cx>
15394
15395 * json.el: New file (JavaScript Object Notation parser / generator).
15396
15397 2008-02-21 Dave Love <fx@gnu.org>
15398
15399 * progmodes/sym-comp.el: New file.
15400
15401 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
15402 Require sym-comp. Add Python buffer to same-window-buffer-names.
15403 Fixup whitespaces.
15404 (python-font-lock-keywords): Add highlighting for Python builtins.
15405 (python-font-lock-syntactic-keywords): Rewrite.
15406 (python-quote-syntax): Use syntax-ppss-context instead of parsing
15407 ppss directly.
15408 (python-mode-map): Add binding for python-find-function.
15409 (python-calculate-indentation): Clean up the logic.
15410 (python-beginning-of-defun): Explicitly set return value.
15411 (python-beginning-of-statement): Stop looping if we get stuck
15412 going backwards.
15413 (python-next-statement): Stop looping if we somehow end up inside
15414 a string while advancing.
15415 (python-preoutput-continuation, python-version-checked): New vars.
15416 (python-check-version): New function.
15417 (run-python): Set default command to python-command instead of
15418 python-python-command.
15419 (run-python): Use python-check-version. Give PYTHONPATH
15420 precedence over data-directory in the process environment.
15421 Load function definitions in python process after.
15422 (python-check-comint-prompt): New function.
15423 (python-send-command, python-send-receive): Use it.
15424 (python-complete-symbol, python-try-complete): Functions deleted.
15425 Use symbol-complete instead of python-complete-symbol throughout.
15426 (python-fill-paragraph): Further refine the fenced-string regexp.
15427 (def-python-skeleton): Expand to the original abbrev instead if in
15428 a comment or string. Tweak skeletons for `if', `while', `for',
15429 `try/except', `try/finally', `name'.
15430 (python-pea-hook, python-abbrev-pc-hook): New functions.
15431 (python-abbrev-syntax-table): New var.
15432 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
15433 Use symbol-completion-try-complete for hippie expansion.
15434 Turn on font lock unconditionally.
15435 (python-mode-hook): Defcustom it. No need to use make-local
15436 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
15437 option, since it's buffer-local.
15438
15439 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
15440
15441 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
15442
15443 2008-02-21 Drew Adams <drew.adams@oracle.com>
15444
15445 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
15446 "Turn off" and a "Help" entry when the minor mode has no menu.
15447
15448 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
15449
15450 * vc.el (vc-status-mark, vc-status-unmark): New functions.
15451 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
15452 vc-status-mark-file and vc-status-unmark-file.
15453 (vc-status-mark-unmark): New function.
15454 (vc-status-previous-line, vc-status-next-line): No longer interactive.
15455
15456 2008-02-21 Glenn Morris <rgm@gnu.org>
15457
15458 * composite.el (encode-composition-rule): Fix typo in error message.
15459 (composition-function-table, auto-composition-mode): Doc fixes.
15460
15461 * subr.el (sit-for): Fix obsolete form for nil second argument.
15462
15463 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
15464 (spell-string): Make obsolete, in favor of ispell.
15465
15466 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
15467
15468 * language/devanagari.el: Don't setup composition-function-table
15469 here.
15470 ("Devanagari"): Change charset, coding-system, coding-priority to
15471 Unicode-based ones. Don't require the feature devan-util.
15472
15473 * composite.el (compose-chars-after): Fix arguments for a function
15474 in composition-function-table.
15475 (auto-compose-region): Likewise.
15476
15477 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
15478 for Ethiopic.
15479 (ps-mule-plot-string): Ignore glyph-string based compositions.
15480
15481 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
15482
15483 * doc-view.el: Allow different windows to show different pages.
15484 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
15485 (doc-view-current-image, doc-view-current-overlay): Remove variables,
15486 add them back as macros instead, using image-mode-winprops instead.
15487 Update all users of those variables.
15488 (doc-view-new-window-function): New function to create a new overlay
15489 for each new window.
15490 (doc-view-mode): Use it and image-mode-setup-winprops.
15491 (doc-view-clone-buffer-hook): Rewrite accordingly.
15492
15493 * image-mode.el: Extend [hv]scroll support to per-window properties.
15494 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
15495 (image-mode-winprops-alist): New var to replace them.
15496 (image-mode-new-window-functions): New hook.
15497 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
15498 New funs.
15499 (image-set-window-vscroll, image-set-window-hscroll): Use them.
15500 Remove the `window' argument, update callers.
15501 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
15502 Use the new functions.
15503 (image-mode-reapply-winprops): New fun.
15504 (image-mode): Use it.
15505
15506 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
15507
15508 * calc/calc-math.el (math-sin-raw): Add optional argument
15509 to keep track of original argument.
15510 (math-cos-raw): Use optional argument when calling math-sin-raw.
15511 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
15512 with close to original precision.
15513
15514 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15515
15516 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
15517 args in calls of sit-for.
15518
15519 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
15520
15521 * vc-svn.el (vc-svn-program): Fix typo in docstring.
15522 (vc-svn-checkin): Fix typo in error message.
15523
15524 * help-mode.el: Require easymenu when compiling.
15525
15526 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
15527
15528 * help-mode.el (help-mode-menu): New menu.
15529
15530 2008-02-20 Glenn Morris <rgm@gnu.org>
15531
15532 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
15533 on Windows.
15534
15535 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
15536
15537 * ps-mule.el (ps-mule-encode-region): Return a single string.
15538 (ps-mule-plot-string): Adjust for the above change.
15539 (ps-mule-encode-header-string): Likewise.
15540
15541 * international/latin1-disp.el (latin1-display): Don't use
15542 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
15543 standard-display-table.
15544 (latin1-display-identities): Adjust for the change of what is
15545 returned by (get-language-info charset 'charset).
15546
15547 * international/mule-util.el (char-displayable-p): Fix for Latin-1
15548 characters and terminal case.
15549
15550 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
15551
15552 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
15553
15554 * progmodes/python.el: Also require comint when loading.
15555 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
15556 Replace python-shell with run-python on menu bar.
15557 (python-shell-map): New map.
15558 (python-default-interpreter, python-python-command-args)
15559 (python-jython-command-args, python-pdbtrack-do-tracking-p):
15560 New options.
15561 (python-which-shell, python-which-args, python-which-bufname):
15562 New buffer local variables.
15563 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
15564
15565 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
15566 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
15567 New constants.
15568
15569 Pdbtrack features:
15570
15571 (python-point, python-end-of-def-or-class)
15572 (python-beginning-of-def-or-class, python-goto-initial-line)
15573 (python-comint-output-filter-function)
15574 (python-pdbtrack-overlay-arrow)
15575 (python-pdbtrack-track-stack-file, python-toggle-shells)
15576 (python-shell, python-pdbtrack-toggle-stack-tracking)
15577 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
15578 New functions.
15579
15580 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
15581
15582 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
15583 when the argument is nil.
15584
15585 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15586
15587 * vc.el (dir-status): Add a brief description.
15588
15589 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
15590
15591 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
15592 If non-nil, reverse the sense of the check.
15593
15594 * vc-rcs.el (vc-rcs-root): New func.
15595 * vc-cvs.el (vc-cvs-root): New func.
15596 * vc-svn.el (vc-svn-root): New func.
15597 * vc-sccs.el (vc-sccs-root): New func.
15598
15599 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
15600
15601 * language/japan-util.el (setup-japanese-environment-internal):
15602 Call use-cjk-char-width-table.
15603
15604 * language/japanese.el ("Japanese"): Set exit-function to
15605 use-default-char-width-table.
15606
15607 * international/characters.el: Delete occurrences of non-Unicode
15608 tibetan and ethiopic characters.
15609 (cjk-char-width-table): New variable.
15610 (use-cjk-char-width-table, use-default-char-width-table):
15611 New functions.
15612
15613 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
15614
15615 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
15616 (vc-status-mode-menu): Add a :filter.
15617 (vc-status-printer): Add faces.
15618
15619 * vc-hg.el (vc-hg-extra-status-menu): New function.
15620 (vc-hg-dir-status): Clean up the buffer before using it.
15621
15622 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
15623
15624 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
15625 (gdb): Initialize it here instead.
15626
15627 * files.el (locate-dominating-file): Fix thinko in last change.
15628 Reported by Bruce Stephens <bruce.stephens@isode.com>.
15629
15630 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
15631
15632 * vc.el (vc-status-mode-menu): New menu for vc-status.
15633
15634 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
15635
15636 * progmodes/verilog-mode.el (customize): Fix typo in error message.
15637 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
15638 (verilog-mode-auto, verilog-indent-level-module)
15639 (verilog-minimum-comment-distance, verilog-library-flags)
15640 (verilog-library-directories, verilog-library-files)
15641 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
15642 (verilog-xemacs-menu, verilog-set-compile-command)
15643 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
15644 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
15645 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
15646 (verilog-batch-inject-auto, verilog-batch-indent)
15647 (verilog-continued-line, verilog-type-keywords)
15648 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
15649 (verilog-read-inst-pins, verilog-read-arg-pins)
15650 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
15651 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
15652 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
15653 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
15654 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
15655 (verilog-mode-version, verilog-mode-release-date)
15656 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
15657 (verilog-simulator, verilog-compiler)
15658 (verilog-auto-sense-defines-constant, verilog-company)
15659 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
15660 Fix typos in docstrings.
15661 (verilog-set-auto-endcomments, verilog-calculate-indent)
15662 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
15663 Reflow docstrings.
15664 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
15665 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
15666 (electric-verilog-forward-sexp, verilog-in-case-region-p)
15667 (verilog-in-struct-region-p, verilog-in-generate-region-p)
15668 (verilog-leap-to-head, verilog-current-indent-level)
15669 (verilog-case-indent-level, verilog-cpp-keywords)
15670 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
15671 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
15672 (verilog-signals-not-in, verilog-symbol-detick-text)
15673 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
15674 (verilog-forward-close-paren, verilog-backward-open-paren)
15675 (verilog-backward-open-bracket): Doc fixes.
15676
15677 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
15678 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
15679 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
15680 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
15681 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
15682 Fix typos in docstrings.
15683
15684 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
15685
15686 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
15687
15688 * info.el (Info-read-node-name): Removed unused `default' arg.
15689
15690 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
15691
15692 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
15693
15694 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
15695
15696 * image-mode.el (image-get-display-property): New fun.
15697 (image-forward-hscroll, image-next-line, image-eol, image-eob)
15698 (image-mode, image-minor-mode, image-toggle-display-text)
15699 (image-toggle-display): Use it.
15700
15701 2008-02-18 Jason Rumney <jasonr@gnu.org>
15702
15703 * international/mule.el (xml-find-file-coding-system): Don't warn
15704 about utf-16 with BOM.
15705
15706 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
15707
15708 * international/mule.el (sgml-xml-auto-coding-function): Detect and
15709 warn if file encoding is not utf-8 and encoding not specified.
15710 (xml-find-file-coding-system): New function.
15711 * international/mule-conf.el (file-coding-system-alist): Use it.
15712
15713 2008-02-17 Glenn Morris <rgm@gnu.org>
15714
15715 * international/mule-cmds.el (set-locale-environment):
15716 Pass `frame' to getenv for LC_MESSAGES.
15717
15718 2008-02-17 Juri Linkov <juri@jurta.org>
15719
15720 * time.el (emacs-init-time): Use format instead of format-seconds.
15721
15722 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15723
15724 * textmodes/bibtex.el (bibtex-search-entry): Rename from
15725 bibtex-find-entry. Add autoload cookie.
15726 (bibtex-find-entry): Alias for bibtex-search-entry.
15727 (bibtex-search-crossref): Rename from bibtex-find-crossref.
15728 (bibtex-find-crossref): Alias for bibtex-search-crossref.
15729 (bibtex-clean-entry): atomic-change-group removed.
15730 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
15731 to locate buffer location where error occurred.
15732 Make error messages more specific.
15733 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
15734
15735 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
15736
15737 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
15738 top level.
15739
15740 * simple.el (transient-mark-mode): Add an :init-value.
15741
15742 * startup.el (command-line): Use custom-reevaluate-setting for
15743 transient-mark-mode.
15744
15745 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
15746
15747 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
15748
15749 2008-02-16 Juri Linkov <juri@jurta.org>
15750
15751 * startup.el (after-init-time): New variable.
15752 (command-line): Set `after-init-time' to the current time.
15753
15754 * time.el (emacs-init-time): New function.
15755
15756 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * files.el (locate-dominating-file): Remove initial loop because it's
15759 not careful enough. Detect the uid-change all within the main loop.
15760
15761 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
15762
15763 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
15764
15765 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15766
15767 * vc.el (vc-annotate): Add new argument.
15768 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
15769
15770 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
15771 Move make-variable-buffer-local code after the corresponding defvar.
15772 (hs-minor-mode-map): Define and initialize in one step.
15773 (hs-minor-mode): Change from defun to define-minor-mode.
15774
15775 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
15776
15777 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
15778 (gdb-ready): Move declaration...
15779
15780 * progmodes/gdb-ui.el (gdb-ready): ...to here.
15781 (gdb-early-user-input): New variable.
15782 (gdb): Reset gdb-flush-pending-output to nil and set
15783 comint-input-sender here (before gdb-prompt), instead of...
15784 (gdb-init-1): ...here.
15785 (gdb-send): If Emacs is not ready, defer user input to...
15786 (gdb-prompt): ...here.
15787
15788 2008-02-16 Glenn Morris <rgm@gnu.org>
15789
15790 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
15791
15792 * startup.el (emacs-startup-time): Rename to `before-init-time'.
15793 (before-init-time): New name for `emacs-startup-time'.
15794 (command-line): Use before-init-time rather than emacs-startup-time.
15795 * time.el (emacs-uptime): Use before-init-time rather than
15796 emacs-startup-time.
15797
15798 * composite.el (composition-function-table): Doc fix.
15799
15800 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
15801 in favor of `%z' specifier.
15802 (emacs-uptime): Move to time.el.
15803 * time.el (emacs-uptime): Move here from time-date.el. Add optional
15804 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
15805 argument of format-seconds.
15806
15807 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
15808
15809 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
15810
15811 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
15812
15813 * ielm.el (ielm-is-whitespace): Remove.
15814 (ielm-is-whitespace-or-comment): New function.
15815 (ielm-eval-input): Use it.
15816
15817 2008-02-15 Jason Rumney <jasonr@gnu.org>
15818
15819 * term/mac-win.el: Fix coding tag.
15820
15821 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
15822
15823 * vc-hooks.el (vc-menu-map):
15824 * bindings.el (mode-line-mode-menu): Add tooltips.
15825
15826 * bindings.el (help-echo): Add more tooltips. Use a less
15827 telegraphic style for existing tooltips.
15828
15829 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
15830
15831 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
15832 from the auto-generated one.
15833
15834 2008-02-14 Glenn Morris <rgm@gnu.org>
15835
15836 * mail/rmail-spam-filter.el (rmail-spam-filter):
15837 Let-bind message-spam-status.
15838
15839 * mail/smtpmail.el (password-cache-add): Declare as function.
15840
15841 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
15842
15843 * mail/smtpmail.el: Use password-cache.
15844
15845 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
15846
15847 * uniquify.el (uniquify-buffer-base-name): New function.
15848 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15849
15850 * desktop.el (uniquify-managed): Don't defvar.
15851 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
15852 `uniquify-managed'. Return also the buffer's base name.
15853 (desktop-save): When saving the buffer info, filter out the base name,
15854 and save it as buffer name if the buffer is managed by uniquify.
15855 (uniquify-item-base): Don't declare; not called anymore.
15856
15857 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
15858
15859 * vc.el (vc-annotate-find-revision-at-line): New function.
15860 (vc-annotate-mode-map): Bind it.
15861 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
15862 some entries.
15863
15864 2008-02-14 Glenn Morris <rgm@gnu.org>
15865
15866 * calendar/time-date.el (format-seconds): New function.
15867 (emacs-uptime): Use format-seconds.
15868
15869 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
15870 Remove `LC_ALL=C', since it's included in $(emacs) now.
15871
15872 2008-02-14 Zhang Wei <id.brep@gmail.com>
15873
15874 * textmodes/org-publish.el (org-publish-timestamp-filename):
15875 Replace colon characters in filename too.
15876
15877 2008-02-13 Bastien Guerry <bzg@altern.org>
15878
15879 * mail/rmail.el (rmail-header-name): New face.
15880 (rmail-font-lock-keywords): Use rmail-header-name.
15881
15882 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
15883 against X-Spam-Status header field.
15884 (rmail-spam-filter): Also check X-Spam-Status header field.
15885
15886 2008-02-14 Mark A. Hershberger <mah@everybody.org>
15887
15888 * progmodes/flymake.el (flymake-allowed-file-name-masks):
15889 Add support for .pm files and .php files.
15890 (flymake-err-line-patterns): Add pattern for PHP errors.
15891 (flymake-php-init): New function. PHP support for flymake.
15892
15893 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15894 Add regular expression for PHP errors.
15895
15896 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
15897
15898 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
15899 This DTRT even on w32 machines.
15900 (ange-ftp-cf1): Quote FILENAME.
15901
15902 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
15903
15904 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
15905 (smerge-auto-combine): New fun.
15906
15907 2008-02-12 Juri Linkov <juri@jurta.org>
15908
15909 * startup.el (fancy-startup-screen, normal-splash-screen):
15910 Set default-directory to command-line-default-directory.
15911
15912 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
15913 after reading the desktop.
15914
15915 * progmodes/compile.el (compilation-auto-jump):
15916 Call compile-goto-error only when compilation-auto-jump-to-first-error
15917 is non-nil.
15918 (compilation-scroll-output): Replace :type 'boolean with a choice
15919 that has three options including a third option `first-error'.
15920 Doc fix.
15921 (compilation-start, compilation-forget-errors): Add an alternate
15922 condition comparing compilation-scroll-output with `first-error'
15923 in addition to compilation-auto-jump-to-first-error (to call
15924 compilation-auto-jump in the proper place).
15925
15926 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15927
15928 * international/mule.el (sgml-html-meta-auto-coding-function):
15929 Make sure the search limit is ahead.
15930
15931 * tar-mode.el: Fix broken indentation.
15932 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
15933 Use with-current-buffer.
15934
15935 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
15936
15937 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
15938 it is already automatically buffer-local.
15939
15940 2008-02-12 Drew Adams <drew.adams@oracle.com>
15941
15942 * help.el (describe-key): Join some split lines to facilitate filling.
15943 * help-fns.el (describe-function-1): Fill text of overlong lines.
15944
15945 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
15946
15947 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
15948 Use unibyte-string instead of string-make-unibyte.
15949
15950 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
15951
15952 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
15953
15954 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
15955 works also for buffers w/o buffer-file-name. Update callers.
15956 (doc-view-clone-buffer-hook): New fun.
15957 (doc-view-mode): Use it for indirect clones. Mark the overlays with
15958 the `doc-view' property so they can be recognized.
15959
15960 * simple.el (clone-indirect-buffer-hook): New hook.
15961 (clone-indirect-buffer): Run it.
15962
15963 2008-02-11 Michael Olson <mwolson@gnu.org>
15964
15965 * epa-setup.el:
15966 * epg-package-info.el: Files removed.
15967
15968 2008-02-11 Daiki Ueno <ueno@unixuser.org>
15969
15970 * epa.el (epa-menu-mode): Merge into epa-mode.
15971 (epa-menu-items): Rename the label "EasyPG Assistant" to
15972 "Encryption/Decryption".
15973
15974 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
15975 (epa-dired-mode-map): Rename from epa-dired-map.
15976 (epa-global-dired-mode): Rename the global minor mode.
15977
15978 2008-02-11 Drew Adams <drew.adams@oracle.com>
15979
15980 * isearch.el (isearch-fail): New face.
15981 (isearch-message): Highlight failure part of input.
15982
15983 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
15984
15985 * ibuffer.el (ibuffer-header-line-format): New var.
15986 (ibuffer-mode): Set it instead of header-line-format.
15987 (ibuffer-update): Use it to set header-line-format.
15988
15989 * international/mule-cmds.el (ucs-insert): Inherit surrounding
15990 properties like self-insert-command.
15991
15992 2008-02-11 Drew Adams <drew.adams@oracle.com>
15993
15994 * progmodes/etags.el: Add many doc strings.
15995
15996 2008-02-11 Jason Rumney <jasonr@gnu.org>
15997
15998 * ldefs-boot.el: Regenerated.
15999
16000 2008-02-11 Glenn Morris <rgm@gnu.org>
16001
16002 * progmodes/compile.el (compilation-error-regexp-alist-alist):
16003 Shorten some names.
16004
16005 * ffap.el (ffap-rfc-directories): Add :version.
16006
16007 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
16008
16009 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
16010 files, and backup files of same.
16011
16012 2008-02-11 Kevin Ryde <user42@zip.com.au>
16013
16014 * ffap.el (ffap-rfc-directories): New variable.
16015 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
16016
16017 * info.el (Info-next-reference, Info-prev-reference)
16018 (Info-try-follow-nearest-node): Move to and follow https:// links too.
16019
16020 * simple.el (completion-list-mode): Show full completion-list-mode-map
16021 in the docstring.
16022
16023 2008-02-11 Sam Steingold <sds@gnu.org>
16024
16025 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
16026
16027 2008-02-11 Glenn Morris <rgm@gnu.org>
16028
16029 * startup.el (emacs-startup-time): New variable.
16030 (command-line): Set emacs-startup-time.
16031
16032 * calendar/time-date.el (emacs-uptime): New function.
16033
16034 2008-02-10 Bastien Guerry <bzg@altern.org>
16035
16036 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
16037 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
16038 it is nil.
16039
16040 2008-02-10 Daiki Ueno <ueno@unixuser.org>
16041
16042 * epg-config.el: Expand the contents of epg-package-info.el.
16043 (epg-package-name): New constant.
16044 (epg-version-number): New constant.
16045 (epg-bug-report-address): New constant.
16046
16047 * epa-mail.el (epa-mail-mode): Add autoload cookie.
16048 (epa-global-mail-mode): New global minor mode.
16049
16050 * epa-file.el (epa-file-mode): New global minor mode.
16051
16052 * epa-dired.el (epa-dired-mode): New global minor mode.
16053
16054 * epa.el (epa-menu): New variable.
16055 (epa-menu-items): New variable.
16056 (epa-menu-mode): New global minor mode.
16057 (epa-global-minor-modes): New user option.
16058 (epa-mode): New global minor mode.
16059
16060 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
16061
16062 * net/dbus.el: Remove `no-byte-compile' cookie.
16063 (dbus-call-method, dbus-register-signal, dbus-debug)
16064 (dbus-registered-functions-table): Declare them with
16065 `declare-function' or `defvar', respectively.
16066 (top): Don't assert any longer. Require 'cl when compiling.
16067 Apply `ignore-errors' but `dbus-ignore-errors'.
16068
16069 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
16070
16071 * diff-mode.el (diff-add-change-log-entries-other-window):
16072 Use add-change-log-entry.
16073
16074 2008-02-09 Jason Rumney <jasonr@gnu.org>
16075
16076 * button.el (button-map):
16077 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
16078 * ldefs-boot.el: Regenerate.
16079
16080 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
16081
16082 * epa.el (epa-faces, epa):
16083 * epa-file.el (epa-file):
16084 * epg-config.el (epg): Add :version.
16085
16086 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
16087
16088 * vc.el (vc-exec-after): Append CODE to previous fragments.
16089 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
16090 take MESSAGES instead of VERBOSE; use it when non-nil.
16091 (vc-diff-internal): Compute messages once; use them;
16092 update call to vc-diff-finish.
16093
16094 2008-02-09 Michael Olson <mwolson@gnu.org>
16095
16096 * net/tramp.el (tramp-process-sentinel): Avoid error when process
16097 buffer has been killed, such as by
16098 `tramp-cleanup-all-connections'.
16099
16100 2008-02-09 Miles Bader <miles@gnu.org>
16101
16102 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
16103
16104 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
16105
16106 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
16107 splitter in context hunks.
16108
16109 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
16110
16111 * international/fontset.el (setup-default-fontset): Fix arabic otf
16112 font specification.
16113
16114 2008-02-08 Daiki Ueno <ueno@unixuser.org>
16115
16116 * epa-dired.el:
16117 * epa-file.el:
16118 * epa-mail.el:
16119 * epa-setup.el:
16120 * epa.el:
16121 * epg-config.el:
16122 * epg-package-info.el:
16123 * epg.el: Initial check-in of EasyPG.
16124
16125 2008-02-08 Glenn Morris <rgm@gnu.org>
16126
16127 * woman.el (woman-locale): New defcustom.
16128 (woman-expand-locale, woman-manpath-add-locales): New functions.
16129 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
16130
16131 * international/mule-cmds.el (locale-translate): New function,
16132 with old code extracted from set-locale-environment.
16133 (set-locale-environment): Use locale-translate. Set woman-locale.
16134
16135 * cus-start.el (selection-coding-system): Remove, since it's now
16136 defined in select.el rather than in xselect.c.
16137 * select.el (selection-coding-system): Make it a defcustom, and
16138 add the properties from cus-start.el. Bump :version.
16139
16140 * custom.el (custom-theme-set-variables): Sort symbols that are
16141 dependencies before symbols that depend on them.
16142 (custom-enabled-themes): Set after custom-theme-directory.
16143
16144 * pcmpl-unix.el (top-level): Move provide statement to end.
16145 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
16146 `*' from doc-string. Allow to be nil.
16147 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
16148 Allow to be nil. Add :version.
16149 (pcmpl-ssh-hosts): Move definition before use. Handle lines
16150 without hostnames, and multiple hostnames per line.
16151
16152 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
16153
16154 2008-02-08 Phil Hagelberg <phil@evri.com>
16155
16156 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
16157 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
16158
16159 2008-02-07 Timo Savola <timo.savola@iki.fi>
16160
16161 * startup.el (command-line-x-option-alist): Add --parent-id.
16162
16163 * term/x-win.el (x-handle-parent-id): New function.
16164
16165 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
16166
16167 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
16168 "Font Menu".
16169
16170 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
16171
16172 * net/dbus.el (dbus-interface-peer): New defconst.
16173 (dbus-ping): New defun.
16174
16175 2008-02-06 Sam Steingold <sds@gnu.org>
16176
16177 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
16178
16179 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
16180
16181 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
16182 Just return nil and let the C code provide a fallback.
16183
16184 2008-02-05 Glenn Morris <rgm@gnu.org>
16185
16186 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
16187 tramp-flush-connection-property for removed 2nd argument.
16188
16189 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
16190
16191 * diff-mode.el (diff-add-change-log-entries-other-window):
16192 Rename from diff-create-changelog. Change users.
16193 Minor change to hopefully work with plain diffs.
16194 (diff-mode-map): Add binding for it.
16195
16196 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
16197
16198 * diff-mode.el: Add new TODO entry.
16199 (diff-create-changelog): New function.
16200 (diff-mode-menu): Bind it.
16201
16202 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
16203
16204 * international/mule-diag.el (print-fontset-element): Handle the
16205 case of inhibiting the fallback fonts.
16206
16207 2008-02-04 Kim F. Storm <storm@cua.dk>
16208
16209 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16210 (ido-magic-delete-char): Use prefix arg.
16211
16212 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
16213
16214 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
16215 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
16216 of today, the most recent libpng is 1.2.24).
16217
16218 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
16219
16220 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
16221
16222 * net/dbus.el (top): Check (featurep 'dbusbind).
16223
16224 * net/tramp.el (tramp-process-sentinel): New defun.
16225 (tramp-do-copy-or-rename-file-out-of-band)
16226 (tramp-maybe-open-connection): Use it as process sentinel.
16227 (tramp-handle-delete-directory): Don't use the "-f" option; it
16228 isn't portable.
16229 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
16230 after the command.
16231 (tramp-handle-shell-command): Set `mode-line-process' in the
16232 asynchronous case.
16233
16234 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
16235
16236 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
16237 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
16238 Use `tramp-process-sentinel' as process sentinel.
16239
16240 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
16241
16242 * whitespace.el (global-whitespace-mode): Revert last change.
16243 (whitespace-unload-function): Force `global-whitespace-mode'
16244 to deactivate local modes in a slightly less intrusive way.
16245
16246 2008-02-02 Eli Zaretskii <eliz@gnu.org>
16247
16248 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
16249
16250 2008-02-02 Glenn Morris <rgm@gnu.org>
16251
16252 * international/latin1-disp.el (latin1-display):
16253 * progmodes/fortran.el (fortran-comment-indent-char):
16254 * progmodes/idlw-shell.el (top-level):
16255 * term/mac-win.el (mac-keyboard-translate-char):
16256 * whitespace.el (whitespace-char-valid-p):
16257 * wid-edit.el (widget-key-sequence-read-event):
16258 Use characterp rather than char-valid-p.
16259
16260 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
16261 to capitalized-find-word-boundary. Doc fix. Update callers.
16262 (capitalized-next-word-boundary-function-table): Rename to
16263 capitalized-find-word-boundary-function-table. Doc fix. Update users.
16264
16265 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
16266 string-to-int.
16267
16268 * ps-def.el (declare-function): Add compatibility definition.
16269 (ps-plot-with-face, ps-plot-string): Declare as functions.
16270 (ps-bold-faces, ps-italic-faces): Declare variables.
16271
16272 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
16273 (ps-mule-end-job): Declare as functions.
16274
16275 * wid-edit.el (widget-string-complete): Use assoc-string rather
16276 than assoc-ignore-case.
16277
16278 See ChangeLog.13 for earlier changes.
16279
16280 ;; Local Variables:
16281 ;; coding: utf-8
16282 ;; add-log-time-zone-rule: t
16283 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
16284 ;; End:
16285
16286 Copyright (C) 2008 Free Software Foundation, Inc.
16287
16288 This file is part of GNU Emacs.
16289
16290 GNU Emacs is free software: you can redistribute it and/or modify
16291 it under the terms of the GNU General Public License as published by
16292 the Free Software Foundation, either version 3 of the License, or
16293 (at your option) any later version.
16294
16295 GNU Emacs is distributed in the hope that it will be useful,
16296 but WITHOUT ANY WARRANTY; without even the implied warranty of
16297 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16298 GNU General Public License for more details.
16299
16300 You should have received a copy of the GNU General Public License
16301 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
16302
16303 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc