]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
838c9302e6ce3769059e9b966062c5522107f430
[gnu-emacs] / lisp / ChangeLog
1 2008-09-11 Martin Rudalics <rudalics@gmx.at>
2
3 * window.el (pop-to-buffer): If the window for buffer-or-name is
4 not on the selected frame, raise that window's frame and give it
5 input focus. (Bug#745)
6
7 2008-09-11 Glenn Morris <rgm@gnu.org>
8
9 * ido.el (ido-mode): Initialize with custom-initialize-default.
10 (Bug#947).
11
12 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
13
14 * replace.el (perform-replace): Don't set inhibit-read-only using
15 query-replace-skip-read-only (bug#956).
16
17 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
18 of the <<foo>> form.
19
20 2008-09-10 Martin Rudalics <rudalics@gmx.at>
21
22 * window.el (display-buffer): Fix doc-string typo.
23
24 2008-09-10 Kenichi Handa <handa@m17n.org>
25
26 * composite.el (compose-gstring-for-graphic): Fix previous change.
27
28 2008-09-10 Glenn Morris <rgm@gnu.org>
29
30 * info.el (Info-try-follow-nearest-node): Fix doc typo.
31
32 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
33
34 * info.el (Info-mouse-follow-nearest-node): Follow links to different
35 manuals. (Bug#886)
36
37 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
38
39 * ido.el (ido-unload-function): New function.
40
41 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
42
43 * ido.el (ido-file-internal): Fix typo in prompt.
44 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
45 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
46 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
47 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
48 Fix typos in docstrings.
49
50 2008-09-08 Martin Rudalics <rudalics@gmx.at>
51
52 * help-fns.el (describe-function-1): Don't print extra newline
53 after filling.
54
55 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
56
57 * help-fns.el (find-lisp-object-file-name): Handle case where
58 library is compressed.
59
60 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
61
62 * complete.el (PC-do-completion): Don't replace buffer
63 contents (bug#227).
64
65 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
66
67 * loadhist.el (unload-feature-special-hooks):
68 Add `choose-completion-string-functions'.
69
70 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * vc-svn.el (vc-svn-root):
73 * vc-sccs.el (vc-sccs-root):
74 * vc-rcs.el (vc-rcs-root):
75 * vc-cvs.el (vc-cvs-root): Delete.
76 * vc-hooks.el (vc-find-root): Remove `invert' argument.
77
78 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
79
80 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
81 errors occurring in different files.
82
83 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
84
85 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
86 (vc-bzr-status-printer): New function.
87 (vc-bzr-after-dir-status): Deal with renamed files.
88
89 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
90
91 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
92 buffer's filename.
93
94 2008-09-07 Martin Rudalics <rudalics@gmx.at>
95
96 * subr.el (cancel-change-group): Widen buffer temporarily when
97 undoing changes. (Bug#810)
98
99 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
100
101 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
102 with gud-stop-subjob rather than exit debugger.
103
104 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
105
106 * proced.el: Require time-date.
107 (proced-command-alist, proced-command, proced-goal-header-re)
108 (proced-sorting-schemes-alist, proced-sorting-scheme)
109 (proced-header-alist, proced-sorting-schemes-re)
110 (proced-skip-regexp, proced-next-line, proced-previous-line)
111 (proced-listing-type, proced-sorting-scheme-p): Remove.
112 (proced-grammar-alist, proced-custom-attributes)
113 (proced-format-alist, proced-format, proced-filter-alist)
114 (proced-filter, proced-sort, proced-goal-attribute)
115 (proced-timer-interval, proced-timer-flag, proced-timer)
116 (proced-process-alist, proced-sort-internal, proced-process-tree)
117 (proced-header-help-echo, proced-field-help-echo): New variables.
118 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
119 (proced-omit-process, proced-filter, proced-process-tree)
120 (proced-filter-children, proced-children-pids)
121 (proced-filter-parents, proced-<, proced-string-lessp)
122 (proced-time-lessp, proced-xor, proced-sort-p)
123 (proced-format-time, proced-format-start, proced-format-ttname)
124 (proced-format, proced-process-attributes): New functions.
125 (proced-toggle-timer-flag, proced-mark-children)
126 (proced-mark-parents, proced-filter-interactive)
127 (proced-filter-attribute, proced-sort-interactive)
128 (proced-sort-header, proced-format-interactive): New commands.
129 (proced-move-to-goal-column): Use goal-column.
130 (proced-mode): Use proced-timer.
131 (proced-do-mark-all): Display process count. Use use-region-p.
132 Simplify.
133 (proced-omit-processes): Use use-region-p.
134 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
135 (proced-sort-start, proced-sort-time, proced-sort-user):
136 Use proced-sort-interactive.
137 (proced-sort): Make it a function that performs the actual sort.
138 (proced-update): New arg revert. Use proced-process-alist,
139 proced-filter, proced-sort, proced-format, and
140 proced-grammar-alist. Preserve position of point based on fields.
141 Make header line and fields clickable.
142 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
143 (proced-why): Use save-selected-window.
144 (proced-log): Use buffer-read-only.
145
146 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
147
148 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
149
150 2008-09-06 Glenn Morris <rgm@gnu.org>
151
152 * add-log.el (diff-find-source-location): Declare.
153 (find-change-log): If called from a diff buffer, try to switch to the
154 source buffer (e.g. to respect change-log-default-name there).
155
156 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
157 unallowed characters; added 2006-10-10 without comment. (Bug#753)
158
159 * Makefile.in (ELCFILES): Update.
160
161 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
162
163 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
164 user enters a mouse event in another frame, or a special event.
165
166 * server.el (server-switch-buffer): New arg.
167 (server-execute): If reusing an existing window, set file position
168 if required.
169
170 2008-09-06 Kenichi Handa <handa@m17n.org>
171
172 * language/lao.el: Fix setting of composition-function-table.
173
174 2008-09-06 Eli Zaretskii <eliz@gnu.org>
175
176 * term/pc-win.el (msdos-show-help): Don't truncate lines while
177 displaying help echo messages.
178
179 2008-09-06 Martin Rudalics <rudalics@gmx.at>
180
181 * subr.el (symbol-file): Fix doc-string.
182
183 2008-09-06 Glenn Morris <rgm@gnu.org>
184
185 * help-mode.el (help-xref-forward-stack): Doc fix.
186
187 * add-log.el (change-log-default-name): Autoload safety.
188
189 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
190
191 * verilog-mode.el (verilog-library-extensions): Enable .sv
192 filename extensions to call verilog-mode.
193 (verilog-auto, verilog-auto-inst, verilog-faq)
194 (verilog-submit-bug-report): Update author support URLs.
195 (verilog-delete-auto, verilog-auto-inout-module)
196 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
197 creating complemented testbench modules. Suggested by Yishay Belkind.
198 (verilog-auto-inst-port, verilog-simplify-range-expression):
199 When verilog-auto-inst-param-value is set, don't require a
200 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
201 Yishay Belkind.
202 (verilog-auto-inst-param-value): Add safe variable.
203 (verilog-re-search-forward, verilog-re-search-backward):
204 Fix returning wrong search results on Emacs 22.1.
205 (verilog-modi-cache-results, verilog-auto): Fix warning message
206 about "toggling font-lock-mode."
207 (verilog-auto): Fix losing font-lock on errors.
208 (verilog-auto-inst-param-value, verilog-mode-version)
209 (verilog-mode-version-date, verilog-read-inst-param-value)
210 (verilog-auto-inst, verilog-auto-inst-param)
211 (verilog-auto-inst-port, verilog-simplify-range-expression):
212 Allow parameters to be replaced with their values, on the expansion of
213 an AUTOINST with Verilog 2001 style parameter settings.
214 Suggested by David Rogoff.
215
216 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
217
218 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
219 Better support for the property statement. Sometimes this keyword
220 introduces a statement which requires an endproperty keyword, and
221 sometimes it doesn't, dependening on the work before the property
222 word. If property is prefixed with assert, assume or cover
223 keyword, then the statement is ended with a ';'. Otherwise,
224 property is like task or specify, and is followed by some number
225 of statements, which are ended with an endproperty keyword.
226 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
227 in a highlighted region: indent each line in region according to
228 mode. Supply this so it works in XEmacs and older Emacs.
229
230 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
231
232 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
233 Don't clean up a buffer when killing it.
234
235 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
236
237 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
238 buffers (bug#360). New version 11.2.1.
239 (whitespace-action): New value `warn-read-only' to give a warning when
240 buffer is read-only and whitespace action is cleanup or auto-cleanup.
241 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
242 (whitespace-warn-read-only): New fun.
243
244 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
245
246 * international/quail.el: Require help-mode.
247 (quail-help-init): Function removed.
248 (quail-keyboard-layout-button, quail-keyboard-customize-button):
249 Define directly.
250
251 * dired.el (dired-get-filename): Rewrite octal escape character
252 processor (bug#885).
253
254 2008-09-05 Eli Zaretskii <eliz@gnu.org>
255
256 * cus-edit.el (custom-button-pressed): Default to inverse-video.
257
258 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
259 not just for terminal-frame.
260
261 2008-09-05 Martin Rudalics <rudalics@gmx.at>
262
263 * window.el (window--try-to-split-window): Don't split when window
264 is not splittable in last disjunct. (Bug#888)
265
266 2008-09-05 Kenichi Handa <handa@m17n.org>
267
268 * language/tibetan.el: Fix setting of composition-function-table.
269
270 * composite.el (find-composition): Mention about the automatic
271 composition in the docstring.
272 (compose-gstring-for-graphic): Fix handling "above" marks.
273
274 * descr-text.el (describe-char): Fix handling of automatic composition.
275
276 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
277
278 * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
279 (tramp-parse-connection-properties): Reflow docstring.
280
281 2008-09-04 Kim F. Storm <storm@cua.dk>
282
283 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
284 and other-frame methods when switching between file and buffer modes.
285
286 2008-09-04 Martin Rudalics <rudalics@gmx.at>
287
288 * info.el (Info-dir-remove-duplicates): Narrow buffer when
289 removing duplicate entries under same heading. Don't skip char
290 matching anything but a space or tab at bol. (Bug#864)
291
292 2008-09-03 Alan Mackenzie <acm@muc.de>
293
294 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
295
296 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
297
298 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
299 (completion-pcm--all-completions): Move the case-fold-search binding to
300 it also applies to completion-regexp-list (used in all-completions).
301 (completion-pcm--hilit-commonality): Add missing case-fold-search.
302
303 2008-09-03 Martin Rudalics <rudalics@gmx.at>
304
305 * window.el (pop-up-frame-function): Move ...
306 * frame.el (pop-up-frame-function): ... here, to avoid
307 "CHANGED outside Customize;".
308
309 2008-09-03 Glenn Morris <rgm@gnu.org>
310
311 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
312
313 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
314
315 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
316 non-alphabetical characters properly.
317
318 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
319
320 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
321
322 2008-09-02 Martin Rudalics <rudalics@gmx.at>
323
324 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
325 control-prefixed keys. (Bug#835)
326
327 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
328
329 * image-mode.el (image-mode): Fix 2008-07-19 change.
330
331 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
332
333 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
334
335 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
336
337 2008-09-02 Glenn Morris <rgm@gnu.org>
338
339 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
340
341 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
342
343 2008-09-01 Glenn Morris <rgm@gnu.org>
344
345 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
346 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
347 and fix name typos. (Bug#856)
348
349 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
350
351 * minibuffer.el (completion-pcm--pattern->regex): When
352 completion-ignore-case is non-nil, generate a regexp that ignores
353 case.
354
355 * window.el (recenter-top-bottom): Doc fix.
356
357 2008-09-01 Simon South <ssouth@member.fsf.org>
358
359 * progmodes/delphi.el: New maintainer.
360 (delphi-interface-types): New var.
361 (delphi-composite-types): Use it.
362 (delphi-enclosing-indent-of): Distinguish between "interface"
363 keyword as a unit separator and used like a class declaration.
364
365 2008-09-01 Martin Rudalics <rudalics@gmx.at>
366
367 * help-fns.el (describe-simplify-lib-file-name)
368 (find-source-lisp-file): Removed.
369 (find-lisp-object-file-name): New function giving preference to
370 files found via load-path instead of loaddefs.el.
371 (describe-function-1): Use new function instead of the removed
372 ones. (Bugs #587, #669, #690)
373 * faces.el (describe-face): Use find-lisp-object-file-name instead
374 of describe-simplify-lib-file-name.
375
376 2008-09-01 Kenichi Handa <handa@m17n.org>
377
378 * international/mule-diag.el (font-show-log): Fix previous change.
379
380 * international/mule-cmds.el (set-language-environment): Don't
381 overwrite current-iso639-language if the current language
382 environment doesn't provide that data.
383 (set-locale-environment): Set current-iso639-language from the
384 locale name.
385
386 * international/fontset.el (script-representative-chars): Re-add
387 the entry for symbol, but with vector of characters.
388 (setup-default-fontset): Cancel previous change.
389
390 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
391
392 * ido.el: Move provide statement to the end of the file.
393
394 2008-08-30 Markus Triska <markus.triska@gmx.at>
395
396 * linum.el (linum-mode): `window-size-change-functions' can now be
397 buffer-local.
398 (linum-update-window): Use result of `move-overlay'.
399
400 2008-08-30 Glenn Morris <rgm@gnu.org>
401
402 * subr.el (make-variable-frame-local): Tweak obsolescence message.
403
404 * info.el (Info-hide-note-references, Info-refill-paragraphs):
405 Doc fixes.
406
407 * apropos.el (apropos-command): Report documentation errors.
408 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
409
410 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
411
412 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
413 string.
414
415 2008-08-29 Eli Zaretskii <eliz@gnu.org>
416
417 * bindings.el (mode-line-frame-identification): Fix last change.
418
419 2008-08-29 Kenichi Handa <handa@m17n.org>
420
421 These changes are to adjust the automatic composition for the new
422 implementation (avoid using text property).
423
424 * composite.el (composition-function-table): Declaration moved to
425 composite.c.
426 (terminal-composition-base-character-p): Delete it.
427 (terminal-composition-function): Delete it.
428 (terminal-composition-function-table): Delete it.
429 (lgstring-header, lgstring-set-header, lgstring-font)
430 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
431 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
432 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
433 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
434 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
435 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
436 (compose-glyph-string, compose-glyph-string-relative)
437 (compose-gstring-for-graphic, compose-gstring-for-terminal):
438 New functions.
439 (auto-compose-chars): Argument changed.
440
441 * language/european.el: Don't setup composition-function-table.
442 (diacritic-composition-pattern, diacritic-compose-region)
443 (diacritic-compose-string, diacritic-compose-buffer)
444 (diacritic-composition-function): Delete them.
445
446 * language/lao-util.el (lao-composition-function): Argument changed.
447
448 * language/sinhala.el: Fix setting up of composition-function-table.
449
450 * language/thai.el: Fix setting up of composition-function-table.
451
452 * language/thai-util.el: Encoding changed to utf-8.
453 (thai-composition-function): Argument changed.
454
455 * language/indian.el: Fix setting up of composition-function-table.
456 (devanagari-composable-pattern)
457 (tamil-composable-pattern, kannada-composable-pattern)
458 (malayalam-composable-pattern): New variables.
459
460 * international/characters.el (unicode-category-table): Setup
461 unicode-category-table.
462
463 * international/fontset.el (setup-default-fontset): Prepend
464 iso10646-1 fonts to the fallback font groups instead of appending.
465
466 2008-08-29 Glenn Morris <rgm@gnu.org>
467
468 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
469
470 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
471
472 * term/x-win.el (x-win-suspend-error): Don't signal error if there
473 are no X frames active.
474
475 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
476
477 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
478 `ignore-errors' (the function must succeed always).
479
480 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
481
482 * json.el (json-read-number): New arg. Handle explicitly signed
483 numbers.
484 (json-readtable): Add `+' and `.'.
485
486 2008-08-28 Eli Zaretskii <eliz@gnu.org>
487
488 * term/pc-win.el (msdos-previous-message): New variable.
489 (msdos-show-help): New function.
490 (msdos-initialize-window-system): Set show-help-function to
491 msdos-show-help.
492
493 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
494
495 * emacs-lisp/debug.el (debug): When killing a noninteractive
496 Emacs, give an exit status of -1.
497
498 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
499
500 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
501
502 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
503
504 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
505 not the same as the last modification time, fall back on the
506 backend-specific check.
507
508 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
509
510 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
511 to go to the position of interest.
512
513 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
514
515 * textmodes/artist.el (artist-mode-init): Added comment on the
516 setting up of the `artist-replacement-table' array.
517 (artist-get-replacement-char): New defsubst.
518 (artist-get-char-at-xy-conv, artist-replace-char)
519 (artist-replace-chars, artist-replace-string): Use it instead of
520 accessing `artist-replacement-table' directly.
521 Reported by Rubén Berenguel <ruben@maia.ub.es>.
522
523 (artist-mt): Fixed structures for cut and copy operations.
524
525 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
526
527 * shell.el (shell-file-name-quote-list): Quote `$'.
528
529 * comint.el (comint-dynamic-complete-as-filename): Generalize last
530 change to allow quoting of characters before point.
531 (comint-dynamic-list-filename-completions): Quote common substring.
532
533 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
534
535 * comint.el (comint-dynamic-complete-as-filename): If case is
536 ignored while matching, replace the entire filename with completion.
537
538 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
539 flyspell-pre-point is valid to avoid signalling an error in
540 post-command-hook.
541
542 2008-08-26 Johan Bockgård <bojohan@gnu.org>
543
544 * linum.el (linum): Inherit remaining face attributes from default
545 face.
546
547 2008-08-26 Markus Triska <markus.triska@gmx.at>
548
549 * linum.el (linum-delay): Disable - it should no longer be
550 necessary, and can lead to longer delays.
551 (linum-update-window): Renumber if margin width has changed.
552
553 2008-08-26 Daiki Ueno <ueno@unixuser.org>
554
555 * epa.el (epa--key-widget-action): Save the selected window to
556 make `widget-button-click-moves-point' work. (Bug#733).
557
558 2008-08-26 Glenn Morris <rgm@gnu.org>
559
560 * calendar/holidays.el (calendar-holidays): Doc fix.
561
562 * progmodes/gud.el (tramp-file-name-localname)
563 (tramp-dissect-file-name): Declare.
564
565 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
566
567 2008-08-25 Eli Zaretskii <eliz@gnu.org>
568
569 * bindings.el (mode-line-frame-control): New function, caters to
570 `pc' ``window system''.
571 (mode-line-frame-identification): Use it instead of accessing
572 window-system directly.
573
574 2008-08-25 Juri Linkov <juri@jurta.org>
575
576 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
577 `center-line' and "\eS" from `center-paragraph'.
578 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
579 `center-paragraph'.
580
581 2008-08-25 Ulf Jasper <ulf@web.de>
582
583 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
584 (newsticker-treeview-treewindow-width): New.
585 (newsticker-treeview-listwindow-height): New.
586 (newsticker-treeview-browse-url-item): New.
587 (newsticker-treeview-mode-map): Added
588 newsticker-treeview-browse-url-item.
589 (newsticker--treeview-window-init): Use
590 newsticker-treeview-treewindow-width and
591 newsticker-treeview-listwindow-height.
592
593 * net/newst-reader.el (newsticker-browse-url-item): New.
594
595 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
596
597 * vc-dir.el (vc-dir-marked-only-files-and-states):
598 (vc-dir-child-files-and-states): Reverse the list before returning it.
599
600 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
601
602 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
603
604 2008-08-24 Romain Francoise <romain@orebokech.com>
605
606 * progmodes/python.el (run-python): Remove '' from sys.path.
607
608 2008-08-23 Glenn Morris <rgm@gnu.org>
609
610 * progmodes/fortran.el (fortran-tab-mode-string)
611 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
612
613 2008-08-23 Eli Zaretskii <eliz@gnu.org>
614
615 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
616 Add declare-function.
617
618 * startup.el (command-line): Don't call tty-register-default-colors
619 if initial-window-system is `pc'.
620
621 * term/internal.el (local-function-key-map): Fix unbalanced parens.
622 (msdos-key-remapping-map): New variable. Move here all the special
623 keys we will be remapping via local-function-key-map.
624 (msdos-setup-keyboard): New function.
625
626 * term/pc-win.el (msdos-create-frame-with-faces): Renamed from
627 make-msdos-frame.
628 (terminal-init-internal): New function, errors out if called.
629 (msdos-initialize-window-system): New function.
630 (msdos-create-frame-with-faces): Set the terminal's
631 `terminal-initted' (sic!) parameter.
632 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
633 (window-system-initialization-alist):
634 Add msdos-initialize-window-system.
635 (handle-args-function-alist): Use tty-handle-args for `pc'
636 ``window system'' as well.
637 (pc-win): Provide.
638
639 * term/tty-colors.el (tty-register-default-colors): Remove bogus
640 code for using msdos-color-values.
641
642 * loadup.el [ms-dos]: Load term/pc-win.
643
644 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
645
646 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
647 directory name.
648
649 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
650
651 * progmodes/gud.el (gud-common-init): Use absolute file so that
652 perldb works with tramp (sudo).
653
654 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
655 match data in process filters.
656
657 2008-08-23 Martin Rudalics <rudalics@gmx.at>
658
659 * dired.el (dired-buffer-stale-p): Do not revert buffer that
660 can be written.
661
662 2008-08-23 Glenn Morris <rgm@gnu.org>
663
664 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
665 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
666
667 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
668
669 * subr.el (temp-buffer-show-hook): Doc fix.
670
671 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
672
673 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
674 and "INSIDE_EMACS=...". Reported by Tassilo Horn
675 <tassilo@member.fsf.org>.
676
677 * net/trampver.el: Update release number.
678
679 * net/xesam.el (xesam-minor-mode): New minor mode.
680 (xesam-highlight-buffer): Remove. Code moved to
681 `xesam-minor-mode'.
682 (xesam-refresh-entry): Use `xesam-minor-mode'.
683
684 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
685
686 * minibuffer.el (completion--try-word-completion): Disable
687 partial-completion when considering the addition of a space or
688 hyphen.
689
690 2008-08-21 John Paul Wallington <jpw@pobox.com>
691
692 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
693 filename of `tofile' doesn't contain any colons on Windows,
694 Cygwin, and MS-DOS systems.
695
696 2008-08-21 Daiki Ueno <ueno@unixuser.org>
697
698 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
699 (epg-context-set-progress-callback): Make sure the callback is a
700 cons of a function and a handback. Update all callers.
701
702 2008-08-20 David Reitter <david.reitter@gmail.com>
703
704 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
705 Patch applied by Adrian Robert.
706
707 2008-08-20 Kevin Ryde <user42@zip.com.au>
708
709 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
710 directive lines.
711
712 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
713
714 * net/xesam.el (xesam-highlight-string): Precise doc string.
715 (xesam-highlight-buffer): New defun.
716 (xesam-refresh-entry): Use it. Better check for sourceModified.
717
718 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
719
720 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
721 their names.
722
723 2008-08-19 Kenichi Handa <handa@m17n.org>
724
725 * language/european.el ("Esperanto"): Change the preferred
726 charsets to iso-8859-3.
727
728 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
729
730 * international/fontset.el (script-representative-chars):
731 Delete the entry for symbol.
732 (setup-default-fontset): For symbol characters, don't specify
733 :script property.
734
735 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
736
737 * minibuffer.el (completion-table-dynamic): Doc fix.
738
739 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
740 saved.
741
742 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
743
744 * emulation/edt.el (edt-default-emulation-setup): Share
745 global-buffers-menu-map with the emulated global map.
746
747 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
748
749 * term/ns-win.el (global): Uncomment "put backspace
750 ascii-character..." and friends, they are needed for tramp. (Bug#725)
751
752 2008-08-18 Kenichi Handa <handa@m17n.org>
753
754 * international/mule-diag.el (font-show-log): Add optional arg N
755 to control the limit of font listing.
756
757 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
758
759 * window.el (recenter-top-bottom): Determine top and bottom
760 positions using scroll-margin instead of scroll-conservatively.
761
762 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
763
764 * proced.el (proced-send-signal): Use beginning-of-line.
765
766 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
767
768 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
769 (proced-mode-map): Add tooltips for menus. Use radio buttons for
770 listing types.
771 (proced-log-buffer): New variable.
772 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
773 region if transient-mark-mode is turned on and the region is active.
774 (proced-omit-processes): Renamed from proced-hide-processes to
775 avoid key clash with describe-mode (bound to h). Search for
776 marked processes starting from point-min.
777 (proced-header-space): Removed.
778 (proced-send-signal): Handle errors. Operate on current process
779 if no process is marked.
780 (proced-why): New command.
781 (proced-log, proced-log-summary): New functions.
782 (proced-help): Use proced-why.
783 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
784 (bibtex-autokey-year-title-separator): Fix doscstring.
785
786 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
787
788 * net/xesam.el (xesam-vendor, xesam-notify-function):
789 New local variables.
790 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
791 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
792 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
793 (xesam-new-search): Initialize `xesam-vendor'.
794
795 2008-08-15 Glenn Morris <rgm@gnu.org>
796
797 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
798 a pipeline.
799 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
800 unless at the end of the pipeline. (Bug#699).
801
802 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
803
804 * minibuffer.el (completion-boundaries): Doc fix.
805 (display-completion-list): Only default base-size to zero if
806 completing in the minibuffer.
807
808 * simple.el (completion-base-size): Doc fix.
809 (choose-completion): Try reselecting completion-reference-buffer.
810
811 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
812
813 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
814 also for remote directories.
815
816 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
817
818 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
819 since those precomputed values aren't used any more.
820 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
821
822 2008-08-14 Martin Rudalics <rudalics@gmx.at>
823
824 * help.el (with-help-window): Return last value in BODY.
825
826 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
827
828 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
829 notify function of the URL.
830 (xesam-new-search): Encode special characters in the query string.
831
832 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
833
834 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
835
836 2008-08-13 Andreas Schwab <schwab@suse.de>
837
838 * net/tramp.el (tramp-handle-shell-command): Handle output going
839 to current buffer like shell-command. Don't disable undo.
840
841 2008-08-13 Glenn Morris <rgm@gnu.org>
842
843 * eshell/esh-cmd.el (eshell/which): Handle the case where no description
844 is found.
845
846 2008-08-12 Alan Mackenzie <acm@muc.de>
847
848 * progmodes/cc-defs.el (c-emacs-features):
849 argumentative-bod-function: bind mark-ring to avoid accumulating a
850 spurious mark.
851
852 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
853
854 * simple.el (visual-line--saved-state): New var.
855 (visual-line-mode): Save local values of variables, and restore
856 them when visual-line-mode is disabled.
857
858 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
859
860 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
861
862 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
863
864 * progmodes/cc-defs.el (c-emacs-features): Check
865 beginning-of-defun-raw instead of beginning-of-defun, and avoid
866 moving point during the test.
867
868 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
869
870 2008-08-11 Glenn Morris <rgm@gnu.org>
871
872 * term/ns-win.el (x-parse-geometry): Doc fix.
873
874 * dired.el (x-popup-menu):
875 * hi-lock.el (x-popup-menu):
876 * mouse.el (font-face-attributes):
877 * calendar/cal-menu.el (x-popup-menu):
878 * calendar/calendar.el (x-popup-menu):
879 * calendar/holidays.el (x-popup-menu):
880 * progmodes/cperl-mode.el (x-popup-menu):
881 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
882 (x-open-connection):
883 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
884 (x-command-line-resources):
885 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
886 (x-display-name, x-command-line-resources):
887 Add declarations for builds without X.
888
889 2008-08-10 Glenn Morris <rgm@gnu.org>
890
891 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
892
893 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
894
895 * vc-bzr.el (vc-bzr-find-revision): Rename from
896 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
897
898 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
899
900 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
901 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
902 "DONE", when all hits are retrieved.
903 (xesam-search): autoload it.
904
905 2008-08-11 John Paul Wallington <jpw@pobox.com>
906
907 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
908 empty string when no filename.
909 (define-ibuffer-column filename): Accomodate that change.
910
911 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
912 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
913
914 2008-08-10 Glenn Morris <rgm@gnu.org>
915
916 * Makefile.in (ELCFILES): Update.
917
918 2008-08-10 John Paul Wallington <jpw@pobox.com>
919
920 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
921
922 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
923
924 * battery.el (battery-echo-area-format, battery-status-function):
925 Handle new Linux sysfs format for battery reporting.
926 (battery-linux-sysfs): New function.
927
928 2008-08-07 Martin Rudalics <rudalics@gmx.at>
929
930 * add-log.el (change-log-search-tag-name)
931 (change-log-goto-source): Fix behavior when point is not on tag.
932
933 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
934
935 * startup.el (command-line-ns-option-alist): Use ignore instead of
936 ns-ignore-0-arg.
937
938 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
939 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
940 (ns-alternatives-map): New variable.
941 (x-set-up-function-keys): Use it.
942 (global): Comment out "put backspace ascii-character..." and friends.
943 Move function-key-map into ns-alternatives-map. Don't call
944 precompute-menubar-bindings. Don't set anything connected with
945 browse-url.
946 (after-make-frame-functions): Clarify comment why a hook is added.
947
948 2008-08-06 Joakim Verona <joakim@verona.se>
949
950 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
951 in url:s.
952
953 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
954
955 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
956 Fix 2008-01-01 change: use a shy group to not affect subsequent
957 match calls.
958
959 2008-08-06 Reto Zimmermann <reto@gnu.org>
960
961 * progmodes/vera-mode.el (vera-electric-tab):
962 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
963 region when active.
964
965 2008-08-06 Kenichi Handa <handa@m17n.org>
966
967 * faces.el (face-valid-attribute-values): Fix handling the value
968 of (font-family-list) and font-XXX-table.
969
970 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
971
972 * proced.el (proced-menu): Bind the correct function to for toggling.
973
974 * vc-dir.el (vc-dir-mode): Fix typo.
975
976 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
977
978 * whitespace.el (whitespace-newline-mode)
979 (global-whitespace-newline-mode, whitespace-mode)
980 (global-whitespace-mode): Improve docstring.
981
982 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
983
984 * kmacro.el (kmacro-exec-ring-item): Add autoload.
985
986 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
987
988 * cus-start.el (all): Handle auto-save-visited-file-name.
989
990 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
991
992 * files.el (hack-one-local-variable-eval-safep): Handle
993 lisp-indent-function and scheme-indent-function in addition to the
994 deprecated lisp-indent-hook.
995
996 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
997
998 * net/xesam.el (top): Require `wid-edit' always.
999 (xesam-mode-line, xesam-highlight): New deffaces.
1000 (xesam-objects): New local variable.
1001 (xesam-search-engines): Fix error in field list.
1002 (xesam-mode): Use `xesam-mode-line' instead of
1003 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
1004 proper initialization (why?).
1005 (xesam-highlight-string, xesam-get-hits)
1006 (xesam-kill-buffer-function): New defuns.
1007 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
1008 result of "hit.fields", it isn't a string only. Wrap an error of
1009 the strigi search engine ("xesam:size" is returned as string).
1010 Highlight search items.
1011 (xesam-refresh-search-buffer): Make logic of counters more simple.
1012 Prefetch next hits.
1013 (xesam-signal-handler): Use `xesam-mode-line' instead of
1014 `font-lock-type-face'.
1015 (xesam-new-search): Add `xesam-kill-buffer-function' to
1016 `kill-buffer-hook'.
1017
1018 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1019
1020 * add-log.el (change-log-next-error, change-log-mode): Add support
1021 for `next-error' to call `change-log-goto-source' on named files
1022 in a ChangeLog.
1023
1024 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
1025
1026 * calc/calc.el (math-read-number): Handle all C-like languages
1027 properly.
1028
1029 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
1030
1031 * calc/calc.el (math-read-number): Handle C numbers beginning with
1032 0 correctly.
1033
1034 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1035
1036 * term/ns-win.el ([ns-new-frame]): New global key.
1037
1038 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1039
1040 * international/mule-cmds.el (read-char-by-name):
1041 Check UCS names with `assoc-string' and case folding.
1042
1043 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
1044
1045 * net/dbus.el (dbus-call-method-asynchronously)
1046 (dbus-method-return-internal, dbus-method-error-internal):
1047 Declare them with `declare-function'.
1048
1049 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1050
1051 * descr-text.el (describe-char-display): Fix last change:
1052 don't pass CHARSET to `encoded-string-description'.
1053
1054 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
1055
1056 * vc.el (vc-next-action): Update list var correctly after delete.
1057
1058 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
1059
1060 * ido.el (ido-mode): Add toggle notification.
1061
1062 * cus-edit.el (custom-save-all): Avoid destroying symlink if
1063 already visiting the custom file.
1064
1065 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1066 pending output coming after the status change.
1067
1068 2008-08-02 Jason Rumney <jasonr@gnu.org>
1069
1070 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
1071
1072 2008-08-01 Kenichi Handa <handa@m17n.org>
1073
1074 * international/mule-cmds.el (encode-coding-char):
1075 New optional arg CHARSET.
1076
1077 * descr-text.el (describe-char-display): Call encode-coding-char
1078 with the arg CHARSET.
1079 (describe-char): Pay attention to the text-property `charset'.
1080
1081 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
1082
1083 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
1084 error messages.
1085 (dbus-set-property): Call `dbus-introspect-get-property' instead
1086 of `dbus-get-property'.
1087
1088 * net/xesam.el (xesam-all-fields): Remove source and content
1089 identifiers.
1090 (xesam-dbus-unique-names): New defvar.
1091 (xesam-dbus-call-method): New defun. Replace all calls of
1092 `dbus-call-method' by `xesam-dbus-call-method'.
1093 (xesam-get-cached-property, xesam-set-cached-property):
1094 New defuns.
1095 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
1096 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
1097 (xesam-search-engines): Make it an association list. Take changed
1098 layout into account in the corresponding function.
1099 (xesam-delete-search-engine): Remove check for consistency of
1100 `xesam-search-engines', not needed anymore.
1101 (xesam-mode): Show XML query string only in the debug case.
1102
1103 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
1104
1105 * files.el (read-file-modes): Fix typo in docstring.
1106
1107 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1108
1109 * Makefile.in: Avoid maintainer warning for autogenerated unicode
1110 files.
1111
1112 * apropos.el (apropos-symbol): Don't set button skip by default.
1113 (apropos-print): Set button skip iff searching for multiple types.
1114 (apropos-print-doc): Insert blank label button when searching for
1115 a single type.
1116
1117 * button.el (forward-button): Avoid infloop.
1118
1119 * minibuffer.el (read-file-name-completion-ignore-case):
1120 Add cygwin to the list.
1121
1122 2008-07-31 Sven Joachim <svenjoac@gmx.de>
1123
1124 * files.el (abbreviate-file-name): When replacing $HOME with ~,
1125 turn off case-fold-search.
1126
1127 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
1128
1129 * net/dbus.el (top): Don't register for "NameOwnerChanged".
1130 (dbus-message-type-invalid, dbus-message-type-method-call)
1131 (dbus-message-type-method-return, dbus-message-type-error)
1132 (dbus-message-type-signal): New defconst.
1133 (dbus-ignore-errors): Fix `edebug-form-spec' property.
1134 (dbus-return-values-table): New defvar.
1135 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
1136 New defun.
1137 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
1138 Extend docstring. Adapt implementation according to new
1139 `dbus-event' layout.
1140 (dbus-event-service-name, dbus-event-path-name)
1141 (dbus-event-interface-name, dbus-event-member-name): Adapt
1142 implementation according to new `dbus-event' layout.
1143 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
1144
1145 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
1146 (xesam-mode): Rework implementation.
1147 (xesam-new-search): Additional parameter TYPE.
1148 (xesam-search): Adapt call of `xesam-new-search'.
1149
1150 2008-07-31 Juri Linkov <juri@jurta.org>
1151
1152 * dired-aux.el (dired-do-chmod): Set default value to the original
1153 mode string using absolute notation like u=rwx,g=rx,o=rx.
1154 Use it as a new arg `default' of `dired-mark-read-string'.
1155 (dired-mark-read-string): Add new optional arg `default'.
1156
1157 * files.el (read-file-modes): Set default value to the original
1158 mode string using absolute notation like u=rwx,g=rx,o=rx.
1159 Use it as the `default' arg of `read-string'.
1160
1161 * filesets.el (filesets-cmd-isearch-getargs): Check if the
1162 variable `files' is bound to avoid warnings.
1163
1164 * isearch.el (isearch-forward-regexp, isearch-forward-word)
1165 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
1166 to the command `isearch-forward' instead of displaying "See C-s".
1167 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
1168 with their interactive specifictions. Move reading the face name to
1169 the main body after calls to isearch-done and isearch-clean-overlays.
1170
1171 * mb-depth.el: Unify all names under one common name prefix
1172 `minibuffer-depth-'.
1173 (minibuffer-depth-indicator-function): Renamed from
1174 `minibuf-depth-indicator-function'.
1175 (minibuffer-depth-overlay): Renamed from
1176 `minibuf-depth-overlay'.
1177 (minibuffer-depth-setup): Renamed from
1178 `minibuf-depth-setup-minibuffer'.
1179 (minibuffer-depth-indicate-mode): Renamed from
1180 `minibuffer-indicate-depth-mode'.
1181
1182 2008-07-31 Juri Linkov <juri@jurta.org>
1183
1184 * dired-aux.el (dired-isearch-filenames-toggle): New command.
1185 (dired-isearch-filenames-setup): Bind "\M-sf" to
1186 dired-isearch-filenames-toggle in isearch-mode-map.
1187 (dired-isearch-filenames-end): Bind "\M-sf" to nil
1188 in isearch-mode-map.
1189
1190 * isearch.el (isearch-edit-string-set-word): New command.
1191 (minibuffer-local-isearch-map): Bind "\C-w" to
1192 isearch-edit-string-set-word.
1193 (isearch-new-word): Temporary internal variable.
1194 (isearch-edit-string): Remove special case of reading the
1195 first character and checking it for C-w.
1196
1197 * simple.el (read-shell-command, shell-command):
1198 Move code that uses minibuffer-with-setup-hook to set
1199 minibuffer-default-add-function to minibuffer-default-add-shell-commands
1200 from the interactive spec of `shell-command' to `read-shell-command'.
1201
1202 * international/mule-cmds.el (read-char-by-name):
1203 Accept hash notation. Doc fix.
1204 (ucs-insert): Doc fix. Convert to number only when `arg' is
1205 a string. Use separate error message when `arg' is not an integer.
1206 Bind `ucs-insert' to `C-x 8 RET'.
1207
1208 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
1209
1210 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
1211 move the (arglist-cont-nonempty) from c-offsets-alist to
1212 c-hanging-braces-alist like other styles already have.
1213
1214 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1215
1216 * textmodes/texinfmt.el:
1217 * nxml/nxml-enc.el:
1218 * mail/feedmail.el:
1219 * international/mule.el:
1220 * international/latexenc.el:
1221 * emulation/viper-util.el:
1222 * emulation/viper-init.el:
1223 * emulation/viper-ex.el:
1224 * emacs-lisp/bytecomp.el:
1225 * version.el:
1226 * subr.el:
1227 * startup.el:
1228 * sort.el:
1229 * shadowfile.el:
1230 * recentf.el:
1231 * printing.el:
1232 * paths.el:
1233 * minibuffer.el:
1234 * ls-lisp.el:
1235 * loadup.el:
1236 * hippie-exp.el:
1237 * finder.el:
1238 * files.el:
1239 * ediff-util.el:
1240 * ediff-ptch.el:
1241 * ediff-init.el:
1242 * ediff-diff.el:
1243 * dired.el:
1244 * dired-aux.el:
1245 * cus-edit.el:
1246 * bindings.el:
1247 * arc-mode.el:
1248 * add-log.el: Remove VMS support.
1249 * obsolete/vmsproc.el:
1250 * obsolete/vms-pmail.el:
1251 * obsolete/vms-patch.el: Remove file.
1252
1253 2008-07-31 Alan Mackenzie <acm@muc.de>
1254
1255 * progmodes/cc-mode.el (c-before-hack-hook): New function
1256 (Top Level): Install c-before-hack-hook on
1257 before-hack-local-variables-hook, rather than
1258 c-postprocess-file-styles on hack-local-variables-hook.
1259
1260 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1261
1262 * files.el (normal-mode): Move call to hack-project-variables into
1263 hack-local-variables.
1264 (file-local-variables-alist, before-hack-local-variables-hook):
1265 New vars.
1266 (ignored-local-variables): Add file-local-variables-alist.
1267 (hack-local-variables-filter): Renamed from
1268 hack-local-variables-apply. Add the result to
1269 file-local-variables-alist, without applying them.
1270 (hack-local-variables): Set file-local-variables-alist to nil.
1271 Call hack-project-variables and before-hack-local-variables-hook.
1272 Apply variables here, instead of hack-local-variables-apply.
1273 Based on a patch by Alan Mackenzie.
1274
1275 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1276
1277 * info-look.el (autoconf-mode :doc-spec): For
1278 "(autoconf)M4 Macro Index", if the item already
1279 begins with "AS_", don't prefix that string again.
1280
1281 2008-07-30 Juri Linkov <juri@jurta.org>
1282
1283 * info.el (info, Info-mode): Doc fix.
1284
1285 * isearch.el (isearch-mode-map): Bind `M-s r' to
1286 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
1287 (search-map): Bind `M-s w' to `isearch-forward-word' globally
1288 in the global map `search-map'.
1289 (isearch-forward): Doc fix.
1290 (isearch-forward-word, isearch-toggle-case-fold): New commands.
1291
1292 * simple.el (quoted-insert): Comment out code that treats
1293 0240-0377 specially.
1294
1295 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
1296
1297 * cus-start.el: Add customization info for
1298 read-buffer-completion-ignore-case.
1299
1300 2008-07-30 Sam Steingold <sds@gnu.org>
1301
1302 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
1303
1304 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1305
1306 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
1307 (vc-dir-mode): Improve docstring.
1308
1309 2008-07-30 Juri Linkov <juri@jurta.org>
1310
1311 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
1312 for the sake of isearch-mode-hook in dired-mode in dired.el.
1313
1314 2008-07-19 Markus Triska <markus.triska@gmx.at>
1315
1316 * image-mode.el (image-mode): Set image-mode-text-map when image
1317 cannot be displayed.
1318
1319 2008-07-30 Stepehen Leake <stephen_leake@stephe-leake.org>
1320
1321 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
1322 ada-xref-set-default-prj-values.
1323 (ada-prj-display-page): Ditto.
1324
1325 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
1326 (ada-make-filename-from-adaname): Fix free variable.
1327
1328 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1329
1330 * vc-git.el (vc-git-status-printer): Synchronize with the default.
1331
1332 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
1333
1334 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
1335 for declarations inside a parenthetical list. The code is ill-advised,
1336 and doesn't work given user defined types.
1337 (verilog-set-auto-endcomments): Enhance function automatic
1338 endcomment to support functions that return user defined types.
1339 (verilog-mode): Add code to tell which-function-mode minor mode
1340 that Verilog supports this feature.
1341 (verilog-beg-block-re-ordered, verilog-indent-re)
1342 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
1343 (verilog-leap-to-head): Support the new virtual and/or protected
1344 tasks, as well as extern declarations of tasks for indenting and
1345 for foward/backward expression.
1346
1347 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
1348
1349 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
1350 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
1351 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
1352 (verilog-string-replace-matches): Avoid recursion with small
1353 replacements.
1354 (verilog-auto-inst-param-value, verilog-mode-version)
1355 (verilog-mode-version-date, verilog-read-inst-param-value)
1356 (verilog-auto-inst, verilog-auto-inst-param)
1357 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
1358 verilog-auto-inst-param-value option for AUTOINST. Suggested by
1359 David Rogoff. This allows parameters to be replaced with their
1360 values, on the expansion of an AUTOINST with Verilog 2001 style
1361 parameter settings.
1362
1363 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
1364
1365 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
1366 to `cddr'.
1367
1368 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
1369
1370 * Makefile.in (ELCFILES): Add mairix.elc.
1371
1372 2008-07-29 David Engster <deng@randomsample.de>
1373
1374 * net/mairix.el: New file.
1375
1376 2008-07-29 Juri Linkov <juri@jurta.org>
1377
1378 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
1379 instead of variable-pitch with bold and 1.2 height.
1380
1381 * dired-aux.el (dired-do-async-shell-command): New command.
1382
1383 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
1384 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
1385
1386 2008-07-29 Juri Linkov <juri@jurta.org>
1387
1388 * international/mule-cmds.el (ucs-names): New internal variable.
1389 (ucs-names): New function.
1390 (ucs-completions): New lazy completion variable.
1391 (read-char-by-name): New function.
1392 (ucs-insert): Replace interactive spec letter "s" with the call to
1393 `read-char-by-name'.
1394
1395 * replace.el (read-regexp): Add second arg `default'. Doc fix.
1396
1397 * replace.el (occur-read-primary-args):
1398 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1399 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
1400 second arg of `read-regexp'.
1401
1402 * dired-aux.el (dired-isearch-filenames): New user option.
1403 (dired-isearch-orig-success-function): New internal variable.
1404 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
1405 (dired-isearch-success-function): New functions.
1406 (dired-isearch-filenames, dired-isearch-filenames-regexp):
1407 New commands.
1408
1409 * dired.el (dired-insert-set-properties): Add new text property
1410 `dired-filename' to put on file names.
1411 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
1412 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
1413 Add menu items.
1414 (dired-mode): Add hook `dired-isearch-filenames-setup' to
1415 buffer-local `isearch-mode-hook'.
1416
1417 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
1418
1419 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
1420 (ada-create-case-exception): Fix typo in docstring.
1421 (ada-no-auto-case): Return nil, not the docstring.
1422 (ada-indent-current): Reflow docstring.
1423
1424 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
1425 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
1426 (ada-prj-load-from-file): Reflow docstring.
1427 (ada-prj-display-page): Fix typo in widget.
1428
1429 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
1430 Fix typos in docstrings.
1431
1432 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
1433 (ada-compile-current, ada-check-current, ada-run-application)
1434 (ada-get-ali-file-name): Fix typos in docstrings.
1435 (ada-xref-confirm-compile, ada-find-references)
1436 (ada-find-local-references, ada-find-any-references): Doc fixes.
1437 (ada-get-all-references): Fix typo in error message.
1438 (ada-xref-current-project): Use `let', not `let*'.
1439 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
1440
1441 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1442
1443 * whitespace.el (whitespace-newline): Change initialization to have a
1444 low contrast relative to the background color. Suggested by David
1445 Reitter <david.reitter@gmail.com>.
1446
1447 2008-07-28 Juri Linkov <juri@jurta.org>
1448
1449 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
1450 New functions.
1451
1452 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
1453 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
1454
1455 2008-07-28 Seiji Zenitani <zenitani@mac.com>
1456
1457 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
1458 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
1459
1460 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
1461
1462 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
1463 Add support for add-log.
1464 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
1465
1466 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
1467 (ada-prj-save): Prompt for file name if not given.
1468 (ada-prj-display-page): Display casing exceptions.
1469
1470 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
1471 Ada mode project files. Delete 'main_unit' project variable;
1472 only need 'main'. Simplify handling of default project values.
1473 Use cross-prefix consistently.
1474 (ada-find-executable): Throw error if not found.
1475 (ada-initialize-runtime-library): Improve error handling when
1476 gnatls not found.
1477 (ada-gnat-parse-gpr): New.
1478 (ada-treat-cmd-string): Allow process environment variables.
1479 (ada-xref-set-default-prj-values): Delete; replace with
1480 ada-default-prj-properties.
1481 (ada-parse-prj-file): Handle GNAT project files.
1482 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
1483 (ada-select-prj-file): New.
1484 (ada-get-absolute-dir-list): Allow project and environment variables.
1485
1486 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
1487
1488 Sync with Tramp 2.1.14.
1489
1490 * net/tramp.el (tramp-perl-directory-files-and-attributes)
1491 (tramp-get-device): Make device number a cons cell.
1492 (tramp-convert-file-attributes): Make inode a cons cell.
1493
1494 * net/trampver.el: Update release number.
1495
1496 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1497
1498 * faces.el (face-set-after-frame-default): Treat 'ns as all other
1499 window systems.
1500
1501 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1502
1503 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
1504
1505 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1506
1507 Remove support for Mac Carbon.
1508 * term/mac-win.el: Remove file
1509 * international/mule-cmds.el:
1510 * version.el:
1511 * startup.el:
1512 * simple.el:
1513 * mwheel.el:
1514 * mouse.el:
1515 * loadup.el:
1516 * isearch.el:
1517 * info.el:
1518 * frame.el:
1519 * faces.el:
1520 * disp-table.el:
1521 * cus-start.el:
1522 * cus-face.el:
1523 * cus-edit.el:
1524 * Makefile.in: Remove code for Carbon.
1525
1526 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1527
1528 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
1529 bindings for functions deleted by Dan N. 2008-07-21. Set
1530 where-is-preferred-modifier. Add show-manual option to Help menu.
1531
1532 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
1533
1534 * net/tramp.el (tramp-handle-start-file-process):
1535 Set query-on-exit flag. Kill temporary buffer.
1536 (tramp-process-sentinel): Remove defun.
1537 (tramp-do-copy-or-rename-file-out-of-band)
1538 (tramp-maybe-open-connection): Don't call it.
1539
1540 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
1541 `tramp-process-sentinel'.
1542
1543 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
1544 `tramp-process-sentinel'.
1545
1546 * net/xesam.el (xesam-from): Remove defvar.
1547 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
1548 and `mode-line-position'.
1549 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
1550 information to the widgets. Don't set `mode-line-position'.
1551 (xesam-refresh-search-buffer): Correct hit number computing.
1552 Don't set `mode-line-position'.
1553 (xesam-new-search): Add debug information to the mode line.
1554
1555 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1556
1557 * diff-mode.el (diff-show-trailing-blanks): Renamed to
1558 diff-show-trailing-whitespaces.
1559
1560 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1561
1562 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
1563 invalid filename strings when parsing tex errors (bug#376).
1564
1565 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
1566
1567 * menu-bar.el (menu-bar-file-menu): Fix typo.
1568
1569 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
1570
1571 * play/solitaire.el (solitaire-mode-map): Define within defvar.
1572 (solitaire-mode): Define with `define-derived-mode'.
1573 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
1574 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
1575 (solitaire-undo, solitaire-check): Use `when'.
1576 (solitaire-solve): Err out if the solitaire is already in progress.
1577 Use `when'.
1578
1579 * descr-text.el (describe-char): Don't overwrite local variable char
1580 when describing characters with display-table entries. Display font
1581 backend when describing composed characters. Simplify: use `let'
1582 instead of `let*', and `or x y' instead of `if x x y'.
1583
1584 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * image-mode.el (image-minor-mode): Set up winprops.
1587
1588 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1589
1590 * diff-mode.el (diff-show-trailing-blanks): New fun.
1591 Show trailing blanks in modified lines for diff-mode.
1592
1593 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
1594
1595 * Makefile.in (ELCFILES): Add net/xesam.el.
1596
1597 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
1598 process name. Reported by Markus Triska <markus.triska@gmx.at>.
1599
1600 * net/xesam.el: New file.
1601
1602 2008-07-24 Sven Joachim <svenjoac@gmx.de>
1603
1604 * dired-aux.el (dired-copy-file-recursive): Avoid calling
1605 set-file-modes when creating target directories.
1606
1607 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
1608
1609 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
1610 Set `show-trailing-whitespace' to nil.
1611 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
1612 Fix typos in docstrings.
1613
1614 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
1615
1616 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
1617 key remapping, not directly.
1618
1619 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1620
1621 * whitespace.el: New version 11.2.
1622 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
1623 minor mode visualization.
1624
1625 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1626
1627 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
1628
1629 * Makefile.in (ELCFILES): Add term/common-win.elc.
1630
1631 * vc-dir.el (vc-dir-search, vc-dir-isearch)
1632 (vc-dir-isearch-regexp): New functions.
1633 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
1634
1635 2008-07-23 Juri Linkov <juri@jurta.org>
1636
1637 * isearch-multi.el: Remove file to avoid dos file name clashes
1638 with isearch-x.el. Move most content to misearch.el.
1639
1640 * misearch.el: New file with most content from isearch-multi.el.
1641 Rename `isearch-buffers' name prefixes to `multi-isearch'.
1642 Remove `isearch-buffers-minor-mode'. Add new function
1643 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
1644 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
1645 `multi-isearch-files', `multi-isearch-files-regexp'.
1646
1647 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
1648
1649 * isearch.el (isearch-message-prefix): Display "Multi" when
1650 `multi-isearch-next-buffer-current-function' is non-nil.
1651 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
1652 with `multi-isearch-next-buffer-current-function', and
1653 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
1654
1655 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
1656 `multi-isearch-next-buffer-function' instead of
1657 `isearch-buffers-next-buffer-function'. Remove call to
1658 `isearch-buffers-minor-mode'.
1659
1660 * buff-menu.el (Buffer-menu-marked-buffers)
1661 (Buffer-menu-isearch-buffers)
1662 (Buffer-menu-isearch-buffers-regexp): New functions.
1663 (Buffer-menu-mode-map): Bind "M-s a C-s" to
1664 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
1665 `Buffer-menu-isearch-buffers-regexp'.
1666 (Buffer-menu-mode): Document new commands in docstring.
1667 (list-buffers-noselect): Add one space after Info file name
1668 according to the Info address convention.
1669
1670 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
1671 New functions.
1672
1673 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
1674 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
1675 (ibuffer-mode): Document new commands in docstring.
1676
1677 * filesets.el (filesets-commands): Add commands for "Isearch" and
1678 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
1679 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
1680 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
1681 or `multi-isearch-files-regexp'.
1682 (filesets-cmd-query-replace-getargs): Call standard function
1683 `query-replace-read-args' to read `query-replace' arguments.
1684 Add `multi-query-replace-map'.
1685 (filesets-cmd-query-replace-regexp-getargs)
1686 (filesets-cmd-isearch-getargs): New functions.
1687
1688 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1689
1690 * international/mule.el (recode-region): Deactivate mark at the end.
1691
1692 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1693
1694 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1695 Use more suitable colors on dark displays.
1696
1697 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
1698
1699 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
1700 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
1701 (tramp-temp-buffer-name): New defconst.
1702 (tramp-handle-start-file-process): Use it. Apply "exec", for the
1703 command. No trailing prompt.
1704 (tramp-process-sentinel): Remove temporary buffer, if existing.
1705 Don't handle trailing prompt.
1706 (tramp-open-connection-setup-interactive-shell):
1707 Use `tramp-temp-buffer-name'.
1708
1709 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * shell.el (shell-dynamic-complete-functions):
1712 Use comint-dynamic-complete-filename as well (bug#361).
1713
1714 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1715
1716 * term/ns-win.el:
1717 * version.el (emacs-version):
1718 * loadup.el:
1719 * frame.el (make-frame-on-display): Check for ns instead of
1720 ns-windowing.
1721
1722 * dired.el (dired-mode-map): Show the key binding for wdired.
1723
1724 * menu-bar.el (menu-bar-file-menu): Show the key binding for
1725 exiting Emacs.
1726
1727 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1728
1729 * term/ns-win.el (x-list-fonts): Drop alias.
1730
1731 2008-07-23 Juri Linkov <juri@jurta.org>
1732
1733 * replace.el (multi-query-replace-map): New variable.
1734 (perform-replace): Add processing of new multi-buffer keys bound
1735 to `automatic-all' and `exit-current'. Set `query-flag' to nil
1736 if last input char was `automatic-all'. Set new local variable
1737 `multi-buffer' to t when one of new two keys were typed. Return
1738 non-nil value of `multi-buffer' that tells to calling functions
1739 to continue replacement on the next file.
1740
1741 * progmodes/etags.el (tags-query-replace): Set arg `map' of
1742 `perform-replace' to `multi-query-replace-map'.
1743
1744 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1745
1746 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
1747 otherwise displayed in every buffer.
1748
1749 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
1750 (vc-arch-trim-one-revlib): Delete temp directories as well.
1751
1752 2008-07-22 Stephen Eglen <stephen@gnu.org>
1753
1754 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
1755
1756 2008-07-22 Sven Joachim <svenjoac@gmx.de>
1757
1758 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
1759
1760 2008-07-22 Miles Bader <miles@gnu.org>
1761
1762 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
1763 (sh-mode-map): Remove remapping of newline-and-indent.
1764
1765 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1766
1767 * vc.el (Todo): Update.
1768
1769 * vc-hooks.el: Remove obsolete comment.
1770
1771 * vc-git.el (vc-git-status-printer): Update the directory display
1772 to match the default.
1773
1774 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
1775
1776 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1777
1778 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
1779 for "word wrap" command.
1780
1781 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
1782
1783 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1784
1785 * term/ns-win.el: Rename ns- functions/variables to the
1786 corresponding x- versions.
1787 (x-select-text, x-cut-buffer-or-selection-value)
1788 (x-disown-selection-internal, x-get-selection-internal)
1789 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
1790 (x-display-mm-width, x-display-mm-height)
1791 (x-display-backing-store, x-display-save-under)
1792 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
1793 defaliases.
1794
1795 * frame.el (ns-display-name): Remove declaration.
1796 (make-frame-on-display): Use x-display-name instead
1797 ns-display-name. Use unless.
1798
1799 * startup.el (command-line-1): Fix indentation.
1800
1801 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
1802 checked in inadvertently.
1803
1804 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1805
1806 * term/ns-win.el: Standardize references to "Nextstep" in
1807 comments, messages, and docstrings.
1808 (ns-handle-args, x-parse-geometry)
1809 (ns-extended-platform-support-mode, x-setup-function-keys)
1810 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
1811 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
1812 (ns-initialized, ns-initialize-window-system): Doc fixes.
1813
1814 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1815
1816 * diff-mode.el (diff-auto-refine): Delete defcustom.
1817 (diff-auto-refine-mode): New func/var via define-minor-mode.
1818 Update var ref to use diff-auto-refine-mode.
1819 * smerge-mode.el (diff-mode): Require when compiling.
1820 (smerge-auto-refine): Delete defcustom.
1821 Update smerge-auto-refine ref to use diff-auto-refine-mode.
1822
1823 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1824
1825 * simple.el (visual-line): New custom group.
1826 (visual-line-fringe-indicators): New var.
1827 (visual-line-mode): Set fringe-indicator-alist based on
1828 visual-line-fringe-indicators. Add lighter.
1829
1830 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1831
1832 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
1833 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1834 (x-handle-geometry, x-handle-name-switch, x-display-name)
1835 (x-handle-display, x-handle-args, x-colors): Move ...
1836 * term/common-win.el: ... here. New file.
1837 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
1838 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1839 (x-handle-geometry, x-handle-name-switch, x-display-name)
1840 (x-handle-display, x-handle-args, x-colors): Remove.
1841 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
1842
1843 2008-07-19 Juri Linkov <juri@jurta.org>
1844
1845 * startup.el (fancy-startup-text): Move the line "To quit
1846 a partially entered command, type Control-g" a few lines below
1847 to be after the line "To start". Add text "at gnu.org" to
1848 "Overview of Emacs features".
1849
1850 * dired.el (dired-mode-map): Fix menu text of
1851 image-dired-display-thumbs.
1852
1853 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1854 (image-dired-cmd-create-temp-image-options)
1855 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
1856 ImageMagick command line to change the dimensions of the image
1857 only if its width or height exceeds the geometry specification.
1858
1859 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
1860
1861 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
1862 to docstrings.
1863
1864 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1865
1866 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
1867 Vinicius Jose Latorre.
1868
1869 2008-07-19 Glenn Morris <rgm@gnu.org>
1870
1871 * term/ns-win.el (ns-make-command-string): Use mapconcat.
1872 (ns-save-preferences): Fix typo in previous change. (Bug#573)
1873
1874 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
1875
1876 * net/dbus.el (dbus-interface-properties): New defconst.
1877 (dbus-introspect): Update docstring.
1878 (dbus-introspect-xml, dbus-introspect-get-attribute)
1879 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
1880 (dbus-introspect-get-interface-names)
1881 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
1882 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
1883 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
1884 (dbus-introspect-get-property)
1885 (dbus-introspect-get-annotation-names)
1886 (dbus-introspect-get-annotation)
1887 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
1888 (dbus-introspect-get-signature, dbus-get-property)
1889 (dbus-set-property, dbus-get-all-properties): New defuns.
1890
1891 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
1892
1893 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
1894 ns-grabenv.elc.
1895
1896 * ns-carbon-compat.el: File removed.
1897
1898 * ns-grabenv.el: File removed.
1899
1900 * term/ns-win.el: Contents of ns-carbon-compat.el and
1901 ns-grabenv.el moved here.
1902 (ns-grabenv, ns-open-file-select-line): Doc fixes.
1903 (ns-submit-bug-report): Function removed. Reports go to the main
1904 Emacs bug list.
1905 (ns-handle-args, ns-spi-service-call): Doc fixes.
1906 (info-ns-emacs): Function removed. Nextstep port manual will be
1907 merged into the Emacs manual, so no separate link needed.
1908
1909 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
1910
1911 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
1912
1913 2008-07-18 Glenn Morris <rgm@gnu.org>
1914
1915 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
1916 to XEmacs, since it does nothing for Emacs.
1917
1918 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1919
1920 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
1921 BUFFER that is a string but does not exist as a buffer object, as
1922 mentioned in the doc-string.
1923
1924 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
1925
1926 * simple.el (line-move-visual): Make it a defcustom.
1927 (line-move-1): Convert temporary-goal-column back to an integer if
1928 it was set as a float by a previous call to line-move-visual.
1929 (end-of-visual-line, beginning-of-visual-line)
1930 (next-logical-line, previous-logical-line): New functions.
1931
1932 2008-07-17 David Reitter <david.reitter@gmail.com>
1933
1934 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
1935 functions.
1936 (visual-line-mode, global-visual-line-mode): New minor mode.
1937 (visual-line-mode-map): New variable.
1938
1939 2008-07-17 Glenn Morris <rgm@gnu.org>
1940
1941 * term/ns-win.el (parameters): Declare for compiler.
1942
1943 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
1944
1945 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
1946 for Windows.
1947
1948 2008-07-17 Daiki Ueno <ueno@unixuser.org>
1949
1950 * epa.el (epa-key-list-mode): Use run-mode-hooks.
1951 (epa-key-mode): Ditto.
1952 (epa-info-mode): Ditto.
1953
1954 2008-07-17 Glenn Morris <rgm@gnu.org>
1955
1956 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
1957 (ns-handle-numeric-switch): Just call ns-handle-switch.
1958 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
1959 (ns-handle-args): Simplify using `pop'.
1960 (ns-display-name): Define (used in frame.el).
1961 (menu-bar-select-frame): Add (ignored) arg to more closely match the
1962 original definition.
1963 (ns-perform-service): Declare.
1964 (ns-save-preferences): Use fewer `let's.
1965
1966 * frame.el (ns-display-name): Declare for compiler.
1967
1968 2008-07-17 Kenichi Handa <handa@m17n.org>
1969
1970 * descr-text.el (describe-char-unidata-list): Initialize to the
1971 list of name, general-category, decomposition, and old-name.
1972
1973 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1974
1975 * startup.el (command-line-1): Update processing of NS long options to
1976 mimic recent changes to processing of X long options.
1977
1978 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
1979
1980 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
1981 list of #defines for remote files.
1982 (gdb-source-info): Only show main if it has been found.
1983
1984 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1985
1986 * term/ns-win.el: Require CL; fix up comment style; reindent.
1987 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
1988 (ns-save-preferences): Use `case'.
1989 (ns-initialize-window-system): Use `dolist'.
1990
1991 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1992
1993 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
1994 windowing is used.
1995 * term/ns-win.el (ns-extended-platform-support-mode):
1996 Correct/improve documentation.
1997
1998 2008-07-16 Glenn Morris <rgm@gnu.org>
1999
2000 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
2001 Simply require 'cl (see comment in cl-compat.el).
2002 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
2003 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
2004 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
2005 directly rather by subterfuge. Provide cl before loading cl-macs.
2006
2007 * paths.el (rmail-spool-directory): Remove settings for systems that are
2008 no longer supported.
2009
2010 * frame.el (ns-initialize-window-system): Declare for compiler.
2011
2012 * term/ns-win.el: Add numerous declarations for compiler.
2013 (ns-pop-up-frames): Move definition before use. Doc fix.
2014
2015 * emacs-lisp/check-declare.el (check-declare-locate)
2016 (check-declare-verify): Handle .m files.
2017
2018 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2019
2020 * ns-carbon-compat.el: New file: user-visible compatibility of
2021 NeXTstep port with Carbon port.
2022 * ns-grabenv.el: New file: functionality useful on OS X platform to
2023 expose environment variables inside Emacs started from icon.
2024 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
2025 * cus-edit.el:
2026 * cus-face.el:
2027 * disp-table.el:
2028 * faces.el:
2029 * info.el:
2030 * mouse.el:
2031 * mwheel.el:
2032 * simple.el: Add ns to window systems treated as GUIs.
2033 * facemenu.el (facemenu-read-color): Don't require a name match under
2034 NS, to allow numeric color entry.
2035 * frame.el (make-frame-on-display): Follow code for 'x in initializing
2036 'ns window system if need be.
2037 (various): Add 'ns as described above.
2038 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
2039 ns-windowing is active.
2040 * startup.el (command-line-ns-option-alist): New constant to handle NS
2041 windowing system specific command line args analogous to how they are
2042 handled for X windows.
2043 (command-line-1): Use the above where appropriate.
2044 * version.el: Add NS port version.
2045 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
2046 Darwin (usually OS X) systems.
2047 (woman-use-own-frame): Include 'ns in list of GUI window systems.
2048 * emulation/viper-util.el (ns-display-color-p)
2049 (ns-color-defined-p): Remove these (caustically-commented) outdated
2050 compensations for a port that was never itself integrated until now.
2051 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
2052 for NS window system.
2053 * international/mule-cmds.el: Add 'ns to list of special-cased window
2054 systems (probably most of these, x/w32/mac/ns could be changed to
2055 window-system non-nil).
2056 * term/ns-win.el: New file: lisp-side support for NS windowing system.
2057
2058 2008-07-14 Jason Rumney <jasonr@gnu.org>
2059
2060 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
2061 (x-handle-numeric-switch, x-handle-initial-switch)
2062 (x-handle-xrm-switch, x-handle-args, x-handle-display)
2063 (xw-defined-colors, w32-initialize-window-system):
2064 Avoid use of cl pop and push macros.
2065
2066 2008-07-14 Martin Rudalics <rudalics@gmx.at>
2067
2068 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
2069 error when change-log-search-file-name returns nil.
2070
2071 2008-07-13 Martin Rudalics <rudalics@gmx.at>
2072
2073 * add-log.el (change-log-search-file-name):
2074 Use match-string-no-properties.
2075 (change-log-search-tag-name-1, change-log-search-tag-name)
2076 (change-log-goto-source-1, change-log-goto-source): New functions.
2077 (change-log-tag-re, change-log-find-head, change-log-find-tail):
2078 New variables.
2079 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
2080
2081 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
2082
2083 * calc/calc-help.el (calc-describe-key): Add angles to special key
2084 descriptions.
2085
2086 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
2087
2088 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
2089 search for regexp.
2090
2091 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
2092
2093 * simple.el (line-move-visual): Handle null pixel position gracefully.
2094
2095 2008-07-11 Jason Rumney <jasonr@gnu.org>
2096
2097 * files.el (file-truename): Get truename of ancestors if file does
2098 not exist on Windows.
2099
2100 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
2101
2102 * simple.el (line-move-visual): Obey goal-column and no-error arg.
2103 (track-eol, temporary-goal-column, previous-line, next-line):
2104 Update docstring.
2105 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
2106 to nil.
2107
2108 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2109
2110 * simple.el (line-move-visual): New var.
2111 (line-move-visual): New function.
2112 (line-move): Call line-move-visual.
2113
2114 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2115
2116 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
2117 pattern and add patterns for C++ header files.
2118
2119 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * window.el (truncated-partial-width-window-p): New function.
2122
2123 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
2124
2125 * faces.el (x-create-frame-with-faces): Don't pass parameters that
2126 are set later to x-create-frame.
2127 (face-set-after-frame-default): Apply X resources for non-default
2128 faces.
2129
2130 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
2131
2132 * faces.el (face-set-after-frame-default): Simplify. Don't apply
2133 frame-specific X resource settings. Set faces using a list of
2134 frame parameters explicitly passed to the calling
2135 function (e.g. make-frame).
2136 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
2137 explicit frame parameter list to face-set-after-frame-default.
2138
2139 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
2140
2141 * net/browse-url.el (browse-url-default-browser):
2142 Fix argument list in lambda.
2143
2144 2008-07-07 Ulf Jasper <ulf@web.de>
2145
2146 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
2147 from url-retrieve.
2148 (newsticker--sentinel-work): Fix xerror typo.
2149
2150 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2151
2152 * vc-dir.el (vc-dir-refresh): Only update files.
2153
2154 * vc-git.el (vc-git--ls-files-state): Remove unused function.
2155
2156 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
2157
2158 2008-07-06 John Paul Wallington <jpw@pobox.com>
2159
2160 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
2161
2162 2008-07-05 Alexandre Julliard <julliard@winehq.org>
2163
2164 * vc-git.el (vc-git-registered): Return true for removed files.
2165 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
2166 all the files instead of one per file.
2167 (vc-git-previous-revision): Add support for project-wide previous
2168 revision when specified file is nil.
2169
2170 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2171
2172 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
2173
2174 * vc-dir.el (vc-dir-find-child-files): New function.
2175 (vc-dir-resync-directory-files): New function.
2176 (vc-dir-recompute-file-state): New function, broken out of ...
2177 (vc-dir-resynch-file): ... here. Also deal with directories.
2178 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
2179 (vc-resynch-buffer): Use it.
2180
2181 * vc-hg.el (vc-hg-registered): Do not set vc-state.
2182
2183 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
2184
2185 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
2186
2187 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
2188 if it's not part of gdb-ui, e.g, at start.
2189
2190 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
2191 filenames in stack trace (text command mode).
2192
2193 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
2196
2197 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
2198 Use syntax-ppss on a position *before* the char we want to change.
2199
2200 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2201
2202 * vc-dir.el (vc-dir-query-replace-regexp): New function.
2203 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
2204 (vc-dir-mode-map): Likewise.
2205
2206 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
2207
2208 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
2209 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
2210 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
2211 Remove spurious * in defcustom docstrings.
2212
2213 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
2214 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
2215 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
2216 (default-justification): Remove spurious * in defcustom docstrings.
2217
2218 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
2219 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
2220 (rst-compare-decorations, rst-default-indent, rst-update-section)
2221 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
2222 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
2223 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
2224 Fix typos in docstrings.
2225 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
2226 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
2227 (rst-get-decorations-around, rst-section-tree-point)
2228 (rst-font-lock-adornment-point): Reflow docstrings.
2229 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
2230 Doc fixes.
2231 (rst-re-enumerations): Comment out.
2232
2233 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
2234 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
2235 (nxml-unicode-block-char-name-set):
2236 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
2237 * nxml/rng-nxml.el (rng-set-state-after):
2238 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
2239
2240 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
2241 (rng-c-parse-annotation-body):
2242 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
2243
2244 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
2245 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
2246 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
2247 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
2248 Fix typos in docstrings.
2249 (nxml-attribute-indent): Reflow docstring.
2250 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
2251 (nxml-default-buffer-file-coding-system): Doc fixes.
2252
2253 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
2254 (nxml-ns-set-prefix): Fix typos in docstrings.
2255 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
2256 Reflow docstring.
2257 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
2258
2259 * nxml/nxml-outln.el (nxml-hide-all-text-content)
2260 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
2261 (nxml-hide-direct-text-content, nxml-hide-subheadings)
2262 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
2263 (nxml-outline-display-rest, nxml-outline-set-overlay)
2264 (nxml-section-tag-forward, nxml-section-tag-backward)
2265 (nxml-back-to-section-start): Fix typos in docstrings.
2266
2267 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
2268 Doc fixes.
2269
2270 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
2271 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
2272 (nxml-scan-after-change): Fix typo in docstring.
2273
2274 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
2275 (rng-name-class-possible-names): Doc fixes.
2276 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
2277 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
2278 Fix typos in docstrings.
2279 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
2280 Reflow docstrings.
2281
2282 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
2283 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
2284
2285 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
2286 (rng-xsd-convert-date-time): Reflow docstrings.
2287 (rng-xsd-compile): Fix typo in docstring.
2288
2289 * nxml/rng-loc.el (rng-current-schema-file-name)
2290 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
2291 Doc fixes.
2292 (rng-set-schema-file): Fix typo in docstring.
2293
2294 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
2295 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
2296 Fix typos in docstrings.
2297 (rng-message-overlay, rng-conditional-up-to-date-start)
2298 (rng-conditional-up-to-date-end): Doc fixes.
2299 (rng-next-error, rng-previous-error): Reflow docstrings.
2300
2301 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
2302 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
2303 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
2304 (xmltok-merge-attributes): Fix typos in docstrings.
2305 (xmltok-make-attribute, xmltok-forward-special)
2306 (xmltok-get-declared-encoding-position): Reflow docstrings.
2307
2308 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
2309 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
2310 Fix typos in docstrings.
2311
2312 2008-07-02 John Paul Wallington <jpw@pobox.com>
2313
2314 * ibuffer.el (ibuffer-buffer-file-name):
2315 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
2316 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
2317
2318 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
2319
2320 * files.el (backup-extract-version): Handle versioned directories.
2321 (trash-directory): New variable.
2322 (move-file-to-trash): New function.
2323
2324 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
2325
2326 2008-07-02 Magnus Henoch <mange@freemail.hu>
2327
2328 * vc-git.el (vc-git-annotate-command): Use proper option for
2329 specifying revision.
2330
2331 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2332
2333 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
2334 if available.
2335
2336 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
2337
2338 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
2339
2340 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
2341 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
2342
2343 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
2344
2345 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
2346
2347 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
2348 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
2349 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2350 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
2351 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2352 (gdb-stack-list-locals-regexp): Future proof regexps better.
2353
2354 2008-06-30 Juri Linkov <juri@jurta.org>
2355
2356 * faces.el (face-name-history): New variable.
2357 (make-face, make-empty-face): Replace interactive spec "S"
2358 with `read-from-minibuffer' where `read' arg is t and
2359 `hist' arg is `face-name-history'.
2360 (read-face-name): Set `hist' arg of `completing-read-multiple'
2361 to `face-name-history'.
2362 (list-faces-display): Use `read-regexp' instead of `read-string'
2363 to read regexp.
2364
2365 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
2366 to `regexp-history'.
2367 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
2368 make it an obsolete alias to it.
2369 (hi-lock-face-defaults): New variable renamed from
2370 `hi-lock-face-history'.
2371 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2372 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
2373 `read-from-minibuffer'. Doc fix.
2374 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
2375 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
2376 Set `hist' arg of `completing-read' to `face-name-history'.
2377 Put a list of default faces to `default' arg instead of `hist' arg.
2378
2379 * bindings.el (abbrev-map, narrow-map): New variables.
2380 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
2381 Rebind related commands to these new maps.
2382 (ctl-x-r-map): New variable for rectangle, register and bookmark
2383 keys. Move rectangle keybindings to rect.el and register
2384 keybindings to register.el.
2385 (next-buffer, previous-buffer): Remove C-x prefix and move
2386 keybindings to ctl-x-map.
2387
2388 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
2389 to the new map `ctl-x-r-map' in autoload cookies.
2390
2391 * expand.el: Rebind two global `C-x a' keys "n", "p"
2392 to the new map `abbrev-map' in autoload cookies.
2393
2394 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
2395
2396 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
2397
2398 2008-06-30 Miles Bader <miles@gnu.org>
2399
2400 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
2401 after processing an escape sequence.
2402
2403 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
2404
2405 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
2406 from 2008-06-28. It does not work on W32.
2407
2408 2008-06-29 Juri Linkov <juri@jurta.org>
2409
2410 * replace.el (read-regexp): New function.
2411 (keep-lines-read-args, occur-read-primary-args):
2412 Call `read-regexp' instead of code moved to new function.
2413 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
2414 from the end of prompt.
2415 (replace-re-search-function): Doc fix.
2416
2417 2008-06-29 Kenichi Handa <handa@m17n.org>
2418
2419 * descr-text.el (describe-char-display): Always return a string.
2420 (describe-char-padded-string): New function.
2421 (describe-char): Adjusted for the change of
2422 describe-char-display. Use describe-char-padded-string.
2423
2424 2008-06-29 Andreas Schwab <schwab@suse.de>
2425
2426 * vc-dir.el (vc-dir): Make backend argument optional and use
2427 vc-responsible-backend when nil. Interactively pass nil for
2428 backend instead of using the backend of what happens to be
2429 default-directory at the time of the call.
2430
2431 * find-dired.el (find-dired-filter): Preserve point.
2432
2433 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
2436 (sasl-find-mechanism, sasl-next-step):
2437 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
2438 (sasl-ntlm-response): Fix typos in docstrings.
2439
2440 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
2441
2442 * international/mule-cmds.el (view-hello-file): Doc fix.
2443
2444 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
2445
2446 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
2447 (set-face-attribute, face-set-after-frame-default)): Don't use it.
2448
2449 2008-06-28 John Paul Wallington <jpw@pobox.com>
2450
2451 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
2452
2453 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
2454
2455 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
2456 (tramp-convert-file-attributes): Convert symlinks only when
2457 returned from `tramp-handle-file-attributes-with-stat'.
2458
2459 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
2460 `substitute-in-file-name' when unloading.
2461 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
2462
2463 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
2464
2465 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
2466 (vc-string-prefix-p): Move function ...
2467 * vc.el (vc-string-prefix-p): ... here.
2468
2469 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2470
2471 * vc-dir.el (vc-dir): Complete only directory names.
2472
2473 2008-06-27 Jason Rumney <jasonr@gnu.org>
2474
2475 * w32-fns.el (top-level): Unconditionally define all charsets.
2476
2477 2008-06-27 Alan Mackenzie <acm@muc.de>
2478
2479 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
2480 the CC Mode specific functions; this is no longer needed, since
2481 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
2482
2483 * progmodes/cc-defs.el (c-emacs-features): New feature
2484 'argumentative-bod-function.
2485
2486 2008-06-27 John Paul Wallington <jpw@pobox.com>
2487
2488 * chistory.el (list-command-history): Use `bound-and-true-p'.
2489 (command-history-map): Define within defvar. Add docstring.
2490
2491 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2492
2493 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
2494 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
2495 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
2496 (image-type-from-buffer): Use `looking-at-p'.
2497
2498 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2499
2500 * ibuf-ext.el (diff-sentinel): Declare.
2501
2502 2008-06-27 Glenn Morris <rgm@gnu.org>
2503
2504 * calendar/lunar.el (calendar-lunar-phases): Rename from
2505 calendar-phases-of-moon. Keep old name as alias, update callers.
2506 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
2507 (diary-lunar-phases): Rename from diary-phases-of-moon.
2508 Keep old name as alias.
2509 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
2510 (cal-menu-global-mouse-menu): Update for lunar name changes.
2511 * calendar/calendar.el (calendar-mode-map): Update for name change.
2512 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
2513
2514 2008-06-26 Glenn Morris <rgm@gnu.org>
2515
2516 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
2517 argument `nolocation'.
2518 (calendar-sunrise-sunset-month): New function.
2519 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
2520 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
2521 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
2522 * calendar/calendar.el (solar-sunrises-buffer): New constant.
2523 (calendar-mode-map): Use cal-menu-sunmoon-menu.
2524 (calendar-buffer-list): Add solar-sunrises-buffer.
2525
2526 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
2527
2528 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
2529
2530 * cus-start.el: Add customization types for word-wrap and
2531 shift-select-mode.
2532
2533 2008-06-26 John Paul Wallington <jpw@pobox.com>
2534
2535 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
2536 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
2537 (ibuffer-mark-on-buffer): Don't display message when removing marks.
2538 (ibuffer-mark-by-mode): Use `buffer-local-value'.
2539
2540 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2541
2542 * vc-dir.el (tool-bar): Require.
2543
2544 * vc.el (ewoc, tool-bar): Do not require.
2545
2546 2008-06-26 Kenichi Handa <handa@m17n.org>
2547
2548 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
2549 characters.
2550
2551 * composite.el (terminal-composition-base-character-p): New function.
2552 (terminal-composition-function):
2553 Use terminal-composition-base-character-p. Include the base character
2554 in the composition.
2555 (auto-compose-chars): Don't check font-object for terminal display.
2556
2557 2008-06-26 Glenn Morris <rgm@gnu.org>
2558
2559 * doc-view.el (bookmark-make-record-default):
2560 * image-mode.el (bookmark-make-record-default): Fix declaration.
2561
2562 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
2563 Add default :value for sexp type.
2564 (calendar-month-edges): New variable.
2565 (calendar-month-edges): New function.
2566 (calendar-recompute-layout-variables): Set calendar-month-edges.
2567 (calendar-intermonth-header, calendar-intermonth-text): New options.
2568 (calendar-insert-at-column): New function.
2569 (calendar-generate-month): Use calendar-insert-at-column.
2570 Handle intermonth text. Add 'date property.
2571 (calendar-column-to-month): Remove function.
2572 (calendar-column-to-segment): New function.
2573 (calendar-cursor-to-date): Use calendar-column-to-segment.
2574 Check 'date property.
2575
2576 * calendar/calendar.el (calendar-print-other-dates):
2577 Handle mouse events.
2578 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
2579 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
2580
2581 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
2582 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
2583 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
2584
2585 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2586 Use calendar-column-to-segment, calendar-month-edges, and
2587 the 'date property to handle intermonth text.
2588
2589 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
2590
2591 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
2592 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
2593 Add doc strings.
2594 (cal-menu-context-mouse-menu): Add some :keys.
2595 (calendar-check-holidays): Declare rather than autoloading.
2596 (diary-show-holidays-flag): Remove unneeded declaration.
2597
2598 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
2599 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
2600 event-start is nil.
2601
2602 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2603
2604 * minibuffer.el (completion-basic-try-completion): Use the text after
2605 point to constrain the completion candidates.
2606 (completion-basic-all-completions): Adjust accordingly.
2607
2608 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
2609
2610 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
2611 courier.
2612
2613 * faces.el (set-face-attribute): Doc fix.
2614
2615 2008-06-25 Juri Linkov <juri@jurta.org>
2616
2617 * bindings.el (goto-map): New variable. Rebind goto-related
2618 commands to this `M-g' prefix keymap.
2619 (search-map): New variable for `M-s' prefix keymap.
2620 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
2621 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
2622 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
2623 `M-shw' to `hi-lock-write-interactive-patterns'.
2624
2625 * isearch.el (isearch-mode-map): Bind `M-s h r' to
2626 `isearch-highlight-regexp'.
2627 (isearch-highlight-regexp): New function.
2628
2629 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2630
2631 * info.el (Info-bookmark-make-record):
2632 Use bookmark-make-record-default.
2633 (Info-bookmark-jump): Use bookmark-default-handler.
2634
2635 * image-mode.el (image-bookmark-make-record):
2636 Use bookmark-make-record-default.
2637 (image-bookmark-jump): Use bookmark-default-handler.
2638
2639 * doc-view.el (doc-view-bookmark-make-record):
2640 Use bookmark-make-record-default.
2641 (doc-view-bookmark-jump): Use bookmark-default-handler.
2642
2643 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
2644 used until now in bookmark.el's code.
2645 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
2646 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
2647 used until now in bookmark.el's code.
2648 (bookmark-set-filename): Remove special code, moved to its only caller.
2649 (bookmark-store): Use the newer format.
2650 (bookmark-make-record-default): Add arg `point-only'.
2651 Rename from bookmark-make-record-for-text-file.
2652 (bookmark--jump-via): New function.
2653 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
2654 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
2655 Use it.
2656 (bookmark-jump-noselect, bookmark-default-handler):
2657 Don't return an alist, instead return the data implicitly by changing
2658 current buffer and point. Signal an error if the file doesn't exist.
2659
2660 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
2661 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
2662
2663 * bs.el: Use with-current-buffer. Simplify.
2664 (bs-toggle-readonly): Avoid vc-toggle-read-only.
2665
2666 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
2667 is bound before using it.
2668
2669 2008-06-25 Kenichi Handa <handa@m17n.org>
2670
2671 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
2672
2673 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
2674
2675 * vc-hg.el:
2676 * vc-git.el: Require vc-dir when compiling.
2677
2678 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
2679 vc-dir-marked-only-files. Change the return value.
2680 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
2681 Change the return value.
2682 (vc-dir-deduce-fileset): New function broken out from ...
2683 * vc.el (vc-deduce-fileset): ... here and ...
2684 (vc-deduce-fileset): ... here.
2685
2686 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
2687 (vc-svn-parse-status): Do not set the vc-backend property.
2688
2689 2008-06-25 Andreas Schwab <schwab@suse.de>
2690
2691 * faces.el (face-font-family-alternatives, variable-pitch):
2692 Use "Sans Serif", not "Sans-Serif".
2693
2694 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
2695
2696 * faces.el (face-font-family-alternatives, variable-pitch):
2697 Change "Sans" to the canonical name "Sans-Serif".
2698
2699 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
2700
2701 * calc/calc.el (calc-mode-map): Add extra keybindings to
2702 `calc-missing-key'.
2703 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
2704 `kill-ring-save'.
2705
2706 2008-06-24 Miles Bader <miles@gnu.org>
2707
2708 * mouse.el (mouse-appearance-menu): Don't do anything if the user
2709 pops up the menu but doesn't select anything.
2710
2711 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
2712
2713 * add-log.el (add-change-log-entry): Add new arg to force each new
2714 entry to be on a new line.
2715 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
2716
2717 * vc-dir.el (vc-client-object): Remove.
2718 (vc-dir-prepare-status-buffer): Take a backend as an argument and
2719 use it when looking for a buffer.
2720 (vc-dir): Add a backend argument. Set revert-buffer-function.
2721 Don't create a client object. Move bindings ...
2722 (vc-dir-menu-map, vc-dir-mode-map): ... here.
2723 (vc-dir-revert-buffer-function): New function.
2724 (vc-generic-status-printer): Rename to ...
2725 (vc-dir-status-printer): ... this.
2726 (vc-generic-state, vc-generic-status-fileinfo-extra)
2727 (vc-dir-extra-menu, vc-make-backend-object): Remove.
2728 (vc-default-status-printer): Use a different face for
2729 directories. Don't display any text for directories in the state
2730 column. Add tooltips.
2731
2732 * vc.el (Todo): Update.
2733
2734 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
2735 * vc-rcs.el (vc-annotate-convert-time):
2736 * vc-mtn.el (vc-annotate-convert-time):
2737 * vc-git.el (vc-annotate-convert-time):
2738 * vc-cvs.el (vc-annotate-convert-time):
2739 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
2740
2741 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2742
2743 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
2744 instead of using view-mode.
2745
2746 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2747
2748 * Makefile.in (distclean): Don't delete *.elc and autogen files.
2749
2750 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2751
2752 * vc.el:
2753 * vc-hooks.el:
2754 * vc-dispatcher.el: Move vc-dir variables and functions ...
2755 * vc-dir.el: ... here. New file.
2756 * Makefile.in (ELCFILES): Add vc-dir.elc.
2757
2758 * vc.el: Move vc-annotate variables and functions ...
2759 * vc-annotate.el: ... here. New file.
2760 * Makefile.in (ELCFILES): Add vc-annotate.elc.
2761
2762 * vc-dav.el: Move here from url/vc-dav.el.
2763 (Todo): Note work needed to make this backend functional.
2764
2765 * Makefile.in (ELCFILES): Update vc-dav.el location.
2766
2767 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2768
2769 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2770
2771 2008-06-21 John Paul Wallington <jpw@pobox.com>
2772
2773 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
2774
2775 * textmodes/rst.el (rst-mode): Put docstring in right place.
2776
2777 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
2778
2779 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
2780 size for legibility.
2781
2782 * faces.el (fixed-pitch): Use "Monospace" family.
2783 (variable-pitch): Use "Sans" family.
2784 (face-font-family-alternatives): Define alternatives for "Sans"
2785 and "Monospace".
2786
2787 2008-06-21 Glenn Morris <rgm@gnu.org>
2788
2789 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
2790 Require 'cl when compiling.
2791
2792 * emacs-lisp/debug.el (help-xref-interned): Declare.
2793
2794 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
2795 Evaluate definition when compiling.
2796
2797 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
2798 rather than mouse-1.
2799 (bug-reference-url-format): Autoload safe if string.
2800 (bug-reference-bug-regexp): Make space after "bug" optional.
2801
2802 * Makefile.in (all): Explicitly pass EMACS to sub-make,
2803 for some non-GNU makes.
2804
2805 * cus-dep.el (custom-dependencies-no-scan-regexp):
2806 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
2807
2808 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
2809 increments.
2810
2811 * calendar/calendar.el: Factor out the magic numbers controlling the
2812 calendar layout.
2813 (calendar-month-digit-width, calendar-month-width)
2814 (calendar-right-margin): New variables.
2815 (calendar-recompute-layout-variables, calendar-set-layout-variable):
2816 New functions.
2817 (calendar-left-margin, calendar-intermonth-spacing)
2818 (calendar-column-width, calendar-day-header-width)
2819 (calendar-day-digit-width): New options.
2820 (calendar-first-date-row): New constant.
2821 (calendar-move-to-column, calendar-ensure-newline): New functions,
2822 replacing calendar-insert-indented.
2823 (calendar-insert-indented): Remove function.
2824 (calendar-generate-month): Use calendar-move-to-column and
2825 calendar-ensure-newline. Use layout variables.
2826 (calendar-generate, calendar-update-mode-line)
2827 (calendar-font-lock-keywords): Use layout variables.
2828 (calendar-column-to-month): New function.
2829 (calendar-cursor-to-date): Use calendar-column-to-month.
2830 Use layout variables.
2831 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2832 Use layout variables. Use calendar-column-to-month.
2833 (calendar-cursor-to-visible-date): Use layout variables.
2834
2835 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2836
2837 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
2838 (all): Run compile-last.
2839 (compile-onefile): New target.
2840 (compile-first): Simplify.
2841 (compile-last): Don't treat COMPILE_FIRST specially.
2842 (COMPILE_FIRST): List the elc files rather than the el files.
2843 (ELCFILES): Update.
2844
2845 2008-06-21 Ulf Jasper <ulf@web.de>
2846
2847 * net/newst-treeview.el: Remove dead code.
2848 (newsticker--window-config): Remove.
2849 (newsticker-treeview-quit): Do not save window config.
2850 (newsticker-treeview): Do not try to restore window config.
2851 (newsticker-groups, newsticker--treeview-list-sort-by-column)
2852 (newsticker--treeview-list-new-items)
2853 (newsticker--treeview-list-immortal-items)
2854 (newsticker--treeview-list-obsolete-items)
2855 (newsticker--treeview-list-all-items)
2856 (newsticker--treeview-list-feed-items): Fix documentation.
2857
2858 2008-06-21 Miles Bader <miles@gnu.org>
2859
2860 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
2861
2862 2008-06-21 Alan Mackenzie <acm@muc.de>
2863
2864 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
2865 infinite loop on invalid syntax.
2866
2867 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2868
2869 * textmodes/rst.el: Run rst-define-level-faces when loading.
2870 (rst-mode): Don't set the font-lock-multiline var.
2871 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
2872 Set the font-lock-multiline property by hand.
2873
2874 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
2875
2876 * Makefile.in (emacs-deps): Remove.
2877 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
2878 (all): Use them.
2879 (autogen-clean): Remove.
2880
2881 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2882
2883 * Makefile.in (all): New target.
2884 (bootstrap-prepare): Remove.
2885
2886 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
2887 the .elc file to batch-byte-compile.
2888
2889 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
2890 set-keymap-parents if set-keymap-parent doesn't exist.
2891
2892 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
2893 Allow more than one space before the |.
2894
2895 * textmodes/rst.el: Fix up docstring conventions.
2896 Move vars to before their first use.
2897 (rst-mode): Don't mess with font-lock-support-mode.
2898 (rst-suggest-new-decoration, rst-adjust-decoration):
2899 Avoid CL's copy-list.
2900 (rst-delete-entire-line): Use line-beginning-position.
2901 (rst-position): New fun.
2902 (rst-straighten-decorations): Use it instead of CL's position.
2903 (rst-straighten-bullets-region): Avoid CL's mapcar*.
2904 (rst-toc-mode): Use define-derived-mode.
2905 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
2906 Remove unused var `in-par'. Use `point' rather than `point-marker'.
2907 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
2908 (rst-replace-lines): Simplify.
2909 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
2910
2911 * simple.el (special-mode-map): New var.
2912 (special-mode): New major mode.
2913
2914 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2915
2916 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
2917 log-view-file-re.
2918
2919 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
2920 (vc-switch-backend): Simplify.
2921 (Todo): Remove solved items.
2922
2923 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
2924 the vc-backend property.
2925
2926 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2927
2928 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
2929 Bind inhibit-read-only since the buffer is always read-only.
2930
2931 2008-06-20 Ulf Jasper <ulf@web.de>
2932
2933 * net/newst-treeview.el (newsticker-treeview-own-frame):
2934 Change default value to nil.
2935 (newsticker--treeview-list-add-item)
2936 (newsticker--treeview-propertize-tag): Show item title in tooltip.
2937
2938 2008-06-20 Martin Blais <blais@furius.ca>
2939 Stefan Merten <smerten@oekonux.de>
2940 David Goodger <goodger@python.org>
2941
2942 * textmodes/rst.el: New file.
2943
2944 2008-06-20 Sam Steingold <sds@gnu.org>
2945
2946 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
2947 remove DIRECTORY entries.
2948
2949 2008-06-20 Eli Zaretskii <eliz@gnu.org>
2950
2951 * makefile.w32-in (distclean): Depend on `clean'.
2952 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
2953 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
2954 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
2955 empty cus-load.el with `echo', and include "Local Variables"
2956 section to prevent the empty file from being compiled.
2957 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
2958 that generate an empty cus-load.el.
2959
2960 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
2961
2962 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2963 Don't copy ldefs-boot.el over loaddefs.el.
2964 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
2965 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
2966 to loaddefs.el; they are not needed now. Add coding cookie.
2967
2968 2008-06-20 Miles Bader <miles@gnu.org>
2969
2970 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2971 Strip unnecessary list levels from SPECS.
2972 (buffer-face-set, buffer-face-toggle):
2973 Change argument from FACE to &rest SPECS, and strip unnecessary
2974 list levels from SPECS.
2975 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
2976
2977 2008-06-20 Jason Rumney <jasonr@gnu.org>
2978
2979 * international/fontset.el (setup-default-fontset): Specify script
2980 for latin use of iso10646-1. Fix use of lang tags.
2981
2982 2008-06-19 Miles Bader <miles@gnu.org>
2983
2984 * face-remap.el (text-scale-increase): Start from zero if
2985 text-scale-mode isn't enabled.
2986
2987 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2988
2989 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
2990 frame parameters after setting up the `default' face.
2991
2992 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 * faces.el (face-set-after-frame-default): Don't exclude `default'.
2995
2996 2008-06-18 Glenn Morris <rgm@gnu.org>
2997
2998 * mouse.el (buffer-face-mode-invoke): Declare.
2999
3000 * Makefile.in (ELCFILES): Add org/org-id.elc.
3001
3002 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
3003 * calendar/cal-menu.el (cal-menu-holidays-menu):
3004 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
3005 (cal-menu-today-holidays): Remove function.
3006
3007 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
3008 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3009 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
3010 Remove unused functions.
3011 (calendar-mouse-view-diary-entries): Use format rather than concat.
3012
3013 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
3014 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3015 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
3016
3017 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
3018 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3019 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
3020 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
3021 cal-menu-event-to-date.
3022
3023 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
3024 Handle mouse events.
3025 * calendar/cal-tex.el (cal-tex-cursor-year)
3026 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3027 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3028 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3029 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
3030 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3031 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
3032 (cal-tex-cursor-month): Mark N as optional.
3033 * calendar/cal-menu.el (calendar-mouse-tex-day)
3034 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
3035 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
3036 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
3037 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
3038 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
3039 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
3040 Remove functions.
3041 (cal-menu-context-mouse-menu): Replace the above functions with the
3042 cal-tex versions. Add HTML submenu.
3043
3044 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3045
3046 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
3047 text command mode.
3048 (gdb): Explain that gud-gdb is needed for text command mode.
3049
3050 2008-06-17 Martin Rudalics <rudalics@gmx.at>
3051
3052 * window.el (split-height-threshold): Remove spurious extra line.
3053
3054 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3055
3056 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
3057 (calendar-set-mark):
3058 * calendar/diary-lib.el (diary-insert-entry):
3059 * calendar/solar.el (calendar-sunrise-sunset): Use it.
3060 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
3061 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
3062 (cal-menu-context-mouse-menu): Use calendar-set-mark,
3063 diary-insert-entry, and calendar-sunrise-sunset instead.
3064
3065 * vc.el (vc-deduce-fileset): Add arg `only-files'.
3066 (vc-next-action): Pass the new arg.
3067 (vc-register): Don't use `only-files'.
3068 Don't set `backup-inhibited' in the current buffer.
3069
3070 2008-06-17 Miles Bader <miles@gnu.org>
3071
3072 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
3073
3074 * face-remap.el (buffer-face-mode-face)
3075 (buffer-face-mode-remapping): New variables.
3076 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
3077 (buffer-face-mode-invoke): New functions.
3078 (variable-pitch-mode-remapping): Variable removed.
3079 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
3080
3081 * face-remap.el (internal-lisp-face-attributes): New variable.
3082 (face-attrs-more-relative-p, face-remap-order): New functions.
3083 (face-remap-add-relative): Use `face-remap-order'.
3084
3085 2008-06-17 Glenn Morris <rgm@gnu.org>
3086
3087 * mouse.el (x-select-font): Declare.
3088
3089 * calendar/calendar.el (calendar-move-hook):
3090 Add calendar-update-mode-line as an option.
3091 (calendar-date-echo-text): New user option.
3092 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
3093 (calendar-insert-indented): Simplify newline insertion.
3094 (calendar-describe-mode): Remove unused function.
3095 (calendar-mode-line-entry): New function.
3096 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
3097 Mark as risky.
3098 (calendar-mouse-other-month): Remove function.
3099 (calendar-other-month): Handle mouse events.
3100 (calendar-goto-info-node): Call fit-window-to-buffer.
3101 (calendar-mode): Use define-derived-mode. Doc fix.
3102 (calendar-update-mode-line): Tweak whitespace.
3103
3104 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3105
3106 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
3107 (vc-dir-marked-only-files): vc-string-prefix-p.
3108
3109 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
3110
3111 * progmodes/gdb-ui.el (gdb-memory-set-address)
3112 (gdb-memory-set-repeat-count): Allow keyboard bindings.
3113 (gdb-memory-mode-map): Bind above functions respectively
3114 to 'S' and 'N'.
3115
3116 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
3117
3118 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
3119
3120 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
3121
3122 * log-view.el (vc-diff-internal): Declare for compiler.
3123
3124 * vc-bzr.el (log-view-per-file-logs):
3125 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
3126
3127 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
3128
3129 * mouse.el (mouse-appearance-menu-map): New var.
3130 (mouse-appearance-menu): New function.
3131 Bind it to S-down-mouse-1.
3132
3133 2008-06-15 Juri Linkov <juri@jurta.org>
3134
3135 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
3136 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
3137 as the second element.
3138 (Info-build-toc): Add PARENT element extracted from the Up pointer.
3139 Don't print progress messages.
3140 (Info-toc-nodes): New variable and function.
3141 (Info-index-nodes): Optimize non-string file name case.
3142 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
3143 (Info-insert-breadcrumbs): Use the cached document structure instead
3144 of visiting all ancestor nodes. Remove the initial `>'.
3145
3146 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3147
3148 * log-view.el (log-view-diff-changeset): New function.
3149 (log-view-mode-map, log-view-mode-menu): Bind it.
3150 (log-view-per-file-logs, log-view-vc-fileset)
3151 (log-view-vc-backend): New variables.
3152 (log-view-find-revision, log-view-modify-change-comment)
3153 (log-view-annotate-version): Throw an error if the log is for more
3154 than one file and we can't find the current file. Get the current
3155 file from log-view-vc-fileset if necessary.
3156 (log-view-diff): Get the current file from log-view-vc-fileset if
3157 necessary.
3158
3159 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
3160
3161 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
3162 (vc-hg-log-view-mode): Declare for compiler.
3163 (vc-hg-log-view-mode): Set log-view-per-file-logs and
3164 log-view-file-re.
3165 (vc-hg-diff): If no file is passed, use default-directory for cwd.
3166
3167 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
3168
3169 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
3170
3171 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
3172
3173 * net/tramp.el (tramp-handle-start-file-process):
3174 Clear modification time of the connection buffer.
3175 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
3176 (tramp-open-connection-setup-interactive-shell): Flush cache, and
3177 restart `tramp-maybe-open-connection' when the remote system has
3178 been changed. Throw 'uname-changed event.
3179 (tramp-maybe-open-connection): Catch it.
3180
3181 * net/tramp-cmds.el (tramp-cleanup-all-connections):
3182 Reset `tramp-locked'.
3183
3184 2008-06-15 Ulf Jasper <ulf@web.de>
3185
3186 * net/newst-treeview.el (newsticker--treeview-list-update)
3187 (newsticker--treeview-item-update)
3188 (newsticker--treeview-tree-update)
3189 (newsticker-treeview-jump, newsticker-group-add-group)
3190 (newsticker-group-move-feed, newsticker-group-delete-group):
3191 Remove window dedication.
3192 (newsticker--group-manage-orphan-feeds): Handle ill-valued
3193 newsticker-groups.
3194 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
3195
3196 2008-06-15 Andreas Schwab <schwab@suse.de>
3197
3198 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
3199 when parsing CVS/Repository.
3200
3201 * wdired.el (wdired-search-and-rename): Fix undocumented change.
3202
3203 2008-06-15 Ulf Jasper <ulf@web.de>
3204
3205 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
3206 (newsticker-extra-face, newsticker-enclosure-face): Moved to
3207 net/newst-reader.el.
3208
3209 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
3210 (newsticker-extra-face, newsticker-enclosure-face): Moved from
3211 net/newst-reader.el.
3212
3213 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3214
3215 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
3216 Catch and recover from case when the bytes we thought we were reading
3217 turn out to be something else entirely, such as latin-1 chars from
3218 quail. See bug#396.
3219
3220 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3221
3222 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
3223 (vc-register): Call the backend function only once, instead of
3224 once for each file.
3225 (vc-next-action): Update call to vc-register.
3226 (vc-dir-register): Remove function.
3227 (vc-dir): Bind vc-register instead of vc-dir-register.
3228
3229 2008-06-14 Glenn Morris <rgm@gnu.org>
3230
3231 * Makefile.in (ELCFILES): Add net/newst-*.el.
3232
3233 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * wdired.el (wdired-do-renames): New function.
3236 (wdired-finish-edit): Use it to.
3237 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
3238
3239 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3240
3241 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
3242
3243 2008-06-14 Martin Rudalics <rudalics@gmx.at>
3244
3245 * window.el (window--even-window-heights): Even window heights
3246 only if the selected window is higher than WINDOW.
3247 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3248
3249 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
3252
3253 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * term/linux.el (terminal-init-linux): Load t-mouse.
3256
3257 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3258 Drew Adams <drew.adams@oracle.com>
3259
3260 * info.el (Info-breadcrumbs-depth): New var.
3261 (Info-insert-breadcrumbs): New function.
3262 (Info-fontify-node): Use it.
3263 (Info-mode-map): Move initialization into declaration.
3264
3265 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
3266
3267 Rename net/newsticker-*.el to net/newst-*.el.
3268 * net/newst-backend.el: Rename from net/newsticker-backend.el.
3269 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
3270 * net/newst-reader.el: Rename from net/newsticker-reader.el.
3271 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
3272 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
3273 * net/newsticker-backend.el: Rename to net/newst-backend.el.
3274 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
3275 * net/newsticker-reader.el: Rename to net/newst-reader.el.
3276 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
3277 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
3278
3279 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3280
3281 * progmodes/compile.el (compilation-start): Don't disable undo in
3282 comint buffer. Don't override the comint-filter with our own.
3283 (compilation-filter): Change point's insertion-type.
3284
3285 * comint.el (comint-output-filter): Use copy-marker.
3286
3287 2008-06-13 David Reitter <david.reitter@gmail.com>
3288
3289 * textmodes/flyspell.el (mail-mode-flyspell-verify):
3290 Check message-signature-separator exists before using it.
3291
3292 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
3293
3294 * vc.el (vc-delete-file): Bind default-directory before calling
3295 the backend.
3296 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
3297 (vc-annotate-show-diff-revision-at-line-internal): ... here.
3298 New function.
3299 (vc-annotate-show-changeset-diff-revision-at-line): New function.
3300 (vc-annotate-mode-menu): Bind it.
3301
3302 2008-06-13 Jason Rumney <jasonr@gnu.org>
3303
3304 * term/w32-win.el (mouse-set-font): Remove overridden function.
3305 (w32-select-font): Declare as obsolete alias for x-select-font.
3306
3307 2008-06-13 Daniel Engeler <engeler@gmail.com>
3308
3309 These changes add serial port access.
3310 * term.el (term-update-mode-line): Modify.
3311 (serial-port-is-file-p, serial-nice-speed-history)
3312 (serial-no-speed, serial-mode-line-speed-menu)
3313 (serial-mode-line-config-menu): New variables and constants.
3314 (serial-name-history, serial-speed-history)
3315 (serial-supported-or-barf, serial-read-name, serial-read-speed)
3316 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
3317 (serial-mode-line-speed-menu, serial-update-speed-menu)
3318 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
3319 (serial-update-config-menu): New functions.
3320
3321 2008-06-13 Glenn Morris <rgm@gnu.org>
3322
3323 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
3324
3325 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
3326
3327 2008-06-13 Kenichi Handa <handa@m17n.org>
3328
3329 * cus-face.el (custom-face-attributes): Add :foundry.
3330
3331 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
3332 (face-x-resources): Add :foundry.
3333 (face-valid-attribute-values): Likewise.
3334 (face-attribute-name-alist): Likewise.
3335 (describe-face): Likewise.
3336
3337 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3338
3339 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
3340
3341 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3342
3343 * longlines.el (longlines-search-forward, longlines-search-backward)
3344 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
3345
3346 2008-06-12 Sam Steingold <sds@gnu.org>
3347
3348 * vc.el (vc-rename-file): DTRT when the destination is a directory
3349 name and the source is a file.
3350
3351 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3352
3353 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
3354
3355 2008-06-12 Glenn Morris <rgm@gnu.org>
3356
3357 * progmodes/f90.el (f90-beginning-of-subprogram)
3358 (f90-end-of-subprogram): Only give a message when interactive.
3359
3360 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
3361
3362 * progmodes/cperl-mode.el (cperl-info-on-command):
3363 Use display-pixel-height rather than x-display-pixel-height.
3364
3365 * mail/rmailedit.el (rmail-cease-edit):
3366 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
3367
3368 * emulation/edt.el (edt-xserver):
3369 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
3370
3371 * emulation/edt-mapper.el: Drop test for Emacs < 19.
3372
3373 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
3374 Evaluate definitions when compiling. Reverse tests.
3375
3376 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
3377 use unless.
3378
3379 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
3380
3381 * textmodes/artist.el (x-pointer-shape):
3382 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
3383 (x-open-connection, x-server-max-request-size, x-get-resource):
3384 * term/w32console.el (x-setup-function-keys):
3385 * term/w32-win.el (x-parse-geometry, x-resource-name)
3386 (generate-fontset-menu, image-library-alist, x-open-connection)
3387 (setup-default-fontset, set-fontset-font, setup-default-fontset)
3388 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
3389 (x-get-resource):
3390 * term/mac-win.el (x-parse-geometry, x-resource-name)
3391 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
3392 (new-fontset, x-display-list, x-open-connection, x-get-resource):
3393 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
3394 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
3395 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
3396 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
3397 (tooltip-identifier-from-point, define-fringe-bitmap):
3398 * play/gamegrid.el (image-size):
3399 * play/bubbles.el (image-size):
3400 * mail/emacsbug.el (x-server-vendor, x-server-version):
3401 * international/mule-util.el (internal-char-font):
3402 * international/mule-diag.el (font-info, query-fontset, fontset-info)
3403 (fontset-alias-alist, fontset-list, fontset-plain-name):
3404 * international/mule-cmds.el (x-server-vendor, x-server-version):
3405 * international/fontset.el (font-encoding-charset-alist)
3406 (otf-script-alist, new-fontset, set-fontset-font)
3407 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
3408 (fontset-list, query-fontset, x-get-resource):
3409 * emulation/edt.el (x-server-vendor):
3410 * emulation/edt-mapper.el (x-server-vendor):
3411 * emacs-lisp/map-ynp.el (x-popup-dialog):
3412 * emacs-lisp/lmenu.el (x-popup-dialog):
3413 * x-dnd.el (x-window-property, x-change-window-property)
3414 (x-get-selection-internal):
3415 * woman.el (x-list-fonts):
3416 * w32-fns.el (x-server-version):
3417 * tooltip.el (x-show-tip, x-hide-tip):
3418 * tool-bar.el (image-mask-p):
3419 * thumbs.el (image-size):
3420 * term.el (overflow-newline-into-fringe):
3421 * subr.el (scroll-bar-scale):
3422 * startup.el (x-get-resource, tool-bar-mode, image-size):
3423 * select.el (x-get-selection-internal, x-own-selection-internal)
3424 (x-disown-selection-internal):
3425 * mouse.el (generate-fontset-menu):
3426 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
3427 * image.el (image-library-alist):
3428 * image-mode.el (image-size, image-refresh):
3429 * image-dired.el (clear-image-cache):
3430 * gs.el (x-display-mm-width, x-display-pixel-width)
3431 (x-display-mm-height, x-display-pixel-height)
3432 (x-change-window-property, x-display-grayscale-p, x-window-property):
3433 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
3434 (x-focus-frame, x-list-fonts, x-display-screens)
3435 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
3436 (x-display-mm-width, x-display-backing-store, x-display-save-under)
3437 (x-display-planes, x-display-color-cells, x-display-visual-class):
3438 * faces.el (internal-face-x-get-resource)
3439 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
3440 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
3441 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
3442 (x-parse-geometry, x-create-frame, x-setup-function-keys)
3443 (tool-bar-setup):
3444 * doc-view.el (clear-image-cache, image-size, tooltip-show):
3445 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
3446 * dframe.el (x-display-pixel-width, x-display-pixel-height):
3447 * descr-text.el (internal-char-font):
3448 Define for compiler, for builds without X.
3449
3450 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3451
3452 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
3453
3454 2008-06-11 Glenn Morris <rgm@gnu.org>
3455
3456 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
3457 before trying to move there.
3458 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
3459 is non-nil, indent most terminating statements like loop body.
3460
3461 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
3462 Gregorian date, and add it, not the local date, to diary-entries-list.
3463 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
3464
3465 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * progmodes/compile.el (compilation-filter): Fix up last change.
3468
3469 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
3470
3471 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
3472 (gpm-mouse-mode): Make it into a proper global minor mode.
3473
3474 * files.el (save-some-buffers-action-alist): Only use recursive-edit
3475 if the user enabled recursive-minibuffers.
3476
3477 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3478 Add support for scroll-other-window.
3479
3480 2008-06-11 Jason Rumney <jasonr@gnu.org>
3481
3482 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
3483 Use tmm-menubar if menu is disabled in this frame.
3484
3485 * menu-bar.el (menu-bar-open): Determine how to open menu bar
3486 from frame type, per documentation. Add w32 case.
3487
3488 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3489
3490 * minibuffer.el (completion--merge-suffix): New function.
3491 (completion-basic-try-completion): Use it.
3492 (completion-pcm--find-all-completions): Add argument `filter'.
3493 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
3494 New functions.
3495 (completion-pcm-try-completion): Use them.
3496
3497 * xt-mouse.el (turn-on-xterm-mouse-tracking)
3498 (turn-off-xterm-mouse-tracking): Use terminal-list.
3499
3500 * cus-start.el (underline-minimum-offset): Rename from
3501 x-underline-minimum-display-offset.
3502
3503 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
3504
3505 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
3506
3507 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
3508
3509 * mouse.el (mouse-select-font): New function.
3510
3511 * faces.el (face-spec-recalc): When the face is set using
3512 Customize, avoid recalculating it twice.
3513
3514 * menu-bar.el (menu-set-font): New function. Bind "Set Default
3515 Font" menu item to it. Apply selected font to all frames, and
3516 make it savable.
3517 (menu-bar-options-save): Save `default' font if changed.
3518
3519 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3520
3521 * ffap.el (ffap-string-at-point-mode-alist):
3522 Use alpha rather than lower.
3523
3524 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
3525
3526 * subr.el (momentary-string-display): Use an overlay.
3527
3528 * progmodes/compile.el (compilation-mode):
3529 Set window-point-insertion-type.
3530 (compilation-filter): Don't use insert-before-markers any more.
3531 * emacs-lisp/trace.el (trace-make-advice):
3532 Set window-point-insertion-type in the trace buffer.
3533 * startup.el (normal-top-level): Set window-point-insertion-type in
3534 *Messages*.
3535 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
3536 (telnet-filter): Don't use insert-before-markers any more.
3537 * comint.el (comint-mode): Set window-point-insertion-type.
3538 (comint-output-filter): Don't use insert-before-markers any more.
3539 * button.el (make-text-button): Allow `start' to be a string.
3540
3541 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
3542
3543 * emacs-lisp/autoload.el (autoload-rubric):
3544 Fix coding cookie not to force Unix EOL.
3545
3546 2008-06-10 Martin Rudalics <rudalics@gmx.at>
3547
3548 * window.el (window--splittable-p, window--try-to-split-window):
3549 Don't use with-selected-window to avoid messing up get-lru-window.
3550 Reported by David Hansen <david.hansen@gmx.net>.
3551
3552 2008-06-10 Glenn Morris <rgm@gnu.org>
3553
3554 * subr.el (locate-library): Doc fix.
3555
3556 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
3557 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
3558 Check tool-bar-map is bound, for non-X builds.
3559
3560 * net/newsticker-reader.el (newsticker--next-item-image)
3561 (newsticker--previous-item-image, newsticker--previous-feed-image)
3562 (newsticker--next-feed-image, newsticker--mark-read-image)
3563 (ewsticker--mark-immortal-image, newsticker--narrow-image)
3564 (newsticker--get-all-image, newsticker--update-image)
3565 (newsticker--browse-image): Check xpm images are available.
3566 (newsticker--mark-read-image, newsticker--mark-immortal-image)
3567 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
3568
3569 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
3570 (newsticker--plainview-tool-bar-map, newsticker-mode):
3571 Check tool-bar-map is bound, for non-X builds.
3572 (w3m-toggle-inline-image): Declare.
3573
3574 * net/newsticker-backend.el (tool-bar-map): Don't declare.
3575
3576 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
3577
3578 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
3579 (finder-compile-keywords): Move let to where needed.
3580 (finder-mouse-face-on-line): Go back one more line if needed.
3581 (finder-list-matches): Use cadr.
3582 (finder-goto-xref): New function.
3583 (finder-commentary): Add buttons to jump to foo.el libraries.
3584
3585 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3586
3587 * apropos.el (apropos-function, apropos-macro, apropos-command)
3588 (apropos-variable, apropos-face, apropos-group, apropos-widget)
3589 (apropos-plist): Add apropos-short-label property.
3590 (apropos-multi-type): New variables.
3591 (apropos-command, apropos-value): Set it.
3592 (apropos-compact-layout): New custom.
3593 (apropos-print, apropos-print-doc): Use it.
3594 (apropos-print): Truncate lines.
3595
3596 2008-06-09 Kenichi Handa <handa@m17n.org>
3597
3598 * international/fontset.el (font-encoding-alist):
3599 Add an entry for "ascii-0".
3600
3601 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
3602
3603 * language/hanja-util.el (hanja-init-load): Show the message only
3604 when loading a table.
3605
3606 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
3607
3608 * net/newsticker-treeview.el (newsticker-treeview):
3609 * net/newsticker-plainview.el (newsticker-plainview):
3610 Add autoload cookie.
3611
3612 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
3613
3614 * net/newsticker.el: Split up into newsticker-backend, -ticker,
3615 -reader, -plainview, and -treeview.
3616 (newsticker-version): Change to 1.99.
3617
3618 * net/newsticker-backend.el: New. Move backend functionality from
3619 newsticker.el to newsticker-backend.el.
3620 (newsticker--download-logos): New.
3621 (newsticker--sentinel-callback): New.
3622 (newsticker--set-customvar): Remove. Split up into specific
3623 functions related to retrieval, ticker, buffer, and display.
3624 (newsticker--set-customvar-retrieval): New. Extracted from
3625 `newsticker--set-customvar'.
3626 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
3627 (newsticker-url-list-defaults):
3628 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3629 (newsticker-url-list): Doc changed. URL can be a function.
3630 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3631 (newsticker-retrieval-method): New.
3632 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
3633 (newsticker-retrieval-interval):
3634 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3635 (newsticker-desc-comp-max): Change :group.
3636 (newsticker--cache): Doc changed.
3637 (newsticker--guid-to-string): New.
3638 (newsticker--guid): Use `newsticker--guid-to-string'.
3639 (newsticker--real-feed-name): New.
3640 (newsticker--start-feed): New. Extracted from `newsticker-start'.
3641 (newsticker-start): Use `insert-file-contents' for reading cache.
3642 Use `newsticker--start-feed'.
3643 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
3644 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
3645 Use `newsticker--stop-feed'.
3646 (newsticker-save-item): New.
3647 (newsticker--get-news-by-funcall): New.
3648 (newsticker-get-news): Handle new retrieval methods.
3649 (newsticker--sentinel): Use `newsticker--sentinel-work'.
3650 (newsticker--sentinel-work): New. Extracted from
3651 `newsticker--sentinel'. Use `newsticker--download-logos',
3652 `newsticker--sentinel-callback'.
3653 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
3654 (newsticker--parse-atom-1.0): Fix link determination.
3655 (newsticker--parse-rss-0.91): Fix time determination.
3656 (newsticker--parse-rss-0.92): Fix time determination.
3657 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
3658 (newsticker--parse-generic-feed): New arg order in
3659 `newsticker--cache-add'.
3660 (newsticker--parse-generic-items): Fix for multiple items.
3661 New arg order in `newsticker--cache-add'.
3662 (newsticker--forget-preformatted): Check whether
3663 `newsticker--buffer-set-uptodate' is fbound.
3664 (newsticker--decode-iso8601-date): Handle fractions of seconds.
3665 (newsticker--decode-rfc822-date): Partial timezone handling.
3666 (newsticker--cache-contains): Fix guid problem.
3667 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
3668 (newsticker--cache-save): New.
3669 (newsticker--cache-update): Use temp buffer.
3670 (newsticker--stat-num-items): Allow multiple AGE args.
3671 (newsticker--stat-num-items-total): New.
3672 (newsticker--opml-import-outlines): New.
3673 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
3674 (newsticker--do-run-auto-mark-filter): Doc changed.
3675 (newsticker-retrieve-random-message): New.
3676
3677 * net/newsticker-ticker.el: New. Move ticker functionality from
3678 net/newsticker.el to net/newsticker-ticker.el.
3679 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
3680 `newsticker--ticker-timer'.
3681 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
3682 to `newsticker--ticker-timer'.
3683 (newsticker--set-customvar-ticker): New. Extracted from
3684 `newsticker--set-customvar'.
3685 (newsticker-ticker-interval): Rename `newsticker-display-interval'
3686 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
3687 for :set. Change :group.
3688 (newsticker-scroll-smoothly): Doc changed. Change :group.
3689 (newsticker-hide-immortal-items-in-echo-area)
3690 (newsticker-hide-old-items-in-echo-area)
3691 (newsticker-hide-obsolete-items-in-echo-area):
3692 Use `newsticker--set-customvar-ticker for :set. Change :group.
3693 (newsticker-start-ticker): Rename `newsticker--display-timer' to
3694 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
3695 to `newsticker-ticker-interval'.
3696 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
3697 `newsticker--ticker-timer'.
3698
3699 * net/newsticker-reader.el: New. Move reader functionality from
3700 net/newsticker.el to net/newsticker-reader.el.
3701 (newsticker--set-customvar-formatting): New. Extracted from
3702 `newsticker--set-customvar'.
3703 (newsticker-reader, newsticker-frontend): New.
3704 (newsticker-enable-logo-manipulations): Change :group.
3705 (newsticker-justification): Use `newsticker--set-customvar-formatting'
3706 for :set. Change :group.
3707 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
3708 for :set. Change :group.
3709 (newsticker-html-renderer): Doc changed.
3710 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3711 (newsticker-date-format):
3712 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3713 (newsticker--insert-enclosure):
3714 Rename `newsticker--buffer-insert-enclosure' to
3715 `newsticker--insert-enclosure'. Add keymap arg.
3716 (newsticker--print-extra-elements):
3717 Rename `newsticker--buffer-print-extra-elements' to
3718 `newsticker--print-extra-elements'. Add keymap arg.
3719 (newsticker--do-print-extra-element):
3720 Rename `newsticker--buffer-do-print-extra-element' to
3721 `newsticker--do-print-extra-element'. Add keymap arg.
3722 (newsticker-show-news): Use `newsticker-frontend'.
3723
3724 * net/newsticker-plainview.el: New. Move plainview functionality
3725 from net/newsticker.el to net/newsticker-reader.el.
3726 (newsticker-plainview): New.
3727 (newsticker--set-customvar-sorting): New. Extracted from
3728 `newsticker--set-customvar'.
3729 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
3730 for :set. Changed :group.
3731 (newsticker-heading-format, newsticker-item-format)
3732 (newsticker-desc-format, newsticker-statistics-format):
3733 Use `newsticker--set-customvar-formatting for :set. Change :group.
3734 (newsticker-faces): Change :group.
3735 (newsticker-default-face): Enable again.
3736 (newsticker-hide-old-items-in-newsticker-buffer)
3737 (newsticker-show-descriptions-of-new-items):
3738 Use `newsticker--set-customvar-buffer' for :set. Change :group.
3739 (newsticker-show-all-news-elements): Change :group.
3740 (newsticker-plainview-hooks): New.
3741 (newsticker-select-item-hook, newsticker-select-feed-hook)
3742 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
3743 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
3744 to `newsticker--plainview-tool-bar-map'.
3745 (newsticker--url-keymap): Add mouse-1 binding.
3746 (newsticker-plainview): New.
3747 (newsticker-mark-all-items-of-feed-as-read): Change doc.
3748 (newsticker--buffer-do-insert-text): Use renamed
3749 newsticker--[buffer-]insert-enclosure and
3750 newsticker--[buffer-]print-extra-elements.
3751 (newsticker--buffer-set-faces): Use newsticker-default-face.
3752
3753 * net/newsticker-treeview.el: New.
3754
3755 2008-06-08 Andreas Schwab <schwab@suse.de>
3756
3757 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
3758
3759 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
3760
3761 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
3762 empty line.
3763
3764 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
3765
3766 2008-06-08 Martin Rudalics <rudalics@gmx.at>
3767
3768 * window.el (split-height-threshold, split-width-threshold):
3769 Add choice nil.
3770 (split-window-preferred-function): Allow either nil or a function.
3771 (window--splittable-p, window--try-to-split-window):
3772 Handle changed option values.
3773
3774 (window--frame-usable-p): Handle nil argument.
3775
3776 (display-buffer): Call get-lru-window when pop-up-windows is nil
3777 and window can't be split.
3778
3779 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
3780
3781 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
3782
3783 * net/tramp.el (top): Quote feature names. Remove
3784 `tramp-rfn-eshadow-setup-minibuffer' from
3785 `rfn-eshadow-setup-minibuffer-hook' when unloading.
3786 (tramp-read-passwd): There is only one call to
3787 `auth-source-user-or-password' needed. Pacify byte compiler.
3788
3789 2008-06-08 Andreas Schwab <schwab@suse.de>
3790
3791 * window.el (display-buffer): Use lru window if current window
3792 cannot be split.
3793
3794 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * apropos.el (apropos-library): New command and new button.
3797 (apropos-library-button): New function.
3798
3799 * apropos.el: Remove spurious * in docstrings.
3800 (apropos-label-face): Use variable pitch.
3801 (apropos-print): Use dolist and with-current-buffer.
3802 (apropos-print-doc): Use when.
3803
3804 * window.el (special-display-p, display-buffer):
3805 Fix up C->Elisp transcription error.
3806
3807 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3810 (byte-compile-file): Initialize it.
3811 (byte-compile-nogroup-warn): Keep track of the current group.
3812
3813 2008-06-08 Glenn Morris <rgm@gnu.org>
3814
3815 * Makefile.in (compile, compile-always, bootstrap-prepare):
3816 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
3817
3818 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
3819
3820 * language/hanja-util.el (hanja-init-load): Use a char-table for
3821 hanja-table.
3822 (hangul-to-hanja-char): Adjust for the above change.
3823
3824 2008-06-07 Glenn Morris <rgm@gnu.org>
3825
3826 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
3827 lm-keywords.
3828
3829 * mail/sendmail.el (mail-interactive): Add :version.
3830
3831 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
3832 obsolete alias.
3833
3834 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
3835 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
3836 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
3837 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
3838 * eshell/esh-util.el, international/mule-cmds.el:
3839 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
3840 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
3841 Remove unnecessary eval-when-compiles and eval-and-compiles.
3842
3843 * Makefile.in (bootstrap-clean): Run autogen-clean.
3844 (maintainer-clean): No need to run autogen-clean now it is included in
3845 bootstrap-clean.
3846
3847 2008-06-06 Miles Bader <miles@gnu.org>
3848
3849 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
3850
3851 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
3852
3853 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
3854 longlines mode.
3855
3856 * replace.el (replace-search-function)
3857 (replace-re-search-function): New vars.
3858 (perform-replace): Use them.
3859
3860 * longlines.el (longlines-re-search-forward): New function.
3861 (longlines-mode): Bind replace-search-function and
3862 replace-re-search-function, to ensure that replacement commands
3863 treat newlines as spaces.
3864 (longlines-show-effect): Default to a pilcrow sign.
3865
3866 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3867
3868 * help.el (function-called-at-point):
3869 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
3870 even when calling find-tag-default.
3871
3872 2008-06-06 Daniel Colascione <danc@merrillpress.com>
3873
3874 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
3875 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
3876 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
3877 (nxml-fontify-buffer, nxml-do-fontify):
3878 Remove obsolete variables and functions.
3879 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
3880 (nxml-degrade, nxml-after-change, nxml-after-change1)
3881 (nxml-extend-region, nxml-extend-after-change-region)
3882 (nxml-extend-after-change-region1, nxml-fontify-matcher)
3883 (nxml-toggle-char-ref-extra-display): Use font-lock, and
3884 font-lock-extend-region-functions in particular, to fontify
3885 nxml-mode buffers.
3886 (nxml-debug-region): New debugging helper function.
3887
3888 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
3889 (nxml-scan-after-change, nxml-move-tag-backwards):
3890 Adapt for font-lock changes.
3891
3892 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
3893 (nxml-debug-set-inside, nxml-debug-clear-inside):
3894 New debugging functions.
3895 (nxml-with-degradation-on-error): New helper macro.
3896
3897 2008-06-06 Martin Rudalics <rudalics@gmx.at>
3898
3899 * window.el (display-buffer): Remove dead call to get-lru-window.
3900
3901 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * mail/sendmail.el (mail-interactive): Change default.
3904
3905 2008-06-05 John Paul Wallington <jpw@pobox.com>
3906
3907 * bindings.el (completion-ignored-extensions):
3908 Add .p64fsl, .d64fsl, and .dx64fsl.
3909
3910 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * ffap.el (ffap-prompter): Don't use the region.
3913
3914 2008-06-05 Sam Steingold <sds@gnu.org>
3915
3916 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
3917 subdirectory to be registered.
3918
3919 2008-06-05 Martin Rudalics <rudalics@gmx.at>
3920
3921 * window.el (display-buffer-function, special-display-p)
3922 (special-display-buffer-names, special-display-regexps)
3923 (special-display-function, same-window-p, same-window-buffer-names)
3924 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
3925 (pop-up-frame-function, pop-up-windows, even-window-heights)
3926 (split-window-preferred-function, split-height-threshold)
3927 (window--display-buffer-1, display-buffer, pop-to-buffer):
3928 Move from window.c and buffer.c.
3929 (window--splittable-p, window--try-to-split-window)
3930 (window--frame-usable-p, window--display-buffer-2)
3931 (window--even-window-heights): New functions.
3932 (split-width-threshold): New option.
3933 (split-window-preferred-horizontally): Remove.
3934
3935 * cus-start.el: Remove corresponding declarations.
3936
3937 2008-06-05 Sam Steingold <sds@gnu.org>
3938
3939 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
3940 an error on modified buffers.
3941
3942 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3943
3944 * progmodes/etags.el (tags-verify-table): Be careful to use and update
3945 tags-file-name and tags-table-list from the right buffer.
3946 (tags-table-check-computed-list, tags-table-extend-computed-list)
3947 (find-tag-noselect): Use with-current-buffer.
3948
3949 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
3950 Use print-circle.
3951
3952 * minibuffer.el (minibuffer-local-must-match-filename-map):
3953 Declare obsolete alias for the old name.
3954
3955 * abbrev.el (unexpand-abbrev): Better preserve markers.
3956
3957 2008-06-05 Glenn Morris <rgm@gnu.org>
3958
3959 * emacs-lisp/autoload.el (autoload-rubric): New function,
3960 extracted from autoload-ensure-default-file.
3961 (autoload-ensure-default-file): Use autoload-rubric.
3962
3963 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
3964 (custom-dependencies-no-scan-regexp): New variable.
3965 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
3966 Don't scan files matching custom-dependencies-no-scan-regexp.
3967 Disable undo in the output buffer. Remove kept-new-versions wackiness.
3968
3969 * finder.el (finder-headmark): Initialize and add doc string.
3970 (generated-finder-keywords-file): Doc fix.
3971 (finder-no-scan-regexp): New variable.
3972 (finder-compile-keywords): Use a single let binding.
3973 Disable undo in the output buffer. Use autoload-rubric.
3974 Use mapc rather than mapcar. Don't scan files matching
3975 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
3976 rather than concat. Use directory-files to do regexp matching.
3977 No need to require jka-compr.
3978 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
3979 (finder-list-matches): Disable undo.
3980 (finder-commentary): Use let rather than let*. Disable undo.
3981 (finder-current-item): Use zerop.
3982 (finder-mode): Use define-derived-mode.
3983 (finder-exit): Doc fix. Use dolist.
3984
3985 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
3986 (custom-deps): Don't require $(lisp)/cus-load.el.
3987 (custom-deps, finder-data): Don't depend on autoloads.
3988 Should not be needed now, and doing so was causing make install to
3989 re-dump emacs post-bootstrap.
3990 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
3991 mid-build forces some things to be rebuilt.
3992
3993 2008-06-05 Miles Bader <miles@gnu.org>
3994
3995 * face-remap.el
3996 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
3997 (face-remap-remove-relative): Renamed from
3998 `remove-relative-face-remapping'.
3999 (face-remap-reset-base): Renamed from
4000 `set-default-base-face-remapping'.
4001 (face-remap-set-base): Renamed from `set-base-face-remapping'.
4002 (text-scale-increase): Renamed from `increase-buffer-face-height'.
4003 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
4004 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
4005
4006 * face-remap.el (variable-pitch-mode): Autoload.
4007
4008 2008-06-04 Sam Steingold <sds@gnu.org>
4009
4010 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
4011 Generate extra status headers for a Mercurial tree.
4012
4013 2008-06-04 John Paul Wallington <jpw@pobox.com>
4014
4015 * echistory.el (electric-history-map): Define within defvar.
4016 Add docstring.
4017
4018 * font-lock.el (font-lock-turn-off-thing-lock)
4019 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
4020 Use `bound-and-true-p'.
4021 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
4022 Doc fixes.
4023
4024 * international/ccl.el (define-ccl-program): Add `doc-string'
4025 declaration.
4026
4027 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
4028
4029 * face-remap.el (variable-pitch-mode): Reflow docstrings.
4030 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
4031
4032 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
4033
4034 * emacs-lisp/rx.el (rx): Doc fix.
4035
4036 2008-06-04 Markus Triska <markus.triska@gmx.at>
4037
4038 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
4039
4040 2008-06-04 Miles Bader <miles@gnu.org>
4041
4042 * face-remap.el (adjust-buffer-face-height): New function.
4043 Add autoloaded keybindings in ctl-x-map.
4044 (increase-buffer-face-height, decrease-buffer-face-height):
4045 Simplify interactive spec to just "p". Remove autoloaded keybindings.
4046
4047 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
4048
4049 * simple.el (line-move-1): If we did not move as far as desired,
4050 ensure that point-left and point-entered hooks are called.
4051
4052 2008-06-03 Sam Steingold <sds@gnu.org>
4053
4054 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
4055
4056 2008-06-03 John Paul Wallington <jpw@pobox.com>
4057
4058 * progmodes/make-mode.el (makefile-cleanup-continuations)
4059 (makefile-warn-suspicious-lines, makefile-warn-continuations):
4060 Use `derived-mode-p'.
4061
4062 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4063
4064 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
4065 (ELCFILES): Update.
4066
4067 2008-06-03 Miles Bader <miles@gnu.org>
4068
4069 * face-remap.el: New file.
4070 * Makefile.in (ELCFILES): Add face-remap.elc.
4071
4072 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * progmodes/flymake.el (flymake-process-filter): Make sure the source
4075 buffer isn't dead.
4076
4077 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
4078 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
4079 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
4080 * obsolete/auto-show.el, obsolete/hscroll.el:
4081 Remove packages that were obsolete in Emacs-20, or that were obsolete
4082 in Emacs-21 and do not contain any more code.
4083
4084 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
4085 vc-client-mode is not set.
4086
4087 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
4088 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
4089
4090 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
4091 yet a bit more clever at distinguishing / from /.
4092
4093 2008-06-03 Kenichi Handa <handa@m17n.org>
4094
4095 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
4096
4097 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
4098
4099 * language/hanja-util.el: New file.
4100
4101 2008-06-03 Glenn Morris <rgm@gnu.org>
4102
4103 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
4104 Check that end-of-word follows "type".
4105
4106 2008-06-02 Daiki Ueno <ueno@unixuser.org>
4107
4108 * epa-file.el (epa-file-write-region): Write the entire buffer
4109 content if START is nil.
4110
4111 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
4112
4113 * select.el (x-get-selection): Fix typo.
4114
4115 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
4116
4117 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
4118 (describe-char): Use `looking-at-p', `string-match-p' when possible.
4119
4120 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4121
4122 * tar-mode.el (tar-header-block-summarize): Ensure one space around
4123 user&group.
4124
4125 2008-05-31 John Paul Wallington <jpw@pobox.com>
4126
4127 * help-fns.el (describe-variable-custom-version-info):
4128 Handle dotted `package-version' info.
4129
4130 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
4131
4132 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
4133
4134 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
4135
4136 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
4137 names and improve support for unregistered files.
4138
4139 2008-05-31 Glenn Morris <rgm@gnu.org>
4140
4141 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
4142 Remove shell variable `elc'. Split tests to hopefully be more portable.
4143 Fix `sel' assignment.
4144
4145 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
4146
4147 * minibuffer.el (completion-table-dynamic): Doc fix.
4148
4149 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4150
4151 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
4152 Try and return `unregistered' when applicable.
4153
4154 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4155 Don't encourage naming variables with "-flag".
4156
4157 2008-05-30 Glenn Morris <rgm@gnu.org>
4158
4159 * Makefile.in (update-elclist): Hide the warning when it does not apply,
4160 make it milder when it does.
4161 (autogen-clean): New target.
4162 (maintainer-clean): Use autogen-clean.
4163
4164 * calendar/diary-lib.el (diary-display-function): New name for
4165 diary-display-hook. Keep old name as obsolete alias. Doc fix.
4166 Change custom type and version.
4167 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
4168 (diary-fancy-display): Doc fixes.
4169 (diary-list-entries, diary-include-other-diary-files)
4170 (diary-mail-entries):
4171 Use diary-display-function rather than diary-display-hook.
4172
4173 * calendar/appt.el (appt-check): Use diary-display-function rather than
4174 diary-display-hook.
4175 * calendar/cal-x.el (calendar-dedicate-diary): Update for
4176 diary-display-function replacing diary-display-hook.
4177 * org/org-agenda.el (org-get-entries-from-diary): Also set
4178 diary-display-function.
4179
4180 * calendar/cal-html.el (cal-html-list-diary-entries):
4181 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
4182 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
4183 argument of diary-list-entries rather than setting diary-display-hook.
4184
4185 2008-05-30 Kenichi Handa <handa@m17n.org>
4186
4187 * international/mule-conf.el (utf-8-with-signature): Renamed from
4188 utf-8-sig.
4189 (utf-8-auto): Adjusted for the above change.
4190
4191 * international/mule-diag.el (describe-font): Don't check fontset
4192 here, and just call font-info. Get the default font by from the
4193 default face.
4194
4195 2008-05-29 Kenichi Handa <handa@m17n.org>
4196
4197 * international/mule-conf.el (utf-8-sig, utf-8-auto):
4198 New coding systems.
4199
4200 * international/mule.el (define-coding-system): Accept :bom for utf-8.
4201
4202 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
4203
4204 * international/utf-7.el (utf-7-encode): Use the right escape char
4205 depending on imap/nonimap encoding.
4206
4207 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4208
4209 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
4210
4211 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
4212
4213 * icomplete.el (icomplete-prospects-height): Add :group.
4214
4215 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * icomplete.el (icomplete-prospects-length): Make obsolete.
4218 (icomplete-prospects-height): New var.
4219 (icomplete-completions): Use it.
4220
4221 2008-05-29 David Kastrup <dak@gnu.org>
4222
4223 * autoinsert.el (auto-insert): Add :link.
4224
4225 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4226
4227 * tar-mode.el (tar-header): New field `header-start'.
4228 (tar-header-block-tokenize): Set it when useful.
4229 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
4230 (tar-header-data-end): New function.
4231 (tar-summarize-buffer): Use it.
4232 (tar-next-line): Fix goal column for long usernames.
4233 (tar-expunge-internal): Use header-start.
4234 (tar-rename-entry): Handle ustar-style long names.
4235 (tar-alter-one-field): Add optional `descriptor' argument.
4236 (tar-subfile-save-buffer): Use it.
4237
4238 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4239
4240 * tar-mode.el (tar-header): New field `header-start'.
4241 (tar-header-block-tokenize): Set header-start for longlink entries.
4242 (tar-expunge-internal): Use header-start to expunge longlink entries.
4243
4244 * files.el (hack-local-variables): Don't signal an error if the local
4245 variable section is not properly terminated.
4246
4247 * emacs-lisp/easymenu.el (easy-menu-convert-item)
4248 (easy-menu-convert-item-1): Move the duplicate-generation outside of
4249 the caching so it also works for identical entries.
4250
4251 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
4252 (tar-mode): Use write-region-annotate-functions rather than
4253 write-contents-functions.
4254 (tar-extract): Remove unused var `pos'.
4255 (tar-subfile-save-buffer): Remove unused var `following-descs'.
4256 (tar-mode-write-file): Remove.
4257 (tar-write-region-annotate): New function.
4258
4259 * progmodes/flymake.el (flymake-save-buffer-in-file):
4260 * shadowfile.el (shadow-copy-file):
4261 * arc-mode.el (archive-*-write-file-member):
4262 * files.el (diff-buffer-with-file):
4263 * subr.el (with-temp-file): Pass nil to write-region.
4264 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
4265
4266 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
4267 the custom.
4268
4269 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
4270 to write-region.
4271
4272 2008-05-28 Glenn Morris <rgm@gnu.org>
4273
4274 * Makefile.in (update-elclist): Work around non-portability of "\"
4275 in various implementations of echo.
4276
4277 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4278
4279 * international/mule-diag.el (describe-current-coding-system):
4280 Don't assume selection-coding-system is always defined.
4281
4282 * tar-mode.el: Use defstruct and markers.
4283 (tar-setf): Remove.
4284 (tar-header): Use defstruct. Add `data-start' field.
4285 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
4286 (tar-desc-data-start): Remove (now called tar-header-data-start).
4287 (tar-roundup-512): New fun.
4288 (tar-header-block-tokenize): Receive a buffer position rather than
4289 a string. Handle @longLink here, be more careful about it.
4290 Create a marker for data-start.
4291 (tar-summarize-buffer): Don't handle @LongLink here any more.
4292 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
4293 data-start on the following entries any more.
4294 (tar-chown-entry, tar-chgrp-entry): Use read-number.
4295
4296 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
4297 (tar-header-offset): Remove.
4298 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
4299 Not permanent any more.
4300 (tar-data-buffer): New var.
4301 (tar-data-swapped-p, tar-change-major-mode-hook)
4302 (tar-mode-kill-buffer-hook): New funs.
4303 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
4304 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
4305 (tar-clear-modification-flags, tar-alter-one-field)
4306 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
4307 Change accordingly.
4308
4309 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
4310
4311 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
4312 (vc-dir-resynch-file): ... this. Update callers.
4313 Use vc-string-prefix-p. Ignore directory args.
4314 (vc-string-prefix-p): CSE.
4315 (vc-resynch-buffer): Restore conditional.
4316
4317 * vc-hooks.el (vc-after-save): Improve test.
4318 (vc-mode-line): Fix indentation.
4319
4320 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
4321
4322 * calendar/parse-time.el (parse-time-months)
4323 (parse-time-weekdays): Add long-form month and day names.
4324
4325 2008-05-27 Glenn Morris <rgm@gnu.org>
4326
4327 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
4328
4329 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4330
4331 * vc-dispatcher.el (vc-string-prefix-p): New function.
4332 (vc-dir-parent-marked-p): Use it.
4333
4334 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
4335
4336 * vc.el (Problems): Remove fixed issues.
4337 (vc-expand-dirs): Avoid returning directories.
4338 (vc-dir): Fix C-x v v binding.
4339 (vc-make-backend-object): Fix name.
4340 (vc-dir-show-fileentry): Fix docstring.
4341 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
4342 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
4343 Reset the state for directories.
4344 (vc-dir-headers): Align labels.
4345 (vc-default-status-printer): Do no call prettify-state-info.
4346 (vc-deduce-fileset): Replace implementation with one based on a
4347 working older version.
4348 (vc-next-action): Use the new form of vc-deduce-fileset.
4349 Fix dealing with unregistered files.
4350
4351 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
4352 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
4353 (vc-dir-child-files): New function.
4354 (vc-dir-node-directory): New function.
4355 (vc-dir-update, vc-dir-parent-marked-p)
4356 (vc-dir-children-marked-p, vc-dir-mark-all-files)
4357 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
4358
4359 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
4360
4361 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4362
4363 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
4364 (diff-font-lock-keywords, diff-context->unified)
4365 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
4366 (diff-hunk-text, diff-find-source-location): Use it.
4367 (diff-post-command-hook): Let the user edit the hunk headers.
4368
4369 2008-05-26 Andreas Schwab <schwab@suse.de>
4370
4371 * vc.el (vc-default-prettify-state-info): Fix formatting of an
4372 unknown state.
4373
4374 * tar-mode.el (tar-summarize-buffer): Comment fix.
4375
4376 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4377
4378 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
4379
4380 2008-05-26 Glenn Morris <rgm@gnu.org>
4381
4382 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
4383
4384 2008-05-25 John Paul Wallington <jpw@pobox.com>
4385
4386 * proced.el (proced-next-line, proced-previous-line):
4387 Avoid calling `next-line' and `previous-line' from Lisp code.
4388
4389 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
4390
4391 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
4392 Use diary-ordinal-suffix.
4393
4394 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
4395
4396 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
4397 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
4398 (edebug-save-displayed-buffer-points, edebug-initial-mode)
4399 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
4400 (edebug-print-length, edebug-print-level, edebug-print-circle)
4401 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
4402 (edebug-global-break-condition, edebug-sit-for-seconds):
4403 Remove spurious * from defcustom docstrings.
4404 (edebug-unwrap*, edebug-signal, edebug-eval-display):
4405 Improve argument/docstring consistency.
4406 (edebug-test-coverage, edebug-gensym, edebug-read)
4407 (edebug-top-level-nonstop, edebug-eval-result-list)
4408 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
4409 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
4410 (edebug-display-freq-count): Reflow docstrings.
4411 (edebug-restore-status): Doc fix.
4412
4413 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4414
4415 * proced.el (proced-header-line): Use the :align-to 0 feature
4416 rather than computing the corresponding position manually.
4417 (proced-update): Don't hardcode point-min==1.
4418
4419 2008-05-24 Alan Mackenzie <acm@muc.de>
4420
4421 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
4422 if c-file-style is set to a non-string.
4423
4424 (c-neutralize-CPP-line): Surround by `save-excursion'.
4425 (c-neutralize-syntax-in-CPP): Optimize for speed.
4426
4427 2008-05-24 Glenn Morris <rgm@gnu.org>
4428
4429 * Makefile.in (update-elclist): New target, to update ELCFILES.
4430 (bootstrap-after): Run update-elclist.
4431
4432 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
4433
4434 * icalendar.el (icalendar-version): Increase to "0.19".
4435 (icalendar--date-style): New function.
4436 (icalendar--datetime-to-diary-date): Doc fix.
4437 Use icalendar--date-style.
4438 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
4439 (icalendar--convert-yearly-to-ical)
4440 (icalendar--convert-recurring-to-diary): Handle iso date style,
4441 use icalendar-date-style.
4442
4443 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
4444
4445 * vc.el (vc-delete-file): Make sure the buffer is deleted and
4446 vc-dir buffers are updated.
4447
4448 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * vc.el (vc-delete-file): Don't try to resynch the buffer.
4451
4452 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
4453
4454 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
4455 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
4456 (reftex-extra-bindings): Use it.
4457
4458 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
4459 away from the user-reserved keys.
4460
4461 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
4462 New vars.
4463 (ada-create-keymap): Use them.
4464
4465 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4466
4467 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
4468 a properly-grouped regexp.
4469
4470 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
4471
4472 * progmodes/cap-words.el (capitalized-words-mode):
4473 Fix typos in docstring.
4474
4475 2008-05-23 Kenichi Handa <handa@m17n.org>
4476
4477 * international/mule-conf.el: Don't define the charset `emacs'
4478 here, just put :docstring, :short-name, and :long-name.
4479
4480 2008-05-22 Kenichi Handa <handa@m17n.org>
4481
4482 * international/mule-diag.el (font-show-log): Limit each listing
4483 to 20 items.
4484
4485 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
4486
4487 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
4488 (gdb-annotation-rules): New entry for "thread-changed".
4489 (gdb-thread-changed): New function.
4490
4491 2008-05-23 Glenn Morris <rgm@gnu.org>
4492
4493 * Makefile.in (SOURCES): Remove, unused.
4494 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
4495 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
4496 Exclude more '*loaddefs' files.
4497 (compile-always): Simplify '.elc' deletion.
4498
4499 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
4502 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
4503
4504 * minibuffer.el (completion-boundaries): Change calling
4505 convention, so `string' has the same semantics as in
4506 try-completion and all-completions.
4507 (completion-table-with-context, completion--embedded-envvar-table)
4508 (completion--file-name-table)
4509 (completion-pcm--find-all-completions): Adjust code accordingly.
4510
4511 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
4512
4513 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
4514 prune image-mode-winprops-alist, preventing it from growing
4515 indefinitely.
4516 (image-mode-reapply-winprops): Use it.
4517
4518 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
4519
4520 * net/netrc.el (netrc-machine): Always match if the port is not given.
4521
4522 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4523
4524 * minibuffer.el (completion-pcm--find-all-completions):
4525 Don't add pseudo-completions.
4526
4527 * icomplete.el (icomplete-eoinput): Remove.
4528 (icomplete-overlay): New var to replace it.
4529 (icomplete-tidy): Rewrite.
4530 (icomplete-exhibit): Use an overlay.
4531 (icomplete-completions): Use completion-all-sorted-completions.
4532 Obey completion-ignore-case.
4533
4534 * files.el (locate-dominating-file): Accept non-existing argument.
4535 (project-find-settings-file): Rewrite, using locate-dominating-file.
4536
4537 2008-05-22 Kenichi Handa <handa@m17n.org>
4538
4539 * faces.el (font-weight-table, font-slant-table, font-width-table):
4540 Delete them. Don't call internal-set-font-style-table.
4541
4542 * international/mule-diag.el (font-show-log): New function.
4543
4544 * international/fontset.el (script-representative-chars): Add more
4545 chars for latin. Add data for symbol.
4546 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
4547
4548 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4549
4550 * minibuffer.el (completion-all-sorted-completions): New var.
4551 (completion--flush-all-sorted-completions)
4552 (completion-all-sorted-completions): New functions.
4553 (minibuffer-force-complete): New command.
4554
4555 2008-05-21 Glenn Morris <rgm@gnu.org>
4556
4557 * files.el (c-postprocess-file-styles): Declare for compiler.
4558
4559 * Makefile.in: Allow for parallel byte-compiling.
4560 (ELCFILES): New variable.
4561 (.el.elc): Remove prerequisites from suffix rule. Print a message.
4562 (compile-first, compile-main, compile-last): New targets.
4563 (compile-always): Simplify - delete .elc files, then `make compile'.
4564
4565 * Makefile.in (compile-calc): Use glob rather than find.
4566 ($(lisp)/progmodes/cc-mode.elc): Use $@.
4567
4568 * eshell/esh-module.el: No need for cl when compiling.
4569
4570 * eshell/eshell.el (eshell-defgroup): New alias.
4571 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4572 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4573 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4574 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4575 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4576 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
4577 Autoload the custom group. Set generated-autoload-file.
4578 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
4579 for eshell-defgroup.
4580 * eshell/esh-module.el (eshell-load-defgroups): Remove.
4581 Require esh-groups rather than loading it.
4582
4583 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4584
4585 * proced.el (proced-header-line): New variable and new function.
4586 (proced-mode): Set header-line-format.
4587 (proced-update): Set proced-header-line.
4588 (proced-send-signal): Use proced-header-line.
4589
4590 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * macros.el (insert-kbd-macro): Use prin1-char.
4593
4594 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4595
4596 * minibuffer.el (completion-boundaries): New function.
4597 (completion--some): Delay errors.
4598 (complete-with-action, completion-table-with-context):
4599 Handle `boundaries' case.
4600 (completion--try-word-completion): Avoid partial-completion
4601 when the user hasn't entered anything yet.
4602 (minibuffer-local-map, minibuffer-local-filename-completion-map)
4603 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
4604 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
4605 Setup default keybindings.
4606 (completion--embedded-envvar-re): New var.
4607 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
4608 (completion--file-name-table): Handle `boundaries' case.
4609 (completion-pcm--pattern->regex): Avoid pathological backtracking.
4610 (completion-pcm--all-completions): Add a `prefix' arg.
4611 (completion-pcm--find-all-completions): New function.
4612 (completion-pcm-all-completions, completion-pcm-try-completion):
4613 Use it.
4614
4615 * icomplete.el (icomplete-completions): Don't use `predicate' with
4616 a table of a different type than `candidates'.
4617
4618 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4619
4620 * proced.el (proced-goal-column): Rename from proced-procname-column.
4621 (proced-goal-header-re): Rename from proced-procname-column-regexp.
4622 (proced-move-to-goal-column): Rename from proced-move-to-procname.
4623 (proced-header-face, proced-header-regexp): Remove.
4624 (proced-font-lock-keywords): Remove proced-header-face.
4625 (proced-header-alist, proced-sorting-schemes-re): New variables.
4626 (proced): Rename Proced buffer to *Proced*.
4627 (proced-next-line, proced-previous-line): New commands.
4628 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
4629 (proced-hide-processes): Do not treat first line as special.
4630 (proced-header-space): New function.
4631 (proced-update): Use header-line-format.
4632 Initialize proced-header-alist and proced-sorting-schemes-re.
4633 Set proced-goal-column. Include proced-command in mode-name.
4634 (proced-send-signal): Use header-line-format for *Marked
4635 Processes* buffer.
4636 (proced-sort): Restrict minibuffer completion to applicable
4637 sorting schemes.
4638 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
4639
4640 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4641
4642 * icomplete.el (icomplete-simple-completing-p):
4643 Allow icomplete-with-completion-tables to say "use it everywhere".
4644 (icomplete-completions): Obey completion-styles. Try to accommodate
4645 partial-completion style.
4646
4647 2008-05-20 Michael Olson <mwolson@gnu.org>
4648
4649 * files.el (project-find-settings-file): Change concat to
4650 expand-file-name.
4651
4652 2008-05-19 Tom Tromey <tromey@redhat.com>
4653
4654 * files.el (normal-mode): Call hack-project-variables.
4655 (hack-local-variables-confirm): Add 'project' argument.
4656 (hack-local-variables-apply): New function.
4657 (hack-local-variables): Use it.
4658 (project-class-alist, project-directory-alist): New variables.
4659 (project-get-alist): New function.
4660 (project-collect-bindings-from-alist)
4661 (project-collect-binding-list, set-directory-project)
4662 (project-find-settings-file, project-define-from-project-file)
4663 (hack-project-variables): New functions.
4664
4665 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
4668
4669 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
4670
4671 * faces.el (font-weight-table): Fix typo in docstring.
4672
4673 2008-05-18 David Hull <david@snap.com> (tiny change)
4674
4675 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
4676 (vc-hg-annotate-command): Allow white space before version number.
4677
4678 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4679
4680 * calc/calc-yank.el (calc-register-alist): New variable.
4681 (calc-set-register, calc-get-register, calc-copy-to-register)
4682 (calc-insert-register, calc-add-to-register, calc-append-to-register)
4683 (calc-prepend-to-register): New functions.
4684
4685 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
4686 `calc-copy-to-register' and `calc-insert-register'.
4687 Autoload new register functions.
4688
4689 * calc/calc-help.el (calc-r-prefix-help): Add help for register
4690 functions.
4691
4692 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
4693
4694 * vc.el (Todo): Add known problems.
4695 (vc-dir-backend): New variable.
4696 (vc-dir): Set it.
4697 (vc-make-backend-object, vc-generic-status-printer)
4698 (vc-generic-state, vc-generic-status-fileinfo-extra)
4699 (vc-dir-extra-menu): Use it.
4700 (vc-generic-dir-headers): Remove, unused.
4701
4702 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
4703 vc-dir-prev-directory for consistency with vc-dir-previous-line.
4704 (vc-dir-mode-map): Fix bindings.
4705
4706 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
4707
4708 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4709
4710 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
4711 operated on.
4712 (calc-kill-region): Kill entire lines.
4713
4714 2008-05-17 Glenn Morris <rgm@gnu.org>
4715
4716 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
4717 simplify initial value.
4718 (defezimage): Drop support for Emacs without defimage, use a featurep
4719 test rather than fboundp when defining, drop with-no-warnings.
4720 (ezimage-insert-over-text): Move featurep test inside
4721 add-text-properties.
4722
4723 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
4724
4725 * net/tramp.el (top-level): Load auth-source when compiling.
4726
4727 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
4728
4729 2008-05-17 Andreas Schwab <schwab@suse.de>
4730
4731 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
4732
4733 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
4734
4735 * vc.el (vc-annotate-show-diff-revision-at-line): Change
4736 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
4737
4738 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4739
4740 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
4741
4742 2008-05-17 Jim Meyering <meyering@redhat.com>
4743
4744 * ido.el (ido-save-history): Do not emit a trailing newline at the
4745 end of the ido history file.
4746
4747 2008-05-16 John Paul Wallington <jpw@pobox.com>
4748
4749 * vc-dispatcher.el (top-level): Revert previous change: require cl
4750 when compiling.
4751
4752 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4753
4754 * vc.el (vc-default-status-printer)
4755 (vc-default-prettify-state-info): Enhance the state prettyprinter
4756 to deal better with unknown states and indirect through it when
4757 painting vc-dir buffers.
4758
4759 2008-05-16 John Paul Wallington <jpw@pobox.com>
4760
4761 * vc-dispatcher.el (top-level): Don't require cl when compiling.
4762 (vc-dir-mode-map): Fix backquote.
4763 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
4764
4765 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
4766
4767 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
4768 Reported by Glenn Morris <rgm@gnu.org>.
4769
4770 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4771
4772 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
4773 the end of the file, it was good work at one time but has been
4774 stale since 1995 and may now be actively misleading.
4775 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
4776 CVS repository and module (assumptions for the latter a bit iffy).
4777 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
4778 SVN repository.
4779
4780 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
4781
4782 * vc-rcs.el (vc-rcs-create-tag):
4783 * vc-sccs.el (vc-sccs-create-tag):
4784 Fix typo in error message and pass backend arg.
4785
4786 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
4787
4788 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
4789
4790 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
4791
4792 * net/tramp.el: Load auth-source library.
4793 (tramp-read-passwd): Use it for password, not login.
4794
4795 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
4796
4797 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
4798 (ses-print-cell): Use string-width, truncate-string-to-width,
4799 delete-region rather than length, substring, delete-char.
4800 (ses-setup): Set inhibit-point-motion-hooks to t.
4801 Calculate position by actually moving point rather than just using
4802 unibyte character length.
4803 (ses-mode): Set indent-tabs-mode to nil.
4804 (ses-center): Use string-width rather than length.
4805
4806 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4807
4808 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
4809 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
4810 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
4811 vc-*-create-tag and vc-*-retrieve-tag respectively.
4812
4813 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
4814 unneeded defalias.
4815
4816 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
4817
4818 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
4819 about buffer names.
4820
4821 2008-05-15 Glenn Morris <rgm@gnu.org>
4822
4823 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
4824
4825 * org/org-exp.el (org-infojs-options-inbuffer-template):
4826 Fix declaration.
4827
4828 * progmodes/cc-mode.el (declare-function): Add compat definition.
4829 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
4830
4831 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
4832
4833 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
4834 list to a cons so the caller can get back both expanded and
4835 unexpanded filesets.
4836 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
4837 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
4838 Change handling of selection-set returns as required.
4839
4840 2008-05-15 John Paul Wallington <jpw@pobox.com>
4841
4842 * add-log.el (top-level): Don't require cl when compiling.
4843
4844 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
4845 (archive-*-extract): Use `zerop'.
4846 (archive-*-write-file-member): Use `or', use `zerop'.
4847
4848 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
4849
4850 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
4851 (ibuffer-mark-interactive, ibuffer-set-mark)
4852 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
4853 (ibuffer-map-lines, ibuffer-switch-format)
4854 (ibuffer-update-title-and-summary)
4855 (ibuffer-redisplay-engine): Use it.
4856
4857 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
4858 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
4859 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
4860 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
4861 (ibuffer-mark-read-only-buffers)
4862 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
4863
4864 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
4865 (define-ibuffer-column, define-ibuffer-sorter)
4866 (define-ibuffer-op, define-ibuffer-filter): Add declarations
4867 containing indentation specs, replacing equivalent top-level
4868 forms that set `lisp-indent-function' properties.
4869 (define-ibuffer-op): Use `derived-mode-p'.
4870 (define-ibuffer-filter): Remove redundant `concat' call.
4871
4872 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
4873
4874 * net/tramp.el (tramp-echo-mark): Update docstring.
4875 (tramp-echo-mark-marker): New defconst.
4876 (tramp-check-for-regexp): Use it.
4877
4878 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
4879
4880 * vc.el (vc-deduce-fileset): Do the right thing when visting a
4881 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
4882 as parent.
4883
4884 2008-05-14 John Paul Wallington <jpw@pobox.com>
4885
4886 * international/mule.el (convert-define-charset-argument):
4887 Remove period from end of error message.
4888 (coding-system-mnemonic): Doc fix.
4889 (ctext-pre-write-conversion): Doc fix.
4890
4891 2008-05-14 Simon Marshall <simon@gnu.org>
4892
4893 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
4894 from its default value and give it the risky-local-variable
4895 property (CVE-2008-2142).
4896
4897 2008-05-14 Kenichi Handa <handa@m17n.org>
4898
4899 * language/korean.el ("Korean"): Set `iso639-language'
4900 property to `ko'.
4901
4902 * language/japanese.el ("Japanese"): Set `iso639-language'
4903 property to `ja'.
4904
4905 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4906 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
4907 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
4908
4909 * international/mule-cmds.el (set-language-environment):
4910 Set current-iso639-language.
4911
4912 * international/fontset.el (setup-default-fontset): For kana, han,
4913 hangul, and cjk-misc, move an entry with font-spec at the end.
4914 (generate-fontset-menu): Exclue fontset-auto* from the list.
4915
4916 * composite.el (compose-chars-after): Assume that WINDOW is always
4917 non-nil.
4918
4919 * faces.el (font-weight-table, font-slant-table)
4920 (font-swidth-table): Declare them by defconst. Change the format
4921 of elements. Call internal-set-font-style-table after their
4922 declaration.
4923 (face-valid-attribute-values): Call font-family-list. Get values
4924 for width, weight, and slant from font-xxx-table.
4925
4926 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
4927
4928 2008-05-13 John Paul Wallington <jpw@pobox.com>
4929
4930 * ibuffer.el (ibuffer-buffer-file-name): New function.
4931 (define-ibuffer-column filename): Use it.
4932
4933 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
4934
4935 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
4936
4937 * talk.el (talk): Simplify. Pass display arg to talk-add-display
4938 as a string.
4939 (talk-add-display): Simplify. Accept only string args.
4940
4941 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4942
4943 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
4944
4945 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4946
4947 * Makefile.in (bootstrap-prepare): Don't chmod files.
4948 (autoloads): Do it here instead, where it's actually needed.
4949
4950 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
4951
4952 * tool-bar.el (tool-bar-make-keymap): Account for the optional
4953 KEY-BINDING-DATA field in menu-item list.
4954
4955 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4956
4957 * dired.el (dired-read-dir-and-switches): Move things about to use less
4958 recursion during macroexpansion.
4959
4960 * dired.el (dired-read-dir-and-switches): Use read-file-name.
4961
4962 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
4963 completion-ignored-extension directories if there's something else.
4964 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
4965 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
4966 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
4967 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
4968 buffer-read-only -> inhibit-read-only.
4969
4970 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
4971
4972 * vc.el (vc-expand-dirs): Stop this function from tossing out
4973 explicitly specified files.
4974
4975 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4976
4977 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
4978 to `insert'.
4979
4980 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4981
4982 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
4983 cons. Use vc-annotate-backend.
4984 (with-vc-file, edit-vc-file): Remove unused macros.
4985
4986 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
4987
4988 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
4989 (smtpmail-try-auth-methods): Use it.
4990
4991 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4992
4993 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
4994 (setf (nthcdr ..) ..) doesn't require CL at runtime.
4995
4996 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
4997
4998 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
4999
5000 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5001
5002 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
5003 (vc-bzr-revision-completion-table): Use process-file.
5004 (vc-bzr-working-revision): Pass relative file names.
5005
5006 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
5007
5008 2008-05-11 Juri Linkov <juri@jurta.org>
5009
5010 * wid-edit.el (widget-image-directory): Change default image data
5011 subdirectory from "custom" to "images/custom".
5012
5013 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
5014 before recursive call to `Info-next-preorder' to not add
5015 intermediate nodes to the history.
5016
5017 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
5018
5019 * emulation/cua-base.el: Put isearch-scroll property
5020 on cua-scroll-up and cua-scroll-down.
5021
5022 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
5023
5024 * vc-hooks.el (vc-recompute-state): Remove (dead code).
5025
5026 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5027
5028 * vc-dispatcher.el (ewoc): Require.
5029 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
5030
5031 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
5032
5033 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
5034
5035 * term/w32-win.el (x-colors):
5036 * term/mac-win.el (x-colors):
5037 * term/x-win.el (x-colors): Re-order colors.
5038
5039 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
5040
5041 * smerge-mode.el (smerge-command-prefix): Fix custom type.
5042
5043 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
5044
5045 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
5046 New functions implementing motion to next and previous directory.
5047
5048 * vc-arch.el (vc-arch-command):
5049 * vc-bzr.el (vc-bzr-command):
5050 * vc-cvs.el (vc-cvs-command):
5051 * vc-dispatcher.el (vc-do-command):
5052 * vc-git.el (vc-git-command):
5053 * vc-hg.el (vc-hg-command):
5054 * vc-mcvs.el (vc-mvcs-command):
5055 * vc-mtn.el (vc-mtn-command):
5056 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
5057 (vc-sccs-workfile-unchanged-p):
5058 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
5059 * vc-rcs.el (all methods): Remove assumption about what a nil
5060 argument to vc-do-command means. This means no buffer name needs
5061 to be hardcoded into the dispatcher layer, and it's better to be
5062 explicit anyway.
5063
5064 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
5065
5066 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5067
5068 * vc.el: Update todo.
5069
5070 * vc-sccs.el (vc-sccs-dir-status):
5071 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
5072 backends and returning up to date files.
5073
5074 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
5075
5076 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5077
5078 * vc.el (vc-dir):
5079 * vc-hooks.el: Tweak the VC directory bindings. These are now
5080 documented in the manual.
5081
5082 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
5083 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
5084 (vc-dispatcher-selection-set): Allow callers to pass in an
5085 observer flag that says no buffer sync is required.
5086 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
5087 Use the observer flag.
5088
5089 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
5090
5091 * simple.el (start-file-process): Clarify docstring.
5092
5093 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5094
5095 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
5096 Remove stub implementations of, and references to, wash-log.
5097 * vc-rcs.el (vc-rcs-comment-history):
5098 * vc-cvs.el (vc-cvs-comment-history):
5099 Inline the code that used to be wash-log.
5100
5101 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
5102 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
5103 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
5104 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
5105 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
5106 (vc-rcs-print-log): Grok directories.
5107
5108 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5109
5110 * vc.el (vc-mark-resolved): Add `backend' argument.
5111 (vc-next-action): Pass it the backend.
5112 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
5113 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
5114 (vc-default-comment-history, vc-default-create-snapshot)
5115 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
5116 (vc-annotate-revision-previous-to-line)
5117 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
5118 * vc-svn.el (vc-svn-checkout):
5119 * vc-mcvs.el (vc-mcvs-checkout):
5120 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
5121 (vc-working-revision, vc-before-save, vc-mode-line):
5122 Prefer vc-call-backend to vc-call so as not to recompute the backend.
5123
5124 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
5125 state to be consistent since it's often an unwarranted restriction.
5126 Don't return the state either.
5127 (vc-next-action): Check that the state is consistent.
5128 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
5129 (vc-rollback, vc-update): Adapt to new return value of
5130 vc-deduce-fileset.
5131
5132 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
5133 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
5134 (vc-dispatcher-in-fileset-p): New fun.
5135 (vc-dispatcher-selection-set): Use it to properly handle directories.
5136
5137 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
5138
5139 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
5140 (vc-update): Remove unused let bindings.
5141
5142 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5143
5144 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
5145 (vc-diff, vc-revert, vc-rollback, vc-update):
5146 * vc-dispatcher.el (vc-dispatcher-selection-set):
5147 Get rid of 4 special cases in fileset selection. This involved
5148 changing the return value of (vc-deduce-fileset) so that it passes
5149 back a deduced state as well as a deduced back end.
5150
5151 2008-05-08 Sam Steingold <sds@gnu.org>
5152
5153 * progmodes/compile.el (compilation-minor-mode-map)
5154 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
5155 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
5156 it to `compilation-minor-mode-map' (instead of an explicit `cons').
5157
5158 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5159
5160 * org/org.el (org-modules, org-format-latex-options):
5161 * org/org-archive.el (org-archive-stamp-time)
5162 (org-archive-save-context-info):
5163 * org/org-faces.el (org-hide):
5164 * org/org-irc.el (org-irc-parse-link):
5165 * org/org-macs.el (org-call-with-arg, org-autoload):
5166 * org/org-mew.el (org-mew-store-link):
5167 * org/org-remember.el (org-remember-store-without-prompt)
5168 (org-remember-templates): Fix typos in docstrings.
5169
5170 * org/org-info.el (org-info-store-link): Remove leftover docstring.
5171
5172 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5173 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5174 (org-bbdb-anniv-split): Fix typos in docstrings.
5175
5176 * org/org-publish.el (org-publish-project-alist): Doc fixes.
5177 (org-publish-use-timestamps-flag): Reflow docstring.
5178 (org-publish-files-alist): Fix typos in docstring.
5179
5180 2008-05-07 Sam Steingold <sds@gnu.org>
5181
5182 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
5183 appears to be too aggressive with window removal.
5184
5185 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
5186
5187 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5188 Add leda and 0in as pragma keywords.
5189 (verilog-pretty-expr): Support lining up assignments which include
5190 part selects.
5191 (verilog-mode): More portable check for the availability of
5192 hideshow support.
5193 (verilog-do-indent): Remove special indent for declarations inside
5194 a parenthetical list. The code is ill-advised, and doesn't work
5195 given the new user defined types.
5196 (verilog-set-auto-endcomments): Enhance function automatic
5197 endcomment to support functions that return user defined types.
5198 (verilog-mode): Add code to tell which-function-mode minor mode
5199 that Verilog supports this feature.
5200
5201 2008-05-08 Eli Zaretskii <eliz@gnu.org>
5202
5203 * epa-file.el: Require epa-hook.
5204
5205 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
5206
5207 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
5208 file-names clashes on 8+3 filesystems. Provide epa-hook.
5209
5210 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
5211 file-names clashes on 8+3 filesystems.
5212
5213 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
5214
5215 * org/org.el (org-read-date-get-relative): Interpret lone
5216 weekday abbreviation as relative to today.
5217
5218 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5219
5220 * abbrev.el (define-abbrev-table):
5221 * composite.el (toggle-auto-composition):
5222 * json.el (json-alist-p, json-plist-p):
5223 * minibuffer.el (completion-table-with-predicate):
5224 * ps-mule.el (ps-mule-external-libraries):
5225 * emacs-lisp/advice.el (ad-special-form-p):
5226 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5227 * eshell/em-smart.el (eshell-review-quick-commands):
5228 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
5229 (python-skip-out, python-check-comint-prompt):
5230 Don't use `iff' in docstrings.
5231
5232 * international/robin.el (robin-package-alist): Fix typo in docstring.
5233 (robin-current-package-name): Doc fix.
5234 (robin-activate): Don't use `iff' in docstring.
5235
5236 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
5237
5238 * vc.el, vc-dispatcher.el: VC-Dired support removed.
5239 The code uses a ewoc-based implementation now.
5240 * vc-hooks.el: Support for Meta-CVS has been removed.
5241
5242 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5243
5244 * tool-bar.el: Choose images dynamically.
5245 (tool-bar-make-keymap, tool-bar-find-image): New function.
5246 (tool-bar-find-image-cache): New var.
5247 (tool-bar-local-item, tool-bar-local-item-from-menu):
5248 Don't select the image yet, do it later in tool-bar-make-keymap.
5249
5250 2008-05-07 Andreas Schwab <schwab@suse.de>
5251
5252 * window.el: Require 'cl when compiling.
5253
5254 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5255
5256 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
5257
5258 2008-05-07 Glenn Morris <rgm@gnu.org>
5259
5260 * subr.el (ignore-errors): Move here from cl-macs.el.
5261 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
5262
5263 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
5264 oddness.
5265
5266 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
5267
5268 * vc-hooks.el (vc-find-file-hook):
5269 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
5270 further from vc.el.
5271 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
5272
5273 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
5274
5275 * progmodes/verilog-mode.el (verilog-getopt-file):
5276 Cleanup warning message format.
5277 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
5278 (verilog-auto-inout, verilog-auto-inout-module)
5279 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
5280 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5281 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
5282 (verilog-auto-sense-sigs, verilog-auto-tieoff)
5283 (verilog-auto-unused, verilog-auto-wire)
5284 (verilog-decls-get-assigns, verilog-decls-get-consts)
5285 (verilog-decls-get-gparams, verilog-decls-get-inouts)
5286 (verilog-decls-get-inputs, verilog-decls-get-outputs)
5287 (verilog-decls-get-ports, verilog-decls-get-regs)
5288 (verilog-decls-get-signals, verilog-decls-get-wires)
5289 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
5290 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
5291 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
5292 (verilog-inject-sense, verilog-library-filenames)
5293 (verilog-mode-release-date, verilog-mode-version)
5294 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
5295 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
5296 (verilog-modi-get-assigns, verilog-modi-get-consts)
5297 (verilog-modi-get-gparams, verilog-modi-get-inouts)
5298 (verilog-modi-get-inputs, verilog-modi-get-outputs)
5299 (verilog-modi-get-ports, verilog-modi-get-regs)
5300 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
5301 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
5302 (verilog-modi-get-wires, verilog-preserve-cache)
5303 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
5304 (verilog-read-sub-decls, verilog-read-sub-decls-line)
5305 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
5306 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
5307 Add caching of additional state, and rework signal extraction
5308 routines to improve AUTO expansion performance by 300%++.
5309
5310 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
5311
5312 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5313 Tweak Open Watcom regexp to distinguish between errors and warnings.
5314
5315 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * dired.el (dired-read-dir-and-switches): Fix up last change.
5318
5319 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
5320
5321 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
5322 out of this function, move it to vc-dispatcher-selection-set.
5323
5324 2008-05-05 Sam Steingold <sds@gnu.org>
5325
5326 * window.el (delete-other-windows-vertically): New function.
5327
5328 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5329
5330 * dired.el (dired-read-dir-and-switches):
5331 Obey read-file-name-completion-ignore-case.
5332
5333 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
5334
5335 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5336 Add regexp for Open Watcom compiler output.
5337
5338 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
5339
5340 * progmodes/python.el (python-block-pairs): Align finally with except.
5341
5342 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5343
5344 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
5345
5346 2008-05-05 Tom Tromey <tromey@redhat.com>
5347
5348 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
5349 looking at conflict marker.
5350
5351 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
5354 client-mode -> vc-client-object, and guess `funcall' was meant.
5355 (vc-dir-mode): Rename client-mode -> vc-client-mode.
5356
5357 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5358
5359 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
5360 (dbus-debug): Move declarations outside eval-when-compile.
5361
5362 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5363
5364 * proced.el (proced-command-alist): Fix system-type values.
5365 Fix defcustom.
5366 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
5367 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5368 (proced-sort-start, proced-sort, proced-sort-time): New commands.
5369 (proced-update): Use proced-sorting-scheme. Update modeline.
5370 (proced-send-signal): Use nreverse.
5371 (proced-sorting-scheme-p): New function.
5372
5373 2008-05-04 Andreas Schwab <schwab@suse.de>
5374
5375 * vc.el: Require dired when compiling.
5376
5377 * minibuffer.el (completion--insert-strings): Don't delete past bol.
5378
5379 2008-05-03 Glenn Morris <rgm@gnu.org>
5380
5381 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
5382 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
5383 Simplify compilation requirements.
5384 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
5385 declarations.
5386
5387 2008-05-03 Dave Love <fx@gnu.org>
5388
5389 * progmodes/python.el (python-beginning-of-statement):
5390 Loop at least once (fixes 2008-02-21 change).
5391
5392 2008-05-03 Eli Zaretskii <eliz@gnu.org>
5393
5394 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
5395 instead of `length' for comparing length of user and group names.
5396
5397 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
5398
5399 * vc-dispatcher.el: New file, separates out the UI and command
5400 execution machinery from VCS-specific logic left in vc.el.
5401 The separation is not yet completely clean, but it's a good start.
5402 * vc.el: This file is about 1700 lines shorter now.
5403 Remove obsolete logentry-check from the backend API.
5404 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
5405 implementation of the logentry-check method, and it guarded against
5406 a log length limit that has probably been obsolete for 15 years (!).
5407
5408 2008-05-02 Sam Steingold <sds@gnu.org>
5409
5410 * progmodes/compile.el (compilation-start): Move setting of
5411 compilation-directory after (funcall mode) as that resets local
5412 variables, this fixes recompile in grep buffers.
5413 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
5414 in dired &c).
5415
5416 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5417
5418 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
5419 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5420 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
5421 has one of these and that all are called in compatible ways.
5422 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
5423 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5424 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
5425 backend has one of these.
5426
5427 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5428
5429 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
5430 initialization into define-abbrev-table. Use :regexp.
5431 (octave-mode-syntax-table): Don't set word syntax for `.
5432
5433 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
5434 than only value.
5435
5436 * dired.el (dired-read-dir-and-switches):
5437 Set minibuffer-completing-file-name and call substitute-in-file-name.
5438 (dired-format-columns-of-files): Use completion--insert-strings.
5439
5440 * minibuffer.el (completion-hilit-commonality): Revert last change:
5441 the leftover code was actually useful.
5442 (completion--insert-strings): Use string-width rather than length.
5443
5444 2008-05-02 Sam Steingold <sds@gnu.org>
5445
5446 * vc.el (vc-dir-mode-map): Enable mouse bindings.
5447 (vc-at-event): New macro: run the body at the even location.
5448 (vc-dir-menu, vc-dir-toggle-mark): Use it.
5449 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
5450 * subr.el (mouse-event-p): Check if the event is mouse-related.
5451
5452 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
5453
5454 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5455 Don't throw error if no file is found.
5456
5457 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5458
5459 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
5460 (vc-default-state-heuristic): Doc fix.
5461
5462 2008-05-02 Richard Sharman <rsharman@pobox.com>
5463
5464 * hilit-chg.el (highlight-changes-mode): Remove references to
5465 hooks that no longer exist. Because define-minor-mode is used the
5466 hook highlight-changes-mode-hook exists and can do what both the
5467 old hooks used to do. The documentation at the top of the file
5468 was updated to demonstrate this.
5469 (highlight-changes-mode): Remove commented out call to a hook
5470 function that is no longer there.
5471 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
5472
5473 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5474
5475 * vc.el (vc-default-dired-state-info): Change name of primitive
5476 to prettify-state-info, in preparation for ripping out dired mode.
5477 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
5478 to prettify-state-info, in preparation for ripping out dired mode.
5479 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
5480 tries this on a version-controlled buffer. It will do useless or
5481 actively bad things on any version control system newer than RCS.
5482 * vc-hooks.el (vc-dired-resynch-file):
5483 * vc.el (vc-dired-resynch-file): Change name of primitive to
5484 vc-directory-resynch-file, preparing to remove dired.
5485
5486 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5487
5488 * vc-rcs.el (vc-rcs-state): Fix typos.
5489
5490 * vc.el (vc-register): Change argument order so that the prefix
5491 argument is assigned correctly.
5492 (vc-next-action, vc-dir-register): Update for the above change.
5493
5494 2008-05-01 Juri Linkov <juri@jurta.org>
5495
5496 * replace.el (occur-read-primary-args): Set default to the car of
5497 regexp-history and display it in the prompt, but don't add to the
5498 list of minibuffer defaults. Bind history-add-new-input to nil to
5499 not add automatically `default'. For empty input return `default'.
5500 Otherwise, add `input' to regexp-history and return it.
5501 (occur-1): Signal an error for the empty regexp.
5502
5503 * progmodes/compile.el (compilation-auto-jump):
5504 Set window point to `pos' explicitly.
5505
5506 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
5507
5508 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
5509 when appropriate.
5510 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
5511 we report the 'unregistered state reliably.
5512 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
5513 we report the 'unregistered state reliably.
5514 * vc-git.el (vc-git-state): Call vc-git-unregistered so
5515 we report the 'unregistered state reliably.
5516 * vc-hooks.el (vc-state): Document that vc-unregistered is
5517 now expected to be returned reliably.
5518 * vc.el (vc-default-dired-state): Change needs-patch state to
5519 needs-update, since the name now shows up in dir-status listings
5520 and was somewhat misleading.
5521 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
5522 immediately after removing the file.
5523 * vc.el (vc-next-action): More informative messages when a fileset
5524 is in a mixed state or files are missing.
5525
5526 2008-05-01 Sam Steingold <sds@gnu.org>
5527
5528 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
5529
5530 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5531
5532 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
5533
5534 2008-05-01 Daiki Ueno <ueno@unixuser.org>
5535
5536 * epa-file-hook.el: New file split from epa-file.el.
5537 * epa-file.el: Require 'epa-file-hook.
5538 (epa-file-handler): Add autoload cookie.
5539 * loadup.el: Load epa-file-hook.
5540 * startup.el (command-line): Eval the body of auto-encryption-mode.
5541
5542 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5543
5544 * vc.el (vc-dir-mode-map): Don't bind "r".
5545
5546 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
5547 (vc-hg-status-printer): New function.
5548 (vc-hg-after-dir-status): Deal with copied and renamed files.
5549 (vc-hg-dir-status): Add flag to show copied files.
5550
5551 2008-05-01 John Paul Wallington <jpw@pobox.com>
5552
5553 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
5554 (ibuffer-do-sort-by-recency): Reverse sorting order if last
5555 sorting mode was recency.
5556
5557 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
5558 reverse sorting order if last sorting mode was the sorter's.
5559
5560 2008-05-01 Jason Rumney <jasonr@gnu.org>
5561
5562 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
5563
5564 2008-04-30 John Paul Wallington <jpw@pobox.com>
5565
5566 * ibuffer.el (define-ibuffer-column filename): When the major mode
5567 is `vc-dir-mode' show the buffer's default directory.
5568
5569 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
5570 major mode is `vc-dir-mode' use the buffer's default directory.
5571
5572 2008-04-30 Sam Steingold <sds@gnu.org>
5573
5574 * vc.el (vc-dir-delete-file): Add.
5575 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
5576 (vc-delete-file): Do not barf when the file has been already deleted.
5577
5578 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5579
5580 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
5581
5582 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5583
5584 * progmodes/octave-mod.el (octave-help): New function.
5585 * progmodes/octave-hlp.el: Delete.
5586 * info-look.el (octave-mode): Add operator index.
5587
5588 * vc.el (vc-checkout): Typo.
5589
5590 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5591
5592 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
5593 Add "..." in the appropriate places.
5594
5595 * epa.el (epa-key-list-mode-map): Add more menu entries.
5596 Add "..." in the appropriate places.
5597
5598 * dired.el (dired-mode-map): Add :help.
5599
5600 * vc.el (vc-deduce-fileset): Add new parameter.
5601 (vc-dir-marked-only-files): New function.
5602 (vc-next-action): Don't ignore directories, look at the files
5603 inside them.
5604 (vc-dir-mode): Document how the mark/unmark commands work.
5605
5606 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5607
5608 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5609 Rule out trailing spaces in file and directory names as well.
5610
5611 * minibuffer.el (completion--do-completion): Move point even if the
5612 completion makes no change.
5613 (completion-pcm-try-completion): Fix computation of new point.
5614
5615 2008-04-30 David Hansen <david.hansen@gmx.net>
5616
5617 * dired.el: Require 'cl.
5618
5619 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
5620
5621 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
5622 hollow if not in innermost frame.
5623
5624 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5625 Make `checkout-model' apply to filesets.
5626 * vc-hooks.el (vc-checkout-model): Rewrite.
5627 (vc-before-save, vc-after-save): Adjust callers accordingly.
5628 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
5629 (vc-transfer-file): Adjust callers accordingly.
5630 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
5631 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
5632 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
5633 instead of vc-checkout-model.
5634 * vc-mcvs.el (vc-mcvs-revert):
5635 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
5636 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
5637 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
5638 * vc-svn.el (vc-svn-checkout-model):
5639 * vc-hg.el (vc-hg-checkout-model):
5640 * vc-git.el (vc-git-checkout-model):
5641 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
5642
5643 * dired.el (dired-read-dir-and-switches): Replace last change with
5644 a new approach that mixes read-file-name and read-directory-name.
5645
5646 * files.el (read-buffer-to-switch):
5647 Avoid making assumptions about `other-buffer'.
5648
5649 2008-04-29 Sam Steingold <sds@gnu.org>
5650
5651 * vc.el (vc-dir-mode-hook): Add normal hook.
5652 (vc-dir-mode): Run it.
5653
5654 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5655
5656 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
5657 Always split windows.
5658 (gdb-speedbar-timer-fn): Only raise frame after user input.
5659 (gdb-same-frame): Reverse initial value.
5660 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
5661
5662 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
5663 gdb-speedbar-timer-fn.
5664
5665 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5666
5667 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
5668
5669 2008-04-29 Daiki Ueno <ueno@unixuser.org>
5670
5671 * epa.el (epa-key-list-mode-map): Add menu.
5672 (epa-delete-keys, epa-import-keys): Fix typo.
5673
5674 2008-04-29 Glenn Morris <rgm@gnu.org>
5675
5676 * find-cmd.el (top-level): Does not need cl when compiling.
5677
5678 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
5679
5680 * find-cmd.el: New file.
5681
5682 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5683
5684 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
5685 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
5686 (completion-pcm--hilit-commonality): New function.
5687 (completion-pcm-all-completions): Use it.
5688
5689 * minibuffer.el (completion-common-substring): Mark obsolete.
5690 (completions-first-difference, completions-common-part):
5691 Move from simple.el.
5692 (completion-hilit-commonality): New fun.
5693 (display-completion-list, completion-emacs21-all-completions)
5694 (completion-emacs22-all-completions): Use it.
5695 * simple.el (completions-first-difference, completions-common-part):
5696 Move to minibuffer.el.
5697 (choose-completion-string): Use field functions and minibufferp.
5698 (completion-setup-function): Don't set completions faces.
5699
5700 2008-04-29 Glenn Morris <rgm@gnu.org>
5701
5702 * calendar/calendar.el (calendar-nth-named-absday)
5703 (calendar-nth-named-day):
5704 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
5705 * calendar/holidays.el (holiday-float): Doc fixes.
5706
5707 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
5708 the `full' case.
5709
5710 * org/org-agenda.el (calendar-iso-from-absolute):
5711 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
5712 Fix declarations.
5713
5714 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
5715
5716 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
5717 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
5718 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
5719 (gdb-assembler-custom): Be careful not to match other addresses.
5720
5721 2008-04-29 Jason Rumney <jasonr@gnu.org>
5722
5723 * battery.el (battery-status-function): Use w32-battery-status
5724 on Windows.
5725 (battery-echo-area-format): Make apm format the general case.
5726 (battery-mode-line-format): Merge apm and pmset formats as the
5727 general case.
5728
5729 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5730
5731 * progmodes/gdb-ui.el (gdb-info-stack-custom):
5732 Use gud-tool-bar-item-visible-no-fringe.
5733 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
5734 is already visible in frame. Remove optional size parameter
5735 and add optional frame parameter.
5736
5737 * progmodes/gud.el (gud-display-line): Only consider visible
5738 frames when looking for source buffer.
5739
5740 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
5741
5742 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
5743 argument to get-char-property, in case the current buffer hasn't
5744 been assigned to that window yet.
5745 (doc-view-display): Default to selected window if the current
5746 buffer hasn't been assigned to a window yet.
5747
5748 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
5749
5750 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
5751
5752 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5753
5754 * net/tramp.el (tramp-mode): New defcustom.
5755 (tramp-file-name-handler, tramp-completion-file-name-handler):
5756 Use it.
5757 (tramp-replace-environment-variables): Handle "$$".
5758
5759 2008-04-28 Sam Steingold <sds@gnu.org>
5760
5761 * vc-hg.el (vc-hg-rename-file): Fix argument order.
5762
5763 2008-04-28 Bastien Guerry <bzg@altern.org>
5764
5765 * whitespace.el (whitespace-trailing): Fix typo.
5766
5767 2008-04-28 Sam Steingold <sds@gnu.org>
5768
5769 * textmodes/remember.el (diary-make-entry): Update the autoload.
5770
5771 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5772
5773 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
5774 all-completions.
5775
5776 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
5777
5778 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
5779
5780 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5781
5782 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
5783 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
5784 (vc-dir-mark-file): Add an optional argument.
5785 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
5786
5787 2008-04-27 Daiki Ueno <ueno@unixuser.org>
5788
5789 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
5790 rather than obsolete alias find-file-hooks.
5791 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
5792 Use find-file-hook rather than obsolete alias find-file-hooks.
5793 Add to find-file-not-found-functions.
5794 (epa-file-handler): Put 'safe-magic and 'operations properties.
5795
5796 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
5797 (epa-menu-items): Remove.
5798
5799 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
5800 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
5801 (epa-dired-mode, epa-global-dired-mode): Remove.
5802
5803 * dired.el (dired-mode-map): Bind encryption/decryption commands.
5804
5805 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
5806
5807 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
5808
5809 2008-04-27 Glenn Morris <rgm@gnu.org>
5810
5811 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
5812 Remove un-needed local `orig-list'. Replace cl `copy-list'.
5813
5814 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
5815
5816 * org/org.el (org-html-level-start): Always have id's in HTML.
5817 (org-export-as-html): Use `org-link-protocols' to
5818 retrieve the export form of the link.
5819 (org-add-link-type): Final parameter renamed from PUBLISH.
5820 Better documentation of how it is to be used. Avoid double entries for
5821 the same link type.
5822 (org-add-link-props): New function.
5823 (org-modules-loaded): New variable.
5824 (org-load-modules-maybe, org-set-modules): New function.
5825 (org-modules): New option.
5826 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
5827 (orgtbl-mode, org-store-link, org-insert-link-global)
5828 (org-open-at-point): Call `org-load-modules-maybe'.
5829 (org-search-view): Add more text properties.
5830 (org-agenda-schedule, org-agenda-deadline): Allow also in
5831 search-type agendas.
5832 (org-search-view): Order of arguments has been changed.
5833 Interpret prefix-arg as TODO-ONLY.
5834 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
5835 Take new argument order of `org-search-view' into account.
5836 (org-todo-only): New variable.
5837 (org-search-syntax-table): New variable and function.
5838 (org-search-view): Do the search with the special syntax table.
5839 (define-obsolete-function-alias): Make work with XEmacs.
5840 (org-add-planning-info): Use old date as default when modifying an
5841 existing deadline or scheduled item.
5842 (org-agenda-compute-time-span): Make argument N optional.
5843 (org-agenda-format-date-aligned): Require `cal-iso'.
5844 (org-agenda-list): Include week into agenda heading, don't
5845 list it at each date (only on Mondays).
5846 (org-read-date-analyze): Define local variable `iso-date'.
5847 (org-agenda-format-date-aligned): Remove dependency on
5848 `calendar-time-from-absolute'.
5849 (org-remember-apply-template, org-go-to-remember-target):
5850 Interpret filenames relative to `org-directory'.
5851 (org-complete): Silently fail when trying to complete
5852 keywords that don't have a default value.
5853 (org-get-current-options): Add a #+DATE: option.
5854 (org-additional-option-like-keywords): Remove "DATE:" from the
5855 list of additional keywords.
5856 (org-export-as-html): Remove (current-time) as unnecessary second
5857 argument of `format-time-string'.
5858 (org-clock-find-position): Handle special case at end of buffer.
5859 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
5860 `org-agenda-change-time-span'.
5861 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
5862 `org-agenda-change-time-span'.
5863 (org-agenda-month-view): New argument MONTH, pass it on to
5864 `org-agenda-change-time-span'.
5865 (org-agenda-year-view): New argument YEAR, pass it on to
5866 `org-agenda-change-time-span'.
5867 (org-agenda-change-time-span): New optional argument N, pass it on
5868 to `org-agenda-compute-time-span'.
5869 (org-agenda-compute-time-span): New argument N, interpret it by
5870 changing the starting day.
5871 (org-small-year-to-year): New function.
5872 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
5873 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
5874 into the future, and that the shift is at least one interval, never 0.
5875 (org-update-checkbox-count): Fix bug with checkbox counting.
5876 (org-add-note): New command.
5877 (org-add-log-setup): Rename from `org-add-log-maybe'.
5878 (org-log-note-headings): New entry for plain notes (i.e. notes not
5879 related to state changes or clocking).
5880 (org-get-org-file): Check for availability of `remember-data-file'.
5881 (org-cached-entry-get): Allow a regexp value for
5882 `org-use-property-inheritance'.
5883 (org-use-property-inheritance): Allow regexp value. Fix bug in
5884 customization type.
5885 (org-use-tag-inheritance): Allow a list and a regexp value for
5886 this variable.
5887 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
5888 (org-entry-get): Respect value `selective' for the INHERIT argument.
5889 (org-tag-inherit-p, org-property-inherit-p): New functions.
5890 (org-agenda-format-date-aligned): Allow 10 characters for
5891 weekday, to acomodate German locale.
5892 (org-add-archive-files): New function.
5893 (org-agenda-files): New argument `ext', to get archive files as well.
5894 (org-tbl-menu): Protect the use of variables that
5895 are only available when org-table.el gets loaded.
5896 (org-read-agenda-file-list): Error if `org-agenda-files' is a
5897 single directory.
5898 (org-open-file): Allow a batch process to trigger
5899 waiting after executing a system command.
5900 (org-store-link): Link to headline when there is not
5901 target and no region in an org-mode buffer when creating a link.
5902 (org-link-types-re): New variable.
5903 (org-make-link-regexps): Compute `org-link-types-re'.
5904 (org-make-link-description-function): New option.
5905 (org-agenda-date, org-agenda-date-weekend): New faces.
5906 (org-archive-sibling-heading): New option.
5907 (org-archive-to-archive-sibling): New function.
5908 (org-iswitchb): New command.
5909 (org-buffer-list): New function.
5910 (org-agenda-columns): Also try the #+COLUMNS line in
5911 the buffer associated with the entry at point (or with the first
5912 entry in the agenda view).
5913 (org-modules): Add entry for org-bibtex.el.
5914 (org-completion-fallback-command): Move into `org-completion' group.
5915 (org-clock-heading-function): Move to `org-progress' group.
5916 (org-auto-repeat-maybe): Make sure that a note can
5917 be enforces if `org-log-repeat' is `note'.
5918 (org-modules): Allow additional symbols for external packages.
5919 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
5920 (org-clock-goto): Hide drawers after showing an
5921 entry with `org-clock-goto'.
5922 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
5923 Try also a clocktable block shift.
5924 (org-clocktable-try-shift): New function.
5925 (org-columns-hscoll-title): New function.
5926 (org-columns-previous-hscroll): New variable.
5927 (org-columns-full-header-line-format): New variable.
5928 (org-columns-display-here-title, org-columns-remove-overlays):
5929 Install `org-columns-hscoll-title' in post-command-hook.
5930
5931 * org/org.el: Split into many small files.
5932
5933 * org/org-agenda.el: New file, split off from org.el.
5934
5935 * org/org-archive.el: New file, split off from org.el.
5936
5937 * org/org-bbdb.el: New file.
5938
5939 * org/org-bibtex.el: New file, split off from org.el.
5940
5941 * org/org-clock.el: New file, split off from org.el.
5942
5943 * org/org-colview.el: New file, split off from org.el.
5944
5945 * org/org-compat.el: New file, split off from org.el.
5946
5947 * org/org-exp.el: New file, split off from org.el.
5948
5949 * org/org-faces.el: New file, split off from org.el.
5950
5951 * org/org-gnus.el: New file, split off from org.el.
5952
5953 * org/org-info.el: New file, split off from org.el.
5954
5955 * org/org-infojs.el: New file.
5956
5957 * org/org-irc.el: New file.
5958
5959 * org/org-macs.el: New file, split off from org.el.
5960
5961 * org/org-mew.el: New file.
5962
5963 * org/org-mhe.el: New file, split off from org.el.
5964
5965 * org/org-publish.el: New file, split off from org.el.
5966
5967 * org/org-remember.el: New file, split off from org.el.
5968
5969 * org/org-rmail.el: New file, split off from org.el.
5970
5971 * org/org-table.el: New file, split off from org.el.
5972
5973 * org/org-vm.el: New file, split off from org.el.
5974
5975 * org/org-wl.el: New file, split off from org.el.
5976
5977 2008-04-27 Jason Riedy <jason@acm.org>
5978
5979 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
5980 parameter that supresses lines that evaluate to NIL.
5981 (orgtbl-get-fmt): New inline function for
5982 picking apart formats that may be lists.
5983 (orgtbl-apply-fmt): New inline function for applying formats that
5984 may be functions.
5985 (orgtbl-eval-str): New inline function for strings that may be
5986 functions.
5987 (orgtbl-format-line, orgtbl-to-generic): Use and document.
5988 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
5989 (*orgtbl-llfmt*, *orgtbl-llstart*)
5990 (*orgtbl-llend*): Dynamic variables for last-line formatting.
5991 (orgtbl-format-section): Shift formatting to support detecting the
5992 last line and formatting it specially.
5993 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
5994 formats unless overridden.
5995 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
5996 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
5997 bound variables to hold the input collection of lines and output
5998 formatted text.
5999 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
6000 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
6001 format parameters.
6002 (orgtbl-format-line): New function encapsulating formatting for a
6003 single line.
6004 (orgtbl-format-section): Similar for each section. Rebinding the
6005 dynamic vars customizes the formatting for each section.
6006 (orgtbl-to-generic): Use orgtbl-format-line and
6007 orgtbl-format-section.
6008 (org-get-param): Now unused, so delete.
6009 (orgtbl-gather-send-defs): New function to
6010 gather all the SEND definitions before a table.
6011 (orgtbl-send-replace-tbl): New function to find the RECEIVE
6012 corresponding to the current name.
6013 (orgtbl-send-table): Use the previous two functions and implement
6014 multiple destinations for each table.
6015
6016 * doc/org.texi (A LaTeX example): Note that fmt may be a
6017 one-argument function, and efmt may be a two-argument function.
6018 (Radio tables): Document multiple destinations.
6019
6020 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
6021
6022 * org/org-agenda.el (org-add-to-diary-list): New function.
6023 (org-prefix-has-effort): New variable.
6024 (org-sort-agenda-noeffort-is-high): New option.
6025 (org-agenda-columns-show-summaries)
6026 (org-agenda-columns-compute-summary-properties): New options.
6027 (org-format-agenda-item): Compute the duration of the item.
6028 (org-agenda-weekend-days): New variable.
6029 (org-agenda-list, org-timeline): Use the proper faces for dates in
6030 the agenda and timeline buffers.
6031 (org-agenda-archive-to-archive-sibling): New command.
6032 (org-agenda-start-with-clockreport-mode): New option.
6033 (org-agenda-clockreport-parameter-plist): New option.
6034 (org-agenda-clocktable-mode): New variable.
6035 (org-agenda-deadline-leaders): Allow a function value for the
6036 deadline leader.
6037 (org-agenda-get-deadlines): Deal with new function value.
6038
6039 * org/org-clock.el (org-clock): New customization group.
6040 (org-clock-into-drawer, org-clock-out-when-done)
6041 (org-clock-in-switch-to-state, org-clock-heading-function):
6042 Move into the new group.
6043 (org-clock-out-remove-zero-time-clocks): New option.
6044 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
6045 (org-dblock-write:clocktable): Allow a Lisp form for the scope
6046 parameter.
6047 (org-dblock-write:clocktable): Fix bug with total time calculation.
6048 (org-dblock-write:clocktable): Request the unrestricted list of files.
6049 (org-get-clocktable): New function.
6050 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
6051 be strings but also integers (an absolute day number) and lists (m d y).
6052
6053 * org/org-colview.el (org-columns-next-allowed-value)
6054 (org-columns-edit-value): Limit the effort for updating in the
6055 agenda to recomputing a single file.
6056 (org-columns-compute): Only write property value if it has changed.
6057 This avoids raising the buffer-change-flag unnecessarily.
6058 (org-agenda-colview-summarize)
6059 (org-agenda-colview-compute): New functions.
6060 (org-agenda-columns): Call `org-agenda-colview-summarize'.
6061
6062 * org/org-exp.el (org-export-run-in-background): New option.
6063 (org-export-icalendar): Allow a batch process to trigger waiting
6064 after executing a system command.
6065 (org-export-preprocess-string): Rename from
6066 `org-cleaned-string-for-export'.
6067 (org-export-html-style): Made target class look like normal text.
6068 (org-export-as-html): Make use of the better proprocessing in
6069 `org-cleaned-string-for-export'.
6070 (org-cleaned-string-for-export): Better treatment of heuristic
6071 targets, many more internal links will now work in HTML export.
6072 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
6073 (org-export-inbuffer-options-extra): New variable.
6074 (org-export-options-filters): New hook.
6075 (org-infile-export-plist): Find also the settings keywords in
6076 `org-export-inbuffer-options-extra'.
6077 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
6078 multiple #+INFOJS_OPT lines.
6079 (org-export-html-handle-js-options): New function.
6080 (org-export-html-infojs-setup): New option.
6081 (org-export-as-html): Call `org-export-html-handle-js-options'.
6082 Add autoload to all entry points.
6083 (org-skip-comments): Function removed.
6084
6085 * org/org-table.el (org-table-make-reference): Extra parenthesis
6086 around single fields, to make sure that algebraic formulas get
6087 correctly interpreted by calc.
6088 (org-table-current-column): No longer interactive.
6089
6090 * org/org-export-latex.el (org-export-latex-preprocess):
6091 Rename from `org-export-latex-cleaned-string'.
6092
6093 2008-04-27 Bastien Guerry <bzg@altern.org>
6094
6095 * org/org-publish.el (org-publish-get-base-files-1): New function.
6096 (org-publish-get-base-files): Use it.
6097 (org-publish-temp-files): New variable.
6098 Don't require 'dired-aux anymore.
6099 (org-publish-initial-buffer): New variable.
6100 (org-publish-org-to, org-publish): Use it.
6101 (org-publish-get-base-files-1): Bug fix: get
6102 the proper list of files when recursing thru a directory.
6103 (org-publish-get-base-files): Use the :exclude property to skip
6104 both files and directories.
6105
6106 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
6107
6108 * net/tramp.el (tramp-handle-make-symbolic-link)
6109 (tramp-handle-file-name-directory)
6110 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6111 (tramp-do-copy-or-rename-file-directly)
6112 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
6113 (tramp-handle-substitute-in-file-name)
6114 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6115 * net/tramp-cache.el (tramp-get-file-property)
6116 (tramp-set-file-property, tramp-flush-file-property)
6117 (tramp-flush-directory-property)
6118 * net/tramp-compat.el (tramp-compat-make-temp-file)
6119 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6120 Disable `file-name-handler-alist' when handling localname.
6121 It could have a remote file syntax, like a VMS file name.
6122
6123 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6124
6125 * whitespace.el: New version 11.1.
6126 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
6127 enclosed by \\( and \\)$. Docstring fix.
6128 (whitespace-trailing-regexp): Fun removed.
6129 (whitespace-report-list): Const initialization fix.
6130 (whitespace-color-on): Code fix.
6131
6132 2008-04-27 Andreas Schwab <schwab@suse.de>
6133
6134 * Makefile.el: Unbreak bootstrap.
6135
6136 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
6137
6138 * net/tramp.el (tramp-replace-environment-variables): New defun.
6139 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
6140 Use it.
6141
6142 2008-04-27 Glenn Morris <rgm@gnu.org>
6143
6144 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
6145
6146 * calculator.el (calculator-expt): Replace cl function `oddp'.
6147
6148 2008-04-27 Johan Bockgård <bojohan@gnu.org>
6149
6150 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6151 Simplify. Collect `defun' and `autoload' entries.
6152 Avoid modifying load-history.
6153
6154 2008-04-26 Glenn Morris <rgm@gnu.org>
6155
6156 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
6157
6158 * simple.el (quoted-insert, zap-to-char): Revert previous change.
6159
6160 2008-04-26 John Paul Wallington <jpw@pobox.com>
6161
6162 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
6163 `hexl-mode-old-eldoc-documentation-function'.
6164 (hexl-mode-exit): Restore it.
6165 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
6166
6167 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
6168
6169 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
6170
6171 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
6172 (completion-pcm--all-completions): Doc fix.
6173 (completion-styles-alist, completion-all-completions):
6174 Fix typos in docstrings.
6175
6176 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6177
6178 * whitespace.el: There is now only one variable (whitespace-style) to
6179 specify which kind of blank is visualized. Doc and docstring fix.
6180 New version 11.0.
6181 (whitespace-style): New option, replace whitespace-style-mark and
6182 whitespace-style-color.
6183 (whitespace-style-mark, whitespace-style-color): Options removed.
6184 (whitespace-hspace, whitespace-tab, whitespace-newline)
6185 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
6186 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
6187 (whitespace-hspace-regexp, whitespace-space-regexp)
6188 (whitespace-tab-regexp, whitespace-trailing-regexp)
6189 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6190 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6191 (whitespace-space-after-tab-regexp, whitespace-line-column)
6192 (whitespace-display-mappings, whitespace-report): Docstring fix.
6193 (whitespace-color-value-list, whitespace-mark-value-list)
6194 (whitespace-active-color, whitespace-active-mark)
6195 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
6196 (whitespace-style-value-list, whitespace-active-style)
6197 (whitespace-toggle-style): New vars.
6198 (whitespace-toggle-option-alist, whitespace-help-text):
6199 Var initialization and docstring fix.
6200 (whitespace-toggle-options, global-whitespace-toggle-options)
6201 (whitespace-cleanup, whitespace-cleanup-region)
6202 (whitespace-report-region, whitespace-interactive-char)
6203 (whitespace-toggle-list): Docstring and code fix.
6204 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
6205 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
6206 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
6207 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
6208
6209 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6210
6211 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
6212 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
6213 (diff-sanity-check-hunk): Adjust code accordingly.
6214
6215 2008-04-26 Glenn Morris <rgm@gnu.org>
6216
6217 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
6218
6219 * forms-d2.dat: Move to ../etc.
6220 * forms-d2.el (forms-file): Adapt for above change.
6221
6222 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
6223 `translation-table-for-input'.
6224
6225 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
6226 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
6227
6228 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
6229 to punctuation now it's not needed for abbrevs.
6230 (fortran-mode-abbrev-table): Remove defvar, make use of new
6231 define-abbrev-table :regexp feature.
6232
6233 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
6234 insert, now that translation-table-for-input is not needed.
6235
6236 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
6237
6238 * emacs-lisp/pp.el (pp-display-expression): New function,
6239 extracted from pp-eval-expression.
6240 (pp-eval-expression): Use pp-display-expression.
6241 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
6242 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
6243 (pp-eval-last-sexp): Use pp-last-sexp.
6244
6245 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6246
6247 * abbrev.el (define-abbrev-table): Apply props even if the table
6248 exists already.
6249
6250 * minibuffer.el (completion-table-with-context): Fix `pred' for the
6251 various kinds of completion tables.
6252 (completion-emacs22-try-completion): Place cursor after the /, as was
6253 done in Emacs-22's minibuffer-complete-word.
6254 Fix bug reported by David Hansen <david.hansen@gmx.net>.
6255 (completion-emacs22-try-completion): Merge all mergable text rather
6256 than just /.
6257 (completion-pcm--delim-wild-regex): New var.
6258 (completion-pcm-word-delimiters): New custom.
6259 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
6260 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
6261 (completion-pcm--all-completions, completion-pcm-all-completions)
6262 (completion-pcm--merge-completions, completion-pcm--pattern->string)
6263 (completion-pcm-try-completion): New functions.
6264 (completion-styles-alist): Add them.
6265 (completion-styles): Add it to the default.
6266
6267 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
6268
6269 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
6270 (gdb-var-create-handler): ...until here when there are values.
6271 (gdb-post-prompt): Don't do -var-update with no watch expressions.
6272 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
6273
6274 2008-04-25 Eli Zaretskii <eliz@gnu.org>
6275
6276 * ls-lisp.el (ls-lisp-format): Fix last change.
6277 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
6278 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
6279 (ls-lisp-filesize-f-fmt): New defvars.
6280 (ls-lisp-insert-directory): Dynamically compute format specifiers
6281 for displaying UID, GID, and file size, and store them in the
6282 above variables.
6283 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
6284 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
6285 instead of constant format strings.
6286 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
6287 ls-lisp-filesize-d-fmt instead of constant format strings.
6288
6289 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
6290
6291 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
6292 value of addresses rather than (partial) string value.
6293 (gdb-frame-handler): Change regexp according to above change.
6294 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6295 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
6296 (gdb-assembler-mode): Disable undo in these buffers.
6297
6298 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
6299
6300 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
6301 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
6302
6303 2008-04-24 Sam Steingold <sds@gnu.org>
6304
6305 * textmodes/remember.el (remember-diary-extract-entries): Use
6306 diary-make-entry instead of the obsolete make-diary-entry.
6307
6308 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6309
6310 * subr.el (translation-table-for-input): Mark as obsolete.
6311
6312 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
6313
6314 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
6315
6316 * textmodes/ispell.el (ispell-dictionary-alist-1)
6317 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
6318 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
6319 (ispell-dictionary-alist-6): Remove.
6320 (ispell-dictionary-base-alist): New var, merges the above.
6321 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
6322 Use it.
6323 (ispell-dictionary-alist): Default to nil. Remove autoload.
6324 (ispell-local-dictionary-alist): Remove autoload.
6325
6326 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
6327 (f90-mode-abbrev-table): Use the new :regexp feature.
6328 Merge defvar and mapc into define-abbrev-table.
6329 (f90-imenu-type-matcher): Remove unused `l'.
6330 (f90-imenu-generic-expression): Remove unused `not-ib'.
6331 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
6332 (f90-change-keywords): Use restore-buffer-modified-p.
6333
6334 2008-04-24 Glenn Morris <rgm@gnu.org>
6335
6336 * net/goto-addr.el (goto-address-prog-mode):
6337 * progmodes/bug-reference.el (bug-reference-prog-mode):
6338 Define for compiler.
6339
6340 * minibuffer.el (x-file-dialog): Declare as function.
6341
6342 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
6343 dframe-update-speed rather than obsolete alias speedbar-update-speed.
6344
6345 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
6346 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
6347 work with easymenu. Add :keys where needed.
6348
6349 * calendar/cal-move.el (calendar-scroll-left): Handle case when
6350 event-start is nil.
6351
6352 * calendar/calendar.el (calendar-mode-map): Fix typo.
6353
6354 2008-04-24 Tom Tromey <tromey@redhat.com>
6355
6356 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6357 Document keywords. Add :suppress.
6358 * pcvs-defs.el (cvs-mode-map): Use :suppress.
6359
6360 * net/goto-addr.el (goto-address-unfontify): New function.
6361 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
6362 (goto-address-fontify-region, goto-address-mode)
6363 (goto-address-prog-mode): New functions.
6364
6365 * progmodes/bug-reference.el: New file.
6366
6367 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6368
6369 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
6370
6371 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6372
6373 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
6374 macros within lambdas.
6375
6376 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6377
6378 * minibuffer.el (completion-try-completion): Add `point' argument.
6379 Change return value.
6380 (completion-all-completions): Add `point' argument.
6381 (minibuffer-completion-help): Pass the new `point' argument.
6382 (completion--do-completion): Pass the whole field to try-completion.
6383 (completion--try-word-completion): Rewrite, making fewer assumptions.
6384 (completion-emacs21-try-completion, completion-emacs21-all-completions)
6385 (completion-emacs22-try-completion, completion-emacs22-all-completions)
6386 (completion-basic-try-completion, completion-basic-all-completions):
6387 New functions.
6388 (completion-styles-alist): Use them.
6389
6390 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
6391
6392 * textmodes/ispell.el (ispell-set-spellchecker-params):
6393 New function to make sure right params and dictionary alists are used
6394 after spellchecker changes.
6395 (ispell-aspell-dictionary-alist, ispell-last-program-name)
6396 (ispell-initialize-spellchecker-hook): New variables and hook.
6397 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
6398 (ispell-maybe-find-aspell-dictionaries): Remove.
6399 Calls replaced by (ispell-set-spellchecker-params) calls.
6400 (ispell-have-aspell-dictionaries): Remove.
6401
6402 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
6403 by ispell-set-spellchecker-params.
6404
6405 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6406
6407 * complete.el (PC-do-completion): Be more robust in the presence of
6408 unexpected values in minibuffer-completion-predicate.
6409
6410 * minibuffer.el (read-file-name): Don't let-bind default-directory.
6411 Only abbreviate default-filename if it's a file.
6412
6413 * minibuffer.el (read-file-name-function, read-file-name-predicate)
6414 (read-file-name-completion-ignore-case, insert-default-directory):
6415 New vars, moved from fileio.c.
6416 (read-file-name): New fun, moved from fileio.c.
6417 * cus-start.el: Remove insert-default-directory and
6418 read-file-name-completion-ignore-case.
6419
6420 2008-04-23 Magnus Henoch <mange@freemail.hu>
6421
6422 * tar-mode.el (tar-untar-buffer): If the entry has directory
6423 link type, extract it as a directory even if its file name doesn't
6424 end with a slash. Fixes extraction of NetBSD tar archives.
6425
6426 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6427
6428 * server.el (server-start): Also don't get confused by CRs since we
6429 don't quote them.
6430
6431 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
6432
6433 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
6434 (gdb-set-gud-minor-mode-existing-buffers)
6435 (gdb-info-breakpoints-custom, gdb-get-location)
6436 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6437 Previously gdb-create-define-alist wasn't always run and added to
6438 after-save-hook.
6439
6440 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
6441
6442 2008-04-23 Kevin Ryde <user42@zip.com.au>
6443
6444 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
6445 comments like unindented ones.
6446
6447 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6448
6449 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
6450 parameter origins.
6451
6452 2008-04-23 Kevin Ryde <user42@zip.com.au>
6453
6454 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6455 Bind print-level to ensure output forms aren't truncated if
6456 print-level is set to eval-expression-print-level when going via
6457 eval-defun and friends, or has been otherwise fiddled with.
6458
6459 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6460
6461 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6462 font-lock-extend-after-change-region-function globally.
6463
6464 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
6465
6466 * speedbar.el (speedbar-use-tool-tips-flag)
6467 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
6468 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
6469 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
6470 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
6471 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
6472 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
6473 (speedbar-separator-face): Fix typos in docstrings.
6474 (speedbar-stealthy-function-list, speedbar-verbosity-level)
6475 (speedbar-supported-extension-expressions, speedbar-update-current-file)
6476 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
6477 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
6478 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
6479 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
6480 (speedbar-check-vc-this-line, speedbar-files-line-directory)
6481 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
6482 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
6483 (speedbar-recenter): Doc fixes.
6484 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
6485 declaration and remove redundant info in docstring.
6486
6487 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6488
6489 * vc-git.el (vc-git-status-printer): Deal with directories.
6490
6491 * vc.el (vc-next-action): Look at more than the first file to
6492 determine the state.
6493
6494 2008-04-23 Glenn Morris <rgm@gnu.org>
6495
6496 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
6497 timers. Doc fix.
6498 (dframe-update-speed): Drop support for XEmacs < 20.
6499 (dframe-frame-mode): Drop support for Emacs < 20.
6500 (dframe-set-timer-internal): Drop support for Emacs without timers.
6501 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
6502
6503 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
6504 versions. Add doc-string. Mark as obsolete.
6505
6506 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
6507
6508 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
6509 rather than using an Emacs version test.
6510
6511 * tree-widget.el (tree-widget-image-enable): Use display-images-p
6512 rather than an Emacs version test.
6513
6514 * calendar/cal-china.el (holiday-chinese-qingming)
6515 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
6516 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
6517 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
6518
6519 * calendar/cal-islam.el (holiday-islamic): Doc fix.
6520
6521 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
6522 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
6523 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6524
6525 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
6526
6527 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
6528 (gdb-previous-frame-pc-address): ...to this.
6529 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
6530 of "info frame" with Gdb 6.4+.
6531 (gdb-stack-list-frames-regexp): New regexp.
6532 (gdb-frame-handler-1): Parse output of -stack-info-frame.
6533
6534 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
6535
6536 * tar-mode.el (tar-prefix-offset): New constant.
6537 (tar-header-block-tokenize): Support paths with long names
6538 which use the "ustar" standard.
6539
6540 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
6541
6542 * image-dired.el (image-dired-track-original-file)
6543 (image-dired-modify-mark-on-thumb-original-file):
6544 Use `dired-goto-file' instead of `search-forward'. This solves
6545 a bug with finding files where the file name is a subset of other
6546 file names. Doc fix.
6547
6548 2008-04-22 Juri Linkov <juri@jurta.org>
6549
6550 * menu-bar.el (buffers-menu-max-size): Move its definition down to
6551 the "Buffers Menu" section. Change group name `mouse' to `menu'.
6552 (yank-menu-length): Change group name `mouse' to `menu'.
6553 (buffers-menu-buffer-name-length): New user option.
6554 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
6555 instead of the hard-coded number 27.
6556
6557 2008-04-22 Juri Linkov <juri@jurta.org>
6558
6559 * isearch.el (eval-when-compile): Require `help-macro'.
6560 (isearch-help-for-help-internal): Isearch specific Help screen
6561 created by `make-help-screen'.
6562 (isearch-help-map): New variable that binds "b", "k", "m" to
6563 isearch-specific commands, and binds other keys to
6564 isearch-other-control-char, thus allowing other Help keys to
6565 exit isearch mode and execute their global definitions.
6566 (isearch-help-for-help, isearch-describe-bindings)
6567 (isearch-describe-key, isearch-describe-mode): New commands.
6568 (isearch-mode-help): Define alias to isearch-describe-mode
6569 and remove its old function definition.
6570 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
6571 Remove old comments because this issue is settled now.
6572 (isearch-forward): Describe three new Help commands in the docstring.
6573 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
6574 leave the single sentence at the first line of the docstring,
6575 and prepend the word "function" before `isearch-forward'
6576 to make the Help link to the function instead of variable.
6577
6578 2008-04-22 Juri Linkov <juri@jurta.org>
6579
6580 * isearch.el (isearch-success-function): New variable with default
6581 to `isearch-success-function-default'.
6582 (isearch-search): Call a function from `isearch-success-function'
6583 instead of calling the hard-coded `isearch-range-invisible'.
6584 (isearch-success-function-default): New function that calls
6585 `isearch-range-invisible' and inverts its return value.
6586
6587 * info.el (Info-search): In two similar places that skip
6588 undesired search matches move code to Info-search-success-function,
6589 and call `isearch-success-function' instead.
6590 (Info-search-success-function): New function copied from code
6591 in Info-search. Replace isearch-range-invisible with
6592 text-property-not-all that checks for 'invisible and 'display
6593 properties to skip partially invisible matches (whose display
6594 properties were set by Info-fontify-node).
6595 (Info-mode): Set buffer-local isearch-success-function
6596 to Info-search-success-function.
6597
6598 2008-04-22 Juri Linkov <juri@jurta.org>
6599
6600 * minibuffer.el (internal-complete-buffer-except): New function.
6601
6602 * files.el (read-buffer-to-switch): New function.
6603 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6604 Change interactive spec to call read-buffer-to-switch instead of
6605 using the letter "B".
6606
6607 * simple.el (minibuffer-default-add-shell-commands): New function.
6608 Use declare-function for mailcap-file-default-commands from "mailcap".
6609 (shell-command): Set local minibuffer-default-add-function to
6610 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
6611 before calling read-shell-command. Set 4th arg default-value of
6612 read-shell-command to relative buffer-file-name in file buffers.
6613
6614 * dired-aux.el (dired-read-shell-command-default): Move it to
6615 gnus/mailcap.el and change its name to more general name
6616 mailcap-file-default-commands.
6617 (minibuffer-default-add-dired-shell-commands): New function.
6618 Use declare-function for mailcap-file-default-commands from "mailcap".
6619 (dired-read-shell-command): Set local minibuffer-default-add-function
6620 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
6621 before calling read-shell-command. Remove dired-read-shell-command-default
6622 from the default value arg because default values are not set in
6623 minibuffer-default-add-dired-shell-commands. Doc fix.
6624
6625 * dired-x.el (dired-smart-shell-command): Sync arguments and
6626 interactive spec with changes in `shell-command'.
6627 Use dired-get-filename to get the dired file name at point
6628 as the default value in dired mode.
6629
6630 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
6631
6632 * info.el (Info-complete-menu-item): Add missing parenthesis.
6633
6634 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6635
6636 * info.el (Info-complete-menu-item): Save point.
6637
6638 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
6639
6640 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
6641
6642 2008-04-22 Andreas Schwab <schwab@suse.de>
6643
6644 * Makefile.in (emacs-deps): Define.
6645 Use it instead of $(lisp)/subdirs.el.
6646
6647 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6648
6649 * vc.el (vc-next-action): Do not consider directories when
6650 checking for state compatibility.
6651 (vc-transfer-file): Use when not if.
6652 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
6653 (vc-dir-mark-file): Use them.
6654 (vc-deduce-fileset): Also return the backend.
6655 (vc-diff-internal): Take as argument the value returned by
6656 vc-deduce-fileset instead of just the fileset.
6657 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
6658 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
6659 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
6660
6661 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
6662
6663 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
6664 set-window-vscroll but image-scroll-down. Fixes a bug where a
6665 command following SPC scrolled up again.
6666
6667 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
6668
6669 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
6670 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
6671 (gud-watch): Add "$" prefix when in registers buffer.
6672
6673 2008-04-22 Glenn Morris <rgm@gnu.org>
6674
6675 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
6676
6677 * whitespace.el (whitespace-display-table)
6678 (whitespace-display-table-was-local): Move definitions before use.
6679
6680 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
6681 (copyright-limit): Respect copyright-at-end-flag.
6682 (copyright-re-search, copyright-start-point)
6683 (copyright-offset-too-large-p): New functions.
6684 (copyright-update-year): Use copyright-re-search.
6685 (copyright-update, copyright-fix-years): Use copyright-start-point,
6686 and copyright-re-search.
6687 (copyright): Use copyright-offset-too-large-p.
6688 * add-log.el (change-log-mode): Set copyright-at-end-flag.
6689
6690 * add-log.el (top-level): Require 'cl when compiling.
6691
6692 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6693
6694 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
6695 Treat minibuffer-completion-predicate as a predicate.
6696
6697 * minibuffer.el (completion--file-name-table): Accept both the old
6698 `dir' arg or the new `pred' arg.
6699
6700 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
6701 `predicate' argument to pass non-predicate data.
6702 (ffap-read-url-internal, ffap-read-file-or-url-internal):
6703 Use second arg as proper predicate.
6704
6705 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
6706 (vc-bzr-revision-completion-table): Use completion-table-with-context
6707 instead.
6708
6709 * simple.el (choose-completion-string): Use minibuffer-completion-table.
6710
6711 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
6712
6713 * term.el (term-emulate-terminal): Perform redisplay after the
6714 process filter has finished running.
6715
6716 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
6719
6720 * minibuffer.el (completion-try-completion): Change magic symbol
6721 property name. Rename from minibuffer-try-completion.
6722 (completion-all-completions): Rename from minibuffer-all-completions.
6723 Remove hide-spaces argument.
6724 (completion--do-completion): Rename from minibuffer--do-completion.
6725 (minibuffer-complete-and-exit): Call just try-completion rather than
6726 completion-try-completion to fix up the case.
6727 (completion--try-word-completion): Try to add space or hyphen before
6728 making `string' a prefix of `completion'.
6729 (completion--insert-strings): Rename from minibuffer--insert-strings.
6730
6731 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6732
6733 * net/tls.el (tls-program): Add -ign_eof argument to call the
6734 openssl commands.
6735 (tls-checktrust): Ditto.
6736
6737 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6738
6739 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
6740
6741 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
6742 (vc-check-master-templates, vc-file-not-found-hook)
6743 (vc-kill-buffer-hook):
6744 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
6745 (vc-find-position-by-context, vc-buffer-context)
6746 (vc-restore-buffer-context, vc-responsible-backend)
6747 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
6748 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
6749 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
6750 (vc-version-diff, vc-diff, vc-insert-headers)
6751 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
6752 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
6753 (vc-revert, vc-rollback, vc-version-backup-file)
6754 (vc-rename-master, vc-delete-file, vc-rename-file)
6755 (vc-branch-part, vc-default-retrieve-snapshot)
6756 (vc-annotate-display-autoscale, vc-annotate-display-select)
6757 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
6758 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
6759 (vc-dir-update): Handle directories.
6760 (vc-default-status-printer): Simplify.
6761
6762 * progmodes/asm-mode.el (asm-mode-map):
6763 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
6764
6765 * progmodes/m4-mode.el (m4-mode-map): Add menu.
6766
6767 2008-04-21 Kenichi Handa <handa@m17n.org>
6768
6769 * select.el (xselect-convert-to-string): Send a C_STRING only if
6770 the polymorphic target TEXT is requested.
6771
6772 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
6773
6774 * minibuffer.el (completion-setup-hook, display-completion-list)
6775 (completion--file-name-table): Fix typos in docstrings.
6776 (completion-table-dynamic): Fix typo, and reflow docstring.
6777
6778 2008-04-20 Andreas Schwab <schwab@suse.de>
6779
6780 * server.el (server-switch-buffer): Also consider clients in the
6781 selected frame.
6782
6783 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6784
6785 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6786 Select window clicked on first.
6787 (gdb): Display thread number in mode-line.
6788 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
6789 (gdb-breakpoints-header): New variable.
6790 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
6791
6792 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6793
6794 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
6795 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
6796 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
6797 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6798 (vc-sccs-print-log): Use it.
6799
6800 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
6801
6802 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
6803 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
6804
6805 * tooltip.el (tooltip-previous-message): New var.
6806 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
6807 the C code (avoid overwriting a minibuffer, restore previous echo
6808 message, ...).
6809 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
6810 Simplify.
6811
6812 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6813
6814 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
6815 (gdb-init-1): Initialise it.
6816 (gdb-annotation-rules): New entry for "new-thread".
6817 (gdb-thread-identification): New function to customize
6818 mode-line-buffer-identification.
6819 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
6820 (gdb-assembler-mode): Use it.
6821 (gdb-threads-mode): Force "info threads" onto queue.
6822
6823 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6824
6825 * files.el (locate-file-completion-table): Rename from
6826 locate-file-completion and make it use `pred' in the normal way.
6827 (locate-file-completion): New compatibility wrapper.
6828 (load-library): Use locate-file-completion-table.
6829 * finder.el (finder-commentary):
6830 * subr.el (locate-library):
6831 * emacs-lisp/find-func.el (find-library): Likewise.
6832 * info.el: Use with-current-buffer and inhibit-read-only.
6833 (Info-read-node-name-2): Change to use `predicate' in the normal way.
6834 (Info-read-node-name-1): Adjust uses accordingly.
6835
6836 * minibuffer.el (completion-table-with-context): Add support for `pred'.
6837 (completion-table-with-terminator): Don't use complete-with-action
6838 since we have to distinguish all three cases anyway.
6839 (completion-table-with-predicate): New function.
6840 (dynamic-completion-table): Add obsolete alias.
6841
6842 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
6843
6844 2008-04-18 Sam Steingold <sds@gnu.org>
6845
6846 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
6847 Use quit-window instead of bury-buffer.
6848
6849 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * minibuffer.el (completion-table-with-terminator): Fix last fix.
6852
6853 2008-04-18 Andreas Schwab <schwab@suse.de>
6854
6855 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6856 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6857 Depend on $(lisp)/subdirs.el.
6858
6859 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
6860
6861 * descr-text.el (describe-char-after):
6862 Use `define-obsolete-function-alias'.
6863
6864 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
6865
6866 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
6867
6868 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
6869 Remove redundant obsolescence info in docstring.
6870
6871 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6872 (vc-header-alist): Add WHEN to obsolescence declaration.
6873 (vc-state): Fix typo in docstring.
6874
6875 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
6876 Use `define-obsolete-variable-alias'.
6877
6878 * emulation/tpu-edt.el (tpu-have-ispell):
6879 * international/codepage.el (codepage-setup):
6880 Fix typo in obsolescence declaration.
6881
6882 * international/mule.el (char-coding-system-table):
6883 Remove redundant obsolescence info in docstring.
6884 (charset-list, generic-char-p, set-char-table-default):
6885 Fix typos in obsolescence decarations.
6886
6887 * international/mule-diag.el (non-iso-charset-alist):
6888 Fix typo in obsolescence declaration.
6889 (decode-codepage-char): Remove redundant obsolescence info in docstring.
6890
6891 * font-core.el (font-lock-defaults-alist):
6892 * font-lock.el (font-lock-reference-face):
6893 * frame.el (screen-height, screen-width, set-screen-width)
6894 (set-screen-height):
6895 * hilit-chg.el (highlight-changes-initial-state):
6896 * isearch.el (isearch-return-char):
6897 * log-edit.el (cvs-commit-buffer-require-final-newline)
6898 (cvs-changelog-full-paragraphs):
6899 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
6900 (mouse-popup-menubar-stuff):
6901 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
6902 (mouse-wheel-click-button):
6903 * outline.el (outline-visible):
6904 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
6905 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
6906 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
6907 * progmodes/compile.el (compile-internal):
6908 Add WHEN to obsolescence declarations.
6909
6910 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6911
6912 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
6913 is not better anyway.
6914
6915 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6916
6917 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
6918 properly.
6919
6920 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6921
6922 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
6923 (python-use-skeletons): Remove, unused.
6924 (python-skeletons): Remove. Use the abbrev table instead.
6925 (python-mode-abbrev-table): Fix regexp;
6926 add enable-function and case-fixed.
6927 (def-python-skeleton): Simplify.
6928 (python-expand-template): Use the abbrev-table and abbrev-insert.
6929 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
6930 Remove.
6931 (python-mode): Don't set pre-abbrev-expand-hook.
6932
6933 * skeleton.el: Set coding-tag.
6934
6935 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
6936 (expand-abbrev): Use it.
6937 (abbrev-table-menu): New function.
6938
6939 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
6940
6941 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
6942
6943 2008-04-17 Sam Steingold <sds@gnu.org>
6944
6945 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
6946 idiosyncratic bury-buffer/delete-window logic.
6947
6948 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
6949
6950 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
6951 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
6952
6953 2008-04-17 Kenichi Handa <handa@m17n.org>
6954
6955 * international/characters.el: Don't make the width of U+00AD to 0.
6956
6957 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
6958
6959 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
6960 (gdb, gdb-starting, gdb-frames-mode): Use it.
6961 (gdb-invalidate-frames): Advise to call "info stack" only if
6962 execution has occurred.
6963 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
6964 selected frame if no execution has occurred.
6965 (gdb-frames-force-update): New interactive function.
6966 (gdb-frames-mode-map): Bind it to "F".
6967
6968 2008-04-17 Michael Olson <mwolson@gnu.org>
6969
6970 * textmodes/remember.el (remember-version): Release Remember 2.0.
6971
6972 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
6973
6974 * textmodes/artist.el:
6975 * progmodes/vhdl-mode.el:
6976 * progmodes/verilog-mode.el:
6977 * progmodes/vera-mode.el:
6978 * progmodes/simula.el:
6979 * progmodes/ps-mode.el:
6980 * progmodes/cmacexp.el:
6981 * obsolete/hilit19.el:
6982 * emulation/viper.el:
6983 * ediff.el: Cleanup the bug-report email addresses and make sure the
6984 maintainer is still willing to handle bug reports.
6985
6986 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6987
6988 * vc.el (vc-dir-kill-query): Fix thinko.
6989
6990 2008-04-16 Glenn Morris <rgm@gnu.org>
6991
6992 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
6993 by diary-sexp-entry.
6994
6995 2008-04-16 Markus Triska <markus.triska@gmx.at>
6996
6997 * proced.el (proced-command-alist): Add support for darwin.
6998
6999 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7000
7001 * proced.el (proced-mode): Redefine as just the major-mode.
7002 (proced): Separate it from proced-mode.
7003
7004 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
7005
7006 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7007
7008 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
7009 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
7010 `tab-width' setting from user. New version 10.0. Doc and docstring
7011 fix.
7012 (whitespace-style, whitespace-chars): Remove options.
7013 (whitespace-style-mark): New option, replace whitespace-style deleted
7014 option. Fix docstring.
7015 (whitespace-style-color): New option, replace whitespace-chars deleted
7016 option. Fix docstring.
7017 (whitespace-space, whitespace-hspace, whitespace-tab)
7018 (whitespace-newline, whitespace-trailing, whitespace-line)
7019 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7020 (whitespace-space-after-tab, whitespace-hspace-regexp)
7021 (whitespace-space-regexp, whitespace-tab-regexp)
7022 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7023 (whitespace-empty-at-eob-regexp, whitespace-line-column)
7024 (whitespace-toggle-option-alist): Fix docstring.
7025 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7026 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
7027 docstring and initialization.
7028 (global-whitespace-mode): Autoloaded global minor mode.
7029 (whitespace-chars-value-list, whitespace-style-value-list)
7030 (whitespace-active-chars, whitespace-active-style)
7031 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
7032 (whitespace-color-value-list): New var, replace
7033 whitespace-chars-value-list removed var.
7034 (whitespace-mark-value-list): New var, replace
7035 whitespace-style-value-list removed var.
7036 (whitespace-active-color): New var, replace whitespace-active-chars
7037 removed var.
7038 (whitespace-active-mark): New var, replace whitespace-active-style
7039 removed var.
7040 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
7041 removed var.
7042 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
7043 removed var.
7044 (whitespace-toggle-option-alist, whitespace-report-list)
7045 (whitespace-report-text, whitespace-help-text): Fix initialization.
7046 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
7047 (whitespace-toggle-options, global-whitespace-toggle-options)
7048 (whitespace-cleanup-region, whitespace-report-region)
7049 (whitespace-interactive-char): Fix docstring and code.
7050 (whitespace-cleanup, whitespace-report): Fix docstring.
7051 (whitespace-replace-spaces-by-tabs): Remove fun.
7052 (whitespace-replace-action): New fun, replace
7053 whitespace-replace-spaces-by-tabs removed fun.
7054 (whitespace-regexp, whitespace-indentation-regexp)
7055 (whitespace-space-after-tab-regexp, whitespace-insert-value)
7056 (whitespace-kill-buffer): New funs.
7057 (whitespace-insert-option-mark, whitespace-help-on)
7058 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
7059 (whitespace-color-on, whitespace-color-off)
7060 (whitespace-display-char-on): Fix code.
7061
7062 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7063
7064 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
7065 (mouse-throw-magnifier-with-mouse-movement): Remove.
7066 (mouse-throw-magnifier-base): New const.
7067 (mouse-drag-scroll-delta): New fun.
7068 (mouse-drag-throw): Use it.
7069
7070 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
7071
7072 * international/uni-bidi.el, international/uni-category.el:
7073 * international/uni-combining.el, international/uni-comment.el:
7074 * international/uni-decimal.el, international/uni-decomposition.el:
7075 * international/uni-digit.el, international/uni-lowercase.el:
7076 * international/uni-mirrored.el, international/uni-name.el:
7077 * international/uni-numeric.el, international/uni-old-name.el:
7078 * international/uni-titlecase.el, international/uni-uppercase.el:
7079 * international/charprop.el: Regenerate.
7080
7081 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7082
7083 * vc.el (vc-status-fileinfo): Add new member directoryp.
7084 (vc-default-status-printer): Print directories.
7085 (vc-status-update): Sort files before subdirectories.
7086
7087 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7088 Add alternative implementation based on "cvs update".
7089
7090 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
7091
7092 * doc-view.el: Changed requirements section to tell that only one
7093 of dvipdf or dvipdfm is needed.
7094 (doc-view-already-converted-p): Fix bug that forced reconversion
7095 if doc was already converted.
7096
7097 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7098
7099 * minibuffer.el (minibuffer-message):
7100 Make sure we can put-text-property.
7101
7102 * emacs-lisp/crm.el: Complete rewrite.
7103
7104 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
7105 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
7106 case of an error in display-completion-list.
7107
7108 * filecache.el (file-cache-completions-keymap): Move init from
7109 file-cache-completion-setup-function into declaration.
7110 (file-cache-minibuffer-complete): Simplify.
7111 (file-cache-completion-setup-function): Use standard-output,
7112 preserve current-buffer.
7113
7114 * vc.el (vc-status-update): Fix typo.
7115 (vc-status-update): Set needs-update.
7116 (vc-status-refresh): η-reduce.
7117
7118 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
7119
7120 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
7121 to image-eol.
7122
7123 2008-04-14 Alexandre Julliard <julliard@winehq.org>
7124
7125 * vc.el (vc-status-update): Undo the previous revert.
7126
7127 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7128
7129 * minibuffer.el (completion-table-with-terminator): Those completions
7130 are never valid w.r.t test-completion.
7131 (completion--file-name-table):
7132 Check completion-all-completions-with-base-size.
7133
7134 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
7135
7136 * doc-view.el (doc-view-dvipdf-program): New variable.
7137 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
7138 (doc-view-mode-p): Check for doc-view-dvipdf-program as
7139 alternative for doc-view-dvipdfm-program.
7140 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
7141
7142 * doc-view.el (doc-view-start-process): Don't set
7143 default-directory to "~/" if the current value is valid.
7144 This broke PS files that run other files in the same directory.
7145
7146 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
7147
7148 * vc.el (vc-status-kill-query): New function.
7149 (vc-status-mode): Add it to kill-buffer-query-functions.
7150 (vc-status-show-fileentry): New function.
7151 (vc-status-menu-map): Bind it. Bind vc-next-action.
7152
7153 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7154
7155 * minibuffer.el (minibuffer-message): Put cursor at the right place.
7156
7157 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7158
7159 * proced.el (proced-send-signal): Fix error recognition.
7160
7161 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7162
7163 * proced.el (proced-command-alist): Remove sort column.
7164 (proced-command, proced-procname-column):
7165 Use make-variable-buffer-local.
7166 (proced-signal-function): Rename from proced-kill-program.
7167 Allow for elisp symbols and string values representing system calls.
7168 (proced-marker-regexp, proced-success-message): New functions.
7169 (proced): Use defalias. Add autoload cookie.
7170 (proced-unmark-backward, proced-toggle-marks)
7171 (proced-hide-processes): New commands.
7172 (proced-do-mark): Simplify code.
7173 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
7174 (proced-update): Remove sorting.
7175 (proced-send-signal): Display number of processes to operate on.
7176 Allow for system calls or elisp functions to send signals.
7177 Check if signal was sent successfully.
7178
7179 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7180
7181 * minibuffer.el (completion-all-completion-with-base-size): New var.
7182 (completion--some): New function.
7183 (completion-table-with-context, completion--file-name-table):
7184 Return the base-size if requested.
7185 (completion-table-in-turn): Generalize to multiple arguments.
7186 (complete-in-turn): Compatibility alias.
7187 (completion-styles-alist): New var.
7188 (completion-styles): New customization.
7189 (minibuffer-try-completion, minibuffer-all-completions):
7190 New functions.
7191 (minibuffer--do-completion, minibuffer-complete-and-exit)
7192 (minibuffer-try-word-completion): Use them.
7193 (display-completion-list, minibuffer-completion-help): Use them.
7194 Handle all-completions's new base-size info to set completion-base-size.
7195 * info.el (Info-read-node-name-1): Use completion-table-with-context,
7196 completion-table-with-terminator and complete-with-action.
7197 Remove the now obsolete completion-base-size-function property.
7198 * simple.el (completion-list-mode-map): Move init into declaration.
7199 (completion-list-mode): Use define-derived-mode.
7200 (completion-setup-function): Use any completion-base-size that may
7201 have been set before. Remove handling of completion-base-size-function.
7202 * loadup.el: Move abbrev.el up earlier.
7203
7204 2008-04-13 Alexandre Julliard <julliard@winehq.org>
7205
7206 * vc-git.el (vc-git-after-dir-status-stage)
7207 (vc-git-dir-status-goto-stage): New functions.
7208 (vc-git-after-dir-status-stage1)
7209 (vc-git-after-dir-status-stage1-empty-db)
7210 (vc-git-after-dir-status-stage2): Remove, functionality moved
7211 into the new generic stage functions.
7212 (vc-git-dir-status-files): New function.
7213
7214 * vc.el (vc-status-update): Revert an incorrect rewrite.
7215 Add some comments.
7216 (vc-status-refresh-files): New function.
7217 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
7218 state of up-to-date files.
7219 (vc-default-dir-status-files): New function.
7220
7221 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
7222
7223 * minibuffer.el (completion--embedded-envvar-table)
7224 (read-file-name-internal): Fix typos in 2008-04-11 change.
7225
7226 * faces.el (read-face-name): Use `completion-table-in-turn',
7227 not `complete-in-turn'.
7228
7229 2008-04-13 Andreas Schwab <schwab@suse.de>
7230
7231 * progmodes/etags.el: Require 'cl when compiling.
7232
7233 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
7234
7235 * progmodes/gud.el (gud-menu-map): Expand tooltip.
7236
7237 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
7238 (menu): Add/expand menu tooltips.
7239
7240 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7241
7242 * progmodes/sh-script.el (sh-show-indent): Fix typo.
7243 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
7244
7245 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
7246 considered registered.
7247
7248 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7249
7250 * emacs-lisp/copyright.el (copyright-update-directory): New command.
7251
7252 * ediff-wind.el (ediff-split-window-function)
7253 (ediff-merge-split-window-function): Improve custom type.
7254
7255 2008-04-12 Eli Zaretskii <eliz@gnu.org>
7256
7257 * loadup.el ("minibuffer"): Move after "faces".
7258
7259 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7260
7261 * progmodes/hideif.el (hif-factor): Handle unary minus.
7262
7263 2008-04-12 Glenn Morris <rgm@gnu.org>
7264
7265 * calendar/cal-china.el (chinese-calendar-time-zone):
7266 Mark obsolete name as risky too.
7267
7268 * calendar/calendar.el (calendar-faces): New custom group.
7269 (calendar-today, diary, holiday): Doc fix.
7270 Move to calendar-faces group.
7271 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
7272 (diary-button): Doc fix. Move to calendar-faces group.
7273
7274 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7275 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
7276 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
7277 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
7278 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
7279 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
7280 not in dumped files before the associated defcustom.
7281
7282 2008-04-11 Johan Bockgård <bojohan@gnu.org>
7283
7284 * minibuffer.el (lazy-completion-table): Fix debug spec.
7285
7286 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7287
7288 * minibuffer.el (complete-with-action, lazy-completion-table):
7289 Move from subr.el.
7290 (apply-partially, completion-table-dynamic)
7291 (completion-table-with-context, completion-table-with-terminator)
7292 (completion-table-in-turn): New funs.
7293 (completion--make-envvar-table, completion--embedded-envvar-table):
7294 New funs.
7295 (read-file-name-internal): Use them.
7296 (completion-setup-hook): Move from simple.el.
7297 * subr.el (complete-with-action, lazy-completion-table):
7298 * simple.el (completion-setup-hook): Move to minibuffer.el.
7299
7300 2008-04-11 Glenn Morris <rgm@gnu.org>
7301
7302 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
7303
7304 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7305
7306 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
7307
7308 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
7309
7310 * textmodes/fill.el (fill-forward-paragraph-function): New var.
7311 (fill-forward-paragraph): New fun.
7312 (fill-paragraph, fill-region): Use it.
7313
7314 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
7315 (vc-status-create-fileinfo): Make `extra' optional.
7316 (vc-status-busy): New fun.
7317 (vc-status-menu-map): Use it.
7318 (vc-status-crt-marked): Remove.
7319 (vc-status-update): Rename from vc-status-add-entries.
7320 Add argument so as to prevent addition of entries. Rewrite.
7321 (vc-update-vc-status-buffer): Remove.
7322 (vc-status-refresh): Don't remove old entries, set them to
7323 up-to-date instead. Also do it after the update is complete.
7324 (vc-status-marked-files): η-reduce.
7325
7326 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
7327 for non-dialogs.
7328
7329 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
7330
7331 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
7332
7333 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
7334
7335 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
7336 to t and don't truncate msg.
7337
7338 2008-04-11 Glenn Morris <rgm@gnu.org>
7339
7340 * calendar/calendar.el (diary, holidays):
7341 Move custom groups to other files.
7342 (holiday-general-holidays, holiday-oriental-holidays)
7343 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
7344 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7345 (holiday-hebrew-holidays, holiday-christian-holidays)
7346 (holiday-islamic-holidays, holiday-bahai-holidays)
7347 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
7348 * calendar/diary-lib.el: Move custom group here from calendar.el.
7349 * calendar/holidays.el: Move custom group and variables here
7350 from calendar.el.
7351
7352 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
7353
7354 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7355 Fix custom group.
7356 (calendar-current-time-zone-cache): Autoload riskiness.
7357
7358 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
7359
7360 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
7361
7362 * woman.el (woman2-TH): Use string-equal instead of string-match.
7363
7364 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7365
7366 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
7367 (smerge-resolve): Merge the "2-way refinement" case with one half of
7368 the "mere whitespace" resolution.
7369
7370 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7371
7372 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
7373
7374 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
7375
7376 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7377 Add WHEN to obsolescence declaration.
7378
7379 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
7380
7381 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7382
7383 * vc-hooks.el (vc-state): Add new state `conflict'.
7384 (vc-after-save): Use when not if.
7385 (vc-default-mode-line-string): Deal with the conflict state.
7386 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
7387
7388 * vc.el (vc-editable-p, vc-default-status-printer)
7389 (vc-next-action): Deal with the conflict state.
7390 (vc-mark-resolved): New function.
7391 (vc-status-mode): Fix mode name.
7392 (vc-default-comment-history): Use when not if.
7393 (Todo): Add new entries, remove old ones.
7394
7395 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
7396 (vc-cvs-parse-status, vc-cvs-after-dir-status):
7397 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
7398 Detect the conflict state.
7399
7400 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
7401
7402 2008-04-10 Glenn Morris <rgm@gnu.org>
7403
7404 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
7405 Respect truncate-partial-width-windows in non-full windows,
7406 with regards to :toggle and :enable state.
7407
7408 * simple.el (toggle-truncate-lines): Doc fix.
7409
7410 * Makefile.in (MH_E_DIR): New variable.
7411 (MH_E_SRC): Restore variable removed 2008-03-13.
7412 (mh-loaddefs.el): Depend on $MH_E_SRC.
7413 (CAL_DIR, CAL_SRC): New variables.
7414 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
7415 Depend on CAL_SRC.
7416
7417 * calendar/calendar.el (calendar, diary): Add :prefix.
7418 (holidays): Change :prefix.
7419 (calendar-today, holiday, calendar-holiday-marker)
7420 (european-calendar-style): Change custom groups.
7421
7422 * calendar/calendar.el (diary-hook, diary-display-hook):
7423 Move to diary-lib.el.
7424 * calendar/diary-lib.el (diary-hook, diary-display-hook):
7425 Move here from calendar.el.
7426 * calendar/appt.el: Require diary-lib rather than calendar.
7427 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
7428
7429 * calendar/appt.el (appt): Add :prefix.
7430
7431 * calendar/diary-lib.el (diary-hook): Doc fix.
7432 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
7433
7434 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7435
7436 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
7437 New functions.
7438
7439 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
7440 the arg to recursive calls.
7441
7442 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7443
7444 * minibuffer.el (completion-auto-help): Fix typo.
7445
7446 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7447
7448 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
7449
7450 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
7451
7452 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
7453 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
7454
7455 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
7458
7459 * minibuffer.el (minibuffer): Move group from cus-edit.el.
7460 (completion-auto-help): Move from C code.
7461 (minibuffer--maybe-completion-help): Remove.
7462 (minibuffer--bitset): New function.
7463 (minibuffer--do-completion): Rename from minibuffer-do-completion.
7464 Renumber a bit. Really complete on string *before* point.
7465 Add argument used for word-completion.
7466 Join trailing / in completion with following text, as done in
7467 minibuffer-complete-word.
7468 Handle new value `lazy' for completion-auto-help.
7469 (minibuffer-try-word-completion): New function extracted from
7470 minibuffer-complete-word.
7471 (minibuffer-complete-word): Use minibuffer--do-completion.
7472 (minibuffer--insert-strings): Rename from
7473 minibuffer-complete-insert-strings.
7474 (exit-minibuffer): Fix typo.
7475 * cus-edit.el (minibuffer): Move group to minibuffer.el.
7476 * cus-start.el: Remove completion-auto-help.
7477
7478 2008-04-09 Alexandre Julliard <julliard@winehq.org>
7479
7480 * vc.el (vc-status-add-entries): New function.
7481 (vc-status-add-entry): Remove.
7482 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
7483 Use vc-status-add-entries.
7484
7485 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
7486 order.
7487
7488 2008-04-09 Jason Rumney <jasonr@gnu.org>
7489
7490 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
7491 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
7492 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
7493 (AUTOGENEL): New variable.
7494 (distclean, maintainer-clean): New targets.
7495
7496 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
7497
7498 * emacs-lisp/regexp-opt.el (regexp-opt):
7499 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
7500
7501 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
7502
7503 * nxml/nxml-mode.el (nxml-cleanup): New function.
7504 (nxml-mode): Add it to change-major-mode-hook.
7505
7506 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7507
7508 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
7509
7510 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7511
7512 * calc/.cvsignore: New file.
7513
7514 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7515
7516 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
7517
7518 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
7519 show-help-function when turning tooltip off.
7520 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
7521 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
7522
7523 2008-04-09 Alan Mackenzie <acm@muc.de>
7524
7525 * font-lock.el (font-lock-extend-after-change-region-function):
7526 Make it buffer local.
7527
7528 2008-04-09 Glenn Morris <rgm@gnu.org>
7529
7530 * calendar/calendar.el (diary-file, european-calendar-style):
7531 Remove autoload cookies.
7532
7533 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7534
7535 * outline.el (outline-mode-menu-bar-map):
7536 * log-view.el (log-view-mode-menu):
7537 * log-edit.el (log-edit-menu): Add :help.
7538
7539 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
7540
7541 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7542 Use substring-no-properties for correct handling of unibyte strings.
7543
7544 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7545
7546 * add-log.el (change-log-next-buffer): Handle the case where version<
7547 signals an error.
7548
7549 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
7550 mouse-major-mode-menu.
7551 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
7552 (mouse-major-mode-menu, mouse-popup-menubar)
7553 (mouse-popup-menubar-stuff): Use them.
7554 (C-down-mouse-3): Bind to a dynamic map rather than to
7555 mouse-popup-menubar-stuff.
7556
7557 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
7558 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
7559
7560 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7561
7562 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
7563 file:// access method.
7564
7565 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7566
7567 * minibuffer.el: New file.
7568 * loadup.el: Load it.
7569
7570 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7571
7572 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
7573 rather than subdirs.el. It introduces an ugly circular dependency, tho.
7574
7575 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
7576 (calc-mode-map, calc-digit-map, calc-dispatch-map):
7577 Move initialization into declaration.
7578 * calc/calc-yank.el:
7579 * calc/calc-misc.el:
7580 * calc/calc-embed.el:
7581 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
7582
7583 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
7584
7585 * ps-samp.el (ps-add-printer, ps-remove-printer)
7586 (ps-make-dynamic-printer-menu): New functions.
7587
7588 * net/zeroconf.el: New file.
7589
7590 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7591
7592 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
7593
7594 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7595
7596 * vc-rcs.el (vc-rcs-modify-change-comment):
7597 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
7598
7599 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
7600
7601 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
7602
7603 * international/mule-cmds.el (set-locale-environment): Don't warn if
7604 coding system doesn't agree with system locale (this reverts changes
7605 by Dave Love, dated 2002-10-27 and 2002-10-09).
7606
7607 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7608 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
7609
7610 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
7611
7612 2008-04-08 Glenn Morris <rgm@gnu.org>
7613
7614 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
7615 * textmodes/remember.el (remember-diary-convert-entry):
7616 Require calendar.
7617
7618 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
7619 diary-file, since it is the default for make-diary-entry anyway.
7620
7621 * calendar/cal-menu.el (cal-menu-event-to-date):
7622 Rename calendar-event-to-date. Update callers.
7623 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
7624 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
7625 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
7626 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
7627 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
7628 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
7629 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
7630 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
7631 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
7632 (calendar-mouse-tex-month-landscape):
7633 Rename cal-tex-mouse-month-landscape.
7634 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
7635 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
7636 (calendar-mouse-tex-year-landscape):
7637 Rename cal-tex-mouse-year-landscape.
7638 (cal-menu-context-mouse-menu): Update for above name changes.
7639
7640 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7641 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7642 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
7643 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
7644 * calendar/holidays.el: Replace int-to-string with number-to-string.
7645
7646 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
7647
7648 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
7649 region if point moves.
7650
7651 2008-04-08 Kenichi Handa <handa@m17n.org>
7652
7653 * faces.el (font-slant-table): Change numeric values for `r',
7654 `roman', and `normal'.
7655
7656 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
7657
7658 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
7659
7660 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
7661
7662 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
7663 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
7664
7665 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
7666
7667 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
7668 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
7669
7670 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
7673
7674 2008-04-07 Sam Steingold <sds@gnu.org>
7675
7676 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
7677 Add helper functions.
7678 (lisp-do-defun): Extract the common part of lisp-eval-defun and
7679 lisp-compile-defun; DEFVAR forms reset the variables to the init
7680 values, just like in emacs-lisp mode eval-defun.
7681 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
7682 (lisp-compile-region): Use lisp-compile-string.
7683
7684 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * subr.el (combine-and-quote-strings): Also quote strings that contain
7687 the separator.
7688
7689 * pcvs-util.el (cvs-map): Avoid recursion :-(
7690
7691 2008-04-07 Glenn Morris <rgm@gnu.org>
7692
7693 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
7694
7695 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
7696 view-diary-entries-initially. Keep old name as alias, update users.
7697 (calendar-mark-diary-entries-flag): Rename
7698 mark-diary-entries-in-calendar. Keep old name as alias, update users.
7699 (calendar-view-holidays-initially-flag): Rename
7700 view-calendar-holidays-initially. Keep old name as alias, update users.
7701 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
7702 Keep old name as alias, update users.
7703 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
7704 Keep old name as alias, update users.
7705 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
7706 Keep old name as alias, update users.
7707 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
7708 Keep old name as alias, update users.
7709 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
7710 (diary-american-date-forms): Rename american-date-diary-pattern.
7711 Keep old name as alias, update users.
7712 (diary-european-date-forms): Rename european-date-diary-pattern.
7713 Keep old name as alias, update users.
7714 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
7715 Keep old name as alias, update users.
7716 (calendar-european-date-display-form): Rename
7717 european-calendar-display-form. Keep old name as alias, update users.
7718 (calendar-american-date-display-form): Rename
7719 european-calendar-display-form. Keep old name as alias, update users.
7720 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
7721 Keep old name as alias, update users.
7722 (holiday-general-holidays): Rename general-holidays.
7723 Keep old name as alias, update users.
7724 (holiday-oriental-holidays): Rename oriental-holidays.
7725 Keep old name as alias, update users.
7726 (holiday-local-holidays): Rename local-holidays.
7727 Keep old name as alias, update users.
7728 (holiday-other-holidays): Rename other-holidays.
7729 Keep old name as alias, update users.
7730 (holiday-hebrew-holidays): Rename hebrew-holidays.
7731 Keep old name as alias, update users.
7732 (holiday-christian-holidays): Rename christian-holidays.
7733 Keep old name as alias, update users.
7734 (holiday-islamic-holidays): Rename islamic-holidays.
7735 Keep old name as alias, update users.
7736 (holiday-bahai-holidays): Rename bahai-holidays.
7737 Keep old name as alias, update users.
7738 (holiday-solar-holidays): Rename solar-holidays.
7739 Keep old name as alias, update users.
7740 (diary-fancy-buffer): Rename fancy-diary-buffer.
7741 Keep old name as alias, update users.
7742 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
7743 Update users.
7744 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
7745 Update users.
7746 (calendar-increment-month): Rename increment-calendar-month.
7747 Keep old name as alias, update callers.
7748 (calendar-increment-month-cons): Rename old calendar-increment-month.
7749 Update callers.
7750 (calendar-extract-month): Rename extract-calendar-month.
7751 Keep old name as alias, update callers.
7752 (calendar-extract-day): Rename extract-calendar-day.
7753 Keep old name as alias, update callers.
7754 (calendar-extract-year): Rename extract-calendar-year.
7755 Keep old name as alias, update callers.
7756 (calendar-generate-window): Rename generate-calendar-window.
7757 Update callers.
7758 (calendar-generate): Rename generate-calendar. Update callers.
7759 (calendar-generate-month): Rename generate-calendar-month.
7760 Update callers.
7761 (calendar-redraw): Rename redraw-calendar. Update callers.
7762 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
7763 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
7764 Update callers.
7765 (calendar-update-mode-line): Rename update-calendar-mode-line.
7766 Update callers.
7767 (calendar-exit): Rename exit-calendar. Keep old name as alias,
7768 update callers.
7769 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
7770 Keep old name as alias, update callers.
7771 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7772 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
7773 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
7774 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
7775 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
7776 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
7777 * calendar/solar.el: Update for calendar.el name changes.
7778 * org/org.el (org-agenda-format-date-aligned)
7779 (org-agenda-execute-calendar-command): Access date elements directly
7780 rather than using calendar functions.
7781 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
7782 Also set calendar-view-diary-initially-flag,
7783 calendar-view-holidays-initially-flag.
7784 (org-get-entries-from-diary): Also set diary-fancy-buffer.
7785 (org-agenda-execute-calendar-command): No need to set displayed-day.
7786
7787 2008-04-06 Alan Mackenzie <acm@muc.de>
7788
7789 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
7790 typo in the doc string.
7791
7792 * progmodes/cc-mode.el (c-basic-common-init):
7793 Set font-lock-extend-after-change-region-function.
7794 (c-extend-after-change-region): New function, used in
7795 font-lock-extend-after-change-region-function, thus superseding
7796 advice on the Font Lock after change functions.
7797 (c-advise-fl-for-region): Remove this macro.
7798
7799 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7800
7801 * textmodes/flyspell.el (flyspell-duplicate-distance):
7802 Improve custom type.
7803
7804 2008-04-06 Glenn Morris <rgm@gnu.org>
7805
7806 * calendar/diary-lib.el (diary-sexp-entry-symbol):
7807 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
7808 (diary-list-entries-hook): Rename list-diary-entries-hook.
7809 Keep old name as alias, update users.
7810 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
7811 Keep old name as alias, update users.
7812 (diary-nongregorian-listing-hook): Rename
7813 nongregorian-diary-listing-hook. Keep old name as alias, update users.
7814 (diary-nongregorian-marking-hook): Rename
7815 nongregorian-diary-marking-hook. Keep old name as alias, update users.
7816 (diary-print-entries-hook): Rename print-diary-entries-hook.
7817 Keep old name as alias, update users.
7818 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
7819 Keep old name as alias, update users.
7820 (diary-number-of-entries): Rename number-of-diary-entries.
7821 Keep old name as alias, update users.
7822 (view-diary-entries, list-diary-entries, show-all-diary-entries):
7823 Give version of obsolescence.
7824 (diary-view-other-diary-entries): Rename view-other-diary-entries.
7825 Keep old name as alias, update callers.
7826 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
7827 update callers.
7828 (diary-include-other-diary-files): Rename include-other-diary-files.
7829 Keep old name as alias, update callers.
7830 (diary-simple-display): Rename simple-diary-display.
7831 Keep old name as alias, update callers.
7832 (diary-fancy-display): Rename fancy-diary-display.
7833 Keep old name as alias, update callers.
7834 (diary-print-entries): Rename print-diary-entries.
7835 Keep old name as alias, update callers.
7836 (diary-marking-entries-flag): Rename marking-diary-entries.
7837 Update users.
7838 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
7839 (diary-mark-entries): Rename mark-diary-entries.
7840 Keep old name as alias, update callers.
7841 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
7842 Keep old name as alias, update callers.
7843 (diary-mark-included-diary-files): Rename mark-included-diary-files.
7844 Keep old name as alias, update callers.
7845 (calendar-mark-days-named): Rename mark-calendar-days-named.
7846 Keep old name as alias, update callers.
7847 (calendar-mark-month): Rename mark-calendar-month.
7848 Keep old name as alias, update callers.
7849 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
7850 Keep old name as alias, update callers.
7851 (diary-sort-entries): Rename sort-diary-entries.
7852 Keep old name as alias, update callers.
7853 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
7854 Keep old name as alias, update callers.
7855 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
7856 update callers.
7857 (diary-insert-entry): Rename insert-diary-entry.
7858 Keep old name as alias.
7859 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
7860 Keep old name as alias.
7861 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
7862 Keep old name as alias.
7863 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
7864 Keep old name as alias.
7865 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
7866 Keep old name as alias.
7867 (diary-insert-block-entry): Rename insert-block-diary-entry.
7868 Keep old name as alias.
7869 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
7870 Keep old name as alias.
7871 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
7872 Keep old name as alias, update users.
7873 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
7874 Keep old name as alias, update callers.
7875 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7876 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
7877 * calendar/icalendar.el: Update for diary-lib name changes.
7878
7879 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
7880
7881 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
7882
7883 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
7884 for copy, move, and link operations.
7885
7886 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
7887
7888 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
7889 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
7890
7891 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
7892 'require' statements with 1-argument ones (wrapped in if's).
7893 For compatibility with the current stable version of XEmacs.
7894
7895 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7896
7897 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
7898
7899 2008-04-06 Jason Rumney <jasonr@gnu.org>
7900
7901 * language/burmese.el ("Burmese"): Make sample text consistent with
7902 language name.
7903
7904 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
7905
7906 * progmodes/gdb-ui.el (gdb): New group.
7907 (gdb-debug-log-max, gdb-enable-debug)
7908 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
7909 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
7910 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
7911 (gdb-show-changed-values, gdb-max-children)
7912 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
7913 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
7914 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
7915 (gdb-memory-unit): Move to new group from GUD group.
7916 (menu): Allow customization from GDB-UI menu-item.
7917
7918 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
7919
7920 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
7921
7922 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
7925 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7926 Revision numbers can include ".".
7927
7928 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
7929 "+" lines not accounted for by counting "-" and context lines.
7930
7931 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7932
7933 * term/mac-win.el (mac-service-open-file): Use file URL instead of
7934 file name string.
7935
7936 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7937
7938 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
7939 (vc-bzr-annotate-time): Accept space used to preserve alignment.
7940
7941 2008-04-05 Richard Stallman <rms@gnu.org>
7942
7943 * emacs-lisp/advice.el (defadvice): Add usage pattern.
7944
7945 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
7946
7947 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
7948 thread in [h-e-w]).
7949
7950 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
7951
7952 * files.el (abort-if-file-too-large): Fix typo in docstring.
7953
7954 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * subr.el (functionp): Return nil for special forms.
7957
7958 2008-04-05 Glenn Morris <rgm@gnu.org>
7959
7960 * emacs-lisp/autoload.el (autoload-ensure-default-file):
7961 Provide a feature.
7962 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
7963 Require loaddef file rather than loading it.
7964 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
7965 autoload-ensure-default-file provides a feature.
7966
7967 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
7968 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
7969 (compile, compile-always, recompile): Use $LOADDEFS.
7970 (cal-autoloads): Remove.
7971
7972 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
7973 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
7974
7975 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
7976 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
7977
7978 * calendar/calendar.el (diary-hebrew-entry-symbol):
7979 Rename hebrew-diary-entry-symbol. Keep old name as alias.
7980 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
7981 Keep old name as alias.
7982 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
7983 Keep old name as alias.
7984 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
7985 to diary-bahai-entry-symbol.
7986 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
7987 to diary-hebrew-entry-symbol.
7988 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
7989 to diary-islamic-entry-symbol.
7990 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
7991
7992 * calendar/solar.el (diary-sabbath-candles-minutes)
7993 (diary-sabbath-candles): Move to cal-hebrew.
7994 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
7995 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
7996 Doc fix. Keep old name as alias.
7997 (diary-hebrew-sabbath-candles): Simplify.
7998 (solar-setup, solar-sunrise-sunset, calendar-latitude)
7999 (calendar-longitude, calendar-time-zone): Declare for compiler.
8000 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
8001 rename.
8002
8003 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
8004 Rename coptic-calendar-month-name-array. Update callers.
8005 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
8006 (calendar-coptic-name): Rename coptic-name. Update callers.
8007 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
8008 Update callers.
8009 (calendar-coptic-last-day-of-month):
8010 Rename coptic-calendar-last-day-of-month. Update callers.
8011 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
8012 Keep old name as alias, update callers.
8013 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
8014 Keep old name as alias, update callers.
8015 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
8016 Keep old name as alias.
8017 (calendar-ethiopic-month-name-array):
8018 Rename ethiopic-calendar-month-name-array. Update callers.
8019 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
8020 Update callers.
8021 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
8022 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
8023 Keep old name as alias, update callers.
8024 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
8025 Keep old name as alias, update callers.
8026 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
8027 Keep old name as alias.
8028
8029 * calendar/cal-french.el (calendar-french-epoch):
8030 Rename french-calendar-epoch. Update callers.
8031 (calendar-french-month-name-array): Rename variable and function
8032 french-calendar-month-name-array. Update callers.
8033 (calendar-french-multibyte-month-name-array):
8034 Rename french-calendar-multibyte-month-name-array. Update callers.
8035 (calendar-french-day-name-array): Rename variable and function
8036 french-calendar-day-name-array. Update callers.
8037 (calendar-french-special-days-array): Rename variable and function
8038 french-calendar-special-days-array. Update callers.
8039 (calendar-french-multibyte-special-days-array):
8040 Rename french-calendar-multibyte-special-days-array. Update callers.
8041 (calendar-french-accents-p): Rename french-calendar-accents.
8042 Update callers.
8043 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
8044 Update callers.
8045 (calendar-french-last-day-of-month):
8046 Rename french-calendar-last-day-of-month. Update callers.
8047 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
8048 Keep old name as alias, update callers.
8049 (calendar-french-print-date): Rename calendar-print-french-date.
8050 Keep old name as alias, update callers.
8051 (calendar-french-goto-date): Rename calendar-goto-french-date.
8052 Keep old name as alias.
8053
8054 * calendar/cal-menu.el, calendar/calendar.el:
8055 Update for Coptic and French name changes.
8056
8057 * calendar/cal-china.el (calendar-chinese): Rename custom group
8058 from chinese-calendar. Update users.
8059 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
8060 Keep old name as alias, update users.
8061 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
8062 Keep old name as alias.
8063 (calendar-chinese-daylight-time-offset):
8064 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
8065 update users.
8066 (calendar-chinese-standard-time-zone-name):
8067 Rename chinese-calendar-standard-time-zone-name.
8068 Keep old name as alias, update users.
8069 (calendar-chinese-daylight-saving-start):
8070 Rename chinese-calendar-daylight-savings-starts.
8071 Keep old name as alias, update users.
8072 (calendar-chinese-daylight-saving-end):
8073 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
8074 update users.
8075 (calendar-chinese-daylight-saving-start-time):
8076 Rename chinese-calendar-daylight-savings-starts-time.
8077 Keep old name as alias, update users.
8078 (calendar-chinese-daylight-saving-end-time):
8079 Rename chinese-calendar-daylight-savings-ends-time.
8080 Keep old name as alias, update users.
8081 (calendar-chinese-celestial-stem): Rename
8082 calendar-chinese-celestial-stem. Keep old name as alias, update users.
8083 (calendar-chinese-terrestrial-branch):
8084 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
8085 update users.
8086 (calendar-chinese-zodiac-sign-on-or-after):
8087 Rename chinese-zodiac-sign-on-or-after. Update callers.
8088 (calendar-chinese-new-moon-on-or-after):
8089 Rename chinese-new-moon-on-or-after. Update callers.
8090 (calendar-chinese-month-list): Rename chinese-month-list.
8091 Update callers.
8092 (calendar-chinese-number-months): Rename number-chinese-months.
8093 Update callers.
8094 (calendar-chinese-compute-year): Rename compute-chinese-year.
8095 Update callers.
8096 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
8097 (calendar-chinese-year): Rename chinese-year. Update callers.
8098 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
8099 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
8100 Keep old name as alias, update callers.
8101 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
8102 Keep old name as alias, update callers.
8103 (calendar-chinese-months-to-alist):
8104 Rename make-chinese-month-assoc-list. Update callers.
8105 (calendar-chinese-months): Rename chinese-months. Update callers.
8106 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
8107 Keep old name as alias, update callers.
8108
8109 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
8110 Rename hebrew-calendar-leap-year-p. Update callers.
8111 (calendar-hebrew-last-month-of-year):
8112 Rename hebrew-calendar-last-month-of-year. Update callers.
8113 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
8114 Update callers.
8115 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
8116 Update callers.
8117 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
8118 Update callers.
8119 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
8120 Update callers.
8121 (calendar-hebrew-last-day-of-month):
8122 Rename hebrew-calendar-last-day-of-month. Update callers.
8123 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
8124 Keep old name as alias, update callers.
8125 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
8126 Keep old name as alias, update callers.
8127 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
8128 Keep old name as alias, update callers.
8129 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
8130 Keep old name as alias.
8131 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
8132 Keep old name as alias.
8133 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
8134 Keep old name as alias.
8135 (holiday-hebrew-passover): Rename holiday-passover-etc.
8136 Keep old name as alias.
8137 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
8138 Keep old name as alias, update callers.
8139 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
8140 Keep old name as alias.
8141 (calendar-hebrew-mark-date-pattern):
8142 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
8143 update callers.
8144 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
8145 Keep old name as alias.
8146 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
8147 Keep old name as alias.
8148 (diary-hebrew-insert-monthly-entry):
8149 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
8150 (diary-hebrew-insert-yearly-entry):
8151 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
8152 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
8153 Keep old name as alias.
8154 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
8155 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
8156 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
8157 Keep old name as alias.
8158 (calendar-hebrew-parashiot-names):
8159 Rename hebrew-calendar-parashiot-names. Update callers.
8160 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
8161 (calendar-hebrew-year-Saturday-incomplete-Sunday):
8162 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
8163 (calendar-hebrew-year-Saturday-complete-Tuesday):
8164 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
8165 (calendar-hebrew-year-Monday-incomplete-Tuesday):
8166 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
8167 (calendar-hebrew-year-Monday-complete-Thursday):
8168 Rename hebrew-calendar-year-Monday-complete-Thursday.
8169 (calendar-hebrew-year-Tuesday-regular-Thursday):
8170 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
8171 (calendar-hebrew-year-Thursday-regular-Saturday):
8172 Rename hebrew-calendar-year-Thursday-regular-Saturday.
8173 (calendar-hebrew-year-Thursday-complete-Sunday):
8174 Rename hebrew-calendar-year-Thursday-complete-Sunday.
8175 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
8176 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
8177 (calendar-hebrew-year-Saturday-complete-Thursday):
8178 Rename hebrew-calendar-year-Saturday-complete-Thursday.
8179 (calendar-hebrew-year-Monday-incomplete-Thursday):
8180 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
8181 (calendar-hebrew-year-Monday-complete-Saturday):
8182 Rename hebrew-calendar-year-Monday-complete-Saturday.
8183 (calendar-hebrew-year-Tuesday-regular-Saturday):
8184 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
8185 (calendar-hebrew-year-Thursday-incomplete-Sunday):
8186 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
8187 (calendar-hebrew-year-Thursday-complete-Tuesday):
8188 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
8189 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
8190 Update for above name changes of constants.
8191
8192 * calendar/cal-menu.el, calendar/calendar.el:
8193 Update for chinese and hebrew name changes.
8194 * calendar/diary-lib.el: Update for hebrew name changes.
8195
8196 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * subr.el (keymap-canonicalize): Correct thinko.
8199
8200 * server.el: Undo part of the multi-tty change, which is only
8201 needed if server.el is preloaded, and broke server-running-p.
8202 (server-socket-dir): Initialize in the defvar, as before.
8203 (server-start): Remove initialization of server-socket-dir.
8204
8205 2008-04-05 Eli Zaretskii <eliz@gnu.org>
8206
8207 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
8208 3-member cons cells.
8209
8210 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
8211
8212 * cus-face.el (custom-face-attributes): Handle roman slant.
8213
8214 * faces.el (default): Ensure the face-defface-spec property is set.
8215
8216 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
8217
8218 * files.el (abort-if-file-too-large): New function.
8219 (find-file-noselect, insert-file-1): Use it.
8220
8221 2008-04-05 Reto Zimmermann <reto@gnu.org>
8222
8223 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8224 Replace C-c[a-zA-Z] key bindings.
8225
8226 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * progmodes/hideif.el (hif-token-alist): New var.
8229 (hif-token-regexp, hif-tokenize): Use it.
8230 (hif-mathify-binop): New macro.
8231 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
8232 (hif-greater-equal, hif-less-equal): Use it.
8233 (hif-logior, hif-logand): New functions.
8234 (hif-math): Accept | and & as well.
8235
8236 * progmodes/etags.el: Fix problem with completion for buffer-local
8237 tables. Reported by Radey Shouman <shouman@comcast.net>.
8238 (tags-complete-tag): Remove.
8239 (tags-lazy-completion-table): New function to replace it.
8240 (find-tag-tag, complete-tag): Update users.
8241
8242 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8243
8244 * vc-rcs.el (vc-rcs-dir-status):
8245 * vc-sccs.el (vc-sccs-dir-status): New function.
8246
8247 * outline.el (outline-mode-menu-bar-map):
8248 * term.el (terminal-signal-menu): Add :help.
8249
8250 * net/eudc.el (eudc-mode-map): Declare and define in one step.
8251 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
8252
8253 * emacs-lisp/re-builder.el (reb-mode-map):
8254 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
8255
8256 * diff-mode.el (diff-file-junk-re): Recognize the git format for
8257 new files, deleted files and for changing permissions.
8258 (diff-mode): Set beginning-of-defun-function and
8259 end-of-defun-function.
8260
8261 * vc-bzr.el (vc-bzr-state): Use when instead of if.
8262
8263 * vc.el (vc-default-status-fileinfo-extra): New function.
8264 (vc-status-mark-buffer-changed): Use it.
8265 (vc-update-vc-status-buffer): Allow for partial updates.
8266
8267 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * net/tramp.el (after-init-hook): Don't wrap a lambda around
8270 tramp-register-completion-file-name-handler.
8271
8272 * subr.el (keymap-canonicalize): New function.
8273 * mouse.el (mouse-menu-non-singleton): Use it.
8274 (mouse-major-mode-menu): Remove hack made unnecessary.
8275
8276 * simple.el (set-fill-column): Prompt rather than error by default.
8277
8278 2008-04-04 Andreas Schwab <schwab@suse.de>
8279
8280 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8281 Reset new-rules after each round.
8282
8283 * Makefile.in (cal-autoloads): New target.
8284 (compile, compile-always, recompile): Depend on it.
8285 ($(lisp)/calendar/cal-loaddefs.el)
8286 ($(lisp)/calendar/diary-loaddefs.el)
8287 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
8288
8289 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
8290
8291 * ediff*.el: Replace load with require in eval-when-compile.
8292
8293 * ediff-hook.el: Delete all invocations of (autoload ...).
8294
8295 * ediff-util.el (ediff-setup): Make window-min-height a local variable
8296 in ediff control window, and set its min height to 2.
8297 (ediff-setup-control-buffer): Dedicate the control window.
8298 (ediff-toggle-multiframe): Undedicate control window.
8299 Work directly with ediff-setup-windows-multiframe and
8300 ediff-setup-windows-plain.
8301
8302 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
8303 New function.
8304 (ediff-window-setup-function): Change initialization.
8305 (ediff-setup-windows-automatic): Delete.
8306 (ediff-setup-windows-plain-merge): Make control window dedicated.
8307 (ediff-destroy-control-frame): Do not skip frames if working in a
8308 single frame.
8309
8310 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
8311 eval-when-compile.
8312
8313 * emulation/viper-util.el: Move provide's forward, prevent recursion in
8314 eval-when-compile.
8315
8316 2008-04-04 Glenn Morris <rgm@gnu.org>
8317
8318 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
8319 calendar-absolute-from-bahai. Update callers, keep old name as alias.
8320
8321 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
8322 Rename islamic-calendar-leap-year-p. Update callers.
8323 (calendar-islamic-last-day-of-month):
8324 Rename islamic-calendar-last-day-of-month. Update callers.
8325 (calendar-islamic-day-number):
8326 Rename islamic-calendar-day-number. Update callers.
8327 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
8328 Update callers, keep old name as alias.
8329 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
8330 Update callers, keep old name as alias.
8331 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
8332 Keep old name as alias.
8333 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
8334 Update callers, keep old name as alias.
8335 (calendar-islamic-mark-date-pattern):
8336 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
8337 name as alias.
8338 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
8339 Keep old name as alias.
8340 (diary-islamic-insert-monthly-entry):
8341 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
8342 (diary-islamic-insert-yearly-entry):
8343 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
8344
8345 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
8346 calendar-absolute-from-iso. Update callers, keep old name as alias.
8347 (calendar-iso-print-date): Rename calendar-print-iso-date.
8348 Update callers, keep old name as alias.
8349 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
8350 Keep old name as alias.
8351 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
8352 Keep old name as alias.
8353
8354 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
8355 calendar-absolute-from-julian. Update callers, keep old name as alias.
8356 (calendar-julian-print-date): Rename calendar-print-julian-date.
8357 Update callers, keep old name as alias.
8358 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
8359 Update callers, keep old name as alias.
8360 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
8361 Update callers, keep old name as alias.
8362 (calendar-astro-print-day-number):
8363 Rename calendar-print-astro-day-number. Update callers, keep old
8364 name as alias.
8365 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
8366 Update callers, keep old name as alias.
8367
8368 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
8369 Rename calendar-string-to-mayan-long-count. Update callers.
8370 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
8371 Update callers, keep old name as alias.
8372 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
8373 Update callers.
8374 (calendar-mayan-read-tzolkin-date):
8375 Rename calendar-read-mayan-tzolkin-date. Update callers.
8376 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
8377 Keep old name as alias.
8378 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
8379 Keep old name as alias.
8380 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
8381 Keep old name as alias.
8382 (calendar-mayan-previous-tzolkin-date):
8383 Rename calendar-previous-tzolkin-date. Keep old name as alias.
8384 (calendar-mayan-next-round-date):
8385 Rename calendar-next-calendar-round-date. Keep old name as alias.
8386 (calendar-mayan-previous-round-date):
8387 Rename calendar-previous-calendar-round-date. Keep old name as alias.
8388 (calendar-mayan-long-count-to-absolute): Rename
8389 calendar-absolute-from-mayan-long-count. Keep old name as alias.
8390 (calendar-mayan-goto-long-count-date):
8391 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
8392
8393 * calendar/cal-persia.el (calendar-persian-month-name-array):
8394 Rename persian-calendar-month-name-array. Update callers.
8395 (calendar-persian-epoch): Rename persian-calendar-epoch.
8396 Update callers.
8397 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
8398 Update callers.
8399 (calendar-persian-last-day-of-month):
8400 Rename persian-calendar-last-day-of-month. Update callers.
8401 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
8402 Update callers, keep old name as alias.
8403 (calendar-persian-print-date): Rename calendar-print-persian-date.
8404 Update callers, keep old name as alias.
8405 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
8406 Keep old name as alias.
8407
8408 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
8409 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
8410 * calendar/solar.el: Update for cal-julian name changes.
8411
8412 * calendar/cal-dst.el: Update for persian name changes.
8413
8414 * calendar/cal-menu.el, calendar/calendar.el:
8415 Update for islamic, iso, julian, mayan, persian name changes.
8416
8417 * calendar/diary-lib.el: Update for islamic name changes.
8418
8419 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
8420 Rename all-hebrew-calendar-holidays. Update callers, keep old name
8421 as alias.
8422 (calendar-christian-all-holidays-flag):
8423 Rename all-christian-calendar-holidays. Update callers, keep old
8424 name as alias.
8425 (calendar-islamic-all-holidays-flag):
8426 Rename all-islamic-calendar-holidays. Update callers, keep old
8427 name as alias.
8428 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
8429 Update callers, keep old name as alias.
8430 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
8431 Update for the above name changes.
8432
8433 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
8434
8435 * hilit-chg.el (global-highlight-changes-mode)
8436 (highlight-changes-passive-string, highlight-changes-active-string):
8437 Mark as obsolete since 23.1, not 22.1.
8438
8439 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
8440
8441 * hilit-chg.el (highlight-changes-visibility-initial-state)
8442 (hilit-chg-update, highlight-changes-mode-turn-on):
8443 Fix typos in docstrings.
8444
8445 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
8446
8447 * newcomment.el (comment-enter-backward): Be careful to restore
8448 position changed during narrowing.
8449
8450 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
8451
8452 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8453 Recognize `sub ($$)'.
8454
8455 2008-04-03 Richard Sharman <rsharman@pobox.com>
8456
8457 * hilit-chg.el (highlight-changes-mode): Rename from
8458 highlight-changes; no longer uses sub-modes active and passive;
8459 implemented by define-minor-mode.
8460 (highlight-changes-toggle-visibility): New function, to replace
8461 the old passive/active submodes of global-highlight-changes-mode;
8462 implemented by define-minor-mode.
8463 (global-highlight-changes-mode): Rename from global-highlight-changes;
8464 rewrite using define-globalized-minor-mode.
8465 (hilit-chg-major-mode-hook, hilit-chg-check-global)
8466 (hilit-chg-post-command-hook, hilit-chg-check-global)
8467 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
8468 to use of define-globalized-minor-mode.
8469 (highlight-changes-global-initial-state): Change to be boolean.
8470 (highlight-changes-visible-string, highlight-changes-invisible-string):
8471 Rename from highlight-changes-active-string and
8472 highlight-changes-passive-string.
8473 (hilit-chg-update, hilit-chg-set): Use them.
8474 (global-highlight-changes-mode): Rename from global-highlight-changes.
8475 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
8476 docstring.
8477 (hilit-chg-hide-changes): Rewrite to use dolist.
8478 (hilit-chg-set-face-on-change, hilit-chg-update)
8479 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
8480 variable instead of testing highlight-changes-mode.
8481 (highlight-markup-buffers): Add require ediff-util; argument on calls
8482 to highlight-changes-mode changed.
8483 (highlight-compare-with-file): Fix problems with interactive
8484 call giving invalid default file.
8485
8486 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
8487
8488 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
8489 Fix in disassembly buffer (regression in 22.2).
8490
8491 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
8492
8493 * emulation/viper-macs.el (viper-read-fast-keysequence):
8494 Use viper-read-event instead of viper-read-key.
8495
8496 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
8497
8498 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
8499 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
8500 let-statements.
8501
8502 * emulation/viper-ex.el, emulation/viper-macs.el:
8503 * emulation/viper-mous.el:
8504 Replace load with require in eval-when-compile.
8505
8506 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
8509
8510 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
8511 (archive-try-jka-compr): New function.
8512 (archive-set-buffer-as-visiting-file): Use it.
8513
8514 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
8515
8516 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
8517
8518 * simple.el (handle-shift-selection): New arg.
8519
8520 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8521
8522 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
8523
8524 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
8525
8526 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
8527
8528 * shell.el (shell-dynamic-complete-filename): New fun.
8529 (shell-dynamic-complete-functions): Use it.
8530
8531 * help-fns.el (describe-variable): Undo 2008-02-25 change.
8532
8533 2008-04-03 Kenichi Handa <handa@m17n.org>
8534
8535 * international/fontset.el (create-fontset-from-x-resource):
8536 Handle the error of X resource more gracefully.
8537
8538 * international/latin1-disp.el (latin1-display): Don't use make-char.
8539 Fix the argument to set-char-table-range.
8540 (latin1-display-identities): Don't use make-char.
8541 (latin1-display-reset): Use map-charset-chars instead of directly
8542 calling standard-display-default.
8543 (latin1-display-check-font): Don't use make-char.
8544 (latin1-display-setup): Likewise.
8545 (latin1-display-ucs-per-lynx): Likewise.
8546
8547 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
8550 name the fields, to make the code clearer.
8551 Rewrite all `aset' and `aref' using the defined accessors.
8552 (timer--time): New pseudo-field.
8553 (timer-set-time, timer-set-idle-time, timer-inc-time)
8554 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
8555 (timer--time-less-p): New function.
8556 (timer--activate): New function, extracted from timer-activate.
8557 (timer-activate-when-idle, timer-activate): Use it.
8558 (cancel-function-timers): Use dolist.
8559
8560 2008-04-03 Glenn Morris <rgm@gnu.org>
8561
8562 * add-log.el (c-beginning-of-defun, c-end-of-defun):
8563 Remove declarations; no longer used.
8564 (c-cpp-define-name, c-defun-name): Declare as functions.
8565
8566 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
8567 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
8568
8569 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
8570 (holiday-passover-etc, holiday-hanukkah): Doc fix.
8571 Add optional argument. Simplify.
8572 (holiday-tisha-b-av-etc): Use memq rather than unless.
8573 (holiday-julian): Autoload it.
8574 (holiday-hebrew-misc): New function.
8575
8576 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
8577
8578 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8579 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
8580 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
8581 all-hebrew-calendar-holidays.
8582 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
8583 Simplify using new functions.
8584 (calendar-holidays): Doc fix.
8585 (generate-calendar-window): Use bound-and-true-p.
8586
8587 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
8588
8589 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
8590 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
8591 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
8592 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
8593
8594 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
8595
8596 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8597
8598 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
8599
8600 * vc-bzr.el (vc-bzr-checkout): Simplify.
8601
8602 * image-mode.el (image-mode-fit-frame): New command.
8603
8604 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
8605 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
8606 (keyboard-escape-quit): Check region-active-p i.s.o
8607 transient-mark-mode.
8608
8609 2008-04-02 Simon Josefsson <simon@josefsson.org>
8610
8611 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
8612 (imap-message-copyuid-1): Use it.
8613 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
8614 J. Williams in
8615 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8616
8617 2008-04-02 Alan Mackenzie <acm@muc.de>
8618
8619 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
8620 New optimised functions to get the name of the current defun/macro.
8621
8622 * add-log.el (add-log-current-defun): Move the functionality which
8623 gets the current function name for C like modes to cc-cmds.el,
8624 thus optimising for speed.
8625
8626 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
8627
8628 * simple.el (deactivate-mark): When the mark is temporarily
8629 active, restore the original value of transient-mark-mode.
8630 (set-mark-command): First deactivate the mark if was temporarily active.
8631 (exchange-point-and-mark): Reactivate the mark if it was
8632 temporarily active.
8633 (handle-shift-selection): New fun.
8634 (transient-mark-mode): Move var documentation here from buffer.c.
8635 (next-line, previous-line, backward-word, move-end-of-line)
8636 (move-beginning-of-line, forward-to-indentation)
8637 (backward-to-indentation, back-to-indentation)
8638 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
8639
8640 * mouse.el (mouse-set-region-1): Save the old value of
8641 transient-mark-mode.
8642 (mouse-drag-track): Ignore the now-obsolete value `identity' for
8643 transient-mark-mode.
8644
8645 * textmodes/paragraphs.el (forward-paragraph)
8646 (backward-paragraph, forward-sentence, backward-sentence): Add ^
8647 interactive spec.
8648
8649 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
8650
8651 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
8652
8653 * net/tramp.el (tramp-make-tramp-temp-file):
8654 Use `tramp-drop-volume-letter' for the local file name part.
8655
8656 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8657
8658 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
8659 Add menu entries corresponding to all the key bindings.
8660
8661 * emacs-lisp/debug.el (debugger-mode-map):
8662 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
8663 (conf-align-assignments): Only work on the region if it is active.
8664 (conf-quote-normal): Use when instead of if. Remove redundant test.
8665
8666 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8667 for tracing and re-builder.
8668
8669 2008-04-02 Glenn Morris <rgm@gnu.org>
8670
8671 * calendar/appt.el (appt-disp-window-function): Doc fix.
8672 (appt-display-message): Move beep before display.
8673 (appt-check): Make interactive. Reduce the number of lets.
8674 Use string-equal to compare mode-line strings.
8675 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
8676 read-only.
8677 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
8678 (appt-delete): Simplify.
8679
8680 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
8681
8682 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8683
8684 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8685 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
8686 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
8687
8688 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
8689 (calendar-holiday-marker, mark-visible-calendar-date):
8690 * calendar/diary-lib.el (fancy-diary-display):
8691 Check for font-lock-mode before using faces.
8692
8693 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
8694 (calendar-gregorian-from-absolute): Reduce the number of lets.
8695 (hebrew-holidays-4, generate-calendar-window): Simplify.
8696 (calendar-for-loop): Make obsolete.
8697 (calendar-nth-named-day): Doc fix.
8698
8699 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
8700 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
8701 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
8702 Reduce the number of lets.
8703 (mark-sexp-diary-entries, calendar-mark-complex):
8704 Expand calendar-for-loops.
8705
8706 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
8707
8708 * find-dired.el (find-dired-filter): Fix last patch to handle
8709 multi-line process input. Pad link numbers too.
8710
8711 2008-04-01 Jari Aalto <jari.aalto@cante.net>
8712
8713 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
8714
8715 2008-04-01 Jason Rumney <jasonr@gnu.org>
8716
8717 * international/characters.el (script-list): Add phonetic script,
8718 covering IPA (previously Latin), Phonetic Extensions and
8719 Phonetic Extensions Supplement (both previously unassigned).
8720
8721 * international/fontset.el (setup-default-fontset): Use unicode fonts
8722 that cover bopomofo script for bopomofo.
8723 Likewise for braille and mathematical.
8724 Use unicode scripts that cover the phonetic script for IPA.
8725
8726 2008-04-01 Johan Bockgård <bojohan@gnu.org>
8727
8728 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
8729 return the assigned value.
8730
8731 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * abbrev.el (abbrev-mode): Use define-minor-mode.
8734
8735 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
8736 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
8737 Use map-keymap.
8738 (minor-mode-menu-from-indicator): Use it. Simplify.
8739
8740 * bindings.el (mode-line-mode-menu): Move before (new) first use.
8741 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
8742 Bind the key directly to the menu.
8743 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
8744
8745 2008-04-01 Daiki Ueno <ueno@unixuser.org>
8746
8747 * epa.el (epa-decrypt-region): Explain the reason why this
8748 function should not be used in Lisp programs.
8749 (epa-decrypt-armor-in-region): Ditto.
8750 (epa-verify-region): Ditto.
8751 (epa-verify-cleartext-in-region): Ditto.
8752 (epa-sign-region): Ditto.
8753 (epa-encrypt-region): Ditto.
8754
8755 * epg.el (epg-start-receive-keys): Fix typo in docstring.
8756
8757 * epa.el (epa-select-keys): Show menu even if there is no key in
8758 GnuPG's keyring.
8759
8760 2008-04-01 Glenn Morris <rgm@gnu.org>
8761
8762 * calendar/calendar.el (calendar-make-temp-face): New function.
8763 (mark-visible-calendar-date):
8764 * calendar/diary-lib.el (fancy-diary-display): Use it.
8765
8766 * vc-hooks.el (vc-responsible-backend): Declare as function.
8767
8768 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
8769 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
8770 * calendar/cal-julian.el (holiday-julian): Use it.
8771
8772 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
8773 (calendar-hebrew-date-is-visible-p): Extract some common code into
8774 separate function.
8775 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
8776
8777 * calendar/cal-menu.el (cal-menu-holidays-menu):
8778 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
8779 rather than obsolete alias.
8780
8781 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
8782 for mark characters.
8783 (calendar-unmark): Unmark by removing all overlays, rather than
8784 redrawing.
8785 (calendar-starred-day): Remove.
8786 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
8787 (calendar-cursor-to-date): No need for special star handling now
8788 using overlays.
8789 (calendar-star-date): Use overlays.
8790
8791 * calendar/cal-french.el (calendar-goto-french-date):
8792 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
8793 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
8794 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
8795 * calendar/cal-persia.el (calendar-persian-date-string):
8796 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8797 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
8798 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
8799 * calendar/solar.el (solar-equinoxes-solstices):
8800 Reduce nesting of some lets.
8801
8802 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8803 (calendar-goto-mayan-long-count-date): Simplify.
8804
8805 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
8806 Simplify by using mapcar.
8807 (calendar-list-holidays): Return holiday-list.
8808 (list-holidays): Use let rather than let*. Remove un-needed locals
8809 `d', `never'.
8810 (calendar-check-holidays): Return result from dolist.
8811 (holiday-float): Use a single let*. Simplify if-and to and.
8812 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
8813 single let*.
8814
8815 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
8816
8817 * calc/calc.el: Autoload `calc-yank'.
8818 (calc-mode-map): Add keybindings for `calc-yank'.
8819 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
8820 assignments for `calc-yank'.
8821
8822 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
8823
8824 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
8825 (vc-status-mark-buffer-changed): Handle the extra field.
8826
8827 * vc-bzr.el (vc-bzr-after-dir-status):
8828 * vc-cvs.el (vc-cvs-after-dir-status):
8829 * vc-hg.el (vc-hg-after-dir-status):
8830 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
8831
8832 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8833
8834 * doc-view.el: Compute displayed pages first (in PDF).
8835 (doc-view-current-converter-processes): Rename from
8836 doc-view-current-converter-process. Update users.
8837 (doc-view-sentinel): Test buffer's liveness.
8838 (doc-view-pdf/ps->png-sentinel): Remove.
8839 (doc-view-start-process): New function.
8840 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
8841 (doc-view-ps->pdf): Use it.
8842 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
8843 New functions.
8844 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
8845 (doc-view-mode): Kill the processes when leaving the mode.
8846
8847 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
8848
8849 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
8850 Use `byte-compile-warning-types'. Add docstring.
8851
8852 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8853
8854 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
8855 (smerge-resolve): Add various resolution heuristics.
8856
8857 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
8858 in 3-way conflicts.
8859
8860 2008-03-31 Glenn Morris <rgm@gnu.org>
8861
8862 * calendar/cal-bahai.el (diary-bahai-mark-entries):
8863 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8864 * calendar/cal-islam.el (mark-islamic-diary-entries):
8865 Fix argument order in call to diary-mark-entries-1.
8866
8867 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
8868 pre-Bahai dates.
8869 (holiday-bahai): Use an algorithm actually relevant to this calendar
8870 system.
8871
8872 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
8873
8874 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
8875 Use and.
8876
8877 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
8878 in the last fortnight in Julian October.
8879
8880 * calendar/calendar.el (increment-calendar-month): Optionally handle
8881 systems without 12 months per year.
8882
8883 (calendar-date-is-visible-p): Doc fix. Simplify.
8884
8885 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
8886 from dolist.
8887
8888 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
8889
8890 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
8891 (hi-lock-unload-function): New function.
8892
8893 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
8894
8895 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
8896 overwriting when NEWNAME is a local file.
8897
8898 * net/trampver.el: Update release number.
8899
8900 2008-03-30 Alexandre Julliard <julliard@winehq.org>
8901
8902 * vc-git.el: Make vc-status display information about copies,
8903 renames and permission changes.
8904 (vc-git-extra-fileinfo): New defstruct.
8905 (vc-git-escape-file-name, vc-git-file-type-as-string)
8906 (vc-git-rename-as-string, vc-git-permissions-as-string)
8907 (vc-git-status-printer): New functions.
8908 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
8909 (vc-git-after-dir-status-stage1): Look for copies, renames and
8910 permission changes.
8911 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
8912 (vc-git-dir-status): Ask for staged files and renames.
8913
8914 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
8915
8916 * vc.el: Allow backends to display backend specific information in
8917 the vc-status listing.
8918 (vc-status-fileinfo): Add a field for backend specific information.
8919 (vc-status-printer): Rename to ...
8920 (vc-default-status-printer): ... this.
8921 (vc-status-printer): New function.
8922 (vc-update-vc-status-buffer): Set the backend specific file info
8923 if provided.
8924
8925 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8926
8927 * textmodes/remember.el (remember-diary-convert-entry): Revert last
8928 change (ill-conceived).
8929
8930 2008-03-29 Glenn Morris <rgm@gnu.org>
8931
8932 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
8933 * calendar/cal-julian.el (holiday-julian): Simplify.
8934
8935 * calendar/holidays.el (list-holidays): Use or.
8936
8937 2008-03-29 Juri Linkov <juri@jurta.org>
8938
8939 * window.el (split-window-preferred-horizontally): New function.
8940
8941 * cus-start.el (split-window-preferred-function):
8942 Set choice for "vertically" to nil instead of split-window.
8943 Set choice for "horizontally" to split-window-preferred-horizontally
8944 instead of lambda.
8945
8946 2008-03-29 Juri Linkov <juri@jurta.org>
8947
8948 * simple.el (minibuffer-default-add-function): New variable with
8949 the default to minibuffer-default-add-completions.
8950 (minibuffer-default-add-done): New variable. Make it buffer-local.
8951 (minibuffer-default-add-completions): New function.
8952 (goto-history-element): Set minibuffer-default-add-done to t and
8953 call a function in minibuffer-default-add-function when the
8954 specified absolute history position is greater than the length of
8955 the minibuffer-default list and minibuffer-default-add-done is nil.
8956 Change "^End of history; no next item$" to "^End of defaults;
8957 no next item$".
8958
8959 * bindings.el (debug-ignored-errors): Change "^End of history;
8960 no next item$" to "^End of defaults; no next item$".
8961
8962 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
8965
8966 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
8967 to with-no-warnings.
8968
8969 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
8970
8971 Sync with Tramp 2.1.13.
8972
8973 * net/tramp-ftp.el: Require 'cl when byte-compiling.
8974
8975 * net/trampver.el: Update release number.
8976
8977 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
8978
8979 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
8980 the current backend.
8981
8982 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
8983 (vc-status-refresh): Create a temporary buffer and call the
8984 `dir-status' backend function from that buffer.
8985
8986 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
8987 (vc-bzr-after-dir-status): Don't kill the buffer.
8988
8989 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
8990 (vc-cvs-after-dir-status): Don't kill the buffer.
8991
8992 * vc-git.el (vc-git-dir-status): Don't create a buffer.
8993 (vc-git-after-dir-status-stage2): Don't kill the buffer.
8994
8995 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
8996 (vc-hg-after-dir-status): Don't kill the buffer.
8997
8998 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
8999 (vc-svn-after-dir-status): Don't kill the buffer.
9000
9001 2008-03-29 Glenn Morris <rgm@gnu.org>
9002
9003 * calendar/calendar.el (diary-file, american-date-diary-pattern)
9004 (european-date-diary-pattern, european-calendar-display-form)
9005 (american-calendar-display-form, diary-display-hook): Doc fixes.
9006 (european-calendar-style): Doc fix. Use calendar-set-date-style for
9007 custom :set. Mark as obsolete.
9008 (calendar-date-style, iso-date-diary-pattern)
9009 (iso-calendar-display-form): New user variables.
9010 (diary-date-forms, calendar-date-display-form): Set using
9011 calendar-date-style. Doc fix.
9012 (calendar-set-date-style): New command.
9013 (european-calendar, american-calendar): Use calendar-set-date-style.
9014 Mark as obsolete.
9015
9016 * calendar/diary-lib.el (number): Move declaration where needed.
9017 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
9018 (diary-make-date): New function.
9019 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
9020 Use diary-make-date.
9021 (diary-date-display-form, diary-insert-entry-1): New functions.
9022 (insert-monthly-diary-entry, insert-yearly-diary-entry):
9023 Use diary-insert-entry-1.
9024 (insert-anniversary-diary-entry, insert-block-diary-entry)
9025 (insert-cyclic-diary-entry): Use diary-date-display-form.
9026
9027 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9028 Autoload diary-insert-entry-1.
9029 * calendar/cal-bahai.el (diary-bahai-insert-entry)
9030 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9031 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
9032 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
9033 * calendar/cal-islam.el (insert-islamic-diary-entry)
9034 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
9035 Use diary-insert-entry-1.
9036
9037 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
9038 (diary-yahrzeit): Doc fix. Use diary-make-date.
9039
9040 * calendar/icalendar.el (icalendar--datetime-to-american-date):
9041 New name for icalendar--datetime-to-noneuropean-date. Make old name
9042 obsolete alias.
9043 (icalendar--datetime-to-iso-date): New function.
9044 (icalendar--datetime-to-diary-date): Doc fix. Respect
9045 calendar-date-style if bound.
9046
9047 * textmodes/remember.el (remember-diary-convert-entry):
9048 Respect calendar-date-style if bound.
9049
9050 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9051
9052 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
9053 (xterm-mouse-handle-delete-frame): Delete.
9054
9055 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
9056 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
9057 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
9058 in xterm-modify-other-keys-terminal-list.
9059
9060 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
9061 are conflicts.
9062
9063 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9064
9065 * vc.el (vc-update): Check if the buffer is unsaved only if it
9066 actually exists.
9067 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
9068 vc-print-log.
9069
9070 2008-03-28 Magnus Henoch <mange@freemail.hu>
9071
9072 * net/dns.el (dns-write): Use set-buffer-multibyte.
9073
9074 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9075
9076 * vc-bzr.el (vc-bzr-sha1): New fun.
9077 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
9078 (vc-bzr-registered): Use it.
9079
9080 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
9081
9082 * vc.el (vc-status-kill-dir-status-process): Simplify.
9083 (vc-status-refresh): Make sure the buffer is live.
9084 (ring): Don't require it, not used.
9085
9086 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
9087
9088 * progmodes/verilog-mode.el (verilog-auto-inout-module):
9089 Add optional regular expression to AUTOINOUTMODULE.
9090 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
9091 (verilog-auto-inst-param, verilog-auto-reg)
9092 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9093 (verilog-auto-output-every, verilog-auto-input)
9094 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
9095 (verilog-auto-unused, verilog-auto): Update documentation to use
9096 more obvious instance module names versus cell names.
9097
9098 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
9099
9100 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
9101 kill if a process is running.
9102
9103 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
9104
9105 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
9106
9107 * vc.el: Add new backend function 'status-extra-headers.
9108 (vc-default-status-extra-headers): New function.
9109 (vc-status-headers): Call 'status-extra-headers. Add colors.
9110
9111 * vc-git.el (vc-git-status-extra-headers): New function.
9112
9113 2008-03-28 Glenn Morris <rgm@gnu.org>
9114
9115 * calendar/cal-menu.el (cal-menu-holidays-menu)
9116 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9117 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
9118 holiday-list is optional.
9119 (calendar-mouse-holidays): Remove un-needed local `l'.
9120
9121 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9122 Remove un-needed local `date'.
9123 (calendar-cursor-to-visible-date): Use let rather than let*.
9124 Remove un-needed local `first-of-month-weekday'.
9125
9126 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
9127
9128 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
9129 Doc fixes.
9130 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
9131 (diary-header-line-flag, diary-header-line-format): Declare.
9132 (diary-pull-attrs): Check for multiple matches.
9133 (diary-list-entries-2): Simplify finding start of date.
9134 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
9135 pop-up-frames.
9136 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
9137 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
9138
9139 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
9140
9141 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
9142
9143 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
9144
9145 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9146
9147 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
9148
9149 * image-mode.el (image-mode-reapply-winprops): Fix last change.
9150
9151 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
9152
9153 * international/mule-conf.el (define-iso-single-byte-charset):
9154 Don't make latin-iso8859-* supplementary.
9155 (#'set-charset-priority): Don't change the priority of charsets
9156 `unicode' and `emacs'.
9157
9158 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9159
9160 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
9161 temp buffer.
9162
9163 2008-03-27 Glenn Morris <rgm@gnu.org>
9164
9165 * calendar/cal-bahai.el (diary-bahai-list-entries):
9166 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
9167 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
9168
9169 * calendar/calendar.el (diary-file): Doc fix.
9170
9171 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
9172 (list-diary-entries-hook, mark-diary-entries-hook)
9173 (include-other-diary-files, diary-mail-entries)
9174 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
9175 (diary-set-header): New function.
9176 (diary-header-line-flag, diary-header-line-format):
9177 Use diary-set-header for custom :set function.
9178 (diary-set-maybe-redraw): Use symbol-value rather than eval.
9179 (diary-attrtype-convert): Use intern-soft rather than read.
9180 (diary-display-no-entries): New function.
9181 (simple-diary-display, fancy-diary-display): Use it.
9182 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
9183 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
9184
9185 * calendar/holidays.el (list-holidays): Doc fix.
9186
9187 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
9188
9189 * calc/calc-store.el (calc-read-var-name-history): New variable.
9190 (calc-read-var-name): Use `calc-read-var-name-history'.
9191
9192 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9193
9194 * image-mode.el (image-mode-reapply-winprops): Simplify now that
9195 window-configuration-change-hook works buffer-locally.
9196
9197 2008-03-26 Johan Bockgård <bojohan@gnu.org>
9198
9199 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
9200 for Emacs Lisp, not Lisp.
9201
9202 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
9203
9204 * help-fns.el (describe-function-1, describe-variable):
9205 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
9206
9207 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
9208 replacement is provided, don't print "use nil instead".
9209
9210 2008-03-26 Johan Bockgård <bojohan@gnu.org>
9211
9212 * complete.el (PC-do-completion): Use regexp-quote.
9213
9214 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
9215
9216 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
9217 Detect missing files.
9218
9219 * vc-git.el (vc-git-extra-menu-map): New key map.
9220 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
9221 New functions.
9222
9223 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
9224 and 'missing files.
9225
9226 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * calendar/holidays.el (list-holidays): Make Y2 optional.
9229
9230 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
9231 buffers shown to the user.
9232 (appt-disp-window): Disable undo explicitly now that the leading space
9233 is gone.
9234
9235 * simple.el (activate-mark): New function.
9236 (set-mark-command): Use it with region-active-p to clean up the code.
9237 (exchange-point-and-mark): Invert the meaning of C-u when
9238 transient-mark-mode is active.
9239
9240 * dired-aux.el (dired-create-files): Use dolist.
9241
9242 * bindings.el (mode-line-change-eol): Use with-selected-window.
9243
9244 * apropos.el (apropos-command): Include macros.
9245
9246 2008-03-26 Glenn Morris <rgm@gnu.org>
9247
9248 * calendar/cal-bahai.el: Require calendar, not cal-julian.
9249 (calendar-bahai-epoch): Doc fix.
9250
9251 * calendar/cal-china.el: Explicitly require calendar.
9252
9253 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
9254 Require calendar rather than cal-julian.
9255 Autoload calendar-absolute-from-julian.
9256 * calendar/cal-coptic.el (coptic-calendar-epoch):
9257 * calendar/cal-islam.el (calendar-islamic-epoch):
9258 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
9259
9260 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
9261
9262 * calendar/cal-dst.el: Don't require cal-persia.
9263 (calendar-absolute-from-persian): Autoload it.
9264 (dst-adjust-time): Doc fix.
9265
9266 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
9267 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
9268 calendar.
9269
9270 * calendar/cal-menu.el: Require calendar rather than declaring
9271 functions.
9272 * calendar/calendar.el: Provide calendar before requiring cal-menu.
9273
9274 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
9275 calendar-after-frame-setup-hooks. Update callers, make old name an
9276 obsolete alias. Doc fix.
9277 (calendar-frame-1): Doc fix.
9278
9279 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
9280
9281 * calendar/calendar.el (oriental-holidays, solar-holidays):
9282 * calendar/holidays.el (list-holidays): Assume atan always bound.
9283
9284 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
9285 Explicitly require calendar, not cal-julian.
9286 * calendar/lunar.el: Explicitly require cal-dst.
9287
9288 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
9291
9292 * help-fns.el (describe-function-1, describe-variable): If no
9293 replacement is provided, don't print "use nil instead".
9294
9295 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9296
9297 * proced.el: New file.
9298
9299 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9300
9301 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
9302
9303 2008-03-25 Juri Linkov <juri@jurta.org>
9304
9305 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
9306 in battery-mode-line-format.
9307
9308 * bindings.el (minibuffer-local-map): For the command
9309 file-cache-minibuffer-complete replace keymap minibuffer-local-map
9310 with map which is already locally bound to minibuffer-local-map.
9311
9312 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
9315 Remove `sort-first' argument.
9316
9317 * subr.el (redisplay-end-trigger-functions)
9318 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
9319 (process-filter-multibyte-p, set-process-filter-multibyte):
9320 Mark as obsolete.
9321
9322 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
9323
9324 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
9325 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
9326 use the LOCAL arg of `add-hook'.
9327 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
9328 Remove spurious * from defcustom docstrings.
9329 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
9330 Fix typos in messages.
9331 (reb-mode-buffer-p): New function.
9332 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
9333 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
9334 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
9335 Use `unless', `when'.
9336 (re-builder-unload-function): New function.
9337
9338 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
9339
9340 * vc-hooks.el (vc-state): Add documentation for 'missing.
9341
9342 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
9343
9344 * progmodes/verilog-mode.el (verilog-auto-output)
9345 (verilog-auto-input, verilog-auto-inout, verilog-auto)
9346 (verilog-delete-auto): Add optional regular expression to
9347 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
9348 (verilog-signals-matching-regexp): New internal function for
9349 signal matching.
9350
9351 2008-03-25 Johan Bockgård <bojohan@gnu.org>
9352
9353 * info.el (Info-isearch-search): Always return point.
9354
9355 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9356
9357 * diff-mode.el (diff-remembered-defdir): New var.
9358 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
9359
9360 2008-03-25 Glenn Morris <rgm@gnu.org>
9361
9362 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
9363 calendar-bahai-prompt-for-date. Update callers, make old name an
9364 obsolete alias. Doc fix.
9365 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
9366 coptic-prompt-for-date. Update callers, make old name an
9367 obsolete alias. Doc fix.
9368 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
9369 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
9370 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
9371 calendar-islamic-prompt-for-date. Update callers. Doc fix.
9372 * calendar/cal-iso.el (calendar-iso-read-date): New name for
9373 calendar-iso-read-args. Update callers, make old name an obsolete
9374 alias.
9375 * calendar/cal-persia.el (calendar-persian-read-date): New name for
9376 persian-prompt-for-date. Update callers, make old name an
9377 obsolete alias. Doc fix. Move definition before use.
9378
9379 * calendar/cal-x.el (diary-frame-parameters)
9380 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
9381 (calendar-frame-1): Doc fixes.
9382 (make-fancy-diary-buffer): Remove declaration.
9383 (calendar-dedicate-diary): Replace call to deleted function
9384 make-fancy-diary-buffer.
9385 (calendar-frame-setup): New function.
9386 (calendar-one-frame-setup, calendar-only-one-frame-setup)
9387 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
9388 work, and mark as obsolete.
9389 (special-display-buffer-names): Don't mess with this; it's not our
9390 business.
9391 (cal-x-load-hook): Defvar it, and mark as obsolete.
9392
9393 * calendar/calendar.el (calendar-remove-frame-by-deleting):
9394 Default to t. Add to 'calendar group.
9395 (calendar): Doc fix. Use calendar-frame-setup.
9396 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
9397 (generate-calendar-window): Doc fix.
9398
9399 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9400
9401 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
9402
9403 2008-03-24 Drew Adams <drew.adams@oracle.com>
9404
9405 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
9406 New variables.
9407 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
9408 (finder-exit): Ignore errors rather than avoiding them.
9409 Kill *Finder-package* buffer also.
9410
9411 2008-03-24 Andreas Schwab <schwab@suse.de>
9412
9413 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
9414
9415 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
9416
9417 * vc-hg.el (vc-hg-after-dir-status):
9418 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
9419
9420 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
9421 Detect removed files.
9422
9423 * vc.el (vc-status-printer): Use a different face for missing files.
9424 (vc-status-hide-up-to-date): Rename from
9425 vc-status-remove-up-to-date. Update all callers.
9426 (vc-status-mode-map): Bind C-m.
9427
9428 2008-03-24 Alexandre Julliard <julliard@winehq.org>
9429
9430 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
9431 code ...
9432 (vc-git--state-code): ... to this new function.
9433 (vc-git-state): Use it.
9434
9435 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
9436
9437 * textmodes/remember.el (remember-mail-date)
9438 (remember-store-in-mailbox): Write date and From line in such a
9439 way that Mutt can read it.
9440
9441 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
9442
9443 * simple.el (transient-mark-mode): Turn on by default.
9444
9445 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9446
9447 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
9448 'unregistered for unregistered files.
9449
9450 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
9451
9452 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
9453
9454 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
9455 subdirectories.
9456
9457 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
9458 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
9459 Add :enable for vc-status-refresh.
9460 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
9461 (vc-status-tool-bar-map): Add binding for
9462 vc-status-kill-dir-status-process.
9463 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
9464 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
9465 Reset vc-status-process-buffer.
9466 (vc-status-refresh): Don't run two refreshes at a time.
9467 (vc-status): If the buffer is already in vc-status-mode only refresh.
9468 (vc-status-mark-buffer-changed): Add an optional file parameter.
9469 (vc-resynch-buffer): Use it.
9470 (vc-delete-file): Expand the file name before using it.
9471 Be careful to not create a new buffer with the old file contents.
9472 Update the VC state after performing the operation.
9473
9474 2008-03-23 Andreas Schwab <schwab@suse.de>
9475
9476 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
9477 Fix radio button condition.
9478 [box]: Likewise.
9479 [customize]: Add radio button.
9480
9481 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
9482
9483 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
9484 (calc-user-parse-tables, calc-gnuplot-default-device)
9485 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9486 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9487 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
9488 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
9489 (calc-undo-list, calc-redo-list, calc-main-buffer)
9490 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
9491 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
9492 (calc-said-hello, calc-executing-macro, calc-any-selections)
9493 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
9494 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
9495 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
9496 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
9497 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
9498 (calc-create-buffer, calc-quit): Add docstrings.
9499
9500 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
9501
9502 * makefile.w32-in (WINS_ALMOST): Add org.
9503
9504 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9505
9506 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9507 New functions to implement vc-status support.
9508
9509 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9510
9511 * vc.el (vc-status-prepare-status-buffer): New function.
9512 (vc-status): Use it.
9513
9514 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
9515 appropriate.
9516
9517 2008-03-22 Alexandre Julliard <julliard@winehq.org>
9518
9519 * vc-git.el (vc-git--empty-db-p)
9520 (vc-git-after-dir-status-stage1-empty-db): New functions.
9521 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
9522 Add support for empty repositories.
9523
9524 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9525
9526 * vc-git.el (vc-git-annotate-extract-revision-at-line):
9527 Allow "^" in a version name.
9528
9529 * vc-mtn.el (vc-mtn-state): Support the added state.
9530
9531 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
9532
9533 * org: New directory for Org-mode.
9534
9535 * org/org-export-latex.el: Moved from lisp/texmodes.
9536
9537 * org/org-irc.el: Moved from lisp/texmodes.
9538
9539 * org/org-mac-message.el: Moved from lisp/texmodes.
9540
9541 * org/org-mouse.el: Moved from lisp/texmodes.
9542
9543 * org/org-publish.el: Moved from lisp/texmodes.
9544
9545 2008-03-21 Juri Linkov <juri@jurta.org>
9546
9547 * comint.el (comint-dynamic-simple-complete):
9548 Use variable `stub' for the second arg `common-substring'
9549 of `comint-dynamic-list-completions'.
9550 (comint-dynamic-list-filename-completions):
9551 Use variable `filenondir' for the second arg `common-substring'
9552 of `comint-dynamic-list-completions'.
9553 (comint-dynamic-list-completions): Add new optional arg
9554 `common-substring'. Add `common-substring' as the second arg of
9555 the call to `display-completion-list'. Doc fix.
9556
9557 * comint.el (comint-dynamic-complete-as-filename)
9558 (comint-dynamic-list-filename-completions)
9559 (comint-dynamic-simple-complete): Use `minibuffer-message'
9560 to display message "No completions of %s" when a command
9561 is called in the minibuffer.
9562 (comint-dynamic-simple-complete): Don't display other
9563 completion messages when a command is called in the minibuffer.
9564 (comint-dynamic-list-completions): Use `minibuffer-message'
9565 to display message " [Type space to flush ...]" when a command
9566 is called in the minibuffer.
9567
9568 * shell.el (shell-dynamic-complete-command)
9569 (shell-dynamic-complete-environment-variable): Don't display
9570 completion messages when command is called in the minibuffer.
9571
9572 * emacs-lisp/lisp.el (lisp-complete-symbol):
9573 Use `minibuffer-message' to display message "No completions of %s"
9574 when this command is called in the minibuffer.
9575
9576 * bindings.el (standard-mode-line-modes): Put special help-echo
9577 tooltip on recursive edit %[ %] mode-line constructs.
9578
9579 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
9580 "^No dynamic expansion for .* found$" to allow error messages like
9581 "No dynamic expansion for \"%s\" found in this-buffer".
9582
9583 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
9584
9585 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
9586 "psftp".
9587
9588 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9589
9590 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
9591 * vc.el (vc-default-dired-state-info): Use just "modified".
9592 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
9593 (vc-cvs-mode-line-string): Make use of the better default.
9594 (vc-cvs-parse-entry): Use the new `added'.
9595 (vc-cvs-dired-state-info): Remove.
9596 * vc-svn.el (vc-svn-dired-state-info): Remove.
9597 * vc-hg.el (vc-hg-dired-state-info): Remove.
9598 * vc-git.el (vc-git-dired-state-info): Remove.
9599
9600 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9601
9602 * vc-git.el (vc-git-status-result): New variable.
9603 (vc-git-dir-status): Split out ...
9604 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
9605 ... these new functions and work asynchronously.
9606
9607 2008-03-21 Alexandre Julliard <julliard@winehq.org>
9608
9609 * vc-git.el (vc-git-after-dir-status): Remove.
9610 (vc-git-dired-state-info): Reimplement.
9611
9612 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9613
9614 * replace.el (occur-mode-map): Add :help.
9615
9616 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
9617 for disassemble.
9618
9619 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
9620 the 'added state.
9621 (vc-status-remove-up-to-date): New function.
9622 (vc-status-mode-map, vc-status-menu-map): Bind it.
9623 (vc-status-printer): Use a different face up-to-date files.
9624 (vc-resynch-buffer): Update the vc-status buffer if it exists.
9625 (Todo): Remove solved entries.
9626
9627 * vc-hg.el (vc-hg-state):
9628 * vc-git.el (vc-git-state):
9629 * vc-cvs.el (vc-cvs-parse-status):
9630 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
9631 state.
9632
9633 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9634
9635 * progmodes/compile.el (compile):
9636 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
9637
9638 * simple.el (minibuffer-local-shell-command-map): New var.
9639 (minibuffer-complete-shell-command, read-shell-command): New funs.
9640 (shell-command, shell-command-on-region): Use them.
9641
9642 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9643
9644 * vc.el (vc-status-mark-buffer-changed): New function to implement
9645 updating of the *vc-status* buffer when a buffer is saved.
9646 (vc-status-mode): Use it for after-change-hook.
9647 (vc-add-to-vc-status-buffer): Rename to ...
9648 (vc-status-add-entry): ... this.
9649 (Todo): Add new entry.
9650
9651 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9652
9653 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
9654
9655 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
9656
9657 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
9658 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
9659 Remove spurious * from defcustom docstrings.
9660 (icomplete-compute-delay): Fix docstring and remove spurious *.
9661 (icomplete-delay-completions-threshold): Fix typo in docstring and
9662 remove spurious *.
9663 (icomplete-completions): While collecting the list of prospective
9664 candidates, don't overshoot `icomplete-prospects-length'.
9665
9666 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9667
9668 * textmodes/refbib.el:
9669 * textmodes/reftex.el:
9670 * textmodes/reftex-global.el:
9671 * textmodes/reftex-vars.el:
9672 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
9673 compiler pacifying defvars.
9674 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
9675 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
9676 not needed.
9677
9678 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
9679
9680 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
9681 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
9682 (verilog-customize, verilog-font-customize)
9683 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
9684 (verilog-mode): Update documentation strings to match tool tips.
9685 (verilog-auto-search-do, verilog-auto-re-search-do)
9686 (verilog-skip-forward-comment-or-string): Fix verilog-auto
9687 expansion when a .* appears inside a string.
9688 (verilog-re-search-forward, verilog-re-search-backward):
9689 Add comment to recall how this works.
9690 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
9691
9692 2008-03-20 Glenn Morris <rgm@gnu.org>
9693
9694 * calendar/calendar.el (calendar-other-dates): New function.
9695 (calendar-print-other-dates): Use calendar-other-dates.
9696 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
9697 the declarations it replaces.
9698 (calendar-mouse-print-dates): Use calendar-other-dates.
9699
9700 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
9701 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
9702 (calendar-absolute-from-bahai): Fix the leap-year case.
9703 (calendar-bahai-from-absolute): Re-use the Gregorian month.
9704 (calendar-bahai-date-string, calendar-bahai-print-date):
9705 Handle pre-Bahai dates.
9706
9707 * calendar/cal-china.el (chinese-calendar-celestial-stem)
9708 (chinese-calendar-terrestrial-branch): Make defcustoms.
9709
9710 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
9711 (calendar-mouse-view-diary-entries): Use or.
9712 (calendar-mouse-chinese-date): Remove unused command.
9713 (cal-menu-load-hook): Mark as obsolete.
9714
9715 * calendar/solar.el (calendar-location-name, calendar-latitude)
9716 (calendar-longitude, solar-arctan, sunrise-sunset)
9717 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
9718
9719 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9720
9721 * calc/calc.el: Remove outdated comments.
9722 (defcalcmodevar, calc-mode-var-list-restore-default-values)
9723 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
9724 Add docstrings.
9725
9726 2008-03-19 Jason Rumney <jasonr@gnu.org>
9727
9728 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
9729
9730 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9731
9732 * net/tls.el (open-tls-stream): Reindent.
9733
9734 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
9735
9736 * net/tramp.el (tramp-let-maybe): Removed.
9737 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
9738 It does not exist under XEmacs.
9739 (tramp-handle-file-truename, tramp-handle-expand-file-name)
9740 (tramp-completion-file-name-handler): Let-bind
9741 `directory-sep-char'.
9742
9743 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
9744 `directory-sep-char'.
9745
9746 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9747
9748 * help-fns.el (describe-function-1): Don't signal "missing arglist"
9749 for autoloaded keymaps.
9750
9751 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
9752 (electric-verilog-terminate-line, verilog-in-struct-region-p)
9753 (verilog-backward-ws&directives, verilog-forward-ws&directives)
9754 (verilog-in-comment-p, verilog-in-star-comment-p)
9755 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
9756 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
9757 (verilog-skip-forward-comment-or-string, verilog-in-paren)
9758 (verilog-skip-forward-comment-p): Use it.
9759
9760 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9761
9762 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
9763 (org-remember-templates, org-time-stamp-rounding-minutes)
9764 (org-back-over-empty-lines, org-find-base-buffer-visiting)
9765 (org-columns-new): Fix typos in docstrings.
9766
9767 2008-03-19 Glenn Morris <rgm@gnu.org>
9768
9769 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
9770 (tramp-handle-shell-command): Use condition-case rather than
9771 ignore-errors.
9772
9773 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9774
9775 * diff-mode.el (diff-header): Make the color louder.
9776 (diff-refine-change): Tone the color down.
9777
9778 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9779
9780 * descr-text.el (describe-char): When `describe-char-unidata-list'
9781 is set to show all properties, list them in the right order.
9782
9783 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * international/mule.el (load-with-code-conversion): Avoid setting
9786 default-enable-multibyte-characters.
9787
9788 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
9789
9790 * vc.el (vc-annotate-background): Fix custom type.
9791
9792 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9793
9794 * descr-text.el (describe-char-unidata-list): Allow specifying
9795 just all properties.
9796 (describe-char): Handle that new value.
9797
9798 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
9799
9800 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9801
9802 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
9803 instead of file name extension to make docs with uncommon
9804 extensions work.
9805
9806 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9807
9808 * doc-view.el (require): Require cl at compile time because
9809 `assert' needs it.
9810
9811 2008-03-18 Glenn Morris <rgm@gnu.org>
9812
9813 * calendar/calendar.el (initial-calendar-window-hook)
9814 (today-visible-calendar-hook): Doc fixes.
9815
9816 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
9817
9818 * net/tramp.el (tramp-root-regexp): Simplify.
9819 (tramp-completion-file-name-regexp-separate): Don't insist on
9820 leading "[". This prevents method or user or host completion.
9821 (tramp-let-maybe): Autoload it.
9822 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
9823 is an alias for `identity'.
9824 (tramp-handle-write-region): Protect `last-coding-system-used'
9825 over the trailing statements.
9826 (tramp-completion-file-name-handler-post-function): Remove.
9827 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
9828 instead of calling `tramp-drop-volume-letter'.
9829
9830 * net/tramp.el:
9831 * net/tramp-uu.el:
9832 * net/trampver.el: Move coding cookie at the end.
9833
9834 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9835
9836 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
9837 elements which may be something else than characters.
9838
9839 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
9840
9841 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
9842 New functions to implement vc-status support.
9843
9844 * vc.el (vc-default-extra-status-menu)
9845 (vc-add-to-vc-status-buffer): New functions.
9846
9847 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9848 for eldoc and ielm.
9849
9850 2008-03-17 Glenn Morris <rgm@gnu.org>
9851
9852 * calendar/cal-x.el (diary-frame-parameters)
9853 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
9854 Fix custom type; add options.
9855 (calendar-frame, diary-frame): Doc fixes.
9856 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
9857 new functions.
9858 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
9859 Use calendar-frame-1 and calendar-dedicate-diary.
9860 (calendar-one-frame-setup): Also handle only-one-frame case.
9861 (calendar-only-one-frame-setup): Doc fix. Just call
9862 calendar-one-frame-setup.
9863
9864 * calendar/diary-lib.el: Re-order some definitions before their use.
9865 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
9866 (diary-list-entries): Doc fixes.
9867 (make-fancy-diary-display): Remove function.
9868
9869 * calendar/calendar.el (calendar-today-marker)
9870 (initial-calendar-window-hook, today-visible-calendar-hook)
9871 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
9872 (calendar-star-date, calendar-mark-today): Doc fixes.
9873 (today-visible-calendar-hook): Add options.
9874 (calendar-in-read-only-buffer): New macro.
9875 (calendar-basic-setup): Adapt for change in calendar-read-date.
9876 Place holiday let inside if.
9877 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
9878 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
9879 (calendar-print-other-dates): Use one let rather than many.
9880
9881 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
9882 (calendar-print-other-dates):
9883 * calendar/cal-hebrew.el (list-yahrzeit-dates):
9884 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
9885 * calendar/holidays.el (calendar-list-holidays, list-holidays)
9886 (calendar-cursor-holidays):
9887 * calendar/lunar.el (calendar-phases-of-moon): Use
9888 calendar-in-read-only-buffer to replace previous code and disable undo.
9889
9890 2008-03-16 Juri Linkov <juri@jurta.org>
9891
9892 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
9893 and regexp-search-ring-yank-pointer for the HISTPOS argument of
9894 read-from-minibuffer to provide the correct initial minibuffer
9895 history position in isearch-edit-string when it is called from
9896 isearch-ring-adjust.
9897
9898 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
9899 to check if the current buffer is the minibuffer, and in this case
9900 call abort-recursive-edit to kill the minibuffer. Doc fix.
9901 (kill-this-buffer-enabled-p): Allow this function to return non-nil
9902 when the current buffer is the minibuffer.
9903
9904 * simple.el (goto-line): Leave mark at previous position. Doc fix.
9905
9906 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
9907
9908 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
9909 Use non-nil PARENTS attribute of make-directory instead of
9910 explicitly checking existence the current cache directory.
9911
9912 2008-03-16 Daiki Ueno <ueno@unixuser.org>
9913
9914 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
9915 M-x epa-file-select-keys.
9916
9917 2008-03-16 Kenichi Handa <handa@m17n.org>
9918
9919 * international/mule.el (auto-coding-alist):
9920 Use no-conversion-multibyte for archive files.
9921
9922 2008-03-16 Glenn Morris <rgm@gnu.org>
9923
9924 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
9925 New functions.
9926 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
9927 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
9928 Use calendar-mark-1.
9929 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
9930 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
9931 Use calendar-mark-complex.
9932 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
9933 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
9934 Use calendar-mark-1.
9935
9936 * calendar/calendar.el (calendar-mod): Remove.
9937 * calendar/cal-china.el (calendar-chinese-from-absolute)
9938 (calendar-chinese-date-string): Expand calendar-mod calls.
9939 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
9940 Expand calendar-mod calls.
9941
9942 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
9943 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
9944 (diary-bahai-insert-yearly-entry): Use let rather than let*.
9945 Move obsolete aliases after the functions that replaced them.
9946
9947 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
9948 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
9949 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
9950 Use let rather than let*.
9951 (calendar-hebrew-prompt-for-date): New function.
9952 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
9953 (holiday-tisha-b-av-etc): Use unless, let.
9954
9955 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
9956 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
9957
9958 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
9959
9960 * calendar/calendar.el (calendar-for-loop): Add indent spec.
9961
9962 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
9963 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
9964 than concat.
9965 (diary): Remove un-needed let.
9966 (view-other-diary-entries): Rename argument.
9967 (diary-list-entries-2): New function.
9968 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
9969 (print-diary-entries): Use unless.
9970 (diary-mark-entries-1): Change argument order, make all but
9971 markfunc optional. Handle the standard (Gregorian) case.
9972 Use match-string-no-properties. Handle marks.
9973 (mark-diary-entries): Use diary-mark-entries-1.
9974 (diary-font-lock-keywords-1): New macro.
9975 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
9976
9977 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
9978
9979 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
9980 (icalendar-export-hidden-diary-entries): New variable.
9981 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
9982 In case of error, insert full error-val.
9983 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
9984 Use calendar-day-of-week. Return the day number.
9985 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
9986
9987 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
9988
9989 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
9990 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
9991 (icalendar-export-region): Ignore hidden diary entries.
9992 (icalendar--convert-ordinary-to-ical): Fix case where event
9993 spans across midnight boundary.
9994 (icalendar-first-weekday-of-year): New function.
9995 (icalendar--convert-weekly-to-ical): Allow user-selectable start
9996 year for recurring events (Mozilla calendars do not propagate
9997 recurring events forever, so year 2000 start date was not working).
9998 (icalendar--convert-yearly-to-ical): Remove extra spaces in
9999 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
10000
10001 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
10002
10003 * net/tramp.el (tramp-root-regexp): New defconst.
10004 (tramp-completion-file-name-regexp-unified)
10005 (tramp-completion-file-name-regexp-separate)
10006 (tramp-completion-file-name-regexp-url): Use it.
10007 (tramp-do-copy-or-rename-file-via-buffer):
10008 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
10009 t for `insert-file-contents-literally'.
10010 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
10011 Autoload it.
10012 (tramp-completion-file-name-handler-post-function): New defconst.
10013 (tramp-completion-file-name-handler): Use it.
10014 (tramp-maybe-open-connection): Update calls to
10015 `tramp-flush-connection-property' for removed 2nd argument.
10016
10017 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10018
10019 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
10020 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
10021 New functions.
10022
10023 2008-03-15 Glenn Morris <rgm@gnu.org>
10024
10025 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
10026 New functions.
10027 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
10028 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10029 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10030 (diary-bahai-list-entries): Use diary-list-entries-1.
10031 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
10032 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
10033 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10034 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10035 (list-hebrew-diary-entries): Use diary-list-entries-1.
10036 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
10037 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
10038 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10039 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10040 (list-islamic-diary-entries): Use diary-list-entries-1.
10041 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
10042
10043 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
10044
10045 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
10046
10047 * calendar/cal-china.el (number-chinese-months)
10048 (calendar-chinese-from-absolute): Use nth, caar.
10049
10050 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
10051
10052 * calendar/cal-french.el (french-calendar-accents): Doc fix.
10053
10054 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
10055 (calendar-hebrew-month-name-array-leap-year)
10056 (hebrew-calendar-parashiot-names): Make constants.
10057 (diary-parasha): Move definition after constants it uses.
10058
10059 * calendar/cal-html.el (cal-html-insert-link-yearpage)
10060 (cal-html-htmlify-list): Doc fix.
10061 (cal-html-htmlify-entry): Use nth.
10062
10063 * calendar/cal-islam.el (calendar-islamic-month-name-array)
10064 (calendar-islamic-epoch): Make constants.
10065 (calendar-islamic-epoch): Doc fix.
10066
10067 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
10068
10069 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
10070 (cal-tex-month-name): Doc fix.
10071 (cal-tex-last-blank-p): Use zerop.
10072
10073 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
10074 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
10075 (calendar-cursor-to-date): Doc fix.
10076 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
10077 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
10078 (calendar-day-number): Use when.
10079 (generate-calendar-month): Use dotimes.
10080 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
10081 (calendar-set-mark): Reverse conditional.
10082 (calendar-make-alist): Move definition before use.
10083
10084 * calendar/diary-lib.el (diary-face-attrs)
10085 (diary-glob-file-regexp-prefix, diary-selective-display)
10086 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
10087 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
10088 (diary-anniversary, diary-cyclic)
10089 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
10090 (diary-header-line-format): Change wording.
10091 (diary-list-entries): Set `date-start' in let.
10092 (include-other-diary-files, mark-included-diary-files): Use format.
10093 (simple-diary-display, fancy-diary-display): Use cadr, unless.
10094 (mark-diary-entries): Use 1+.
10095 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
10096 (mark-calendar-month): Use dotimes.
10097
10098 * calendar/holidays.el (displayed-month, displayed-year):
10099 Move declarations where needed.
10100 (calendar-list-holidays): Doc fix.
10101
10102 * calendar/parse-time.el (parse-time-string): Simplify.
10103
10104 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
10105 Make constants.
10106 (solar-sunrise-sunset): Rename some local variables for clarity.
10107 (sunrise-sunset): Use zerop.
10108 (solar-mean-equinoxes/solstices): Doc fix.
10109
10110 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
10111 Use nth.
10112 (timeclock-completing-read, timeclock-generate-report): Use zerop.
10113 (timeclock-mean, timeclock-generate-report): Use dolist.
10114
10115 * calendar/todo-mode.el (todo-add-category): Simplify.
10116 (todo-more-important-p, todo-delete-item, todo-file-item):
10117 Use unless, when.
10118 (todo-top-priorities): Use zerop.
10119
10120 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
10121
10122 * buff-menu.el (list-buffers-noselect): Display buffer name in
10123 tooltip instead of mouse binding when it doesn't fit in the list.
10124
10125 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10126
10127 * faces.el (xw-defined-colors):
10128 * simple.el (widget-convert, shell-mode): Declare as functions
10129 instead of autoloading.
10130
10131 * abbrev.el:
10132 * button.el:
10133 * cus-face.el:
10134 * ediff-hook.el:
10135 * emacs-lisp/backquote.el:
10136 * emacs-lisp/timer.el:
10137 * facemenu.el:
10138 * faces.el:
10139 * menu-bar.el:
10140 * simple.el:
10141 * subr.el:
10142 * textmodes/fill.el:
10143 * textmodes/paragraphs.el: Remove autoloads, redundant when the
10144 files are preloaded.
10145
10146 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10147
10148 * desktop.el (desktop-create-buffer): Don't catch errors if
10149 debug-on-error is set.
10150
10151 2008-03-14 Eli Zaretskii <eliz@gnu.org>
10152
10153 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10154 ($(lisp)/calendar/diary-loaddefs.el)
10155 ($(lisp)/calendar/hol-loaddefs.el): New targets.
10156 (LOADDEFS): New macro.
10157 (autoloads): Depend on $(LOADDEFS).
10158
10159 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10160
10161 * font-lock.el (featurep): Remove test, not useful anymore.
10162 (facemenu-keymap): Move key binding ...
10163 * facemenu.el (facemenu-keymap): ... here.
10164
10165 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
10166 for each file in the list.
10167 (vc-bzr-log-view-mode): Recognize the file marker.
10168
10169 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10170 for checkdoc and profiling.
10171
10172 2008-03-14 Bastien Guerry <bzg@altern.org>
10173
10174 * textmodes/flyspell.el (nxml-mode): Add the right
10175 `flyspell-mode-predicate'.
10176
10177 * wid-edit.el (link): Use 'mouse-face for :follow-link.
10178
10179 2008-03-14 Glenn Morris <rgm@gnu.org>
10180
10181 * calendar/solar.el: Reorder so that functions are defined before use.
10182 (displayed-month, displayed-year): Move declarations where needed.
10183 (solar-get-number): Move definition before use. Use unless.
10184 (solar-equatorial-coordinates): Simplify.
10185 (solar-sunrise-and-sunset): Use let rather than let*.
10186 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
10187
10188 * startup.el (command-line-1): Rename -internal-script back to
10189 -scriptload (reverts previous change).
10190
10191 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10192 (calendar-bahai-leap-base): Add doc strings.
10193 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
10194 Move definition before use.
10195 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
10196 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
10197 variables outside the loop. Use dolist.
10198 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
10199
10200 * calendar/cal-china.el: Re-order so that functions are defined before
10201 use.
10202 (displayed-month, displayed-year): Move declarations where needed.
10203 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
10204 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10205 Add doc strings.
10206 (chinese-year-cache): Recenter on 2010. Doc fix.
10207 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
10208 Doc fix. Simplify.
10209 (chinese-year-cache-init): New function.
10210 (compute-chinese-year, holiday-chinese-new-year)
10211 (calendar-chinese-date-string, calendar-goto-chinese-date)
10212 (make-chinese-month-assoc-list): Use cadr, nth.
10213 (chinese-months): Remove un-needed let.
10214
10215 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
10216 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
10217 (coptic-prompt-for-date): Move definition before use.
10218
10219 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
10220 (calendar-dst-find-data, calendar-daylight-time-offset)
10221 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
10222 (calendar-daylight-savings-starts-time)
10223 (calendar-daylight-savings-ends-time): Use cadr, nth.
10224
10225 * calendar/cal-french.el (french-calendar-epoch)
10226 (calendar-goto-french-date): Doc fix.
10227 (french-calendar-month-name-array)
10228 (french-calendar-multibyte-month-name-array)
10229 (french-calendar-day-name-array, french-calendar-special-days-array):
10230 Add doc strings.
10231
10232 * calendar/cal-hebrew.el (displayed-month, displayed-year)
10233 (original-date): Move declarations where needed.
10234 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
10235 Doc fix.
10236 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
10237 constant variables outside the loop. Use dolist.
10238
10239 * calendar/cal-islam.el (displayed-month, displayed-year)
10240 (original-date): Move declarations where needed.
10241 (islamic-calendar-day-number): Remove unused local variable `day'.
10242 (calendar-goto-islamic-date): Doc fix.
10243 (holiday-islamic): Use unless.
10244 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
10245 constant variables outside the loop. Use dolist.
10246 (mark-islamic-calendar-date-pattern): Move definition before use.
10247 Use unless.
10248 (mark-islamic-diary-entries): Doc fix.
10249 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10250 (insert-yearly-islamic-diary-entry): Use let rather than let*.
10251
10252 * calendar/cal-julian.el (calendar-absolute-from-julian):
10253 Move definition before use. Remove un-needed local `day'.
10254 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
10255
10256 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
10257 (calendar-mayan-tzolkin-names-array): Add doc strings.
10258 (calendar-mayan-long-count-from-absolute): Use a single let.
10259 (calendar-string-to-mayan-long-count): Simplify.
10260 (calendar-next-haab-date, calendar-previous-haab-date)
10261 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
10262 (calendar-previous-calendar-round-date)
10263 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
10264 Doc fix.
10265 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
10266 (calendar-mayan-date-string, calendar-print-mayan-date)
10267 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
10268 (calendar-mayan-long-count-common-era): Move definitions before use.
10269
10270 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
10271 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
10272 Doc fix.
10273 (calendar-mouse-goto-date): Move definition before use.
10274
10275 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
10276 Move definition before use.
10277 (calendar-cursor-to-visible-date): Move definition before use.
10278 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
10279 and place inside the conditional.
10280 (calendar-forward-day): Simplify.
10281 (calendar-end-of-month): Use unless.
10282 (calendar-goto-day-of-year): Doc fix.
10283 Relocate obsolete aliases after their replacements.
10284
10285 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
10286
10287 * calendar/diary-lib.el (mark-diary-entries): Move some constant
10288 variables outside the diary-date-forms loop.
10289
10290 * calendar/calendar.el (diary-file): Doc fix.
10291 (calendar-buffer-list): Return buffers rather than strings (fixes
10292 previous change).
10293 (hebrew-holidays-4): Fix typo.
10294
10295 * calendar/holidays.el (displayed-month, displayed-year):
10296 Move declarations where needed.
10297 (calendar-holiday-list, calendar-list-holidays)
10298 (holiday-filter-visible-calendar): Move definitions before use.
10299 (list-holidays): Use cadr.
10300 Relocate obsolete aliases after their replacements.
10301
10302 * calendar/lunar.el (date, displayed-month, displayed-year):
10303 Move declarations where needed.
10304 (lunar-phase-list): Move definition after functions it uses.
10305 (calendar-phases-of-moon, diary-phases-of-moon)
10306 (lunar-new-moon-on-or-after): Use cadr, nth.
10307 (lunar-new-moon-on-or-after): Doc fix.
10308
10309 * textmodes/org-irc.el (top-level): CL not required when compiling.
10310 (org-irc-visit-erc): Replace runtime CL functions.
10311
10312 * textmodes/org-publish.el (declare-function): Add compatibility stub.
10313 (org-publish-delete-dups): Declare as function.
10314
10315 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10316
10317 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
10318 (vc-bzr-show-log-entry): Make regexp match more cases.
10319 (vc-diff-switches-list): Remove autoload, not needed.
10320
10321 2008-03-14 Juri Linkov <juri@jurta.org>
10322
10323 * isearch.el (isearch-edit-string): Remove one call to
10324 `isearch-push-state' not to push an inconsistent state,
10325 but keep another correct call to `isearch-push-state'.
10326 (isearch-ring-adjust): Call `isearch-push-state' only when
10327 `search-ring-update' is non-nil since `isearch-edit-string'
10328 already pushes its state.
10329 (isearch-message): Improve matching the failed part by checking
10330 if the original message starts with the last successful message.
10331
10332 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
10333 (dired-perm-write): Rename from `dired-warn-writable'.
10334 Change parent face from `font-lock-warning-face' to
10335 `font-lock-comment-delimiter-face'.
10336 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
10337 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
10338 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
10339 with `dired-perm-write-face'.
10340
10341 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
10342
10343 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10344 Create cache dir only if it doesn't already exist.
10345
10346 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10347
10348 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
10349 of \ and '.
10350
10351 2008-03-13 Johan Bockgård <bojohan@gnu.org>
10352
10353 * net/browse-url.el (browse-url-text-xterm):
10354 Unquote browse-url-text-browser.
10355
10356 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
10357
10358 * textmodes/org-mouse.el: Version number change.
10359
10360 * textmodes/org-publish.el (org-publish-expand-components):
10361 Remove null projects from the list of components.
10362 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
10363 Remove unused retrieval of the :publishing-directory property.
10364 (org-publish-file): Bugfix: when using a relative directory as the
10365 publishing directory, convert it to a directory filename.
10366 (org-publish-project): New alias.
10367 (org-publish-get-files): Protect against empty p.
10368 (org-publish-file): Send an error when file is not part of any project.
10369 (org-publish-file): Offer to refresh the list of files in known
10370 project when the current file is not part of any project.
10371 (org-publish-before-export-hook)
10372 (org-publish-after-export-hook): New hooks.
10373 (org-publish-org-to): Use new hooks and kill buffers.
10374 (org-publish-file): Remove the code for killing buffers.
10375 (org-publish-initialize-files-alist): Use interactive.
10376 (org-publish-file): If the publishing function creates a new
10377 buffer, kill it after publishing.
10378 (org-publish-timestamp-filename): Protect ":" in file name path
10379 under windows.
10380
10381 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
10382 change that killed the LaTeX buffer.
10383
10384 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
10385 in the decision tree.
10386 (org-select-remember-template): Clean the code.
10387 (org-prepare-dblock): Add the extra :content parameter.
10388 (org-write-agenda): New output type ".ics" files.
10389 (org-write-agenda): Call `org-icalendar-verify-function', both for
10390 time stamps and for TODO entries.
10391 (org-agenda-collect-markers, org-create-marker-find-array)
10392 (org-check-agenda-marker-table): New functions.
10393 (org-agenda-marker-table): New variable.
10394 (org-export-as-html): Revert the change that killed the html
10395 buffer. Side effects first need to be studied carefully.
10396 (org-get-tags-at): Fix the structure of the condition-case statement.
10397 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
10398 (org-timestamp-change): Fix regulear expressions to swallow the
10399 extra character for repeat-shift control.
10400 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
10401 (org-get-legal-level): Alias to `org-get-valid-level'.
10402 (org-dblock-write:clocktable): Add a :link parameter, linking
10403 headlines to their location in the Org agenda files.
10404 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
10405 throwing an error when getting tags before headlines.
10406 (org-timestamp-change, org-modify-ts-extra)
10407 (org-ts-regexp1): Fix timestamp editing.
10408 (org-agenda-custom-commands-local-options): New constant.
10409 (org-agenda-custom-commands):
10410 Use `org-agenda-custom-commands-local-options' to improve customize
10411 type. "htmlize": Removed hack to fix face problem with htmlize,
10412 it no longer seem necessary.
10413 (org-follow-link-hook): New hook.
10414 (org-agenda-custom-commands): Add "Component" as a tag for each
10415 item in a command serie.
10416 (org-open-at-point): Run `org-follow-link-hook'.
10417 (org-agenda-schedule): Bugfix: don't display marker type when it
10418 is nil.
10419 (org-store-link): org-irc required.
10420 (org-set-regexps-and-options): Parse the new logging options.
10421 (org-extract-log-state-settings): New function.
10422 (org-todo): Handle the new ways of recording state change stuff.
10423 (org-local-logging): New function.
10424 (org-columns-open-link): Fix bug with opening link in column view.
10425 (org-local-logging): New function.
10426 (org-todo): Make sure that LOGGING properties are honoured.
10427 (org-todo-keywords): Improve docstring.
10428 (org-startup-options): Cleanup startup options.
10429 (org-set-regexps-and-options): Process the "!" markers.
10430 (org-todo): Respect the new logging stuff.
10431 (org-log-note-how): New variable.
10432 (org-add-log-maybe): New parameter HOW that defines how logging
10433 should be done and also overrides PURPOSE. Add a docstring.
10434 (org-add-log-note): Check if we really need to ask for a note.
10435 (org-get-current-options): Digest the new keyword.
10436 (org-agenda-reset-markers): Rename from
10437 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
10438 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
10439 function, without force argument.
10440 (org-buffer-property-keys): Bind local variables s and p.
10441 (org-make-tags-matcher): Allow "" to match an empty or
10442 non-existent property value.
10443 (org-export-as-html): Join unsorted lists when they directly
10444 follow each other. Such lists may be created by headlines that
10445 are converted to lists.
10446 (org-nofm-to-completion): New function.
10447 (org-export-as-html): Use :html-extension instead of
10448 org-export-html-extension.
10449 (org-store-link): Support for links from `rmail-summary-mode'.
10450 (org-columns-new, org-complete, org-set-property): Set the
10451 `include-columns' argument in the call to
10452 `org-buffer-property-keys'.
10453 (org-buffer-property-keys): New argument `include-columns', to
10454 include properties expected by any of the COLUMS formats in the
10455 current buffer.
10456 (org-cleaned-string-for-export): Get rid of drawers first, so that
10457 they will be removed also in the text before the first headline.
10458 (org-clock-report): Show the clocktable when found.
10459 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
10460 (org-version): With prefix argument, insert `org-version' at point.
10461 (org-agenda-goto): Recenter the window after finding the target
10462 location, to make sure the correct position will be displayed.
10463 (org-agenda-get-deadlines): Don't scale priority with the warning
10464 period.
10465 (org-insert-heading): Don't break line in the middle of the line.
10466 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
10467 be 0.
10468 (org-update-checkbox-count): Revamp to deal with hierarchical
10469 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
10470 (org-remove-timestamp-with-keyword): New function.
10471 (org-schedule, org-deadline):
10472 Use `org-remove-timestamp-with-keyword' to make sure all such time
10473 stamps are removed.
10474 (org-mode): Support for `align'.
10475 (org-agenda-get-deadlines): Make sure priorities increase as the
10476 due date approaches and is passed.
10477 (org-remember-apply-template): Fix problem with tags that
10478 contain "_" or "@".
10479 (org-make-link-regexps): Improve the regular expression for plain links.
10480 (org-agenda-get-closed): List each clocking entry.
10481 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
10482 (org-special-ctrl-k): New option.
10483 (org-kill-line): New function.
10484 (org-archive-all-done): Fix incorrect number of stars in regexp.
10485 (org-refile-get-location): New function.
10486 (org-refile-goto-last-stored): New function.
10487 (org-global-tags-completion-table): Add the value of org-tag-alist
10488 in each buffer, to make sure that also unused tags will be
10489 available for completion.
10490 (org-columns-edit-value)
10491 (org-columns-next-allowed-value): Only update if not in agenda.
10492 (org-clocktable-steps): New function.
10493 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
10494 (org-archive-subtree): Add the outline tree context as a property.
10495 (org-closest-date): New optional argument `prefer'.
10496 (org-goto-auto-isearch): New option.
10497 (org-goto-map, org-get-location): Implement auto-isearch.
10498 (org-goto-local-auto-isearch-map): New variable.
10499 (org-goto-local-search-forward-headings)
10500 (org-goto-local-auto-isearch): New functions.
10501
10502 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
10503
10504 * textmodes/org-irc.el: New file.
10505
10506 2008-03-13 John Wiegley <johnw@gnu.org>
10507
10508 * textmodes/org-mac-message.el: New file.
10509
10510 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
10511
10512 * font-lock.el (font-lock-comment-face): Set the foreground for
10513 the light background 8 colors case.
10514
10515 2008-03-13 Glenn Morris <rgm@gnu.org>
10516
10517 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
10518 generate-autoload-cookie patterns.
10519
10520 * startup.el (command-line-1): Rename -scriptload to -internal-script.
10521
10522 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
10523 (MH_E_SRC): Remove variable.
10524 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
10525 Simplify file header. Use $@ for generated-autoload-file.
10526
10527 * Makefile.in (LOADDEFS): New variable.
10528 (AUTOGENEL): Use $LOADDEFS.
10529 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
10530 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
10531 ($(lisp)/calendar/hol-loaddefs.el): New targets.
10532 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10533 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
10534 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
10535 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
10536 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
10537 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
10538 Add calendar-specific autoload cookies, and remove any setting of
10539 generated-autoload-file.
10540 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
10541 * calendar/diary-lib.el: Replace explicit autoloads with reading of
10542 diary-loaddefs.
10543 * calendar/holidays.el: Replace explicit autoloads with reading of
10544 hol-loaddefs.
10545
10546 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
10547 (calendar-buffer-list): Simplify.
10548 (generate-calendar-window): Use calendar-mark-holidays rather than
10549 obsolete alias.
10550
10551 * calendar/cal-hebrew.el (list-yahrzeit-dates):
10552 Use cal-hebrew-yahrzeit-buffer.
10553
10554 * calendar/cal-x.el (calendar-only-one-frame-setup)
10555 (calendar-two-frame-setup): Doc fixes.
10556 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
10557
10558 * calendar/appt.el (appt-mode-string): Mark as risky.
10559 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
10560
10561 * calendar/cal-html.el (diary-list-entries):
10562 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
10563 (calendar-iso-from-absolute): Fix autoloads.
10564
10565 * calendar/cal-iso.el (calendar-absolute-from-iso)
10566 (calendar-iso-read-args): Simplify.
10567 (calendar-iso-date-string, calendar-iso-read-args)
10568 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
10569
10570 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
10571 (displayed-month, displayed-year): Move declarations where needed.
10572 (calendar-print-astro-day-number): Doc fix.
10573
10574 * calendar/cal-persia.el (persian-calendar-month-name-array)
10575 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
10576 (persian-prompt-for-date): Remove local variable `today'.
10577
10578 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
10579
10580 * calendar/solar.el (solar-moment, solar-exact-local-noon)
10581 (solar-sunrise-sunset, solar-sunrise-sunset-string)
10582 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
10583 (diary-sabbath-candles, solar-equinoxes/solstices)
10584 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
10585 (solar-time-equation, solar-date-to-et): Simplify.
10586
10587 * mail/supercite.el: Remove the `function' in `(function (lambda'.
10588 Replace `(car (cdr' with cadr'.
10589
10590 * progmodes/f90.el (f90-font-lock-n): New function.
10591 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
10592 Use f90-font-lock-n.
10593 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
10594
10595 * progmodes/f90.el (f90-mode-abbrev-table):
10596 * progmodes/fortran.el (fortran-mode-abbrev-table):
10597 Use newer form of define-abbrev, where supported. No need to bind
10598 abbrevs-changed for system abbrevs.
10599
10600 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10601
10602 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
10603 delete-frame-functions.
10604
10605 * bookmark.el (Info-current-node): Remove.
10606
10607 2008-03-12 Juri Linkov <juri@jurta.org>
10608
10609 * help.el (describe-project): Remove defaliases for view-todo and
10610 describe-project that are now unnecessary after the merge from
10611 emacs--rel--22 that added define-obsolete-function-alias.
10612
10613 * startup.el (inhibit-startup-screen): Revert incomplete
10614 2008-03-10 merge from emacs--rel--22 that partly reverted
10615 2008-02-28 change that added initial message to *scratch* buffer
10616 regardless of the value of `inhibit-startup-screen'.
10617 Now keep this change in the trunk, but not in the 22 branch.
10618
10619 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * international/quail.el (quail-setup-completion-buf, quail-help):
10622 * mail/binhex.el (binhex-decode-region-internal):
10623 * mail/uudecode.el (uudecode-decode-region-internal):
10624 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10625 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10626 setting default-enable-multibyte-characters.
10627
10628 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
10629
10630 * comint.el: Fix up indentation and comment style. Remove `function'.
10631
10632 * international/mule-cmds.el (reset-language-environment)
10633 (set-language-environment-nonascii-translation):
10634 Don't set-unibyte-charset.
10635
10636 * doc-view.el: Remove all cb-args, use closures instead.
10637 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
10638 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
10639 doing an incorrect check). Update all callers to use the new name.
10640 (doc-view-doc->txt): Add missing `txt' argument.
10641
10642 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
10643
10644 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
10645 md5 sum calculation to single-byte.
10646
10647 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10648
10649 * doc-view.el (doc-view-new-window-function): Add assertion.
10650 (doc-view-doc-type): New var.
10651 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
10652 (doc-view-intersection): New fun.
10653 (doc-view-mode): Use it to set the new var.
10654
10655 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
10656
10657 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
10658 (doc-view-already-converted-p): New functions.
10659 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
10660 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
10661 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
10662 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
10663 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
10664 (doc-view-convert-current-doc): Don't hardwire the functions the
10665 sentinels call. Now they're provided by two args CALLBACK and
10666 CB-ARGS to the functions.
10667 (doc-view-search): Use doc-view-doc->txt.
10668 (doc-view-initiate-display): Use doc-view-already-converted-p.
10669 Mention new binding C-c C-t if doc-view-mode doesn't work.
10670
10671 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10672
10673 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
10674
10675 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
10678 Mark " outside of tags as punctuation.
10679
10680 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * menu-bar.el (minibuffer-local-map): Use the same command for the
10683 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
10684 Prefer RET over C-j for exit-minibuffer.
10685
10686 * files.el (display-buffer-other-frame): Eliminate problematic code.
10687
10688 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
10689 (menu-bar-select-buffer): Remove.
10690 (menu-bar-select-frame): Make non-interactive and take a frame arg.
10691 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
10692
10693 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
10694
10695 * icomplete.el (icomplete-completions): Remove obsolete code.
10696
10697 * net/net-utils.el (iwconfig-program-options): Doc fix.
10698 (net-utils-run-program, run-network-program): Define as functions.
10699
10700 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
10701
10702 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
10703
10704 2008-03-11 Glenn Morris <rgm@gnu.org>
10705
10706 * faces.el (mode-line-emphasis): New face.
10707 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
10708
10709 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
10710
10711 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
10712
10713 * simple.el (set-mark-command): Doc fix.
10714
10715 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10716
10717 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
10718
10719 * emacs-lisp/autoload.el (autoload-find-destination):
10720 Don't force raw-text.
10721
10722 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
10723 * calendar/cal-loaddefs.el: Don't version control.
10724
10725 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10726
10727 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
10728 entries and add :help to the existing ones.
10729
10730 2008-03-10 Glenn Morris <rgm@gnu.org>
10731
10732 * calendar/cal-hebrew.el (date, entry, number): Move declarations
10733 to where they are needed.
10734
10735 * calendar/calendar.el (diary-file, hebrew-holidays-1)
10736 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10737 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
10738 (calendar-version): Doc fixes.
10739 (calendar-absolute-from-gregorian): Use zerop.
10740 (calendar-mode-line-format): Make it a defcustom.
10741
10742 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
10743 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
10744 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
10745 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
10746 (mark-included-diary-files, mark-calendar-days-named)
10747 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
10748 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
10749 (insert-monthly-diary-entry, insert-yearly-diary-entry)
10750 (insert-anniversary-diary-entry, insert-block-diary-entry)
10751 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
10752 (diary-font-lock-sexps): Doc fixes.
10753 (diary-remind-message, mark-calendar-month): Use zerop.
10754 (diary-attrtype-convert, diary-pull-attrs): Simplify.
10755 (diary-list-entries): Revert let to let* (previous change).
10756
10757 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
10758
10759 2008-03-10 Kim F. Storm <storm@cua.dk>
10760
10761 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
10762 function aliases for the old names.
10763
10764 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
10765
10766 * iswitchb.el (iswitchb-use-faces): Doc fix.
10767 (iswitchb-buffer-ignore, iswitchb-read-buffer):
10768 Fix typos in docstrings.
10769
10770 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10771
10772 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
10773 Fix typo.
10774 (verilog-type-font-keywords): Reindent.
10775
10776 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
10777
10778 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
10779 Fix bug in the grouping-keyword regular expression.
10780 (verilog-font-lock-keywords): Allow users to toggle special
10781 highlight of grouping-keywords.
10782 (verilog-highlight-grouping-keywords): The toggle for special
10783 highlighting of grouping keywords.
10784
10785 2008-03-10 Juri Linkov <juri@jurta.org>
10786
10787 * startup.el: Revert 2008-02-28 change that adds initial message
10788 to *scratch* buffer regardless of the value of
10789 `inhibit-startup-screen'.
10790
10791 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10792
10793 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
10794 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
10795 * progmodes/verilog-mode.el (verilog-mode):
10796 * net/socks.el (socks):
10797 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
10798
10799 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10800
10801 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
10802 (doc-view-bookmark-make-record): Use them.
10803 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
10804 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
10805
10806 * bookmark.el (bookmark-make-record-function): Change expected return
10807 value to include a suggested bookmark name.
10808 (bookmark-make): Split into bookmark-make-record and bookmark-store.
10809 Fix reversed `overwrite' semantics.
10810 (bookmark-set): Call bookmark-make-record before prompting the user.
10811 Then pass the result to bookmark-store later on.
10812 (bookmark-make-name-function): Remove.
10813 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
10814 * info.el (bookmark-make-name-function): Remove.
10815 (Info-mode): Don't set it.
10816 (Info-bookmark-make-name): Remove.
10817 (Info-bookmark-make-record): Use Info-current-node as suggested default
10818 bookmark name.
10819
10820 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
10821 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
10822 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
10823 (bookmark-annotation-buffer, bookmark-annotation-file)
10824 (bookmark-annotation-point, bookmark-send-annotation)
10825 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
10826 (bookmark-edit-annotation-text-func): Rename from
10827 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
10828 (bookmark-edit-annotation-mode-map): Move initialization into
10829 declaration.
10830
10831 * bookmark.el: Remove spurious * in docstrings.
10832 (bookmark-minibuffer-read-name-map): New var.
10833 (bookmark-set): Use it. Also pass the default value as it should.
10834 (bookmark-send-edited-annotation): Take no chances with text properties.
10835 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
10836 (bookmark-insert-buffer-name): Remove.
10837 (bookmark-buffer-file-name): Signal an error rather than returning nil.
10838
10839 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
10840
10841 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
10842
10843 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
10844
10845 * diff-mode.el (diff-mode-menu): Add :help.
10846
10847 2008-03-09 Glenn Morris <rgm@gnu.org>
10848
10849 * calendar/calendar.el (general-holidays, oriental-holidays)
10850 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
10851 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
10852 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
10853 (calendar-holidays): Restore autoload cookies, because people are
10854 used to using these variables without loading calendar.el.
10855
10856 * calendar/cal-islam.el (diary-islamic-date): Move to end.
10857 (date, number): Declare where needed.
10858
10859 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
10860 (list-sexp-diary-entries): Doc fixes.
10861 (diary-list-entries): Doc fix. Remove free variable `entry'.
10862 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
10863 Simplify setting of `date-holiday-list'.
10864 (mark-diary-entries): Remove free variable `entry'.
10865 (diary-list-entries, include-other-diary-files, fancy-diary-display):
10866 Use let where let* is not needed.
10867
10868 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
10871 make-record function, instead paste it in afterwards.
10872 (bookmark-make-record-for-text-file):
10873 * doc-view.el (doc-view-bookmark-make-record):
10874 * info.el (Info-bookmark-make-record): Don't mess with annotations.
10875
10876 2008-03-08 Glenn Morris <rgm@gnu.org>
10877
10878 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
10879
10880 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
10881
10882 * calendar/diary-lib.el (diary-list-entries)
10883 (include-other-diary-files, mark-diary-entries)
10884 (mark-sexp-diary-entries, mark-included-diary-files)
10885 (diary-entry-time, list-sexp-diary-entries): Remove the special
10886 handling of ^M that dates back to the use of selective-display.
10887 (simple-diary-display): Obey setting of pop-up-frames.
10888 (body, entry): Remove unnecessary declarations.
10889
10890 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
10891 (bookmark-get-annotation, bookmark-set-annotation)
10892 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10893 (bookmark-set-position, bookmark-get-front-context-string)
10894 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10895 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
10896 * info.el (Info-bookmark-make-record): Don't bother recording point.
10897 (bookmark-get-filename, bookmark-get-front-context-string)
10898 (bookmark-get-rear-context-string, bookmark-get-position):
10899 Don't declare any more.
10900 (bookmark-get-info-node): Remove.
10901 (bookmark-prop-get): Declare.
10902 (Info-bookmark-jump): Use it.
10903
10904 2008-03-08 Johan Bockgård <bojohan@gnu.org>
10905
10906 * subr.el (while-no-input): Don't splice BODY directly into the
10907 `or' form.
10908
10909 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
10910
10911 * diff-mode.el (diff-ignore-whitespace-hunk):
10912 Bind inhibit-read-only before trying to change the buffer.
10913
10914 2008-03-08 Glenn Morris <rgm@gnu.org>
10915
10916 * calendar/appt.el (appt): Move custom group here from calendar.el.
10917 (appt-disp-window, appt-convert-time): Doc fixes.
10918
10919 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
10920 (calendar-bahai-mark-date-pattern):
10921 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
10922 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
10923 * calendar/cal-julian.el (calendar-absolute-from-julian):
10924 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
10925
10926 * calendar/cal-china.el (chinese-calendar): Move custom group here from
10927 calendar.el.
10928 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10929 Make constants.
10930 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
10931 (chinese-calendar-daylight-savings-starts)
10932 (chinese-calendar-daylight-savings-ends)
10933 (chinese-calendar-daylight-savings-starts-time)
10934 (chinese-calendar-daylight-savings-ends-time)
10935 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
10936 Doc fixes.
10937
10938 * calendar/cal-coptic.el (coptic-name): Add doc string.
10939
10940 * calendar/cal-french.el (french-calendar-month-name-array)
10941 (french-calendar-day-name-array, french-calendar-special-days-array):
10942 Add doc strings.
10943
10944 * calendar/cal-bahai.el (diary-bahai-mark-entries)
10945 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10946 (diary-bahai-insert-yearly-entry):
10947 * calendar/cal-dst.el (calendar-next-time-zone-transition)
10948 (calendar-time-zone):
10949 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
10950 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
10951 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
10952 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
10953 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
10954 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
10955 (list-islamic-diary-entries, mark-islamic-diary-entries)
10956 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10957 (insert-yearly-islamic-diary-entry):
10958 * calendar/cal-iso.el (calendar-iso-read-args):
10959 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
10960 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
10961 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
10962 (calendar-next-calendar-round-date)
10963 (calendar-mayan-long-count-common-era):
10964 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
10965 (cal-menu-x-popup-menu, calendar-mouse-holidays)
10966 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
10967 (calendar-mouse-goto-date):
10968 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10969 * calendar/holidays.el (holidays):
10970 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
10971 * calendar/time-date.el (date-to-time, time-subtract, time-add)
10972 (safe-date-to-time): Doc fixes.
10973
10974 * calendar/cal-persia.el (persian-calendar-month-name-array)
10975 (persian-calendar-epoch): Make constants.
10976
10977 * calendar/cal-tex.el (calendar-tex): Move custom group here from
10978 calendar.el.
10979
10980 * calendar/cal-x.el (diary-frame-parameters)
10981 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
10982 (calendar-after-frame-setup-hooks): Make defcustoms.
10983 (calendar-one-frame-setup, calendar-only-one-frame-setup)
10984 (calendar-two-frame-setup): Doc fix.
10985
10986 * calendar/cal-loaddefs.el: New file.
10987
10988 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10989 * calendar/cal-french.el, calendar/cal-html.el:
10990 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
10991 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
10992 * calendar/cal-tex.el, calendar/cal-x.el:
10993 Unquote lambda functions. Add autoload cookies to functions formerly
10994 autoloaded in calendar.el. Set `generated-autoload-file' to
10995 "cal-loaddefs.el".
10996
10997 * calendar/calendar.el: Move many autoloads to separate file,
10998 cal-loaddefs.el. Move defcustoms to start and re-order.
10999 (calendar-month-name-array, calendar-starred-day): No need to
11000 declare for compiler.
11001 (cal-loaddefs): Require it.
11002 (appt, chinese-calendar, calendar-tex): Move custom groups to the
11003 appropriate file.
11004 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
11005 Reverse logic.
11006 (diary-face, diary-file-name-prefix-function, diary-include-string)
11007 (diary-glob-file-regexp-prefix, diary-face-attrs)
11008 (diary-file-name-prefix, sexp-diary-entry-symbol)
11009 (print-diary-entries-hook, list-diary-entries-hook)
11010 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11011 (nongregorian-diary-marking-hook, diary-list-include-blanks):
11012 Move to diary-lib.
11013 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11014 (all-bahai-calendar-holidays): Doc fix.
11015 (calendar-insert-indented): Doc fix. Use when rather than if.
11016 (exit-calendar): Use mapc rather than mapcar.
11017 (calendar-cursor-to-date): Use zerop.
11018 (calendar-mark-ring): Add doc-string.
11019 (calendar-starred-day): Defvar it.
11020 (calendar-mode): Make calendar-starred-day local.
11021 (calendar-star-date): No need to make calendar-starred-day local.
11022
11023 * calendar/diary-lib.el: Move defcustoms to start.
11024 (diary-include-string, diary-list-include-blanks)
11025 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
11026 (diary-file-name-prefix, diary-file-name-prefix-function)
11027 (sexp-diary-entry-symbol, list-diary-entries-hook)
11028 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
11029 (nongregorian-diary-marking-hook, print-diary-entries-hook):
11030 Move here from calendar.el.
11031 (diary-file-name-prefix-function): Use 'identity.
11032 (diary-face): Make it a defcustom, and mark as obsolete.
11033 (top-level): No need to require cal-hebrew, cal-islam when compiling.
11034 (calendar-hebrew-month-name-array-leap-year)
11035 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
11036 Define for compiler.
11037 (diary-font-lock-keywords): Use format rather than concat.
11038 Add bahai-diary-entry-symbol.
11039
11040 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
11041 * calendar/solar.el: Unquote lambda functions.
11042
11043 * calendar/solar.el (calendar-location-name, calendar-latitude)
11044 (calendar-longitude, solar-setup, solar-sin-degrees)
11045 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
11046 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
11047 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
11048 (solar-exact-local-noon, solar-julian-ut-centuries)
11049 (solar-ephemeris-time, solar-date-next-longitude)
11050 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11051 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
11052 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
11053 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
11054 Doc fixes.
11055 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11056 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
11057 (solar-ecliptic-coordinates): Use unless.
11058 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
11059 Use or.
11060
11061 * calendar/timeclock.el: Add doc-strings to all functions.
11062 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
11063 (timeclock-entry-list-length, timeclock-entry-list-projects)
11064 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
11065
11066 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
11067
11068 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
11069 (org-get-entries-from-diary): Require diary-lib.
11070
11071 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
11072
11073 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
11074 Pacify byte-compiler.
11075
11076 2008-03-07 Alan Mackenzie <acm@muc.de>
11077
11078 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
11079 paren/bracket pairs parsed, to solve performance problem.
11080
11081 2008-03-07 Bastien Guerry <bzg@altern.org>
11082
11083 * bookmark.el (bookmark-set): Don't check for
11084 `bookmark-make-name-function' since `bookmark-buffer-file-name'
11085 already takes care of this.
11086 (bookmark-buffer-name, bookmark-buffer-file-name):
11087 Remove Info-mode specific code.
11088
11089 * info.el (bookmark-get-info-node): Define this function in
11090 info.el, not in bookmark.el.
11091 (Info-mode): Set `bookmark-make-name-function' to
11092 `Info-bookmark-make-name' locally.
11093 (Info-bookmark-make-name): New function.
11094
11095 * bookmark.el (bookmark-make-name-function): New variable.
11096
11097 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11098
11099 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
11100 buffer-local, not `bookmark-make-cell-function' (the old name).
11101
11102 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
11103
11104 * doc-view.el (doc-view-bookmark-make-record):
11105 * image-mode.el (image-bookmark-make-record):
11106 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
11107
11108 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
11109
11110 * vc.el (vc-status-menu-map-filter): Return orig-binding if
11111 boundp 'vc-ignore-menu-filter.
11112 (vc-status-tool-bar-map): Make it defvar.
11113 (vc-status-mode): vc-status-tool-bar-map now variable.
11114 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
11115
11116 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11117
11118 Give a better name to part of the bookmark interface.
11119
11120 This was originally a much larger change, but halfway through I
11121 updated and discovered that Stefan Monnier had done the rest.
11122 It looks like he anticipated the new name too, because he used
11123 `the-record' instead of `the-cell' for some internal variable names.
11124
11125 * bookmark.el (bookmark-make-record-function): Was
11126 `bookmark-make-cell-function'.
11127 (bookmark-make, bookmark-send-annotation): Update for above.
11128 (bookmark-make-record-for-text-file):
11129 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
11130
11131 * info.el: Adjust accordingly.
11132 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
11133
11134 * image-mode.el: Adjust accordingly.
11135 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
11136
11137 * doc-view.el: Adjust accordingly.
11138 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
11139
11140 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11141
11142 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
11143 Move initialization into declaration.
11144 (bookmark-get-info-node, bookmark-set-info-node): Remove.
11145 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
11146 (bookmark-info-current-node): Remove.
11147 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
11148 Add relocation fallback. Set bookmark-current-bookmark.
11149 (bookmark-default-handler): Rename from bookmark-jump-noselect.
11150 Remove relocation fallback. Don't set bookmark-current-bookmark.
11151 (bookmark-set): Let it be used even if there's no buffer-file-name
11152 as long as there is a bookmark-make-cell-function.
11153 * info.el (Info-bookmark-jump): Remove relocation fallback.
11154 Don't set bookmark-current-bookmark.
11155
11156 2008-03-07 Glenn Morris <rgm@gnu.org>
11157
11158 * calendar/appt.el (appt-issue-message)
11159 (appt-message-warning-time, appt-audible, appt-visible)
11160 (appt-msg-window, appt-display-mode-line, appt-display-duration)
11161 (appt-display-diary): Remove autoload cookies.
11162
11163 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
11164 Remove leading `*' from defcustom doc-strings.
11165
11166 * calendar/cal-dst.el (calendar-dst): New custom group.
11167 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
11168 (calendar-time-zone, calendar-daylight-time-offset)
11169 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
11170 (calendar-daylight-savings-starts-time)
11171 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
11172 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
11173 Move to start.
11174
11175 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
11176
11177 * calendar/calendar.el (calendar-version): Use emacs-version and
11178 make it obsolete. Move to end.
11179 (calendar-offset, view-diary-entries-initially)
11180 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
11181 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
11182 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11183 (all-bahai-calendar-holidays, calendar-load-hook)
11184 (initial-calendar-window-hook, today-visible-calendar-hook)
11185 (today-invisible-calendar-hook, calendar-move-hook)
11186 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
11187 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
11188 (diary-include-string, sexp-diary-entry-symbol)
11189 (abbreviated-calendar-year, american-date-diary-pattern)
11190 (european-date-diary-pattern, european-calendar-display-form)
11191 (american-calendar-display-form, print-diary-entries-hook)
11192 (list-diary-entries-hook, diary-hook, diary-display-hook)
11193 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11194 (nongregorian-diary-marking-hook, diary-list-include-blanks)
11195 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
11196 (local-holidays, other-holidays, hebrew-holidays-1)
11197 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11198 (hebrew-holidays, christian-holidays, islamic-holidays)
11199 (bahai-holidays, solar-holidays, calendar-setup)
11200 (calendar-week-start-day): Remove autoload cookies.
11201 (diary-glob-file-regexp-prefix): Doc fix.
11202 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
11203 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
11204 (calendar-week-start-day, calendar-debug-sexp): Move to start.
11205
11206 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
11207 (calendar-time-display-form, calendar-latitude)
11208 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
11209 cookies.
11210 (calendar-latitude, calendar-longitude): Move functions after
11211 variables.
11212 (diary-sabbath-candles-minutes): Move to start.
11213 (solar-setup): Use or rather than if.
11214 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
11215 Remove condition-case.
11216 (solar-atn2): Use zerop.
11217 (solar-equinoxes-solstices): Doc fix.
11218
11219 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
11220 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
11221
11222 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
11223 (calendar-longitude, calendar-latitude, calendar-location-name):
11224 Declare for compiler.
11225
11226 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * arc-mode.el (archive-ar-file-header-re): New const.
11229 (archive-ar-summarize, archive-ar-extract): New funs.
11230 (archive-find-type): Recognize ar archives.
11231
11232 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
11233 New functions.
11234
11235 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
11236
11237 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
11238
11239 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11240 Replace :enable (mark-active) with :enable mark-active.
11241
11242 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
11243
11244 * vms-patch.el (make-legal-file-name): New obsolete alias.
11245 (make-valid-file-name): Rename from `make-legal-file-name'.
11246 (make-auto-save-file-name): Use it.
11247
11248 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
11249 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
11250 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
11251
11252 * textmodes/org.el (org-export-html-style): Doc fix.
11253 (org-get-legal-level): New obsolete alias.
11254 (org-get-valid-level): Rename from `org-get-legal-level'.
11255 (org-promote, org-demote, org-archive-subtree)
11256 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
11257
11258 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
11259
11260 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
11261
11262 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
11263 (vc-status-toggle-mark): New functions.
11264 (vc-status-mode): Set tool bar map.
11265
11266 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
11267
11268 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
11269 Reported by Drew Adams <drew.adams@oracle.com>.
11270
11271 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11272
11273 * subr.el (read-quoted-char): Resolve modifers of the character
11274 event.
11275
11276 * comint.el (comint-exec-1): Don't change the coding-system for
11277 decoding to dos-like EOL.
11278 (comint-carriage-motion): Fully rewrite.
11279
11280 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
11281
11282 * epg.el (epg-context-include-certs): Reflow docstring.
11283 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
11284 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
11285 (epg-context-set-signers, epg-context-set-sig-notations)
11286 (epg-make-import-status, epg-make-import-result)
11287 (epg-start-delete-keys): Fix typos in docstrings.
11288 (epg-start-sign-keys, epg-sign-keys):
11289 Fix typos in obsolescence declarations.
11290
11291 * iswitchb.el: Don't check for `cadr' and `last'.
11292 (iswitchb-define-mode-map, iswitchb-default-keybindings):
11293 Add obsolescence declaration and remove redundant info from docstring.
11294 (iswitchb-set-common-completion, iswitchb-set-matches)
11295 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
11296 (recentf-list, most-len, most-is-exact):
11297 Don't wrap defvars within `eval-when-compile'.
11298
11299 2008-03-05 Glenn Morris <rgm@gnu.org>
11300
11301 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
11302 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
11303 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
11304 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
11305 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
11306
11307 * ediff-hook.el (ediff-window-setup-function): Don't autoload
11308 declaration for compiler.
11309 (ediff-xemacs-init-menus): Use when rather than if.
11310
11311 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
11312 if+and to just and.
11313 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
11314 (ediff-delete-overlay): Move the XEmacs test inside the definition.
11315
11316 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
11317
11318 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
11319 test inside XEmacs test.
11320 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
11321 since it was doing nothing on Emacs.
11322 (ediff-make-bullet-proof-overlay): Use when rather than if.
11323
11324 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
11325 (ediff-setup-control-frame): Remove
11326 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
11327 a (featurep 'xemacs) test.
11328
11329 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
11330
11331 * calc/calc-ext.el (calc-extended-command-history): New variable.
11332 (calc-exectute-extended-command): Use `calc-extended-command-history'.
11333
11334 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
11335
11336 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
11337 (standard-mode-line-position): Add mouse-face.
11338
11339 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
11340 * progmodes/grep.el (grep-mode-map): Add :help.
11341
11342 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
11343 initialize in one step. Add :help. Use :enable to activate menu
11344 items. Show the key binding for edebug-defun.
11345 (lisp-interaction-mode-map): Add a menu.
11346
11347 * term.el (term-mode-map): Define and initialize in one step.
11348
11349 * ediff-init.el (ediff-color-display-p): Simplify.
11350 (Xor): Remove unused function.
11351 (ediff-with-syntax-table): Simplify for Emacs.
11352
11353 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
11354 menu-bar being loaded, it always is.
11355
11356 2008-03-05 Glenn Morris <rgm@gnu.org>
11357
11358 * textmodes/tex-mode.el (tex-mode): Suppress warning about
11359 multiple definitions when compiling.
11360
11361 2008-03-04 Alan Mackenzie <acm@muc.de>
11362
11363 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
11364
11365 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
11366 doc-string, "c-old-LEN" -> "c-old-END".
11367
11368 2008-03-04 Jason Rumney <jasonr@gnu.org>
11369
11370 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
11371 namespaces.
11372
11373 2008-03-04 Glenn Morris <rgm@gnu.org>
11374
11375 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
11376
11377 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
11378 than mapcar.
11379
11380 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11381
11382 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11383 (byte-compile-nilconstp): Can't use recursion in a defsubst.
11384
11385 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
11386 so that M-q can fill comments.
11387 (tex-executable-exists-p, tex-compile): Extend with special syntax for
11388 commands implemented in elisp.
11389 (tex-compile-commands): Add an entry to use doc-view for pdf files.
11390 (tex-format-cmd): New function.
11391 (tex-compile): Use it to let the user specify default arguments.
11392 (tex-cmd-bibtex-args): New var.
11393 (tex-cmd-doc-view): New function.
11394
11395 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
11396
11397 * faces.el (face-spec-set): Fix typos in docstring.
11398
11399 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11400
11401 * bindings.el (mode-line-column-line-number-mode-map): New variable.
11402 (standard-mode-line-position): Use it to add a menu for toggling
11403 column number and line number display.
11404
11405 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11408 Remove optimization that was working around the form-code-walker bug.
11409
11410 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11411 Walk into the body of lambdas after byte-compile-unfold-lambda.
11412
11413 2008-03-03 Glenn Morris <rgm@gnu.org>
11414
11415 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
11416 value, if set, over frame value.
11417
11418 * simple.el (transient-mark-mode): Don't turn on by default.
11419
11420 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
11421 accidentally removed by the 2007-12-05 merge from Gnus.
11422
11423 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
11424
11425 * progmodes/compile.el (compilation-menu-map): Add menu entries
11426 for useful options.
11427
11428 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
11429 Glenn Morris <rgm@gnu.org>
11430
11431 * emacs-lisp/bytecomp.el (byte-recompile-directory)
11432 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
11433 Give a `bytecomp-' prefix to local variables with common names.
11434
11435 2008-03-01 Glenn Morris <rgm@gnu.org>
11436
11437 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
11438 code commented out 2007-11-10.
11439
11440 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
11441
11442 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
11443 Delete macro.
11444 * emulation/viper-cmd.el, emulation/viper-ex.el:
11445 * emulation/viper-init.el, emulation/viper-keym.el:
11446 * emulation/viper-mous.el, emulation/viper-util.el:
11447 * emulation/viper.el:
11448 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
11449 featurep test.
11450
11451 Replace obselete frame-local variables with frame-parameters.
11452 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11453 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11454 (viper-vi-state-cursor-color): Only call make-variable-frame-local
11455 on XEmacs.
11456 * emulation/viper-util.el (viper-frame-value): New macro.
11457 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
11458 (viper-R-state-post-command-sentinel)
11459 (viper-replace-state-post-command-sentinel)
11460 (viper-change-state-to-insert, viper-change-state-to-emacs):
11461 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
11462 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
11463 (viper-get-saved-cursor-color-in-insert-mode)
11464 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
11465 Use viper-frame-value for viper-replace-overlay-cursor-color,
11466 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
11467 viper-vi-state-cursor-color values.
11468
11469 * emulation/viper-cmd.el (zmacs-region-stays):
11470 * emulation/viper-util.el (zmacs-region-stays): No need to define
11471 for compiler.
11472
11473 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
11474 mapcar on Emacs.
11475
11476 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
11477 on XEmacs.
11478
11479 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
11480 rather than if.
11481
11482 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11483
11484 * whitespace.el: New version 9.3. As the glyph code generation was
11485 fixed, it is possible now to use character code above ?\x1FFFF in the
11486 display table. Fix `whitespace-indentation-regexp' to not include an
11487 extra ending character. Reported by Michael Welsh Duggan
11488 <mwd@cert.org>. Added hook actions when buffer is written or killed as
11489 the original whitespace package had. Suggested by Eric Cooper
11490 <ecc@cmu.edu>. Doc fix.
11491 (whitespace-action): New option.
11492 (whitespace-display-mappings): Changed default newline visualization to
11493 display downwards arrow, as the glyph code generation was fixed.
11494 (whitespace-unload-function): Assure that all local whitespace mode is
11495 turned off.
11496 (whitespace-global-modes): Fix type customization.
11497 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
11498 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11499 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
11500 Fix code.
11501 (whitespace-buffer): Command removed.
11502 (whitespace-trailing-regexp, whitespace-mark-x)
11503 (whitespace-display-window, whitespace-action-when-on)
11504 (whitespace-add-local-hook, whitespace-remove-local-hook)
11505 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
11506 (whitespace-action): New funs.
11507 (whitespace-report-list, whitespace-report-text)
11508 (whitespace-report-buffer-name): New consts.
11509 (whitespace-report, whitespace-report-region): New commands.
11510
11511 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11512
11513 * disp-table.el (make-glyph-code): Don't test the result of
11514 `face-id', which already signals an error for invalid faces.
11515 (glyph-face): Simplify.
11516
11517 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
11518 running `desktop-not-loaded-hook' to allow modifying it.
11519 Don't show warning message if `desktop-dirname' was modified.
11520
11521 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
11522
11523 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
11524 we still expect more lines.
11525
11526 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
11527 comment-paragraph filling if the commark doesn't match
11528 comment-start-skip.
11529
11530 2008-03-01 Daiki Ueno <ueno@unixuser.org>
11531
11532 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
11533 the `imap' variant.
11534
11535 2008-03-01 Jason Rumney <jasonr@gnu.org>
11536
11537 * files.el (make-auto-save-file-name): Encode more characters in
11538 non-file buffer names. Use url-encoding.
11539
11540 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11541
11542 * net/net-utils.el (ftp-program): Fix typo in docstring.
11543 (ifconfig-program-options, netstat-program-options)
11544 (arp-program-options, route-program-options, nslookup-program-options)
11545 (ftp-program-options, smbclient-program-options)
11546 (dns-lookup-program-options, arp, route): Doc fixes.
11547
11548 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
11549 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
11550 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
11551 Fix typos in docstrings.
11552 (gdb-pending-triggers): Reflow docstring.
11553 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
11554
11555 2008-03-01 Alan Mackenzie <acm@muc.de>
11556
11557 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
11558 typing "#" at EOB.
11559
11560 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11561
11562 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
11563
11564 2008-02-29 Kim F. Storm <storm@cua.dk>
11565
11566 * emulation/cua-base.el (cua-remap-control-v)
11567 (cua-remap-control-z): New defcustoms.
11568 (cua-mode): Add them to set-after property.
11569 (cua--init-keymaps): Use them.
11570 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
11571
11572 * help.el (view-emacs-todo): Rename from view-todo.
11573 (describe-gnu-project): Rename from describe-project. Users changed.
11574 (view-help-file): New helper function.
11575 (describe-distribution, describe-copying, describe-gnu-project)
11576 (view-todo, view-order-manuals, view-emacs-problems): Use it.
11577 (view-emacs-debugging, view-external-packages): New commands.
11578 (help-map): Move describe-distribution to C-h C-o (ordering).
11579 Move view-emacs-problems to C-h C-p (problems).
11580 Bind view-emacs-debugging to C-h C-d (debugging).
11581 Bind view-external-packages to C-h C-e (extras).
11582 (help-for-help-internal): Cleanup and align descriptions.
11583 Remove command names to reduce clutter.
11584
11585 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
11586
11587 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
11588 and quieter face (not a warning).
11589
11590 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
11591
11592 * vc.el (vc-status-crt-marked): New variable.
11593 (vc-status-mode): Make it local.
11594 (vc-status-refresh): Use it to save the marked files.
11595 (vc-update-vc-status-buffer): Use it to restore the marked files.
11596
11597 * vc-svn.el (vc-svn-after-dir-status):
11598 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
11599
11600 2008-02-29 Glenn Morris <rgm@gnu.org>
11601
11602 * allout.el (allout-topic-encryption-bullet)
11603 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
11604 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
11605 from 22.0 to 22.1.
11606
11607 * net/imap.el (imap-ping-server):
11608 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
11609 Change defcustom :version from 23.0 to 23.1.
11610
11611 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
11612
11613 * desktop.el (desktop-save): Save the buffer name if the
11614 uniquified base name is empty.
11615
11616 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
11617
11618 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
11619 correctly when user has "set print address off".
11620
11621 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
11622
11623 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
11624 version number of the next major Emacs release, not 23.0.
11625
11626 * longlines.el (longlines-unload-function): New function.
11627
11628 2008-02-28 Juri Linkov <juri@jurta.org>
11629
11630 * startup.el (normal-splash-screen): Add argument `concise'.
11631 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
11632 to the created buffer. If `concise' is non-nil, call
11633 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
11634 (display-startup-screen): Add argument `concise' to the call to
11635 `normal-splash-screen'.
11636
11637 2008-02-28 Kim F. Storm <storm@cua.dk>
11638
11639 * startup.el (startup-echo-area-message): Check for about-emacs.
11640
11641 2008-02-28 Juri Linkov <juri@jurta.org>
11642
11643 * startup.el: Always add initial message to *scratch* buffer if
11644 `initial-scratch-message' is non-nil regardless of the value of
11645 `inhibit-startup-screen'.
11646 (inhibit-startup-screen, initial-scratch-message): Doc fix.
11647 (command-line-1): Move code that inserts `initial-scratch-message'
11648 up before the if-form that checks for `inhibit-startup-screen'.
11649 Suggested by Jonathan Rockway <jon@jrock.us>.
11650
11651 2008-02-28 Juri Linkov <juri@jurta.org>
11652
11653 * cus-edit.el (custom-mode-map, custom-mode-link-map):
11654 Rename `custom-mode' to `Custom-mode' in docstrings.
11655 (custom-buffer-create-internal, customize-browse):
11656 Rename `custom-mode' to `Custom-mode'.
11657 (custom-mode-hook): Rename to `Custom-mode-hook'.
11658 (Custom-mode-hook): Renamed from `custom-mode-hook'.
11659 (custom-mode): Rename to `Custom-mode'.
11660 (Custom-mode): Renamed from `custom-mode'. Doc fix.
11661 (custom-mode): Add backward-compatible non-interactive variant of
11662 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
11663 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
11664
11665 * info-look.el: Rename `custom-mode' to `Custom-mode'.
11666
11667 * emulation/viper.el (viper-emacs-state-mode-list):
11668 Rename `custom-mode' to `Custom-mode'.
11669
11670 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
11671 Capitalize "Tagged Files".
11672 (minibuffer-local-map): Add menu items for next/previous
11673 history elements and isearch history forward/backward.
11674
11675 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
11676 `hs-isearch-open' with t instead of `comment' in :selected
11677 for "Code and Comment blocks" menu item.
11678
11679 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11680
11681 * uniquify.el (uniquify-buffer-base-name): Undo last change.
11682 Should be done in desktop.el instead.
11683
11684 2008-02-28 Glenn Morris <rgm@gnu.org>
11685
11686 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
11687
11688 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
11689
11690 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
11691 (Info-menu, Info-goto-node): Remove declarations.
11692 (report-emacs-bug-info): Use info rather than Info-goto-node.
11693
11694 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
11695 (idlwave-convert-xml-system-routine-info): Don't require xml.
11696 (idlwave-show-commentary, idlwave-shell-show-commentary):
11697 Don't require finder.
11698 (idlwave-info): Don't require info. Use info rather than
11699 Info-goto-node.
11700
11701 * textmodes/org.el (Info-goto-node): Remove declaration.
11702 (org-info): Use info rather than Info-goto-node.
11703
11704 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
11705 (reftex-info): Don't require info. Use info rather than Info-goto-node.
11706
11707 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
11708
11709 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
11710 the menu.
11711
11712 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
11713 (vc-finish-logentry): Check for vc-status-mode, not only for
11714 vc-dired-mode.
11715
11716 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11717
11718 * isearch.el (isearch-printing-char): Don't check
11719 keyboard-coding-system.
11720 Call isearch-process-search-multibyte-characters only when
11721 current-input-method is non-nil.
11722
11723 2008-02-27 Kim F. Storm <storm@cua.dk>
11724
11725 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
11726 (glyph-char, glyph-face): Handle cons encoding.
11727
11728 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
11729
11730 * uniquify.el (uniquify-buffer-base-name): If the base name is an
11731 empty string, return nil to allow the caller to default to the
11732 buffer name. Reported by Martin Fischer <parozusa@web.de>.
11733
11734 * tool-bar.el (tool-bar-setup): Doc fix.
11735
11736 * mail/supercite.el (sc-describe):
11737 Fix typos in obsolescence declaration.
11738
11739 2008-02-27 Glenn Morris <rgm@gnu.org>
11740
11741 * autoinsert.el (auto-insert-alist): Change permission text to
11742 match FSF's GPLv3 form.
11743
11744 * mail/supercite.el (sc-cite-original): Doc fix.
11745 (sc-version): Make obsolete.
11746 (sc-describe): Show the SC info page. Make obsolete.
11747
11748 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11749
11750 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
11751 when using transient-mark-mode.
11752 (default-indicate-unused-lines): Remove unused var.
11753
11754 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
11755
11756 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
11757 and previous.
11758
11759 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
11760
11761 2008-02-26 Glenn Morris <rgm@gnu.org>
11762
11763 * net/net-utils.el (top-level): Don't require comint when compiling.
11764 (nslookup-font-lock-keywords): Don't require font-lock.
11765 Use font-lock faces rather than variables.
11766 (nslookup, ftp, smbclient, network-service-connection):
11767 Don't require comint.
11768 (comint-prompt-regexp, comint-input-autoexpand)
11769 (comint-input-ring): Declare for compiler.
11770 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
11771 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
11772
11773 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
11774 doc-string.
11775
11776 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11777
11778 * doc-view.el (doc-view-current-page): Add a `win' argument.
11779
11780 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
11783 Demote it to plain defvar.
11784 (doc-view-conversion-refresh-interval): Reduce interval.
11785 (doc-view-goto-page): Allow moving to pages not yet rendered.
11786 (doc-view-goto-page): Construct a file name rather than extracting it
11787 from doc-view-current-files.
11788 (doc-view-kill-proc): Ignore errors from kill-process.
11789 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
11790 (doc-view-insert-image): Use appropriate text if the page hasn't been
11791 rendered yet. Adjust scrolling so the text is displayed.
11792 (doc-view-display): Detect not just that a page is available, but also
11793 that it wasn't available before, so as to avoid refreshing all pages
11794 repeatedly.
11795 (doc-view-mode): Make doc-view-cache-directory if needed.
11796
11797 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11798
11799 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
11800 toggle-read-only.
11801
11802 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
11803 refering to a missing required field with the OPT prefix.
11804 Make unwindform more robust.
11805
11806 * textmodes/bibtex.el: Remove support for hideshow minor mode as
11807 it duplicates the bibtex support in progmodes/hideshow.el.
11808 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
11809 entries that do not start at the beginning of a line.
11810
11811 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
11812
11813 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
11814
11815 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
11816
11817 * help-fns.el (describe-variable): Add phrases about
11818 initialization file with and without customization;
11819 use new button type help-info-variable.
11820
11821 * help-mode.el (help-info-variable):
11822 New button able to read Info files for help-fns.el.
11823
11824 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
11825
11826 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
11827 (grep-mode): Use grep-mode-tool-bar-map.
11828
11829 * progmodes/compile.el (tool-bar): Require tool-bar.
11830 (compilation-mode-tool-bar-map): New variable.
11831 (compilation-mode): Use compilation-mode-tool-bar-map.
11832
11833 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
11834
11835 2008-02-25 Glenn Morris <rgm@gnu.org>
11836
11837 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
11838
11839 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * diff-mode.el (diff-file-junk-re): New const.
11842 (diff-beginning-of-file-and-junk): Use it.
11843 (diff-file-kill): Make sure we were really inside a file diff.
11844
11845 * diff-mode.el: Make it more robust in the presence of empty context
11846 lines in unified hunks.
11847 (diff-valid-unified-empty-line): New var.
11848 (diff-unified->context, diff-sanity-check-hunk): Obey it.
11849 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
11850 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
11851 (diff-hunk-header-re-unified): New const.
11852 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
11853 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
11854 (diff-sanity-check-hunk): Use it.
11855
11856 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
11857 Index: line, don't search backward for the previous one.
11858
11859 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11860
11861 * international/fontset.el (setup-default-fontset): Add non-OTF
11862 lao font for lao script.
11863
11864 * language/tibetan.el: Register tibetan-composition-function in
11865 composition-function-table.
11866
11867 * language/tibet-util.el (tibetan-composition-function):
11868 Adjust for the new calling way (argument changed). Try font-shape-text
11869 if possible.
11870
11871 * language/lao.el: Register lao-composition-function in
11872 composition-function-table.
11873
11874 * language/lao-util.el (lao-composition-function): Adjust for the new
11875 calling way (argument changed). Try font-shape-text if possible.
11876
11877 2008-02-25 Jason Rumney <jasonr@gnu.org>
11878
11879 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
11880
11881 2008-02-25 Juri Linkov <juri@jurta.org>
11882
11883 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
11884 background, "red4" for a dark background, "red" for 16 and
11885 8 colors, "grey" for grayscale, and inverse video otherwise.
11886 Add :version tag.
11887 (isearch-message): Keep the original isearch-message intact, and
11888 add text properties to it where necessary. Add `isearch-error' to
11889 the condition that checks if isearch is unsuccessful.
11890
11891 2008-02-24 Juri Linkov <juri@jurta.org>
11892
11893 * progmodes/compile.el (compilation-handle-exit):
11894 Use compilation-error face instead of font-lock-warning-face.
11895 Display the same message in the minibuffer as is inserted
11896 at the end of the compilation buffer.
11897
11898 2008-02-24 Glenn Morris <rgm@gnu.org>
11899
11900 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
11901 multiple file case.
11902
11903 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
11904
11905 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
11906 multiple file case. Use a single `let' rather than two.
11907
11908 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11909
11910 * progmodes/compile.el (compilation-start): Specify a face for
11911 mode-line-process.
11912 (compilation-handle-exit): Specify a face and a tooltip for
11913 mode-line-process.
11914
11915 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11916
11917 * hilit-chg.el: Remove spurious * in defcustom docstrings.
11918 (hilit-chg-make-ov): Simplify.
11919 (hilit-chg-fixup): Use remove-overlays.
11920 (hilit-chg-set-face-on-change): Remove redundant call to
11921 `remove-text-properties'.
11922
11923 * dired.el (dired-mark-prompt): Don't count/display the t element.
11924 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
11925
11926 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11927
11928 * progmodes/verilog-mode.el (eval-when-compile): Don't define
11929 add-submenu.
11930 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
11931 Remove. Move contents to the only use ...
11932 (verilog-menu): ... here.
11933 (verilog-statement-menu): Remove. Move contents to the only use ...
11934 (verilog-stmt-menu): ... here.
11935 (verilog-mark-defun): Simply call mark-defun for emacs.
11936 (occur-pos-list): Declare for byte compiler.
11937 (mode-popup-menu): Don't defvar.
11938 (verilog-add-statement-menu): Remove.
11939 (verilog-mode-hook): Don't add verilog-add-statement-menu.
11940 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
11941
11942 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
11943
11944 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
11945 conditional.
11946 (verilog-font-grouping-keywords-face): Make the begin..end
11947 keywords standout more than other verilog keywords.
11948 (verilog-type-font-keywords): Move the begin..end out of this list
11949 to facilitate making them to (potentially) stand out more.
11950 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
11951 function & task blocks.
11952 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
11953 initial, function & task blocks.
11954 (verilog-forward-sexp): Handle the new "disable fork" statement of
11955 IEEE-1800 Verilog.
11956 (verilog-beg-block-re-ordered): Handle the new "disable fork"
11957 statement of IEEE-1800 Verilog.
11958 (verilog-calc-1): Handle the new "disable fork" statement of
11959 IEEE-1800 Verilog.
11960 (verilog-disable-fork-re): Add const to help handle the new
11961 "disable fork" statement of IEEE-1800 Verilog.
11962 (verilog-declaration-core-re): Add port directions by themselves,
11963 with no qualification, as base item of a declaration.
11964 (verilog-pretty-declarations): Add new flag to ask it to refrain
11965 from printing to the message buffer.
11966 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
11967 printing to the message buffer. Improve handling of the many
11968 types of expression line up.
11969 (verilog-just-one-space): Remove printing of an empty message.
11970 (verilog-get-lineup-indent): Rework to support the better handling
11971 of expression lineup for verilog-pretty-expr.
11972 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
11973
11974 2008-02-24 Alan Mackenzie <acm@muc.de>
11975
11976 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
11977 yesterday's commit.
11978
11979 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
11980
11981 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
11982 to mouse-set-point in buffers that aren't associated with files.
11983
11984 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
11985
11986 2008-02-24 Alan Mackenzie <acm@muc.de>
11987
11988 Set of changes so that "obtrusive" syntactic elements in a
11989 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
11990 unmatched paren) don't interact syntactically with stuff outside
11991 the CPP line.
11992
11993 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
11994 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
11995 off-by-one bug.
11996 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
11997 a bit of refactoring.
11998 (c-awk-extend-and-syntax-tablify-region): Takes some of the
11999 functionality of c-awk-advise-fl-for-awk-region, which has been
12000 refactored away.
12001
12002 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
12003 (c-clear-char-property-with-value): New function and macro which
12004 remove text-properties `equal' to a supplied value.
12005
12006 * progmodes/cc-engine.el: Comment about text properties amended.
12007
12008 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
12009 parens around "error\\|warning".
12010
12011 * progmodes/cc-langs.el (c-get-state-before-change-function)
12012 (c-before-font-lock-function, c-anchored-cpp-prefix):
12013 New language variables.
12014 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
12015
12016 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
12017 syntax-table text properties.
12018 (c-common-init): Call language specific before/after-change
12019 functions at mode initialisation.
12020 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
12021 (c-extend-region-for-CPP, c-neutralize-CPP-line)
12022 (c-neutralize-syntax-in-CPP): New functions.
12023 (c-before-change, c-after-change): Call the new language specific
12024 change functions defined in cc-langs.el.
12025 (c-advise-fl-for-region): New macro.
12026 (awk-mode): Remove AWK specific stuff which has been refactored
12027 into language independent stuff.
12028
12029 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12030
12031 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
12032 (gdb): (Re)set gdb-flush-pending-output to nil here...
12033 (gdb-init-1): ...instead of here (before gdb-prompt).
12034
12035 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12036
12037 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
12038 Recognize ''' just like any other char-constant.
12039
12040 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
12043 careful enough. Detect the uid-change all within the main loop.
12044
12045 2008-02-24 Stefan Monnier <monnier@pastel.home>
12046
12047 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
12048
12049 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12050
12051 * hilit-chg.el (highlight-save-buffer-state): New macro.
12052 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
12053 (hilit-chg-clear): Use it to preserve the modified-p flag.
12054 (highlight-changes-rotate-faces): Don't mess with the undo-list.
12055
12056 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * font-lock.el (font-lock-set-defaults): Unset previously set variables
12059 when needed.
12060
12061 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
12062
12063 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
12064 from gnus-button-url-regexp.
12065
12066 2008-02-24 Eli Zaretskii <eliz@gnu.org>
12067
12068 * progmodes/compile.el (compilation-next-error): Doc fix.
12069 (compilation-find-file): Doc fix.
12070
12071 2008-02-24 Glenn Morris <rgm@gnu.org>
12072
12073 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
12074 Add obsolete aliases to the old names.
12075
12076 2008-02-24 Richard Stallman <rms@gnu.org>
12077
12078 * net/net-utils.el (ifconfig): Rename from ipconfig.
12079 (ipconfig): Alias to ifconfig.
12080 (ifconfig-program): Rename from ipconfig-program.
12081 (ifconfig-program-options): Rename from ipconfig-program-options.
12082
12083 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
12084
12085 * progmodes/verilog-mode.el (verilog-declaration-core-re):
12086 Add port directions by themselves, with no qualification, as base
12087 item of a declaration.
12088 (verilog-pretty-declarations): Add new flag that inhibits printing
12089 to the message buffer.
12090 (verilog-pretty-expr): Add new flag that inhibits printing to the
12091 message buffer. Improve handling of the many types of expression
12092 line up.
12093 (verilog-just-one-space): Don't print an empty message.
12094 (verilog-get-lineup-indent): Rework to support the better handling
12095 of expression lineup for verilog-pretty-expr.
12096 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12097 (verilog-mode-version, verilog-mode-release-date): Update.
12098
12099 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12100
12101 * subr.el (cancel-change-group): Don't move point.
12102
12103 2008-02-23 Markus Triska <markus.triska@gmx.at>
12104
12105 * linum.el (linum-after-config): Update all visible windows.
12106
12107 2008-02-23 Glenn Morris <rgm@gnu.org>
12108
12109 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
12110 Add :help for Solitaire and Tetris.
12111
12112 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
12113
12114 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
12115 (smtpmail-code-conv-from): Doc fix. Fix custom type.
12116 (smtpmail-queue-index-file): Make it a defcustom.
12117 (smtpmail-queue-index): Delete.
12118 (smtpmail-send-it, smtpmail-send-queued-mail):
12119 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
12120 smtpmail-queue-index.
12121
12122 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12123 Add :version.
12124
12125 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
12126
12127 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12128 New variables.
12129 (iwconfig): New function.
12130
12131 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
12132
12133 * vc.el (vc-find-revision): Make vc-parent-buffer local before
12134 setting it.
12135 (vc-status-menu-map): Do not define using easy-menu.
12136 (vc-status-menu-map): New defalias.
12137 (vc-status-mode-map): Hook up the menu.
12138 (top-level): Update TODO.
12139
12140 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
12141
12142 * vc-bzr.el (vc-bzr-init-version): Rename to ...
12143 (vc-bzr-init-revision): ... this.
12144
12145 2008-02-23 Jason Rumney <jasonr@gnu.org>
12146
12147 * makefile.w32-in (WINS_ALMOST): Remove term.
12148 (WINS): Add term here.
12149 (custom-deps, finder-data): Use WINS_ALMOST.
12150
12151 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
12152
12153 * faces.el (font-weight-table): Fix value of `semi-light'.
12154
12155 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12156
12157 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
12158 Make those tables bijective.
12159
12160 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
12161
12162 Finish pdbtrack integration cleanup, settling missing-functions
12163 byte compiler warnings appropriately.
12164
12165 * progmodes/python.el (python-point): Remove this - beginning-of-line
12166 was all that was necessary for `python-pdbtrack-overlay-arrow'.
12167 (python-end-of-def-or-class, python-beginning-of-def-or-class)
12168 (python-goto-initial-line): Drop these - they were only needed for
12169 python-point.
12170 (python-comint-output-filter-function): Use condition-case and
12171 beginning-of-line directly, instead of python-mode.el functions
12172 which require all sorts of baggage.
12173 (point-safe): Unnecessary - we're using condition-case directly,
12174 instead.
12175 (python-execute-file): Include for python-shell, which I'm leaving
12176 in keeping despite it being unnecessary for pdb tracking.
12177
12178 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
12179
12180 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12181 Add SRFI 11 support.
12182 (let-values, let*-values): Specify scheme-indent-function.
12183
12184 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
12185
12186 * vc.el (vc-exec-after): Move setting mode-line-process in the
12187 busy case ...
12188 (vc-set-mode-line-busy-indicator): ... in this new function.
12189 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
12190 (vc-update-vc-status-buffer): Reset mode-line-process.
12191 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
12192 mark/unmark all the files with the same state as the current one.
12193 With a prefix argument mark/unmark all files.
12194 (vc-status-mode-menu): Adjust strings.
12195 (vc-update-vc-status-buffer): Only do something when the argument
12196 is not nil.
12197 (vc-status-kill-dir-status-process): New function.
12198 (vc-status-mode-map): Bind it.
12199 (vc-status-process-buffer): New variable.
12200 (vc-status-mode): Make it local.
12201 (vc-status-refresh): Set it.
12202
12203 * vc-hg.el (vc-hg-dir-status):
12204 * vc-git.el (vc-git-dir-status):
12205 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
12206 command is run.
12207
12208 2008-02-22 Glenn Morris <rgm@gnu.org>
12209
12210 * json.el (top-level): No need to require thingatpt.
12211 (json-read-keyword): Use thing-at-point rather than word-at-point.
12212
12213 * time.el (top-level): No need to require time-date when compiling.
12214
12215 * emacs-lisp/copyright.el (copyright-update-year):
12216 Fix subexpression numbering for the case when years are split over
12217 lines, and for the replace case.
12218
12219 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
12220 (tpu-caar, tpu-cadr): Delete functions.
12221 (zmacs-regions): No need to declare for compiler.
12222 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
12223 (tpu-spell-check): Rewrite, and handle mark after point.
12224 (tpu-special-insert): Use or rather than if.
12225
12226 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
12227 rather than spell-region.
12228
12229 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
12230 warnings about spell-region.
12231
12232 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12233
12234 * ldefs-boot.el: Regenerated.
12235
12236 * loadup.el: Don't load language/devanagari, language/kannada,
12237 language/malayalam, and language/tamil. Load language/sinhala.
12238
12239 * language/indian.el (indian-font-foundry)
12240 (indian-script-language-alist, indian-font-char-index-table)
12241 (indian-font-char, indian-font-char-range, indian-script-table)
12242 (indian-default-script, indian-composable-pattern): Delete them.
12243 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
12244 language environments moved to here.
12245 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
12246 New language environments.
12247
12248 * language/devanagari.el, language/devan-util.el,
12249 * language/kannada.el, language/knd-util.el, language/malayalam.el,
12250 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
12251 Delete them.
12252
12253 * language/sinhala.el: New file.
12254
12255 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
12256
12257 Update Nick Robert's port of pdb tracking from python-mode.el.
12258
12259 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
12260 Clarify docstring.
12261 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
12262 tracking is happening.
12263 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
12264 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
12265 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
12266 Tracking is plugged in to all comint buffers once python.el is loaded.
12267 (python-pdbtrack-overlay-arrow): Toggle activation of
12268 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
12269 (python-pdbtrack-track-stack-file): Use new
12270 `python-pdbtrack-get-source-buffer' for more flexible access to
12271 debugging source files.
12272 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
12273 according to pdb stack trace, optionally using new
12274 `python-pdbtrack-grub-for-buffer' if file is not locally available.
12275 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
12276 named buffer, or having function with indicated name.
12277 (python-shell): Remove comint-output-filter-functions hook
12278 addition, it's being done elsewhere. Wrap long line.
12279
12280 2008-02-21 Michael Olson <mwolson@gnu.org>
12281
12282 * json.el: Replace XEmacs compatibility code to get rid of
12283 compiler warnings.
12284
12285 * time.el: Fix compiler warning.
12286
12287 2008-02-21 Edward O'Connor <ted@oconnor.cx>
12288
12289 * json.el: New file (JavaScript Object Notation parser / generator).
12290
12291 2008-02-21 Dave Love <fx@gnu.org>
12292
12293 * progmodes/sym-comp.el: New file.
12294
12295 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
12296 Require sym-comp. Add Python buffer to same-window-buffer-names.
12297 Fixup whitespaces.
12298 (python-font-lock-keywords): Add highlighting for Python builtins.
12299 (python-font-lock-syntactic-keywords): Rewrite.
12300 (python-quote-syntax): Use syntax-ppss-context instead of parsing
12301 ppss directly.
12302 (python-mode-map): Add binding for python-find-function.
12303 (python-calculate-indentation): Clean up the logic.
12304 (python-beginning-of-defun): Explicitly set return value.
12305 (python-beginning-of-statement): Stop looping if we get stuck
12306 going backwards.
12307 (python-next-statement): Stop looping if we somehow end up inside
12308 a string while advancing.
12309 (python-preoutput-continuation, python-version-checked): New vars.
12310 (python-check-version): New function.
12311 (run-python): Set default command to python-command instead of
12312 python-python-command.
12313 (run-python): Use python-check-version. Give PYTHONPATH
12314 precedence over data-directory in the process environment.
12315 Load function definitions in python process after.
12316 (python-check-comint-prompt): New function.
12317 (python-send-command, python-send-receive): Use it.
12318 (python-complete-symbol, python-try-complete): Functions deleted.
12319 Use symbol-complete instead of python-complete-symbol throughout.
12320 (python-fill-paragraph): Further refine the fenced-string regexp.
12321 (def-python-skeleton): Expand to the original abbrev instead if in
12322 a comment or string. Tweak skeletons for `if', `while', `for',
12323 `try/except', `try/finally', `name'.
12324 (python-pea-hook, python-abbrev-pc-hook): New functions.
12325 (python-abbrev-syntax-table): New var.
12326 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
12327 Use symbol-completion-try-complete for hippie expansion.
12328 Turn on font lock unconditionally.
12329 (python-mode-hook): Defcustom it. No need to use make-local
12330 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
12331 option, since it's buffer-local.
12332
12333 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
12334
12335 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
12336
12337 2008-02-21 Drew Adams <drew.adams@oracle.com>
12338
12339 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
12340 "Turn off" and a "Help" entry when the minor mode has no menu.
12341
12342 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
12343
12344 * vc.el (vc-status-mark, vc-status-unmark): New functions.
12345 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
12346 vc-status-mark-file and vc-status-unmark-file.
12347 (vc-status-mark-unmark): New function.
12348 (vc-status-previous-line, vc-status-next-line): No longer interactive.
12349
12350 2008-02-21 Glenn Morris <rgm@gnu.org>
12351
12352 * composite.el (encode-composition-rule): Fix typo in error message.
12353 (composition-function-table, auto-composition-mode): Doc fixes.
12354
12355 * subr.el (sit-for): Fix obsolete form for nil second argument.
12356
12357 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
12358 (spell-string): Make obsolete, in favor of ispell.
12359
12360 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12361
12362 * language/devanagari.el: Don't setup composition-function-table
12363 here.
12364 ("Devanagari"): Change charset, coding-system, coding-priority to
12365 Unicode-based ones. Don't require the feature devan-util.
12366
12367 * composite.el (compose-chars-after): Fix arguments for a function
12368 in composition-function-table.
12369 (auto-compose-region): Likewise.
12370
12371 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
12372 for Ethiopic.
12373 (ps-mule-plot-string): Ignore glyph-string based compositions.
12374
12375 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12376
12377 * doc-view.el: Allow different windows to show different pages.
12378 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
12379 (doc-view-current-image, doc-view-current-overlay): Remove variables,
12380 add them back as macros instead, using image-mode-winprops instead.
12381 Update all users of those variables.
12382 (doc-view-new-window-function): New function to create a new overlay
12383 for each new window.
12384 (doc-view-mode): Use it and image-mode-setup-winprops.
12385 (doc-view-clone-buffer-hook): Rewrite accordingly.
12386
12387 * image-mode.el: Extend [hv]scroll support to per-window properties.
12388 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
12389 (image-mode-winprops-alist): New var to replace them.
12390 (image-mode-new-window-functions): New hook.
12391 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
12392 New funs.
12393 (image-set-window-vscroll, image-set-window-hscroll): Use them.
12394 Remove the `window' argument, update callers.
12395 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
12396 Use the new functions.
12397 (image-mode-reapply-winprops): New fun.
12398 (image-mode): Use it.
12399
12400 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
12401
12402 * calc/calc-math.el (math-sin-raw): Add optional argument
12403 to keep track of original argument.
12404 (math-cos-raw): Use optional argument when calling math-sin-raw.
12405 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
12406 with close to original precision.
12407
12408 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12409
12410 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
12411 args in calls of sit-for.
12412
12413 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
12414
12415 * vc-svn.el (vc-svn-program): Fix typo in docstring.
12416 (vc-svn-checkin): Fix typo in error message.
12417
12418 * help-mode.el: Require easymenu when compiling.
12419
12420 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
12421
12422 * help-mode.el (help-mode-menu): New menu.
12423
12424 2008-02-20 Glenn Morris <rgm@gnu.org>
12425
12426 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
12427 on Windows.
12428
12429 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
12430
12431 * ps-mule.el (ps-mule-encode-region): Return a single string.
12432 (ps-mule-plot-string): Adjust for the above change.
12433 (ps-mule-encode-header-string): Likewise.
12434
12435 * international/latin1-disp.el (latin1-display): Don't use
12436 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
12437 standard-display-table.
12438 (latin1-display-identities): Adjust for the change of what is
12439 returned by (get-language-info charset 'charset).
12440
12441 * international/mule-util.el (char-displayable-p): Fix for Latin-1
12442 characters and terminal case.
12443
12444 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
12445
12446 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
12447
12448 * progmodes/python.el: Also require comint when loading.
12449 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
12450 Replace python-shell with run-python on menu bar.
12451 (python-shell-map): New map.
12452 (python-default-interpreter, python-python-command-args)
12453 (python-jython-command-args, python-pdbtrack-do-tracking-p):
12454 New options.
12455 (python-which-shell, python-which-args, python-which-bufname):
12456 New buffer local variables.
12457 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
12458
12459 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
12460 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
12461 New constants.
12462
12463 Pdbtrack features:
12464
12465 (python-point, python-end-of-def-or-class)
12466 (python-beginning-of-def-or-class, python-goto-initial-line)
12467 (python-comint-output-filter-function)
12468 (python-pdbtrack-overlay-arrow)
12469 (python-pdbtrack-track-stack-file, python-toggle-shells)
12470 (python-shell, python-pdbtrack-toggle-stack-tracking)
12471 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
12472 New functions.
12473
12474 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12475
12476 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
12477 when the argument is nil.
12478
12479 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12480
12481 * vc.el (dir-status): Add a brief description.
12482
12483 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
12484
12485 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
12486 If non-nil, reverse the sense of the check.
12487
12488 * vc-rcs.el (vc-rcs-root): New func.
12489 * vc-cvs.el (vc-cvs-root): New func.
12490 * vc-svn.el (vc-svn-root): New func.
12491 * vc-sccs.el (vc-sccs-root): New func.
12492
12493 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
12494
12495 * language/japan-util.el (setup-japanese-environment-internal):
12496 Call use-cjk-char-width-table.
12497
12498 * language/japanese.el ("Japanese"): Set exit-function to
12499 use-default-char-width-table.
12500
12501 * international/characters.el: Delete occurrences of non-Unicode
12502 tibetan and ethiopic characters.
12503 (cjk-char-width-table): New variable.
12504 (use-cjk-char-width-table, use-default-char-width-table):
12505 New functions.
12506
12507 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12508
12509 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
12510 (vc-status-mode-menu): Add a :filter.
12511 (vc-status-printer): Add faces.
12512
12513 * vc-hg.el (vc-hg-extra-status-menu): New function.
12514 (vc-hg-dir-status): Clean up the buffer before using it.
12515
12516 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12517
12518 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
12519 (gdb): Initialize it here instead.
12520
12521 * files.el (locate-dominating-file): Fix thinko in last change.
12522 Reported by Bruce Stephens <bruce.stephens@isode.com>.
12523
12524 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
12525
12526 * vc.el (vc-status-mode-menu): New menu for vc-status.
12527
12528 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
12529
12530 * progmodes/verilog-mode.el (customize): Fix typo in error message.
12531 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
12532 (verilog-mode-auto, verilog-indent-level-module)
12533 (verilog-minimum-comment-distance, verilog-library-flags)
12534 (verilog-library-directories, verilog-library-files)
12535 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
12536 (verilog-xemacs-menu, verilog-set-compile-command)
12537 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
12538 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
12539 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
12540 (verilog-batch-inject-auto, verilog-batch-indent)
12541 (verilog-continued-line, verilog-type-keywords)
12542 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
12543 (verilog-read-inst-pins, verilog-read-arg-pins)
12544 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
12545 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
12546 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
12547 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
12548 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
12549 (verilog-mode-version, verilog-mode-release-date)
12550 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
12551 (verilog-simulator, verilog-compiler)
12552 (verilog-auto-sense-defines-constant, verilog-company)
12553 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
12554 Fix typos in docstrings.
12555 (verilog-set-auto-endcomments, verilog-calculate-indent)
12556 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
12557 Reflow docstrings.
12558 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
12559 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
12560 (electric-verilog-forward-sexp, verilog-in-case-region-p)
12561 (verilog-in-struct-region-p, verilog-in-generate-region-p)
12562 (verilog-leap-to-head, verilog-current-indent-level)
12563 (verilog-case-indent-level, verilog-cpp-keywords)
12564 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
12565 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
12566 (verilog-signals-not-in, verilog-symbol-detick-text)
12567 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
12568 (verilog-forward-close-paren, verilog-backward-open-paren)
12569 (verilog-backward-open-bracket): Doc fixes.
12570
12571 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
12572 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
12573 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
12574 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
12575 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
12576 Fix typos in docstrings.
12577
12578 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
12579
12580 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
12581
12582 * info.el (Info-read-node-name): Removed unused `default' arg.
12583
12584 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12585
12586 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
12587
12588 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12589
12590 * image-mode.el (image-get-display-property): New fun.
12591 (image-forward-hscroll, image-next-line, image-eol, image-eob)
12592 (image-mode, image-minor-mode, image-toggle-display-text)
12593 (image-toggle-display): Use it.
12594
12595 2008-02-18 Jason Rumney <jasonr@gnu.org>
12596
12597 * international/mule.el (xml-find-file-coding-system): Don't warn
12598 about utf-16 with BOM.
12599
12600 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
12601
12602 * international/mule.el (sgml-xml-auto-coding-function): Detect and
12603 warn if file encoding is not utf-8 and encoding not specified.
12604 (xml-find-file-coding-system): New function.
12605 * international/mule-conf.el (file-coding-system-alist): Use it.
12606
12607 2008-02-17 Glenn Morris <rgm@gnu.org>
12608
12609 * international/mule-cmds.el (set-locale-environment):
12610 Pass `frame' to getenv for LC_MESSAGES.
12611
12612 2008-02-17 Juri Linkov <juri@jurta.org>
12613
12614 * time.el (emacs-init-time): Use format instead of format-seconds.
12615
12616 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12617
12618 * textmodes/bibtex.el (bibtex-search-entry): Rename from
12619 bibtex-find-entry. Add autoload cookie.
12620 (bibtex-find-entry): Alias for bibtex-search-entry.
12621 (bibtex-search-crossref): Rename from bibtex-find-crossref.
12622 (bibtex-find-crossref): Alias for bibtex-search-crossref.
12623 (bibtex-clean-entry): atomic-change-group removed.
12624 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
12625 to locate buffer location where error occurred.
12626 Make error messages more specific.
12627 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
12628
12629 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12630
12631 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
12632 top level.
12633
12634 * simple.el (transient-mark-mode): Add an :init-value.
12635
12636 * startup.el (command-line): Use custom-reevaluate-setting for
12637 transient-mark-mode.
12638
12639 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
12640
12641 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
12642
12643 2008-02-16 Juri Linkov <juri@jurta.org>
12644
12645 * startup.el (after-init-time): New variable.
12646 (command-line): Set `after-init-time' to the current time.
12647
12648 * time.el (emacs-init-time): New function.
12649
12650 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
12651
12652 * files.el (locate-dominating-file): Remove initial loop because it's
12653 not careful enough. Detect the uid-change all within the main loop.
12654
12655 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
12656
12657 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
12658
12659 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
12660
12661 * vc.el (vc-annotate): Add new argument.
12662 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
12663
12664 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
12665 Move make-variable-buffer-local code after the corresponding defvar.
12666 (hs-minor-mode-map): Define and initialize in one step.
12667 (hs-minor-mode): Change from defun to define-minor-mode.
12668
12669 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
12670
12671 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
12672 (gdb-ready): Move declaration...
12673
12674 * progmodes/gdb-ui.el (gdb-ready): ...to here.
12675 (gdb-early-user-input): New variable.
12676 (gdb): Reset gdb-flush-pending-output to nil and set
12677 comint-input-sender here (before gdb-prompt), instead of...
12678 (gdb-init-1): ...here.
12679 (gdb-send): If Emacs is not ready, defer user input to...
12680 (gdb-prompt): ...here.
12681
12682 2008-02-16 Glenn Morris <rgm@gnu.org>
12683
12684 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
12685
12686 * startup.el (emacs-startup-time): Rename to `before-init-time'.
12687 (before-init-time): New name for `emacs-startup-time'.
12688 (command-line): Use before-init-time rather than emacs-startup-time.
12689 * time.el (emacs-uptime): Use before-init-time rather than
12690 emacs-startup-time.
12691
12692 * composite.el (composition-function-table): Doc fix.
12693
12694 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
12695 in favor of `%z' specifier.
12696 (emacs-uptime): Move to time.el.
12697 * time.el (emacs-uptime): Move here from time-date.el. Add optional
12698 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
12699 argument of format-seconds.
12700
12701 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
12702
12703 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
12704
12705 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
12706
12707 * ielm.el (ielm-is-whitespace): Remove.
12708 (ielm-is-whitespace-or-comment): New function.
12709 (ielm-eval-input): Use it.
12710
12711 2008-02-15 Jason Rumney <jasonr@gnu.org>
12712
12713 * term/mac-win.el: Fix coding tag.
12714
12715 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12716
12717 * vc-hooks.el (vc-menu-map):
12718 * bindings.el (mode-line-mode-menu): Add tooltips.
12719
12720 * bindings.el (help-echo): Add more tooltips. Use a less
12721 telegraphic style for existing tooltips.
12722
12723 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12724
12725 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
12726 from the auto-generated one.
12727
12728 2008-02-14 Glenn Morris <rgm@gnu.org>
12729
12730 * mail/rmail-spam-filter.el (rmail-spam-filter):
12731 Let-bind message-spam-status.
12732
12733 * mail/smtpmail.el (password-cache-add): Declare as function.
12734
12735 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
12736
12737 * mail/smtpmail.el: Use password-cache.
12738
12739 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
12740
12741 * uniquify.el (uniquify-buffer-base-name): New function.
12742 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12743
12744 * desktop.el (uniquify-managed): Don't defvar.
12745 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
12746 `uniquify-managed'. Return also the buffer's base name.
12747 (desktop-save): When saving the buffer info, filter out the base name,
12748 and save it as buffer name if the buffer is managed by uniquify.
12749 (uniquify-item-base): Don't declare; not called anymore.
12750
12751 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
12752
12753 * vc.el (vc-annotate-find-revision-at-line): New function.
12754 (vc-annotate-mode-map): Bind it.
12755 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
12756 some entries.
12757
12758 2008-02-14 Glenn Morris <rgm@gnu.org>
12759
12760 * calendar/time-date.el (format-seconds): New function.
12761 (emacs-uptime): Use format-seconds.
12762
12763 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12764 Remove `LC_ALL=C', since it's included in $(emacs) now.
12765
12766 2008-02-14 Zhang Wei <id.brep@gmail.com>
12767
12768 * textmodes/org-publish.el (org-publish-timestamp-filename):
12769 Replace colon characters in filename too.
12770
12771 2008-02-13 Bastien Guerry <bzg@altern.org>
12772
12773 * mail/rmail.el (rmail-header-name): New face.
12774 (rmail-font-lock-keywords): Use rmail-header-name.
12775
12776 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
12777 against X-Spam-Status header field.
12778 (rmail-spam-filter): Also check X-Spam-Status header field.
12779
12780 2008-02-14 Mark A. Hershberger <mah@everybody.org>
12781
12782 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12783 Add support for .pm files and .php files.
12784 (flymake-err-line-patterns): Add pattern for PHP errors.
12785 (flymake-php-init): New function. PHP support for flymake.
12786
12787 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12788 Add regular expression for PHP errors.
12789
12790 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
12791
12792 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
12793 This DTRT even on w32 machines.
12794 (ange-ftp-cf1): Quote FILENAME.
12795
12796 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12797
12798 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
12799 (smerge-auto-combine): New fun.
12800
12801 2008-02-12 Juri Linkov <juri@jurta.org>
12802
12803 * startup.el (fancy-startup-screen, normal-splash-screen):
12804 Set default-directory to command-line-default-directory.
12805
12806 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
12807 after reading the desktop.
12808
12809 * progmodes/compile.el (compilation-auto-jump):
12810 Call compile-goto-error only when compilation-auto-jump-to-first-error
12811 is non-nil.
12812 (compilation-scroll-output): Replace :type 'boolean with a choice
12813 that has three options including a third option `first-error'.
12814 Doc fix.
12815 (compilation-start, compilation-forget-errors): Add an alternate
12816 condition comparing compilation-scroll-output with `first-error'
12817 in addition to compilation-auto-jump-to-first-error (to call
12818 compilation-auto-jump in the proper place).
12819
12820 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12821
12822 * international/mule.el (sgml-html-meta-auto-coding-function):
12823 Make sure the search limit is ahead.
12824
12825 * tar-mode.el: Fix broken indentation.
12826 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
12827 Use with-current-buffer.
12828
12829 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
12830
12831 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
12832 it is already automatically buffer-local.
12833
12834 2008-02-12 Drew Adams <drew.adams@oracle.com>
12835
12836 * help.el (describe-key): Join some split lines to facilitate filling.
12837 * help-fns.el (describe-function-1): Fill text of overlong lines.
12838
12839 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
12840
12841 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
12842 Use unibyte-string instead of string-make-unibyte.
12843
12844 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
12845
12846 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12847
12848 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
12849 works also for buffers w/o buffer-file-name. Update callers.
12850 (doc-view-clone-buffer-hook): New fun.
12851 (doc-view-mode): Use it for indirect clones. Mark the overlays with
12852 the `doc-view' property so they can be recognized.
12853
12854 * simple.el (clone-indirect-buffer-hook): New hook.
12855 (clone-indirect-buffer): Run it.
12856
12857 2008-02-11 Michael Olson <mwolson@gnu.org>
12858
12859 * epa-setup.el:
12860 * epg-package-info.el: Files removed.
12861
12862 2008-02-11 Daiki Ueno <ueno@unixuser.org>
12863
12864 * epa.el (epa-menu-mode): Merge into epa-mode.
12865 (epa-menu-items): Rename the label "EasyPG Assistant" to
12866 "Encryption/Decryption".
12867
12868 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
12869 (epa-dired-mode-map): Rename from epa-dired-map.
12870 (epa-global-dired-mode): Rename the global minor mode.
12871
12872 2008-02-11 Drew Adams <drew.adams@oracle.com>
12873
12874 * isearch.el (isearch-fail): New face.
12875 (isearch-message): Highlight failure part of input.
12876
12877 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12878
12879 * ibuffer.el (ibuffer-header-line-format): New var.
12880 (ibuffer-mode): Set it instead of header-line-format.
12881 (ibuffer-update): Use it to set header-line-format.
12882
12883 * international/mule-cmds.el (ucs-insert): Inherit surrounding
12884 properties like self-insert-command.
12885
12886 2008-02-11 Drew Adams <drew.adams@oracle.com>
12887
12888 * progmodes/etags.el: Add many doc strings.
12889
12890 2008-02-11 Jason Rumney <jasonr@gnu.org>
12891
12892 * ldefs-boot.el: Regenerated.
12893
12894 2008-02-11 Glenn Morris <rgm@gnu.org>
12895
12896 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12897 Shorten some names.
12898
12899 * ffap.el (ffap-rfc-directories): Add :version.
12900
12901 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
12902
12903 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
12904 files, and backup files of same.
12905
12906 2008-02-11 Kevin Ryde <user42@zip.com.au>
12907
12908 * ffap.el (ffap-rfc-directories): New variable.
12909 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
12910
12911 * info.el (Info-next-reference, Info-prev-reference)
12912 (Info-try-follow-nearest-node): Move to and follow https:// links too.
12913
12914 * simple.el (completion-list-mode): Show full completion-list-mode-map
12915 in the docstring.
12916
12917 2008-02-11 Sam Steingold <sds@gnu.org>
12918
12919 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
12920
12921 2008-02-11 Glenn Morris <rgm@gnu.org>
12922
12923 * startup.el (emacs-startup-time): New variable.
12924 (command-line): Set emacs-startup-time.
12925
12926 * calendar/time-date.el (emacs-uptime): New function.
12927
12928 2008-02-10 Bastien Guerry <bzg@altern.org>
12929
12930 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
12931 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
12932 it is nil.
12933
12934 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12935
12936 * epg-config.el: Expand the contents of epg-package-info.el.
12937 (epg-package-name): New constant.
12938 (epg-version-number): New constant.
12939 (epg-bug-report-address): New constant.
12940
12941 * epa-mail.el (epa-mail-mode): Add autoload cookie.
12942 (epa-global-mail-mode): New global minor mode.
12943
12944 * epa-file.el (epa-file-mode): New global minor mode.
12945
12946 * epa-dired.el (epa-dired-mode): New global minor mode.
12947
12948 * epa.el (epa-menu): New variable.
12949 (epa-menu-items): New variable.
12950 (epa-menu-mode): New global minor mode.
12951 (epa-global-minor-modes): New user option.
12952 (epa-mode): New global minor mode.
12953
12954 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
12955
12956 * net/dbus.el: Remove `no-byte-compile' cookie.
12957 (dbus-call-method, dbus-register-signal, dbus-debug)
12958 (dbus-registered-functions-table): Declare them with
12959 `declare-function' or `defvar', respectively.
12960 (top): Don't assert any longer. Require 'cl when compiling.
12961 Apply `ignore-errors' but `dbus-ignore-errors'.
12962
12963 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12964
12965 * diff-mode.el (diff-add-change-log-entries-other-window):
12966 Use add-change-log-entry.
12967
12968 2008-02-09 Jason Rumney <jasonr@gnu.org>
12969
12970 * button.el (button-map):
12971 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
12972 * ldefs-boot.el: Regenerate.
12973
12974 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12975
12976 * epa.el (epa-faces, epa):
12977 * epa-file.el (epa-file):
12978 * epg-config.el (epg): Add :version.
12979
12980 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
12981
12982 * vc.el (vc-exec-after): Append CODE to previous fragments.
12983 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
12984 take MESSAGES instead of VERBOSE; use it when non-nil.
12985 (vc-diff-internal): Compute messages once; use them;
12986 update call to vc-diff-finish.
12987
12988 2008-02-09 Michael Olson <mwolson@gnu.org>
12989
12990 * net/tramp.el (tramp-process-sentinel): Avoid error when process
12991 buffer has been killed, such as by
12992 `tramp-cleanup-all-connections'.
12993
12994 2008-02-09 Miles Bader <miles@gnu.org>
12995
12996 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
12997
12998 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12999
13000 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
13001 splitter in context hunks.
13002
13003 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
13004
13005 * international/fontset.el (setup-default-fontset): Fix arabic otf
13006 font specification.
13007
13008 2008-02-08 Daiki Ueno <ueno@unixuser.org>
13009
13010 * epa-dired.el:
13011 * epa-file.el:
13012 * epa-mail.el:
13013 * epa-setup.el:
13014 * epa.el:
13015 * epg-config.el:
13016 * epg-package-info.el:
13017 * epg.el: Initial check-in of EasyPG.
13018
13019 2008-02-08 Glenn Morris <rgm@gnu.org>
13020
13021 * woman.el (woman-locale): New defcustom.
13022 (woman-expand-locale, woman-manpath-add-locales): New functions.
13023 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
13024
13025 * international/mule-cmds.el (locale-translate): New function,
13026 with old code extracted from set-locale-environment.
13027 (set-locale-environment): Use locale-translate. Set woman-locale.
13028
13029 * cus-start.el (selection-coding-system): Remove, since it's now
13030 defined in select.el rather than in xselect.c.
13031 * select.el (selection-coding-system): Make it a defcustom, and
13032 add the properties from cus-start.el. Bump :version.
13033
13034 * custom.el (custom-theme-set-variables): Sort symbols that are
13035 dependencies before symbols that depend on them.
13036 (custom-enabled-themes): Set after custom-theme-directory.
13037
13038 * pcmpl-unix.el (top-level): Move provide statement to end.
13039 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
13040 `*' from doc-string. Allow to be nil.
13041 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
13042 Allow to be nil. Add :version.
13043 (pcmpl-ssh-hosts): Move definition before use. Handle lines
13044 without hostnames, and multiple hostnames per line.
13045
13046 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
13047
13048 2008-02-08 Phil Hagelberg <phil@evri.com>
13049
13050 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
13051 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
13052
13053 2008-02-07 Timo Savola <timo.savola@iki.fi>
13054
13055 * startup.el (command-line-x-option-alist): Add --parent-id.
13056
13057 * term/x-win.el (x-handle-parent-id): New function.
13058
13059 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13060
13061 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
13062 "Font Menu".
13063
13064 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
13065
13066 * net/dbus.el (dbus-interface-peer): New defconst.
13067 (dbus-ping): New defun.
13068
13069 2008-02-06 Sam Steingold <sds@gnu.org>
13070
13071 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
13072
13073 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
13076 Just return nil and let the C code provide a fallback.
13077
13078 2008-02-05 Glenn Morris <rgm@gnu.org>
13079
13080 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
13081 tramp-flush-connection-property for removed 2nd argument.
13082
13083 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * diff-mode.el (diff-add-change-log-entries-other-window):
13086 Rename from diff-create-changelog. Change users.
13087 Minor change to hopefully work with plain diffs.
13088 (diff-mode-map): Add binding for it.
13089
13090 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
13091
13092 * diff-mode.el: Add new TODO entry.
13093 (diff-create-changelog): New function.
13094 (diff-mode-menu): Bind it.
13095
13096 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13097
13098 * international/mule-diag.el (print-fontset-element): Handle the
13099 case of inhibiting the fallback fonts.
13100
13101 2008-02-04 Kim F. Storm <storm@cua.dk>
13102
13103 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13104 (ido-magic-delete-char): Use prefix arg.
13105
13106 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
13107
13108 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
13109 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
13110 of today, the most recent libpng is 1.2.24).
13111
13112 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
13113
13114 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
13115
13116 * net/dbus.el (top): Check (featurep 'dbusbind).
13117
13118 * net/tramp.el (tramp-process-sentinel): New defun.
13119 (tramp-do-copy-or-rename-file-out-of-band)
13120 (tramp-maybe-open-connection): Use it as process sentinel.
13121 (tramp-handle-delete-directory): Don't use the "-f" option; it
13122 isn't portable.
13123 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
13124 after the command.
13125 (tramp-handle-shell-command): Set `mode-line-process' in the
13126 asynchronous case.
13127
13128 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
13129
13130 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13131 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13132 Use `tramp-process-sentinel' as process sentinel.
13133
13134 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
13135
13136 * whitespace.el (global-whitespace-mode): Revert last change.
13137 (whitespace-unload-function): Force `global-whitespace-mode'
13138 to deactivate local modes in a slightly less intrusive way.
13139
13140 2008-02-02 Eli Zaretskii <eliz@gnu.org>
13141
13142 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
13143
13144 2008-02-02 Glenn Morris <rgm@gnu.org>
13145
13146 * international/latin1-disp.el (latin1-display):
13147 * progmodes/fortran.el (fortran-comment-indent-char):
13148 * progmodes/idlw-shell.el (top-level):
13149 * term/mac-win.el (mac-keyboard-translate-char):
13150 * whitespace.el (whitespace-char-valid-p):
13151 * wid-edit.el (widget-key-sequence-read-event):
13152 Use characterp rather than char-valid-p.
13153
13154 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
13155 to capitalized-find-word-boundary. Doc fix. Update callers.
13156 (capitalized-next-word-boundary-function-table): Rename to
13157 capitalized-find-word-boundary-function-table. Doc fix. Update users.
13158
13159 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
13160 string-to-int.
13161
13162 * ps-def.el (declare-function): Add compatibility definition.
13163 (ps-plot-with-face, ps-plot-string): Declare as functions.
13164 (ps-bold-faces, ps-italic-faces): Declare variables.
13165
13166 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
13167 (ps-mule-end-job): Declare as functions.
13168
13169 * wid-edit.el (widget-string-complete): Use assoc-string rather
13170 than assoc-ignore-case.
13171
13172 See ChangeLog.13 for earlier changes.
13173
13174 ;; Local Variables:
13175 ;; coding: utf-8
13176 ;; add-log-time-zone-rule: t
13177 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
13178 ;; End:
13179
13180 Copyright (C) 2008 Free Software Foundation, Inc.
13181
13182 This file is part of GNU Emacs.
13183
13184 GNU Emacs is free software: you can redistribute it and/or modify
13185 it under the terms of the GNU General Public License as published by
13186 the Free Software Foundation, either version 3 of the License, or
13187 (at your option) any later version.
13188
13189 GNU Emacs is distributed in the hope that it will be useful,
13190 but WITHOUT ANY WARRANTY; without even the implied warranty of
13191 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13192 GNU General Public License for more details.
13193
13194 You should have received a copy of the GNU General Public License
13195 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13196
13197 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc