]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* vc-bzr.el (vc-bzr-show-log-entry):
[gnu-emacs] / lisp / ChangeLog
1 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * vc-bzr.el (vc-bzr-show-log-entry):
4 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5 C-x v l for a directory uses that.
6
7 2008-09-18 Simon Josefsson <simon@josefsson.org>
8
9 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
10 .sieve files.
11
12 2008-09-18 Martin Rudalics <rudalics@gmx.at>
13
14 * help-macro.el (make-help-screen): Preserve key bindings
15 established in help-mode call when exiting this macro.
16
17 2008-09-17 Kenichi Handa <handa@m17n.org>
18
19 * language/burmese.el: Fix setting of composition-function-table.
20
21 2008-09-17 Martin Rudalics <rudalics@gmx.at>
22
23 * info.el (Info-follow-nearest-node): Don't raise an error for
24 mouse-1 clicks.
25
26 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
27
28 * calc/calc-units.el (calc-convert-temperature): Use default
29 units when appropriate.
30
31 2008-09-16 Markus Triska <markus.triska@gmx.at>
32
33 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
34 catch errors raised in `texmathp'.
35 (flyspell-tex-math-initialized): Remove.
36
37 2008-09-16 Martin Rudalics <rudalics@gmx.at>
38
39 * frame.el (select-frame-set-input-focus): With non-nil
40 mouse-autoselect-window always move mouse cursor to frame's
41 selected window. Otherwise restore pre 2008-09-13 behavior.
42 (select-frame-by-name): Use select-frame-set-input-focus.
43
44 * files.el (switch-to-buffer-other-frame): Don't raise frame since
45 pop-to-buffer already does it.
46 (display-buffer-other-frame): Fix doc-string.
47
48 2008-09-16 Glenn Morris <rgm@gnu.org>
49
50 * add-log.el (diff-find-source-location): Update declaration.
51
52 * progmodes/make-mode.el (makefile-match-function-end):
53 Move point. (Bug#983)
54
55 2008-09-16 Daiki Ueno <ueno@unixuser.org>
56
57 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
58
59 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
60
61 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
62 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
63
64 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
65
66 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
67
68 2008-09-15 Martin Rudalics <rudalics@gmx.at>
69
70 * files.el (file-truename): Don't raise args-out-of-range error
71 when filename has no separator on windows-nt. (Bug#982)
72
73 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
74
75 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
76 be more honest when we don't know.
77 (diff-tell-file-name): Don't prompt before the actual prompt.
78 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
79 (diff-find-source-location): Add `noprompt' argument.
80 (diff-current-defun): Don't prompt.
81
82 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
83
84 * proced.el (proced-mark-face, proced-marked-face)
85 (proced-sort-header-face): Remove.
86 (proced-font-lock-keywords): Simplify.
87 (proced-format): Use face proced-sort-header.
88 (proced-format-interactive, proced-sort-interactive)
89 (proced-filter-interactive): Only call proced-update if the scheme
90 has changed.
91 (proced-sort-header): Use posn-actual-col-row.
92
93 2008-09-14 Martin Rudalics <rudalics@gmx.at>
94
95 * add-log.el (change-log-find-window): New variable.
96 (change-log-goto-source-1, change-log-goto-source):
97 Set change-log-find-window to window displaying source.
98 (change-log-next-error): Select window specified by
99 change-log-find-window.
100
101 2008-09-13 Martin Rudalics <rudalics@gmx.at>
102
103 * frame.el (select-frame-set-input-focus): With focus follows
104 mouse move mouse cursor to right window.
105 * window.el (pop-to-buffer): Select window before calling
106 select-frame-set-input-focus.
107
108 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
109
110 * proced.el (proced-sort-header): New face.
111 (proced-sort-header-face): New variable.
112 (proced-format): Allow format value nil.
113 Use proced-sort-header-face for header of sort column.
114 (proced-format-args): New function.
115 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
116 (proced-header-help-echo, proced-field-help-echo, proced-timer)
117 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
118 (proced-refine): Rename from proced-filter-attribute. Doc fix.
119 (proced-sort-header): Bind also to mouse-1.
120 (proced-move-to-goal-column): Return position of point.
121 (proced-filter-interactive): Always revert listing.
122 (proced-format-ttname): Simplify.
123 (proced-update): Do not keep undo information. Put point at
124 beginning of buffer if we generate the first listing.
125
126 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
127
128 * doc-view.el (doc-view-scroll-up-or-next-page)
129 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
130 vertically split windows.
131
132 2008-09-12 Glenn Morris <rgm@gnu.org>
133
134 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
135
136 * indent.el (indent-line-function): Doc fix.
137 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
138
139 2008-09-11 Martin Rudalics <rudalics@gmx.at>
140
141 * window.el (pop-to-buffer): If the window for buffer-or-name is
142 not on the selected frame, raise that window's frame and give it
143 input focus. (Bug#745)
144
145 2008-09-11 Glenn Morris <rgm@gnu.org>
146
147 * ido.el (ido-mode): Initialize with custom-initialize-default,
148 rather than a set function. (Bug#947)
149
150 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
151
152 * replace.el (perform-replace): Don't set inhibit-read-only using
153 query-replace-skip-read-only (bug#956).
154
155 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
156 of the <<foo>> form.
157
158 2008-09-10 Martin Rudalics <rudalics@gmx.at>
159
160 * window.el (display-buffer): Fix doc-string typo.
161
162 2008-09-10 Kenichi Handa <handa@m17n.org>
163
164 * composite.el (compose-gstring-for-graphic): Fix previous change.
165
166 2008-09-10 Glenn Morris <rgm@gnu.org>
167
168 * info.el (Info-try-follow-nearest-node): Fix doc typo.
169
170 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
171
172 * info.el (Info-mouse-follow-nearest-node): Follow links to different
173 manuals. (Bug#886)
174
175 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
176
177 * ido.el (ido-unload-function): New function.
178
179 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
180
181 * ido.el (ido-file-internal): Fix typo in prompt.
182 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
183 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
184 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
185 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
186 Fix typos in docstrings.
187
188 2008-09-08 Martin Rudalics <rudalics@gmx.at>
189
190 * help-fns.el (describe-function-1): Don't print extra newline
191 after filling.
192
193 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
194
195 * help-fns.el (find-lisp-object-file-name): Handle case where
196 library is compressed.
197
198 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
199
200 * complete.el (PC-do-completion): Don't replace buffer
201 contents (bug#227).
202
203 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
204
205 * loadhist.el (unload-feature-special-hooks):
206 Add `choose-completion-string-functions'.
207
208 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * vc-svn.el (vc-svn-root):
211 * vc-sccs.el (vc-sccs-root):
212 * vc-rcs.el (vc-rcs-root):
213 * vc-cvs.el (vc-cvs-root): Delete.
214 * vc-hooks.el (vc-find-root): Remove `invert' argument.
215
216 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
217
218 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
219 errors occurring in different files.
220
221 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
222
223 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
224 (vc-bzr-status-printer): New function.
225 (vc-bzr-after-dir-status): Deal with renamed files.
226
227 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
228
229 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
230 buffer's filename.
231
232 2008-09-07 Martin Rudalics <rudalics@gmx.at>
233
234 * subr.el (cancel-change-group): Widen buffer temporarily when
235 undoing changes. (Bug#810)
236
237 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
238
239 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
240 with gud-stop-subjob rather than exit debugger.
241
242 2008-09-07 Kenichi Handa <handa@m17n.org>
243
244 * composite.el: Compose combining characters only when it
245 follows an character matching with "[[:alpha:]]".
246
247 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
248
249 * proced.el: Require time-date.
250 (proced-command-alist, proced-command, proced-goal-header-re)
251 (proced-sorting-schemes-alist, proced-sorting-scheme)
252 (proced-header-alist, proced-sorting-schemes-re)
253 (proced-skip-regexp, proced-next-line, proced-previous-line)
254 (proced-listing-type, proced-sorting-scheme-p): Remove.
255 (proced-grammar-alist, proced-custom-attributes)
256 (proced-format-alist, proced-format, proced-filter-alist)
257 (proced-filter, proced-sort, proced-goal-attribute)
258 (proced-timer-interval, proced-timer-flag, proced-timer)
259 (proced-process-alist, proced-sort-internal, proced-process-tree)
260 (proced-header-help-echo, proced-field-help-echo): New variables.
261 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
262 (proced-omit-process, proced-filter, proced-process-tree)
263 (proced-filter-children, proced-children-pids)
264 (proced-filter-parents, proced-<, proced-string-lessp)
265 (proced-time-lessp, proced-xor, proced-sort-p)
266 (proced-format-time, proced-format-start, proced-format-ttname)
267 (proced-format, proced-process-attributes): New functions.
268 (proced-toggle-timer-flag, proced-mark-children)
269 (proced-mark-parents, proced-filter-interactive)
270 (proced-filter-attribute, proced-sort-interactive)
271 (proced-sort-header, proced-format-interactive): New commands.
272 (proced-move-to-goal-column): Use goal-column.
273 (proced-mode): Use proced-timer.
274 (proced-do-mark-all): Display process count. Use use-region-p.
275 Simplify.
276 (proced-omit-processes): Use use-region-p.
277 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
278 (proced-sort-start, proced-sort-time, proced-sort-user):
279 Use proced-sort-interactive.
280 (proced-sort): Make it a function that performs the actual sort.
281 (proced-update): New arg revert. Use proced-process-alist,
282 proced-filter, proced-sort, proced-format, and
283 proced-grammar-alist. Preserve position of point based on fields.
284 Make header line and fields clickable.
285 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
286 (proced-why): Use save-selected-window.
287 (proced-log): Use buffer-read-only.
288
289 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
290
291 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
292
293 2008-09-06 Glenn Morris <rgm@gnu.org>
294
295 * add-log.el (diff-find-source-location): Declare.
296 (find-change-log): If called from a diff buffer, try to switch to the
297 source buffer (e.g. to respect change-log-default-name there).
298
299 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
300 unallowed characters; added 2006-10-10 without comment. (Bug#753)
301
302 * Makefile.in (ELCFILES): Update.
303
304 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
305
306 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
307 user enters a mouse event in another frame, or a special event.
308
309 * server.el (server-switch-buffer): New arg.
310 (server-execute): If reusing an existing window, set file position
311 if required.
312
313 2008-09-06 Kenichi Handa <handa@m17n.org>
314
315 * language/lao.el: Fix setting of composition-function-table.
316
317 2008-09-06 Eli Zaretskii <eliz@gnu.org>
318
319 * term/pc-win.el (msdos-show-help): Don't truncate lines while
320 displaying help echo messages.
321
322 2008-09-06 Martin Rudalics <rudalics@gmx.at>
323
324 * subr.el (symbol-file): Fix doc-string.
325
326 2008-09-06 Glenn Morris <rgm@gnu.org>
327
328 * help-mode.el (help-xref-forward-stack): Doc fix.
329
330 * add-log.el (change-log-default-name): Autoload safety.
331
332 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
333
334 * verilog-mode.el (verilog-library-extensions): Enable .sv
335 filename extensions to call verilog-mode.
336 (verilog-auto, verilog-auto-inst, verilog-faq)
337 (verilog-submit-bug-report): Update author support URLs.
338 (verilog-delete-auto, verilog-auto-inout-module)
339 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
340 creating complemented testbench modules. Suggested by Yishay Belkind.
341 (verilog-auto-inst-port, verilog-simplify-range-expression):
342 When verilog-auto-inst-param-value is set, don't require a
343 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
344 Yishay Belkind.
345 (verilog-auto-inst-param-value): Add safe variable.
346 (verilog-re-search-forward, verilog-re-search-backward):
347 Fix returning wrong search results on Emacs 22.1.
348 (verilog-modi-cache-results, verilog-auto): Fix warning message
349 about "toggling font-lock-mode."
350 (verilog-auto): Fix losing font-lock on errors.
351 (verilog-auto-inst-param-value, verilog-mode-version)
352 (verilog-mode-version-date, verilog-read-inst-param-value)
353 (verilog-auto-inst, verilog-auto-inst-param)
354 (verilog-auto-inst-port, verilog-simplify-range-expression):
355 Allow parameters to be replaced with their values, on the expansion of
356 an AUTOINST with Verilog 2001 style parameter settings.
357 Suggested by David Rogoff.
358
359 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
360
361 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
362 Better support for the property statement. Sometimes this keyword
363 introduces a statement which requires an endproperty keyword, and
364 sometimes it doesn't, dependening on the work before the property
365 word. If property is prefixed with assert, assume or cover
366 keyword, then the statement is ended with a ';'. Otherwise,
367 property is like task or specify, and is followed by some number
368 of statements, which are ended with an endproperty keyword.
369 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
370 in a highlighted region: indent each line in region according to
371 mode. Supply this so it works in XEmacs and older Emacs.
372
373 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
374
375 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
376 Don't clean up a buffer when killing it.
377
378 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
379
380 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
381 buffers (bug#360). New version 11.2.1.
382 (whitespace-action): New value `warn-read-only' to give a warning when
383 buffer is read-only and whitespace action is cleanup or auto-cleanup.
384 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
385 (whitespace-warn-read-only): New fun.
386
387 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
388
389 * international/quail.el: Require help-mode.
390 (quail-help-init): Function removed.
391 (quail-keyboard-layout-button, quail-keyboard-customize-button):
392 Define directly.
393
394 * dired.el (dired-get-filename): Rewrite octal escape character
395 processor (bug#885).
396
397 2008-09-05 Eli Zaretskii <eliz@gnu.org>
398
399 * cus-edit.el (custom-button-pressed): Default to inverse-video.
400
401 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
402 not just for terminal-frame.
403
404 2008-09-05 Martin Rudalics <rudalics@gmx.at>
405
406 * window.el (window--try-to-split-window): Don't split when window
407 is not splittable in last disjunct. (Bug#888)
408
409 2008-09-05 Kenichi Handa <handa@m17n.org>
410
411 * language/tibetan.el: Fix setting of composition-function-table.
412
413 * composite.el (find-composition): Mention about the automatic
414 composition in the docstring.
415 (compose-gstring-for-graphic): Fix handling "above" marks.
416
417 * descr-text.el (describe-char): Fix handling of automatic composition.
418
419 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
420
421 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
422 (tramp-parse-connection-properties): Reflow docstring.
423
424 2008-09-04 Kim F. Storm <storm@cua.dk>
425
426 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
427 and other-frame methods when switching between file and buffer modes.
428
429 2008-09-04 Martin Rudalics <rudalics@gmx.at>
430
431 * info.el (Info-dir-remove-duplicates): Narrow buffer when
432 removing duplicate entries under same heading. Don't skip char
433 matching anything but a space or tab at bol. (Bug#864)
434
435 2008-09-03 Alan Mackenzie <acm@muc.de>
436
437 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
438
439 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
440
441 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
442 (completion-pcm--all-completions): Move the case-fold-search binding to
443 it also applies to completion-regexp-list (used in all-completions).
444 (completion-pcm--hilit-commonality): Add missing case-fold-search.
445
446 2008-09-03 Martin Rudalics <rudalics@gmx.at>
447
448 * window.el (pop-up-frame-function): Move ...
449 * frame.el (pop-up-frame-function): ... here, to avoid
450 "CHANGED outside Customize;".
451
452 2008-09-03 Glenn Morris <rgm@gnu.org>
453
454 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
455
456 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
457
458 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
459 non-alphabetical characters properly.
460
461 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
462
463 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
464
465 2008-09-02 Martin Rudalics <rudalics@gmx.at>
466
467 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
468 control-prefixed keys. (Bug#835)
469
470 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
471
472 * image-mode.el (image-mode): Fix 2008-07-19 change.
473
474 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
475
476 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
477
478 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
479
480 2008-09-02 Glenn Morris <rgm@gnu.org>
481
482 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
483
484 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
485
486 2008-09-01 Glenn Morris <rgm@gnu.org>
487
488 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
489 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
490 and fix name typos. (Bug#856)
491
492 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
493
494 * minibuffer.el (completion-pcm--pattern->regex):
495 When completion-ignore-case is non-nil, generate a regexp that
496 ignores case.
497
498 * window.el (recenter-top-bottom): Doc fix.
499
500 2008-09-01 Simon South <ssouth@member.fsf.org>
501
502 * progmodes/delphi.el: New maintainer.
503 (delphi-interface-types): New var.
504 (delphi-composite-types): Use it.
505 (delphi-enclosing-indent-of): Distinguish between "interface"
506 keyword as a unit separator and used like a class declaration.
507
508 2008-09-01 Martin Rudalics <rudalics@gmx.at>
509
510 * help-fns.el (describe-simplify-lib-file-name)
511 (find-source-lisp-file): Remove.
512 (find-lisp-object-file-name): New function giving preference to
513 files found via load-path instead of loaddefs.el.
514 (describe-function-1): Use new function instead of the removed
515 ones. (Bugs #587, #669, #690)
516 * faces.el (describe-face): Use find-lisp-object-file-name instead
517 of describe-simplify-lib-file-name.
518
519 2008-09-01 Kenichi Handa <handa@m17n.org>
520
521 * international/mule-diag.el (font-show-log): Fix previous change.
522
523 * international/mule-cmds.el (set-language-environment):
524 Don't overwrite current-iso639-language if the current language
525 environment doesn't provide that data.
526 (set-locale-environment): Set current-iso639-language from the
527 locale name.
528
529 * international/fontset.el (script-representative-chars): Re-add
530 the entry for symbol, but with vector of characters.
531 (setup-default-fontset): Cancel previous change.
532
533 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
534
535 * ido.el: Move provide statement to the end of the file.
536
537 2008-08-30 Markus Triska <markus.triska@gmx.at>
538
539 * linum.el (linum-mode): `window-size-change-functions' can now be
540 buffer-local.
541 (linum-update-window): Use result of `move-overlay'.
542
543 2008-08-30 Glenn Morris <rgm@gnu.org>
544
545 * subr.el (make-variable-frame-local): Tweak obsolescence message.
546
547 * info.el (Info-hide-note-references, Info-refill-paragraphs):
548 Doc fixes.
549
550 * apropos.el (apropos-command): Report documentation errors.
551 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
552
553 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
554
555 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
556 string.
557
558 2008-08-29 Eli Zaretskii <eliz@gnu.org>
559
560 * bindings.el (mode-line-frame-identification): Fix last change.
561
562 2008-08-29 Kenichi Handa <handa@m17n.org>
563
564 These changes are to adjust the automatic composition for the new
565 implementation (avoid using text property).
566
567 * composite.el (composition-function-table): Move declaration to
568 composite.c.
569 (terminal-composition-base-character-p): Delete it.
570 (terminal-composition-function): Delete it.
571 (terminal-composition-function-table): Delete it.
572 (lgstring-header, lgstring-set-header, lgstring-font)
573 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
574 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
575 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
576 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
577 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
578 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
579 (compose-glyph-string, compose-glyph-string-relative)
580 (compose-gstring-for-graphic, compose-gstring-for-terminal):
581 New functions.
582 (auto-compose-chars): Argument changed.
583
584 * language/european.el: Don't setup composition-function-table.
585 (diacritic-composition-pattern, diacritic-compose-region)
586 (diacritic-compose-string, diacritic-compose-buffer)
587 (diacritic-composition-function): Delete them.
588
589 * language/lao-util.el (lao-composition-function): Argument changed.
590
591 * language/sinhala.el: Fix setting up of composition-function-table.
592
593 * language/thai.el: Fix setting up of composition-function-table.
594
595 * language/thai-util.el: Encoding changed to utf-8.
596 (thai-composition-function): Argument changed.
597
598 * language/indian.el: Fix setting up of composition-function-table.
599 (devanagari-composable-pattern)
600 (tamil-composable-pattern, kannada-composable-pattern)
601 (malayalam-composable-pattern): New variables.
602
603 * international/characters.el (unicode-category-table):
604 Setup unicode-category-table.
605
606 * international/fontset.el (setup-default-fontset): Prepend
607 iso10646-1 fonts to the fallback font groups instead of appending.
608
609 2008-08-29 Glenn Morris <rgm@gnu.org>
610
611 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
612
613 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
614
615 * term/x-win.el (x-win-suspend-error): Don't signal error if there
616 are no X frames active.
617
618 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
619
620 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
621 `ignore-errors' (the function must succeed always).
622
623 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
624
625 * json.el (json-read-number): New arg. Handle explicitly signed
626 numbers.
627 (json-readtable): Add `+' and `.'.
628
629 2008-08-28 Eli Zaretskii <eliz@gnu.org>
630
631 * term/pc-win.el (msdos-previous-message): New variable.
632 (msdos-show-help): New function.
633 (msdos-initialize-window-system): Set show-help-function to
634 msdos-show-help.
635
636 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
637
638 * emacs-lisp/debug.el (debug): When killing a noninteractive
639 Emacs, give an exit status of -1.
640
641 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
642
643 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
644
645 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
646
647 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
648 not the same as the last modification time, fall back on the
649 backend-specific check.
650
651 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
652
653 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
654 to go to the position of interest.
655
656 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
657
658 * textmodes/artist.el (artist-mode-init): Add comment on the
659 setting up of the `artist-replacement-table' array.
660 (artist-get-replacement-char): New defsubst.
661 (artist-get-char-at-xy-conv, artist-replace-char)
662 (artist-replace-chars, artist-replace-string): Use it instead of
663 accessing `artist-replacement-table' directly.
664 Reported by Rubén Berenguel <ruben@maia.ub.es>.
665
666 (artist-mt): Fix structures for cut and copy operations.
667
668 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
669
670 * shell.el (shell-file-name-quote-list): Quote `$'.
671
672 * comint.el (comint-dynamic-complete-as-filename): Generalize last
673 change to allow quoting of characters before point.
674 (comint-dynamic-list-filename-completions): Quote common substring.
675
676 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
677
678 * comint.el (comint-dynamic-complete-as-filename): If case is
679 ignored while matching, replace the entire filename with completion.
680
681 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
682 flyspell-pre-point is valid to avoid signalling an error in
683 post-command-hook.
684
685 2008-08-26 Johan Bockgård <bojohan@gnu.org>
686
687 * linum.el (linum): Inherit remaining face attributes from default
688 face.
689
690 2008-08-26 Markus Triska <markus.triska@gmx.at>
691
692 * linum.el (linum-delay): Disable - it should no longer be
693 necessary, and can lead to longer delays.
694 (linum-update-window): Renumber if margin width has changed.
695
696 2008-08-26 Daiki Ueno <ueno@unixuser.org>
697
698 * epa.el (epa--key-widget-action): Save the selected window to
699 make `widget-button-click-moves-point' work. (Bug#733).
700
701 2008-08-26 Glenn Morris <rgm@gnu.org>
702
703 * calendar/holidays.el (calendar-holidays): Doc fix.
704
705 * progmodes/gud.el (tramp-file-name-localname)
706 (tramp-dissect-file-name): Declare.
707
708 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
709
710 2008-08-25 Eli Zaretskii <eliz@gnu.org>
711
712 * bindings.el (mode-line-frame-control): New function, caters to
713 `pc' ``window system''.
714 (mode-line-frame-identification): Use it instead of accessing
715 window-system directly.
716
717 2008-08-25 Juri Linkov <juri@jurta.org>
718
719 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
720 `center-line' and "\eS" from `center-paragraph'.
721 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
722 `center-paragraph'.
723
724 2008-08-25 Ulf Jasper <ulf@web.de>
725
726 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
727 (newsticker-treeview-treewindow-width): New.
728 (newsticker-treeview-listwindow-height): New.
729 (newsticker-treeview-browse-url-item): New.
730 (newsticker-treeview-mode-map):
731 Add newsticker-treeview-browse-url-item.
732 (newsticker--treeview-window-init):
733 Use newsticker-treeview-treewindow-width and
734 newsticker-treeview-listwindow-height.
735
736 * net/newst-reader.el (newsticker-browse-url-item): New.
737
738 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
739
740 * vc-dir.el (vc-dir-marked-only-files-and-states):
741 (vc-dir-child-files-and-states): Reverse the list before returning it.
742
743 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
744
745 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
746
747 2008-08-24 Romain Francoise <romain@orebokech.com>
748
749 * progmodes/python.el (run-python): Remove '' from sys.path.
750
751 2008-08-23 Glenn Morris <rgm@gnu.org>
752
753 * progmodes/fortran.el (fortran-tab-mode-string)
754 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
755
756 2008-08-23 Eli Zaretskii <eliz@gnu.org>
757
758 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
759 Add declare-function.
760
761 * startup.el (command-line): Don't call tty-register-default-colors
762 if initial-window-system is `pc'.
763
764 * term/internal.el (local-function-key-map): Fix unbalanced parens.
765 (msdos-key-remapping-map): New variable. Move here all the special
766 keys we will be remapping via local-function-key-map.
767 (msdos-setup-keyboard): New function.
768
769 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
770 make-msdos-frame.
771 (terminal-init-internal): New function, errors out if called.
772 (msdos-initialize-window-system): New function.
773 (msdos-create-frame-with-faces): Set the terminal's
774 `terminal-initted' (sic!) parameter.
775 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
776 (window-system-initialization-alist):
777 Add msdos-initialize-window-system.
778 (handle-args-function-alist): Use tty-handle-args for `pc'
779 ``window system'' as well.
780 (pc-win): Provide.
781
782 * term/tty-colors.el (tty-register-default-colors): Remove bogus
783 code for using msdos-color-values.
784
785 * loadup.el [ms-dos]: Load term/pc-win.
786
787 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
788
789 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
790 directory name.
791
792 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
793
794 * progmodes/gud.el (gud-common-init): Use absolute file so that
795 perldb works with tramp (sudo).
796
797 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
798 match data in process filters.
799
800 2008-08-23 Martin Rudalics <rudalics@gmx.at>
801
802 * dired.el (dired-buffer-stale-p): Do not revert buffer that
803 can be written.
804
805 2008-08-23 Glenn Morris <rgm@gnu.org>
806
807 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
808 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
809
810 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
811
812 * subr.el (temp-buffer-show-hook): Doc fix.
813
814 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
815
816 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
817 and "INSIDE_EMACS=...". Reported by Tassilo Horn
818 <tassilo@member.fsf.org>.
819
820 * net/trampver.el: Update release number.
821
822 * net/xesam.el (xesam-minor-mode): New minor mode.
823 (xesam-highlight-buffer): Remove. Code moved to
824 `xesam-minor-mode'.
825 (xesam-refresh-entry): Use `xesam-minor-mode'.
826
827 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
828
829 * minibuffer.el (completion--try-word-completion):
830 Disable partial-completion when considering the addition of a space
831 or hyphen.
832
833 2008-08-21 John Paul Wallington <jpw@pobox.com>
834
835 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
836 filename of `tofile' doesn't contain any colons on Windows,
837 Cygwin, and MS-DOS systems.
838
839 2008-08-21 Daiki Ueno <ueno@unixuser.org>
840
841 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
842 (epg-context-set-progress-callback): Make sure the callback is a
843 cons of a function and a handback. Update all callers.
844
845 2008-08-20 David Reitter <david.reitter@gmail.com>
846
847 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
848 Patch applied by Adrian Robert.
849
850 2008-08-20 Kevin Ryde <user42@zip.com.au>
851
852 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
853 directive lines.
854
855 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
856
857 * net/xesam.el (xesam-highlight-string): Precise doc string.
858 (xesam-highlight-buffer): New defun.
859 (xesam-refresh-entry): Use it. Better check for sourceModified.
860
861 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
862
863 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
864 their names.
865
866 2008-08-19 Kenichi Handa <handa@m17n.org>
867
868 * language/european.el ("Esperanto"): Change the preferred
869 charsets to iso-8859-3.
870
871 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
872
873 * international/fontset.el (script-representative-chars):
874 Delete the entry for symbol.
875 (setup-default-fontset): For symbol characters, don't specify
876 :script property.
877
878 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
879
880 * minibuffer.el (completion-table-dynamic): Doc fix.
881
882 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
883 saved.
884
885 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
886
887 * emulation/edt.el (edt-default-emulation-setup):
888 Share global-buffers-menu-map with the emulated global map.
889
890 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
891
892 * term/ns-win.el (global): Uncomment "put backspace
893 ascii-character..." and friends, they are needed for tramp. (Bug#725)
894
895 2008-08-18 Kenichi Handa <handa@m17n.org>
896
897 * international/mule-diag.el (font-show-log): Add optional arg N
898 to control the limit of font listing.
899
900 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
901
902 * window.el (recenter-top-bottom): Determine top and bottom
903 positions using scroll-margin instead of scroll-conservatively.
904
905 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
906
907 * proced.el (proced-send-signal): Use beginning-of-line.
908
909 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
910
911 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
912 (proced-mode-map): Add tooltips for menus. Use radio buttons for
913 listing types.
914 (proced-log-buffer): New variable.
915 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
916 region if transient-mark-mode is turned on and the region is active.
917 (proced-omit-processes): Rename from proced-hide-processes to
918 avoid key clash with describe-mode (bound to h). Search for
919 marked processes starting from point-min.
920 (proced-header-space): Remove.
921 (proced-send-signal): Handle errors. Operate on current process
922 if no process is marked.
923 (proced-why): New command.
924 (proced-log, proced-log-summary): New functions.
925 (proced-help): Use proced-why.
926 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
927 (bibtex-autokey-year-title-separator): Fix doscstring.
928
929 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
930
931 * net/xesam.el (xesam-vendor, xesam-notify-function):
932 New local variables.
933 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
934 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
935 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
936 (xesam-new-search): Initialize `xesam-vendor'.
937
938 2008-08-15 Glenn Morris <rgm@gnu.org>
939
940 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
941 a pipeline.
942 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
943 unless at the end of the pipeline. (Bug#699).
944
945 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
946
947 * minibuffer.el (completion-boundaries): Doc fix.
948 (display-completion-list): Only default base-size to zero if
949 completing in the minibuffer.
950
951 * simple.el (completion-base-size): Doc fix.
952 (choose-completion): Try reselecting completion-reference-buffer.
953
954 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
955
956 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
957 also for remote directories.
958
959 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
960
961 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
962 since those precomputed values aren't used any more.
963 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
964
965 2008-08-14 Martin Rudalics <rudalics@gmx.at>
966
967 * help.el (with-help-window): Return last value in BODY.
968
969 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
970
971 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
972 notify function of the URL.
973 (xesam-new-search): Encode special characters in the query string.
974
975 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
976
977 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
978
979 2008-08-13 Andreas Schwab <schwab@suse.de>
980
981 * net/tramp.el (tramp-handle-shell-command): Handle output going
982 to current buffer like shell-command. Don't disable undo.
983
984 2008-08-13 Glenn Morris <rgm@gnu.org>
985
986 * eshell/esh-cmd.el (eshell/which): Handle the case where no
987 description is found.
988
989 2008-08-12 Alan Mackenzie <acm@muc.de>
990
991 * progmodes/cc-defs.el (c-emacs-features):
992 argumentative-bod-function: bind mark-ring to avoid accumulating a
993 spurious mark.
994
995 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
996
997 * simple.el (visual-line--saved-state): New var.
998 (visual-line-mode): Save local values of variables, and restore
999 them when visual-line-mode is disabled.
1000
1001 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
1002
1003 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
1004
1005 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
1006
1007 * progmodes/cc-defs.el (c-emacs-features):
1008 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
1009 moving point during the test.
1010
1011 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
1012
1013 2008-08-11 Glenn Morris <rgm@gnu.org>
1014
1015 * term/ns-win.el (x-parse-geometry): Doc fix.
1016
1017 * dired.el (x-popup-menu):
1018 * hi-lock.el (x-popup-menu):
1019 * mouse.el (font-face-attributes):
1020 * calendar/cal-menu.el (x-popup-menu):
1021 * calendar/calendar.el (x-popup-menu):
1022 * calendar/holidays.el (x-popup-menu):
1023 * progmodes/cperl-mode.el (x-popup-menu):
1024 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
1025 (x-open-connection):
1026 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
1027 (x-command-line-resources):
1028 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
1029 (x-display-name, x-command-line-resources):
1030 Add declarations for builds without X.
1031
1032 2008-08-10 Glenn Morris <rgm@gnu.org>
1033
1034 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
1035
1036 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1037
1038 * vc-bzr.el (vc-bzr-find-revision): Rename from
1039 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
1040
1041 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
1042
1043 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
1044 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
1045 "DONE", when all hits are retrieved.
1046 (xesam-search): Autoload it.
1047
1048 2008-08-11 John Paul Wallington <jpw@pobox.com>
1049
1050 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
1051 empty string when no filename.
1052 (define-ibuffer-column filename): Accomodate that change.
1053
1054 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
1055 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
1056
1057 2008-08-10 Glenn Morris <rgm@gnu.org>
1058
1059 * Makefile.in (ELCFILES): Update.
1060
1061 2008-08-10 John Paul Wallington <jpw@pobox.com>
1062
1063 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
1064
1065 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * battery.el (battery-echo-area-format, battery-status-function):
1068 Handle new Linux sysfs format for battery reporting.
1069 (battery-linux-sysfs): New function.
1070
1071 2008-08-07 Martin Rudalics <rudalics@gmx.at>
1072
1073 * add-log.el (change-log-search-tag-name)
1074 (change-log-goto-source): Fix behavior when point is not on tag.
1075
1076 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1077
1078 * startup.el (command-line-ns-option-alist): Use ignore instead of
1079 ns-ignore-0-arg.
1080
1081 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
1082 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
1083 (ns-alternatives-map): New variable.
1084 (x-set-up-function-keys): Use it.
1085 (global): Comment out "put backspace ascii-character..." and friends.
1086 Move function-key-map into ns-alternatives-map. Don't call
1087 precompute-menubar-bindings. Don't set anything connected with
1088 browse-url.
1089 (after-make-frame-functions): Clarify comment why a hook is added.
1090
1091 2008-08-06 Joakim Verona <joakim@verona.se>
1092
1093 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
1094 in url:s.
1095
1096 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1097
1098 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
1099 Fix 2008-01-01 change: use a shy group to not affect subsequent
1100 match calls.
1101
1102 2008-08-06 Reto Zimmermann <reto@gnu.org>
1103
1104 * progmodes/vera-mode.el (vera-electric-tab):
1105 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
1106 region when active.
1107
1108 2008-08-06 Kenichi Handa <handa@m17n.org>
1109
1110 * faces.el (face-valid-attribute-values): Fix handling the value
1111 of (font-family-list) and font-XXX-table.
1112
1113 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1114
1115 * proced.el (proced-menu): Bind the correct function to for toggling.
1116
1117 * vc-dir.el (vc-dir-mode): Fix typo.
1118
1119 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1120
1121 * whitespace.el (whitespace-newline-mode)
1122 (global-whitespace-newline-mode, whitespace-mode)
1123 (global-whitespace-mode): Improve docstring.
1124
1125 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
1126
1127 * kmacro.el (kmacro-exec-ring-item): Add autoload.
1128
1129 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
1130
1131 * cus-start.el (all): Handle auto-save-visited-file-name.
1132
1133 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
1134
1135 * files.el (hack-one-local-variable-eval-safep): Handle
1136 lisp-indent-function and scheme-indent-function in addition to the
1137 deprecated lisp-indent-hook.
1138
1139 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
1140
1141 * net/xesam.el (top): Require `wid-edit' always.
1142 (xesam-mode-line, xesam-highlight): New deffaces.
1143 (xesam-objects): New local variable.
1144 (xesam-search-engines): Fix error in field list.
1145 (xesam-mode): Use `xesam-mode-line' instead of
1146 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
1147 proper initialization (why?).
1148 (xesam-highlight-string, xesam-get-hits)
1149 (xesam-kill-buffer-function): New defuns.
1150 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
1151 result of "hit.fields", it isn't a string only. Wrap an error of
1152 the strigi search engine ("xesam:size" is returned as string).
1153 Highlight search items.
1154 (xesam-refresh-search-buffer): Make logic of counters more simple.
1155 Prefetch next hits.
1156 (xesam-signal-handler): Use `xesam-mode-line' instead of
1157 `font-lock-type-face'.
1158 (xesam-new-search): Add `xesam-kill-buffer-function' to
1159 `kill-buffer-hook'.
1160
1161 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1162
1163 * add-log.el (change-log-next-error, change-log-mode): Add support
1164 for `next-error' to call `change-log-goto-source' on named files
1165 in a ChangeLog.
1166
1167 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
1168
1169 * calc/calc.el (math-read-number): Handle all C-like languages
1170 properly.
1171
1172 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
1173
1174 * calc/calc.el (math-read-number): Handle C numbers beginning with
1175 0 correctly.
1176
1177 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1178
1179 * term/ns-win.el ([ns-new-frame]): New global key.
1180
1181 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1182
1183 * international/mule-cmds.el (read-char-by-name):
1184 Check UCS names with `assoc-string' and case folding.
1185
1186 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
1187
1188 * net/dbus.el (dbus-call-method-asynchronously)
1189 (dbus-method-return-internal, dbus-method-error-internal):
1190 Declare them with `declare-function'.
1191
1192 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1193
1194 * descr-text.el (describe-char-display): Fix last change:
1195 don't pass CHARSET to `encoded-string-description'.
1196
1197 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
1198
1199 * vc.el (vc-next-action): Update list var correctly after delete.
1200
1201 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
1202
1203 * ido.el (ido-mode): Add toggle notification.
1204
1205 * cus-edit.el (custom-save-all): Avoid destroying symlink if
1206 already visiting the custom file.
1207
1208 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1209 pending output coming after the status change.
1210
1211 2008-08-02 Jason Rumney <jasonr@gnu.org>
1212
1213 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
1214
1215 2008-08-01 Kenichi Handa <handa@m17n.org>
1216
1217 * international/mule-cmds.el (encode-coding-char):
1218 New optional arg CHARSET.
1219
1220 * descr-text.el (describe-char-display): Call encode-coding-char
1221 with the arg CHARSET.
1222 (describe-char): Pay attention to the text-property `charset'.
1223
1224 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
1225
1226 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
1227 error messages.
1228 (dbus-set-property): Call `dbus-introspect-get-property' instead
1229 of `dbus-get-property'.
1230
1231 * net/xesam.el (xesam-all-fields): Remove source and content
1232 identifiers.
1233 (xesam-dbus-unique-names): New defvar.
1234 (xesam-dbus-call-method): New defun. Replace all calls of
1235 `dbus-call-method' by `xesam-dbus-call-method'.
1236 (xesam-get-cached-property, xesam-set-cached-property):
1237 New defuns.
1238 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
1239 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
1240 (xesam-search-engines): Make it an association list. Take changed
1241 layout into account in the corresponding function.
1242 (xesam-delete-search-engine): Remove check for consistency of
1243 `xesam-search-engines', not needed anymore.
1244 (xesam-mode): Show XML query string only in the debug case.
1245
1246 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
1247
1248 * files.el (read-file-modes): Fix typo in docstring.
1249
1250 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1251
1252 * Makefile.in: Avoid maintainer warning for autogenerated unicode
1253 files.
1254
1255 * apropos.el (apropos-symbol): Don't set button skip by default.
1256 (apropos-print): Set button skip iff searching for multiple types.
1257 (apropos-print-doc): Insert blank label button when searching for
1258 a single type.
1259
1260 * button.el (forward-button): Avoid infloop.
1261
1262 * minibuffer.el (read-file-name-completion-ignore-case):
1263 Add cygwin to the list.
1264
1265 2008-07-31 Sven Joachim <svenjoac@gmx.de>
1266
1267 * files.el (abbreviate-file-name): When replacing $HOME with ~,
1268 turn off case-fold-search.
1269
1270 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
1271
1272 * net/dbus.el (top): Don't register for "NameOwnerChanged".
1273 (dbus-message-type-invalid, dbus-message-type-method-call)
1274 (dbus-message-type-method-return, dbus-message-type-error)
1275 (dbus-message-type-signal): New defconst.
1276 (dbus-ignore-errors): Fix `edebug-form-spec' property.
1277 (dbus-return-values-table): New defvar.
1278 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
1279 New defun.
1280 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
1281 Extend docstring. Adapt implementation according to new
1282 `dbus-event' layout.
1283 (dbus-event-service-name, dbus-event-path-name)
1284 (dbus-event-interface-name, dbus-event-member-name):
1285 Adapt implementation according to new `dbus-event' layout.
1286 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
1287
1288 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
1289 (xesam-mode): Rework implementation.
1290 (xesam-new-search): Additional parameter TYPE.
1291 (xesam-search): Adapt call of `xesam-new-search'.
1292
1293 2008-07-31 Juri Linkov <juri@jurta.org>
1294
1295 * dired-aux.el (dired-do-chmod): Set default value to the original
1296 mode string using absolute notation like u=rwx,g=rx,o=rx.
1297 Use it as a new arg `default' of `dired-mark-read-string'.
1298 (dired-mark-read-string): Add new optional arg `default'.
1299
1300 * files.el (read-file-modes): Set default value to the original
1301 mode string using absolute notation like u=rwx,g=rx,o=rx.
1302 Use it as the `default' arg of `read-string'.
1303
1304 * filesets.el (filesets-cmd-isearch-getargs): Check if the
1305 variable `files' is bound to avoid warnings.
1306
1307 * isearch.el (isearch-forward-regexp, isearch-forward-word)
1308 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
1309 to the command `isearch-forward' instead of displaying "See C-s".
1310 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
1311 with their interactive specifictions. Move reading the face name to
1312 the main body after calls to isearch-done and isearch-clean-overlays.
1313
1314 * mb-depth.el: Unify all names under one common name prefix
1315 `minibuffer-depth-'.
1316 (minibuffer-depth-indicator-function): Rename from
1317 `minibuf-depth-indicator-function'.
1318 (minibuffer-depth-overlay): Rename from
1319 `minibuf-depth-overlay'.
1320 (minibuffer-depth-setup): Rename from
1321 `minibuf-depth-setup-minibuffer'.
1322 (minibuffer-depth-indicate-mode): Rename from
1323 `minibuffer-indicate-depth-mode'.
1324
1325 2008-07-31 Juri Linkov <juri@jurta.org>
1326
1327 * dired-aux.el (dired-isearch-filenames-toggle): New command.
1328 (dired-isearch-filenames-setup): Bind "\M-sf" to
1329 dired-isearch-filenames-toggle in isearch-mode-map.
1330 (dired-isearch-filenames-end): Bind "\M-sf" to nil
1331 in isearch-mode-map.
1332
1333 * isearch.el (isearch-edit-string-set-word): New command.
1334 (minibuffer-local-isearch-map): Bind "\C-w" to
1335 isearch-edit-string-set-word.
1336 (isearch-new-word): Temporary internal variable.
1337 (isearch-edit-string): Remove special case of reading the
1338 first character and checking it for C-w.
1339
1340 * simple.el (read-shell-command, shell-command):
1341 Move code that uses minibuffer-with-setup-hook to set
1342 minibuffer-default-add-function to minibuffer-default-add-shell-commands
1343 from the interactive spec of `shell-command' to `read-shell-command'.
1344
1345 * international/mule-cmds.el (read-char-by-name):
1346 Accept hash notation. Doc fix.
1347 (ucs-insert): Doc fix. Convert to number only when `arg' is
1348 a string. Use separate error message when `arg' is not an integer.
1349 Bind `ucs-insert' to `C-x 8 RET'.
1350
1351 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
1352
1353 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
1354 move the (arglist-cont-nonempty) from c-offsets-alist to
1355 c-hanging-braces-alist like other styles already have.
1356
1357 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1358
1359 * textmodes/texinfmt.el:
1360 * nxml/nxml-enc.el:
1361 * mail/feedmail.el:
1362 * international/mule.el:
1363 * international/latexenc.el:
1364 * emulation/viper-util.el:
1365 * emulation/viper-init.el:
1366 * emulation/viper-ex.el:
1367 * emacs-lisp/bytecomp.el:
1368 * version.el:
1369 * subr.el:
1370 * startup.el:
1371 * sort.el:
1372 * shadowfile.el:
1373 * recentf.el:
1374 * printing.el:
1375 * paths.el:
1376 * minibuffer.el:
1377 * ls-lisp.el:
1378 * loadup.el:
1379 * hippie-exp.el:
1380 * finder.el:
1381 * files.el:
1382 * ediff-util.el:
1383 * ediff-ptch.el:
1384 * ediff-init.el:
1385 * ediff-diff.el:
1386 * dired.el:
1387 * dired-aux.el:
1388 * cus-edit.el:
1389 * bindings.el:
1390 * arc-mode.el:
1391 * add-log.el: Remove VMS support.
1392 * obsolete/vmsproc.el:
1393 * obsolete/vms-pmail.el:
1394 * obsolete/vms-patch.el: Remove file.
1395
1396 2008-07-31 Alan Mackenzie <acm@muc.de>
1397
1398 * progmodes/cc-mode.el (c-before-hack-hook): New function
1399 (Top Level): Install c-before-hack-hook on
1400 before-hack-local-variables-hook, rather than
1401 c-postprocess-file-styles on hack-local-variables-hook.
1402
1403 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1404
1405 * files.el (normal-mode): Move call to hack-project-variables into
1406 hack-local-variables.
1407 (file-local-variables-alist, before-hack-local-variables-hook):
1408 New vars.
1409 (ignored-local-variables): Add file-local-variables-alist.
1410 (hack-local-variables-filter): Renamed from
1411 hack-local-variables-apply. Add the result to
1412 file-local-variables-alist, without applying them.
1413 (hack-local-variables): Set file-local-variables-alist to nil.
1414 Call hack-project-variables and before-hack-local-variables-hook.
1415 Apply variables here, instead of hack-local-variables-apply.
1416 Based on a patch by Alan Mackenzie.
1417
1418 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1419
1420 * info-look.el (autoconf-mode :doc-spec): For
1421 "(autoconf)M4 Macro Index", if the item already
1422 begins with "AS_", don't prefix that string again.
1423
1424 2008-07-30 Juri Linkov <juri@jurta.org>
1425
1426 * info.el (info, Info-mode): Doc fix.
1427
1428 * isearch.el (isearch-mode-map): Bind `M-s r' to
1429 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
1430 (search-map): Bind `M-s w' to `isearch-forward-word' globally
1431 in the global map `search-map'.
1432 (isearch-forward): Doc fix.
1433 (isearch-forward-word, isearch-toggle-case-fold): New commands.
1434
1435 * simple.el (quoted-insert): Comment out code that treats
1436 0240-0377 specially.
1437
1438 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * cus-start.el: Add customization info for
1441 read-buffer-completion-ignore-case.
1442
1443 2008-07-30 Sam Steingold <sds@gnu.org>
1444
1445 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
1446
1447 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1448
1449 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
1450 (vc-dir-mode): Improve docstring.
1451
1452 2008-07-30 Juri Linkov <juri@jurta.org>
1453
1454 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
1455 for the sake of isearch-mode-hook in dired-mode in dired.el.
1456
1457 2008-07-19 Markus Triska <markus.triska@gmx.at>
1458
1459 * image-mode.el (image-mode): Set image-mode-text-map when image
1460 cannot be displayed.
1461
1462 2008-07-30 Stepehen Leake <stephen_leake@stephe-leake.org>
1463
1464 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
1465 ada-xref-set-default-prj-values.
1466 (ada-prj-display-page): Ditto.
1467
1468 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
1469 (ada-make-filename-from-adaname): Fix free variable.
1470
1471 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1472
1473 * vc-git.el (vc-git-status-printer): Synchronize with the default.
1474
1475 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
1476
1477 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
1478 for declarations inside a parenthetical list. The code is ill-advised,
1479 and doesn't work given user defined types.
1480 (verilog-set-auto-endcomments): Enhance function automatic
1481 endcomment to support functions that return user defined types.
1482 (verilog-mode): Add code to tell which-function-mode minor mode
1483 that Verilog supports this feature.
1484 (verilog-beg-block-re-ordered, verilog-indent-re)
1485 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
1486 (verilog-leap-to-head): Support the new virtual and/or protected
1487 tasks, as well as extern declarations of tasks for indenting and
1488 for foward/backward expression.
1489
1490 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
1491
1492 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
1493 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
1494 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
1495 (verilog-string-replace-matches): Avoid recursion with small
1496 replacements.
1497 (verilog-auto-inst-param-value, verilog-mode-version)
1498 (verilog-mode-version-date, verilog-read-inst-param-value)
1499 (verilog-auto-inst, verilog-auto-inst-param)
1500 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
1501 verilog-auto-inst-param-value option for AUTOINST. Suggested by
1502 David Rogoff. This allows parameters to be replaced with their
1503 values, on the expansion of an AUTOINST with Verilog 2001 style
1504 parameter settings.
1505
1506 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
1507
1508 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
1509 to `cddr'.
1510
1511 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
1512
1513 * Makefile.in (ELCFILES): Add mairix.elc.
1514
1515 2008-07-29 David Engster <deng@randomsample.de>
1516
1517 * net/mairix.el: New file.
1518
1519 2008-07-29 Juri Linkov <juri@jurta.org>
1520
1521 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
1522 instead of variable-pitch with bold and 1.2 height.
1523
1524 * dired-aux.el (dired-do-async-shell-command): New command.
1525
1526 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
1527 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
1528
1529 2008-07-29 Juri Linkov <juri@jurta.org>
1530
1531 * international/mule-cmds.el (ucs-names): New internal variable.
1532 (ucs-names): New function.
1533 (ucs-completions): New lazy completion variable.
1534 (read-char-by-name): New function.
1535 (ucs-insert): Replace interactive spec letter "s" with the call to
1536 `read-char-by-name'.
1537
1538 * replace.el (read-regexp): Add second arg `default'. Doc fix.
1539
1540 * replace.el (occur-read-primary-args):
1541 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1542 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
1543 second arg of `read-regexp'.
1544
1545 * dired-aux.el (dired-isearch-filenames): New user option.
1546 (dired-isearch-orig-success-function): New internal variable.
1547 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
1548 (dired-isearch-success-function): New functions.
1549 (dired-isearch-filenames, dired-isearch-filenames-regexp):
1550 New commands.
1551
1552 * dired.el (dired-insert-set-properties): Add new text property
1553 `dired-filename' to put on file names.
1554 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
1555 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
1556 Add menu items.
1557 (dired-mode): Add hook `dired-isearch-filenames-setup' to
1558 buffer-local `isearch-mode-hook'.
1559
1560 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
1561
1562 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
1563 (ada-create-case-exception): Fix typo in docstring.
1564 (ada-no-auto-case): Return nil, not the docstring.
1565 (ada-indent-current): Reflow docstring.
1566
1567 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
1568 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
1569 (ada-prj-load-from-file): Reflow docstring.
1570 (ada-prj-display-page): Fix typo in widget.
1571
1572 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
1573 Fix typos in docstrings.
1574
1575 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
1576 (ada-compile-current, ada-check-current, ada-run-application)
1577 (ada-get-ali-file-name): Fix typos in docstrings.
1578 (ada-xref-confirm-compile, ada-find-references)
1579 (ada-find-local-references, ada-find-any-references): Doc fixes.
1580 (ada-get-all-references): Fix typo in error message.
1581 (ada-xref-current-project): Use `let', not `let*'.
1582 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
1583
1584 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1585
1586 * whitespace.el (whitespace-newline): Change initialization to have a
1587 low contrast relative to the background color. Suggested by David
1588 Reitter <david.reitter@gmail.com>.
1589
1590 2008-07-28 Juri Linkov <juri@jurta.org>
1591
1592 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
1593 New functions.
1594
1595 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
1596 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
1597
1598 2008-07-28 Seiji Zenitani <zenitani@mac.com>
1599
1600 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
1601 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
1602
1603 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
1604
1605 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
1606 Add support for add-log.
1607 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
1608
1609 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
1610 (ada-prj-save): Prompt for file name if not given.
1611 (ada-prj-display-page): Display casing exceptions.
1612
1613 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
1614 Ada mode project files. Delete 'main_unit' project variable;
1615 only need 'main'. Simplify handling of default project values.
1616 Use cross-prefix consistently.
1617 (ada-find-executable): Throw error if not found.
1618 (ada-initialize-runtime-library): Improve error handling when
1619 gnatls not found.
1620 (ada-gnat-parse-gpr): New.
1621 (ada-treat-cmd-string): Allow process environment variables.
1622 (ada-xref-set-default-prj-values): Delete; replace with
1623 ada-default-prj-properties.
1624 (ada-parse-prj-file): Handle GNAT project files.
1625 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
1626 (ada-select-prj-file): New.
1627 (ada-get-absolute-dir-list): Allow project and environment variables.
1628
1629 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
1630
1631 Sync with Tramp 2.1.14.
1632
1633 * net/tramp.el (tramp-perl-directory-files-and-attributes)
1634 (tramp-get-device): Make device number a cons cell.
1635 (tramp-convert-file-attributes): Make inode a cons cell.
1636
1637 * net/trampver.el: Update release number.
1638
1639 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1640
1641 * faces.el (face-set-after-frame-default): Treat 'ns as all other
1642 window systems.
1643
1644 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1645
1646 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
1647
1648 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1649
1650 Remove support for Mac Carbon.
1651 * term/mac-win.el: Remove file
1652 * international/mule-cmds.el:
1653 * version.el:
1654 * startup.el:
1655 * simple.el:
1656 * mwheel.el:
1657 * mouse.el:
1658 * loadup.el:
1659 * isearch.el:
1660 * info.el:
1661 * frame.el:
1662 * faces.el:
1663 * disp-table.el:
1664 * cus-start.el:
1665 * cus-face.el:
1666 * cus-edit.el:
1667 * Makefile.in: Remove code for Carbon.
1668
1669 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1670
1671 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
1672 bindings for functions deleted by Dan N. 2008-07-21. Set
1673 where-is-preferred-modifier. Add show-manual option to Help menu.
1674
1675 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
1676
1677 * net/tramp.el (tramp-handle-start-file-process):
1678 Set query-on-exit flag. Kill temporary buffer.
1679 (tramp-process-sentinel): Remove defun.
1680 (tramp-do-copy-or-rename-file-out-of-band)
1681 (tramp-maybe-open-connection): Don't call it.
1682
1683 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
1684 `tramp-process-sentinel'.
1685
1686 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
1687 `tramp-process-sentinel'.
1688
1689 * net/xesam.el (xesam-from): Remove defvar.
1690 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
1691 and `mode-line-position'.
1692 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
1693 information to the widgets. Don't set `mode-line-position'.
1694 (xesam-refresh-search-buffer): Correct hit number computing.
1695 Don't set `mode-line-position'.
1696 (xesam-new-search): Add debug information to the mode line.
1697
1698 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1699
1700 * diff-mode.el (diff-show-trailing-blanks): Renamed to
1701 diff-show-trailing-whitespaces.
1702
1703 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1704
1705 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
1706 invalid filename strings when parsing tex errors (bug#376).
1707
1708 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
1709
1710 * menu-bar.el (menu-bar-file-menu): Fix typo.
1711
1712 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
1713
1714 * play/solitaire.el (solitaire-mode-map): Define within defvar.
1715 (solitaire-mode): Define with `define-derived-mode'.
1716 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
1717 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
1718 (solitaire-undo, solitaire-check): Use `when'.
1719 (solitaire-solve): Err out if the solitaire is already in progress.
1720 Use `when'.
1721
1722 * descr-text.el (describe-char): Don't overwrite local variable char
1723 when describing characters with display-table entries. Display font
1724 backend when describing composed characters. Simplify: use `let'
1725 instead of `let*', and `or x y' instead of `if x x y'.
1726
1727 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * image-mode.el (image-minor-mode): Set up winprops.
1730
1731 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1732
1733 * diff-mode.el (diff-show-trailing-blanks): New fun.
1734 Show trailing blanks in modified lines for diff-mode.
1735
1736 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
1737
1738 * Makefile.in (ELCFILES): Add net/xesam.el.
1739
1740 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
1741 process name. Reported by Markus Triska <markus.triska@gmx.at>.
1742
1743 * net/xesam.el: New file.
1744
1745 2008-07-24 Sven Joachim <svenjoac@gmx.de>
1746
1747 * dired-aux.el (dired-copy-file-recursive): Avoid calling
1748 set-file-modes when creating target directories.
1749
1750 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
1751
1752 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
1753 Set `show-trailing-whitespace' to nil.
1754 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
1755 Fix typos in docstrings.
1756
1757 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
1758
1759 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
1760 key remapping, not directly.
1761
1762 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1763
1764 * whitespace.el: New version 11.2.
1765 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
1766 minor mode visualization.
1767
1768 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1769
1770 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
1771
1772 * Makefile.in (ELCFILES): Add term/common-win.elc.
1773
1774 * vc-dir.el (vc-dir-search, vc-dir-isearch)
1775 (vc-dir-isearch-regexp): New functions.
1776 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
1777
1778 2008-07-23 Juri Linkov <juri@jurta.org>
1779
1780 * isearch-multi.el: Remove file to avoid dos file name clashes
1781 with isearch-x.el. Move most content to misearch.el.
1782
1783 * misearch.el: New file with most content from isearch-multi.el.
1784 Rename `isearch-buffers' name prefixes to `multi-isearch'.
1785 Remove `isearch-buffers-minor-mode'. Add new function
1786 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
1787 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
1788 `multi-isearch-files', `multi-isearch-files-regexp'.
1789
1790 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
1791
1792 * isearch.el (isearch-message-prefix): Display "Multi" when
1793 `multi-isearch-next-buffer-current-function' is non-nil.
1794 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
1795 with `multi-isearch-next-buffer-current-function', and
1796 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
1797
1798 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
1799 `multi-isearch-next-buffer-function' instead of
1800 `isearch-buffers-next-buffer-function'. Remove call to
1801 `isearch-buffers-minor-mode'.
1802
1803 * buff-menu.el (Buffer-menu-marked-buffers)
1804 (Buffer-menu-isearch-buffers)
1805 (Buffer-menu-isearch-buffers-regexp): New functions.
1806 (Buffer-menu-mode-map): Bind "M-s a C-s" to
1807 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
1808 `Buffer-menu-isearch-buffers-regexp'.
1809 (Buffer-menu-mode): Document new commands in docstring.
1810 (list-buffers-noselect): Add one space after Info file name
1811 according to the Info address convention.
1812
1813 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
1814 New functions.
1815
1816 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
1817 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
1818 (ibuffer-mode): Document new commands in docstring.
1819
1820 * filesets.el (filesets-commands): Add commands for "Isearch" and
1821 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
1822 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
1823 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
1824 or `multi-isearch-files-regexp'.
1825 (filesets-cmd-query-replace-getargs): Call standard function
1826 `query-replace-read-args' to read `query-replace' arguments.
1827 Add `multi-query-replace-map'.
1828 (filesets-cmd-query-replace-regexp-getargs)
1829 (filesets-cmd-isearch-getargs): New functions.
1830
1831 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1832
1833 * international/mule.el (recode-region): Deactivate mark at the end.
1834
1835 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1836
1837 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1838 Use more suitable colors on dark displays.
1839
1840 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
1841
1842 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
1843 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
1844 (tramp-temp-buffer-name): New defconst.
1845 (tramp-handle-start-file-process): Use it. Apply "exec", for the
1846 command. No trailing prompt.
1847 (tramp-process-sentinel): Remove temporary buffer, if existing.
1848 Don't handle trailing prompt.
1849 (tramp-open-connection-setup-interactive-shell):
1850 Use `tramp-temp-buffer-name'.
1851
1852 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1853
1854 * shell.el (shell-dynamic-complete-functions):
1855 Use comint-dynamic-complete-filename as well (bug#361).
1856
1857 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1858
1859 * term/ns-win.el:
1860 * version.el (emacs-version):
1861 * loadup.el:
1862 * frame.el (make-frame-on-display): Check for ns instead of
1863 ns-windowing.
1864
1865 * dired.el (dired-mode-map): Show the key binding for wdired.
1866
1867 * menu-bar.el (menu-bar-file-menu): Show the key binding for
1868 exiting Emacs.
1869
1870 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1871
1872 * term/ns-win.el (x-list-fonts): Drop alias.
1873
1874 2008-07-23 Juri Linkov <juri@jurta.org>
1875
1876 * replace.el (multi-query-replace-map): New variable.
1877 (perform-replace): Add processing of new multi-buffer keys bound
1878 to `automatic-all' and `exit-current'. Set `query-flag' to nil
1879 if last input char was `automatic-all'. Set new local variable
1880 `multi-buffer' to t when one of new two keys were typed. Return
1881 non-nil value of `multi-buffer' that tells to calling functions
1882 to continue replacement on the next file.
1883
1884 * progmodes/etags.el (tags-query-replace): Set arg `map' of
1885 `perform-replace' to `multi-query-replace-map'.
1886
1887 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1888
1889 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
1890 otherwise displayed in every buffer.
1891
1892 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
1893 (vc-arch-trim-one-revlib): Delete temp directories as well.
1894
1895 2008-07-22 Stephen Eglen <stephen@gnu.org>
1896
1897 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
1898
1899 2008-07-22 Sven Joachim <svenjoac@gmx.de>
1900
1901 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
1902
1903 2008-07-22 Miles Bader <miles@gnu.org>
1904
1905 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
1906 (sh-mode-map): Remove remapping of newline-and-indent.
1907
1908 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1909
1910 * vc.el (Todo): Update.
1911
1912 * vc-hooks.el: Remove obsolete comment.
1913
1914 * vc-git.el (vc-git-status-printer): Update the directory display
1915 to match the default.
1916
1917 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
1918
1919 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1920
1921 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
1922 for "word wrap" command.
1923
1924 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
1925
1926 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1927
1928 * term/ns-win.el: Rename ns- functions/variables to the
1929 corresponding x- versions.
1930 (x-select-text, x-cut-buffer-or-selection-value)
1931 (x-disown-selection-internal, x-get-selection-internal)
1932 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
1933 (x-display-mm-width, x-display-mm-height)
1934 (x-display-backing-store, x-display-save-under)
1935 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
1936 defaliases.
1937
1938 * frame.el (ns-display-name): Remove declaration.
1939 (make-frame-on-display): Use x-display-name instead
1940 ns-display-name. Use unless.
1941
1942 * startup.el (command-line-1): Fix indentation.
1943
1944 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
1945 checked in inadvertently.
1946
1947 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * term/ns-win.el: Standardize references to "Nextstep" in
1950 comments, messages, and docstrings.
1951 (ns-handle-args, x-parse-geometry)
1952 (ns-extended-platform-support-mode, x-setup-function-keys)
1953 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
1954 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
1955 (ns-initialized, ns-initialize-window-system): Doc fixes.
1956
1957 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1958
1959 * diff-mode.el (diff-auto-refine): Delete defcustom.
1960 (diff-auto-refine-mode): New func/var via define-minor-mode.
1961 Update var ref to use diff-auto-refine-mode.
1962 * smerge-mode.el (diff-mode): Require when compiling.
1963 (smerge-auto-refine): Delete defcustom.
1964 Update smerge-auto-refine ref to use diff-auto-refine-mode.
1965
1966 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1967
1968 * simple.el (visual-line): New custom group.
1969 (visual-line-fringe-indicators): New var.
1970 (visual-line-mode): Set fringe-indicator-alist based on
1971 visual-line-fringe-indicators. Add lighter.
1972
1973 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1974
1975 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
1976 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1977 (x-handle-geometry, x-handle-name-switch, x-display-name)
1978 (x-handle-display, x-handle-args, x-colors): Move ...
1979 * term/common-win.el: ... here. New file.
1980 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
1981 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1982 (x-handle-geometry, x-handle-name-switch, x-display-name)
1983 (x-handle-display, x-handle-args, x-colors): Remove.
1984 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
1985
1986 2008-07-19 Juri Linkov <juri@jurta.org>
1987
1988 * startup.el (fancy-startup-text): Move the line "To quit
1989 a partially entered command, type Control-g" a few lines below
1990 to be after the line "To start". Add text "at gnu.org" to
1991 "Overview of Emacs features".
1992
1993 * dired.el (dired-mode-map): Fix menu text of
1994 image-dired-display-thumbs.
1995
1996 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1997 (image-dired-cmd-create-temp-image-options)
1998 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
1999 ImageMagick command line to change the dimensions of the image
2000 only if its width or height exceeds the geometry specification.
2001
2002 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
2003
2004 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
2005 to docstrings.
2006
2007 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2008
2009 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
2010 Vinicius Jose Latorre.
2011
2012 2008-07-19 Glenn Morris <rgm@gnu.org>
2013
2014 * term/ns-win.el (ns-make-command-string): Use mapconcat.
2015 (ns-save-preferences): Fix typo in previous change. (Bug#573)
2016
2017 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
2018
2019 * net/dbus.el (dbus-interface-properties): New defconst.
2020 (dbus-introspect): Update docstring.
2021 (dbus-introspect-xml, dbus-introspect-get-attribute)
2022 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
2023 (dbus-introspect-get-interface-names)
2024 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
2025 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
2026 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
2027 (dbus-introspect-get-property)
2028 (dbus-introspect-get-annotation-names)
2029 (dbus-introspect-get-annotation)
2030 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
2031 (dbus-introspect-get-signature, dbus-get-property)
2032 (dbus-set-property, dbus-get-all-properties): New defuns.
2033
2034 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
2035
2036 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
2037 ns-grabenv.elc.
2038
2039 * ns-carbon-compat.el: File removed.
2040
2041 * ns-grabenv.el: File removed.
2042
2043 * term/ns-win.el: Contents of ns-carbon-compat.el and
2044 ns-grabenv.el moved here.
2045 (ns-grabenv, ns-open-file-select-line): Doc fixes.
2046 (ns-submit-bug-report): Function removed. Reports go to the main
2047 Emacs bug list.
2048 (ns-handle-args, ns-spi-service-call): Doc fixes.
2049 (info-ns-emacs): Function removed. Nextstep port manual will be
2050 merged into the Emacs manual, so no separate link needed.
2051
2052 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
2053
2054 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
2055
2056 2008-07-18 Glenn Morris <rgm@gnu.org>
2057
2058 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
2059 to XEmacs, since it does nothing for Emacs.
2060
2061 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2062
2063 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
2064 BUFFER that is a string but does not exist as a buffer object, as
2065 mentioned in the doc-string.
2066
2067 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * simple.el (line-move-visual): Make it a defcustom.
2070 (line-move-1): Convert temporary-goal-column back to an integer if
2071 it was set as a float by a previous call to line-move-visual.
2072 (end-of-visual-line, beginning-of-visual-line)
2073 (next-logical-line, previous-logical-line): New functions.
2074
2075 2008-07-17 David Reitter <david.reitter@gmail.com>
2076
2077 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
2078 functions.
2079 (visual-line-mode, global-visual-line-mode): New minor mode.
2080 (visual-line-mode-map): New variable.
2081
2082 2008-07-17 Glenn Morris <rgm@gnu.org>
2083
2084 * term/ns-win.el (parameters): Declare for compiler.
2085
2086 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
2087
2088 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
2089 for Windows.
2090
2091 2008-07-17 Daiki Ueno <ueno@unixuser.org>
2092
2093 * epa.el (epa-key-list-mode): Use run-mode-hooks.
2094 (epa-key-mode): Ditto.
2095 (epa-info-mode): Ditto.
2096
2097 2008-07-17 Glenn Morris <rgm@gnu.org>
2098
2099 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
2100 (ns-handle-numeric-switch): Just call ns-handle-switch.
2101 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
2102 (ns-handle-args): Simplify using `pop'.
2103 (ns-display-name): Define (used in frame.el).
2104 (menu-bar-select-frame): Add (ignored) arg to more closely match the
2105 original definition.
2106 (ns-perform-service): Declare.
2107 (ns-save-preferences): Use fewer `let's.
2108
2109 * frame.el (ns-display-name): Declare for compiler.
2110
2111 2008-07-17 Kenichi Handa <handa@m17n.org>
2112
2113 * descr-text.el (describe-char-unidata-list): Initialize to the
2114 list of name, general-category, decomposition, and old-name.
2115
2116 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2117
2118 * startup.el (command-line-1): Update processing of NS long options to
2119 mimic recent changes to processing of X long options.
2120
2121 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
2122
2123 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
2124 list of #defines for remote files.
2125 (gdb-source-info): Only show main if it has been found.
2126
2127 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2128
2129 * term/ns-win.el: Require CL; fix up comment style; reindent.
2130 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
2131 (ns-save-preferences): Use `case'.
2132 (ns-initialize-window-system): Use `dolist'.
2133
2134 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2135
2136 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
2137 windowing is used.
2138 * term/ns-win.el (ns-extended-platform-support-mode):
2139 Correct/improve documentation.
2140
2141 2008-07-16 Glenn Morris <rgm@gnu.org>
2142
2143 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
2144 Simply require 'cl (see comment in cl-compat.el).
2145 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
2146 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
2147 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
2148 directly rather by subterfuge. Provide cl before loading cl-macs.
2149
2150 * paths.el (rmail-spool-directory): Remove settings for systems that are
2151 no longer supported.
2152
2153 * frame.el (ns-initialize-window-system): Declare for compiler.
2154
2155 * term/ns-win.el: Add numerous declarations for compiler.
2156 (ns-pop-up-frames): Move definition before use. Doc fix.
2157
2158 * emacs-lisp/check-declare.el (check-declare-locate)
2159 (check-declare-verify): Handle .m files.
2160
2161 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2162
2163 * ns-carbon-compat.el: New file: user-visible compatibility of
2164 NeXTstep port with Carbon port.
2165 * ns-grabenv.el: New file: functionality useful on OS X platform to
2166 expose environment variables inside Emacs started from icon.
2167 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
2168 * cus-edit.el:
2169 * cus-face.el:
2170 * disp-table.el:
2171 * faces.el:
2172 * info.el:
2173 * mouse.el:
2174 * mwheel.el:
2175 * simple.el: Add ns to window systems treated as GUIs.
2176 * facemenu.el (facemenu-read-color): Don't require a name match under
2177 NS, to allow numeric color entry.
2178 * frame.el (make-frame-on-display): Follow code for 'x in initializing
2179 'ns window system if need be.
2180 (various): Add 'ns as described above.
2181 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
2182 ns-windowing is active.
2183 * startup.el (command-line-ns-option-alist): New constant to handle NS
2184 windowing system specific command line args analogous to how they are
2185 handled for X windows.
2186 (command-line-1): Use the above where appropriate.
2187 * version.el: Add NS port version.
2188 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
2189 Darwin (usually OS X) systems.
2190 (woman-use-own-frame): Include 'ns in list of GUI window systems.
2191 * emulation/viper-util.el (ns-display-color-p)
2192 (ns-color-defined-p): Remove these (caustically-commented) outdated
2193 compensations for a port that was never itself integrated until now.
2194 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
2195 for NS window system.
2196 * international/mule-cmds.el: Add 'ns to list of special-cased window
2197 systems (probably most of these, x/w32/mac/ns could be changed to
2198 window-system non-nil).
2199 * term/ns-win.el: New file: lisp-side support for NS windowing system.
2200
2201 2008-07-14 Jason Rumney <jasonr@gnu.org>
2202
2203 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
2204 (x-handle-numeric-switch, x-handle-initial-switch)
2205 (x-handle-xrm-switch, x-handle-args, x-handle-display)
2206 (xw-defined-colors, w32-initialize-window-system):
2207 Avoid use of cl pop and push macros.
2208
2209 2008-07-14 Martin Rudalics <rudalics@gmx.at>
2210
2211 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
2212 error when change-log-search-file-name returns nil.
2213
2214 2008-07-13 Martin Rudalics <rudalics@gmx.at>
2215
2216 * add-log.el (change-log-search-file-name):
2217 Use match-string-no-properties.
2218 (change-log-search-tag-name-1, change-log-search-tag-name)
2219 (change-log-goto-source-1, change-log-goto-source): New functions.
2220 (change-log-tag-re, change-log-find-head, change-log-find-tail):
2221 New variables.
2222 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
2223
2224 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
2225
2226 * calc/calc-help.el (calc-describe-key): Add angles to special key
2227 descriptions.
2228
2229 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
2230
2231 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
2232 search for regexp.
2233
2234 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
2235
2236 * simple.el (line-move-visual): Handle null pixel position gracefully.
2237
2238 2008-07-11 Jason Rumney <jasonr@gnu.org>
2239
2240 * files.el (file-truename): Get truename of ancestors if file does
2241 not exist on Windows.
2242
2243 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
2244
2245 * simple.el (line-move-visual): Obey goal-column and no-error arg.
2246 (track-eol, temporary-goal-column, previous-line, next-line):
2247 Update docstring.
2248 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
2249 to nil.
2250
2251 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * simple.el (line-move-visual): New var.
2254 (line-move-visual): New function.
2255 (line-move): Call line-move-visual.
2256
2257 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2258
2259 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
2260 pattern and add patterns for C++ header files.
2261
2262 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
2263
2264 * window.el (truncated-partial-width-window-p): New function.
2265
2266 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
2267
2268 * faces.el (x-create-frame-with-faces): Don't pass parameters that
2269 are set later to x-create-frame.
2270 (face-set-after-frame-default): Apply X resources for non-default
2271 faces.
2272
2273 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
2274
2275 * faces.el (face-set-after-frame-default): Simplify. Don't apply
2276 frame-specific X resource settings. Set faces using a list of
2277 frame parameters explicitly passed to the calling
2278 function (e.g. make-frame).
2279 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
2280 explicit frame parameter list to face-set-after-frame-default.
2281
2282 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
2283
2284 * net/browse-url.el (browse-url-default-browser):
2285 Fix argument list in lambda.
2286
2287 2008-07-07 Ulf Jasper <ulf@web.de>
2288
2289 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
2290 from url-retrieve.
2291 (newsticker--sentinel-work): Fix xerror typo.
2292
2293 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2294
2295 * vc-dir.el (vc-dir-refresh): Only update files.
2296
2297 * vc-git.el (vc-git--ls-files-state): Remove unused function.
2298
2299 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
2300
2301 2008-07-06 John Paul Wallington <jpw@pobox.com>
2302
2303 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
2304
2305 2008-07-05 Alexandre Julliard <julliard@winehq.org>
2306
2307 * vc-git.el (vc-git-registered): Return true for removed files.
2308 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
2309 all the files instead of one per file.
2310 (vc-git-previous-revision): Add support for project-wide previous
2311 revision when specified file is nil.
2312
2313 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2314
2315 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
2316
2317 * vc-dir.el (vc-dir-find-child-files): New function.
2318 (vc-dir-resync-directory-files): New function.
2319 (vc-dir-recompute-file-state): New function, broken out of ...
2320 (vc-dir-resynch-file): ... here. Also deal with directories.
2321 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
2322 (vc-resynch-buffer): Use it.
2323
2324 * vc-hg.el (vc-hg-registered): Do not set vc-state.
2325
2326 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
2327
2328 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
2329
2330 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
2331 if it's not part of gdb-ui, e.g, at start.
2332
2333 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
2334 filenames in stack trace (text command mode).
2335
2336 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2337
2338 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
2339
2340 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
2341 Use syntax-ppss on a position *before* the char we want to change.
2342
2343 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2344
2345 * vc-dir.el (vc-dir-query-replace-regexp): New function.
2346 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
2347 (vc-dir-mode-map): Likewise.
2348
2349 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
2350
2351 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
2352 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
2353 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
2354 Remove spurious * in defcustom docstrings.
2355
2356 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
2357 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
2358 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
2359 (default-justification): Remove spurious * in defcustom docstrings.
2360
2361 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
2362 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
2363 (rst-compare-decorations, rst-default-indent, rst-update-section)
2364 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
2365 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
2366 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
2367 Fix typos in docstrings.
2368 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
2369 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
2370 (rst-get-decorations-around, rst-section-tree-point)
2371 (rst-font-lock-adornment-point): Reflow docstrings.
2372 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
2373 Doc fixes.
2374 (rst-re-enumerations): Comment out.
2375
2376 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
2377 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
2378 (nxml-unicode-block-char-name-set):
2379 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
2380 * nxml/rng-nxml.el (rng-set-state-after):
2381 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
2382
2383 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
2384 (rng-c-parse-annotation-body):
2385 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
2386
2387 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
2388 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
2389 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
2390 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
2391 Fix typos in docstrings.
2392 (nxml-attribute-indent): Reflow docstring.
2393 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
2394 (nxml-default-buffer-file-coding-system): Doc fixes.
2395
2396 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
2397 (nxml-ns-set-prefix): Fix typos in docstrings.
2398 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
2399 Reflow docstring.
2400 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
2401
2402 * nxml/nxml-outln.el (nxml-hide-all-text-content)
2403 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
2404 (nxml-hide-direct-text-content, nxml-hide-subheadings)
2405 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
2406 (nxml-outline-display-rest, nxml-outline-set-overlay)
2407 (nxml-section-tag-forward, nxml-section-tag-backward)
2408 (nxml-back-to-section-start): Fix typos in docstrings.
2409
2410 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
2411 Doc fixes.
2412
2413 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
2414 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
2415 (nxml-scan-after-change): Fix typo in docstring.
2416
2417 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
2418 (rng-name-class-possible-names): Doc fixes.
2419 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
2420 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
2421 Fix typos in docstrings.
2422 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
2423 Reflow docstrings.
2424
2425 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
2426 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
2427
2428 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
2429 (rng-xsd-convert-date-time): Reflow docstrings.
2430 (rng-xsd-compile): Fix typo in docstring.
2431
2432 * nxml/rng-loc.el (rng-current-schema-file-name)
2433 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
2434 Doc fixes.
2435 (rng-set-schema-file): Fix typo in docstring.
2436
2437 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
2438 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
2439 Fix typos in docstrings.
2440 (rng-message-overlay, rng-conditional-up-to-date-start)
2441 (rng-conditional-up-to-date-end): Doc fixes.
2442 (rng-next-error, rng-previous-error): Reflow docstrings.
2443
2444 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
2445 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
2446 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
2447 (xmltok-merge-attributes): Fix typos in docstrings.
2448 (xmltok-make-attribute, xmltok-forward-special)
2449 (xmltok-get-declared-encoding-position): Reflow docstrings.
2450
2451 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
2452 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
2453 Fix typos in docstrings.
2454
2455 2008-07-02 John Paul Wallington <jpw@pobox.com>
2456
2457 * ibuffer.el (ibuffer-buffer-file-name):
2458 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
2459 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
2460
2461 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
2462
2463 * files.el (backup-extract-version): Handle versioned directories.
2464 (trash-directory): New variable.
2465 (move-file-to-trash): New function.
2466
2467 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
2468
2469 2008-07-02 Magnus Henoch <mange@freemail.hu>
2470
2471 * vc-git.el (vc-git-annotate-command): Use proper option for
2472 specifying revision.
2473
2474 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2475
2476 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
2477 if available.
2478
2479 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
2480
2481 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
2482
2483 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
2484 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
2485
2486 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
2487
2488 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
2489
2490 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
2491 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
2492 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2493 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
2494 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2495 (gdb-stack-list-locals-regexp): Future proof regexps better.
2496
2497 2008-06-30 Juri Linkov <juri@jurta.org>
2498
2499 * faces.el (face-name-history): New variable.
2500 (make-face, make-empty-face): Replace interactive spec "S"
2501 with `read-from-minibuffer' where `read' arg is t and
2502 `hist' arg is `face-name-history'.
2503 (read-face-name): Set `hist' arg of `completing-read-multiple'
2504 to `face-name-history'.
2505 (list-faces-display): Use `read-regexp' instead of `read-string'
2506 to read regexp.
2507
2508 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
2509 to `regexp-history'.
2510 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
2511 make it an obsolete alias to it.
2512 (hi-lock-face-defaults): New variable renamed from
2513 `hi-lock-face-history'.
2514 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2515 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
2516 `read-from-minibuffer'. Doc fix.
2517 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
2518 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
2519 Set `hist' arg of `completing-read' to `face-name-history'.
2520 Put a list of default faces to `default' arg instead of `hist' arg.
2521
2522 * bindings.el (abbrev-map, narrow-map): New variables.
2523 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
2524 Rebind related commands to these new maps.
2525 (ctl-x-r-map): New variable for rectangle, register and bookmark
2526 keys. Move rectangle keybindings to rect.el and register
2527 keybindings to register.el.
2528 (next-buffer, previous-buffer): Remove C-x prefix and move
2529 keybindings to ctl-x-map.
2530
2531 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
2532 to the new map `ctl-x-r-map' in autoload cookies.
2533
2534 * expand.el: Rebind two global `C-x a' keys "n", "p"
2535 to the new map `abbrev-map' in autoload cookies.
2536
2537 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
2538
2539 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
2540
2541 2008-06-30 Miles Bader <miles@gnu.org>
2542
2543 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
2544 after processing an escape sequence.
2545
2546 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
2547
2548 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
2549 from 2008-06-28. It does not work on W32.
2550
2551 2008-06-29 Juri Linkov <juri@jurta.org>
2552
2553 * replace.el (read-regexp): New function.
2554 (keep-lines-read-args, occur-read-primary-args):
2555 Call `read-regexp' instead of code moved to new function.
2556 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
2557 from the end of prompt.
2558 (replace-re-search-function): Doc fix.
2559
2560 2008-06-29 Kenichi Handa <handa@m17n.org>
2561
2562 * descr-text.el (describe-char-display): Always return a string.
2563 (describe-char-padded-string): New function.
2564 (describe-char): Adjusted for the change of
2565 describe-char-display. Use describe-char-padded-string.
2566
2567 2008-06-29 Andreas Schwab <schwab@suse.de>
2568
2569 * vc-dir.el (vc-dir): Make backend argument optional and use
2570 vc-responsible-backend when nil. Interactively pass nil for
2571 backend instead of using the backend of what happens to be
2572 default-directory at the time of the call.
2573
2574 * find-dired.el (find-dired-filter): Preserve point.
2575
2576 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
2577
2578 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
2579 (sasl-find-mechanism, sasl-next-step):
2580 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
2581 (sasl-ntlm-response): Fix typos in docstrings.
2582
2583 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
2584
2585 * international/mule-cmds.el (view-hello-file): Doc fix.
2586
2587 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
2588
2589 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
2590 (set-face-attribute, face-set-after-frame-default)): Don't use it.
2591
2592 2008-06-28 John Paul Wallington <jpw@pobox.com>
2593
2594 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
2595
2596 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
2597
2598 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
2599 (tramp-convert-file-attributes): Convert symlinks only when
2600 returned from `tramp-handle-file-attributes-with-stat'.
2601
2602 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
2603 `substitute-in-file-name' when unloading.
2604 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
2605
2606 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
2607
2608 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
2609 (vc-string-prefix-p): Move function ...
2610 * vc.el (vc-string-prefix-p): ... here.
2611
2612 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2613
2614 * vc-dir.el (vc-dir): Complete only directory names.
2615
2616 2008-06-27 Jason Rumney <jasonr@gnu.org>
2617
2618 * w32-fns.el (top-level): Unconditionally define all charsets.
2619
2620 2008-06-27 Alan Mackenzie <acm@muc.de>
2621
2622 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
2623 the CC Mode specific functions; this is no longer needed, since
2624 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
2625
2626 * progmodes/cc-defs.el (c-emacs-features): New feature
2627 'argumentative-bod-function.
2628
2629 2008-06-27 John Paul Wallington <jpw@pobox.com>
2630
2631 * chistory.el (list-command-history): Use `bound-and-true-p'.
2632 (command-history-map): Define within defvar. Add docstring.
2633
2634 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2635
2636 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
2637 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
2638 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
2639 (image-type-from-buffer): Use `looking-at-p'.
2640
2641 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2642
2643 * ibuf-ext.el (diff-sentinel): Declare.
2644
2645 2008-06-27 Glenn Morris <rgm@gnu.org>
2646
2647 * calendar/lunar.el (calendar-lunar-phases): Rename from
2648 calendar-phases-of-moon. Keep old name as alias, update callers.
2649 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
2650 (diary-lunar-phases): Rename from diary-phases-of-moon.
2651 Keep old name as alias.
2652 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
2653 (cal-menu-global-mouse-menu): Update for lunar name changes.
2654 * calendar/calendar.el (calendar-mode-map): Update for name change.
2655 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
2656
2657 2008-06-26 Glenn Morris <rgm@gnu.org>
2658
2659 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
2660 argument `nolocation'.
2661 (calendar-sunrise-sunset-month): New function.
2662 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
2663 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
2664 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
2665 * calendar/calendar.el (solar-sunrises-buffer): New constant.
2666 (calendar-mode-map): Use cal-menu-sunmoon-menu.
2667 (calendar-buffer-list): Add solar-sunrises-buffer.
2668
2669 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
2670
2671 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
2672
2673 * cus-start.el: Add customization types for word-wrap and
2674 shift-select-mode.
2675
2676 2008-06-26 John Paul Wallington <jpw@pobox.com>
2677
2678 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
2679 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
2680 (ibuffer-mark-on-buffer): Don't display message when removing marks.
2681 (ibuffer-mark-by-mode): Use `buffer-local-value'.
2682
2683 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2684
2685 * vc-dir.el (tool-bar): Require.
2686
2687 * vc.el (ewoc, tool-bar): Do not require.
2688
2689 2008-06-26 Kenichi Handa <handa@m17n.org>
2690
2691 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
2692 characters.
2693
2694 * composite.el (terminal-composition-base-character-p): New function.
2695 (terminal-composition-function):
2696 Use terminal-composition-base-character-p. Include the base character
2697 in the composition.
2698 (auto-compose-chars): Don't check font-object for terminal display.
2699
2700 2008-06-26 Glenn Morris <rgm@gnu.org>
2701
2702 * doc-view.el (bookmark-make-record-default):
2703 * image-mode.el (bookmark-make-record-default): Fix declaration.
2704
2705 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
2706 Add default :value for sexp type.
2707 (calendar-month-edges): New variable.
2708 (calendar-month-edges): New function.
2709 (calendar-recompute-layout-variables): Set calendar-month-edges.
2710 (calendar-intermonth-header, calendar-intermonth-text): New options.
2711 (calendar-insert-at-column): New function.
2712 (calendar-generate-month): Use calendar-insert-at-column.
2713 Handle intermonth text. Add 'date property.
2714 (calendar-column-to-month): Remove function.
2715 (calendar-column-to-segment): New function.
2716 (calendar-cursor-to-date): Use calendar-column-to-segment.
2717 Check 'date property.
2718
2719 * calendar/calendar.el (calendar-print-other-dates):
2720 Handle mouse events.
2721 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
2722 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
2723
2724 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
2725 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
2726 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
2727
2728 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2729 Use calendar-column-to-segment, calendar-month-edges, and
2730 the 'date property to handle intermonth text.
2731
2732 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
2733
2734 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
2735 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
2736 Add doc strings.
2737 (cal-menu-context-mouse-menu): Add some :keys.
2738 (calendar-check-holidays): Declare rather than autoloading.
2739 (diary-show-holidays-flag): Remove unneeded declaration.
2740
2741 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
2742 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
2743 event-start is nil.
2744
2745 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * minibuffer.el (completion-basic-try-completion): Use the text after
2748 point to constrain the completion candidates.
2749 (completion-basic-all-completions): Adjust accordingly.
2750
2751 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
2752
2753 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
2754 courier.
2755
2756 * faces.el (set-face-attribute): Doc fix.
2757
2758 2008-06-25 Juri Linkov <juri@jurta.org>
2759
2760 * bindings.el (goto-map): New variable. Rebind goto-related
2761 commands to this `M-g' prefix keymap.
2762 (search-map): New variable for `M-s' prefix keymap.
2763 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
2764 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
2765 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
2766 `M-shw' to `hi-lock-write-interactive-patterns'.
2767
2768 * isearch.el (isearch-mode-map): Bind `M-s h r' to
2769 `isearch-highlight-regexp'.
2770 (isearch-highlight-regexp): New function.
2771
2772 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2773
2774 * info.el (Info-bookmark-make-record):
2775 Use bookmark-make-record-default.
2776 (Info-bookmark-jump): Use bookmark-default-handler.
2777
2778 * image-mode.el (image-bookmark-make-record):
2779 Use bookmark-make-record-default.
2780 (image-bookmark-jump): Use bookmark-default-handler.
2781
2782 * doc-view.el (doc-view-bookmark-make-record):
2783 Use bookmark-make-record-default.
2784 (doc-view-bookmark-jump): Use bookmark-default-handler.
2785
2786 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
2787 used until now in bookmark.el's code.
2788 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
2789 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
2790 used until now in bookmark.el's code.
2791 (bookmark-set-filename): Remove special code, moved to its only caller.
2792 (bookmark-store): Use the newer format.
2793 (bookmark-make-record-default): Add arg `point-only'.
2794 Rename from bookmark-make-record-for-text-file.
2795 (bookmark--jump-via): New function.
2796 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
2797 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
2798 Use it.
2799 (bookmark-jump-noselect, bookmark-default-handler):
2800 Don't return an alist, instead return the data implicitly by changing
2801 current buffer and point. Signal an error if the file doesn't exist.
2802
2803 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
2804 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
2805
2806 * bs.el: Use with-current-buffer. Simplify.
2807 (bs-toggle-readonly): Avoid vc-toggle-read-only.
2808
2809 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
2810 is bound before using it.
2811
2812 2008-06-25 Kenichi Handa <handa@m17n.org>
2813
2814 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
2815
2816 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
2817
2818 * vc-hg.el:
2819 * vc-git.el: Require vc-dir when compiling.
2820
2821 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
2822 vc-dir-marked-only-files. Change the return value.
2823 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
2824 Change the return value.
2825 (vc-dir-deduce-fileset): New function broken out from ...
2826 * vc.el (vc-deduce-fileset): ... here and ...
2827 (vc-deduce-fileset): ... here.
2828
2829 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
2830 (vc-svn-parse-status): Do not set the vc-backend property.
2831
2832 2008-06-25 Andreas Schwab <schwab@suse.de>
2833
2834 * faces.el (face-font-family-alternatives, variable-pitch):
2835 Use "Sans Serif", not "Sans-Serif".
2836
2837 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
2838
2839 * faces.el (face-font-family-alternatives, variable-pitch):
2840 Change "Sans" to the canonical name "Sans-Serif".
2841
2842 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
2843
2844 * calc/calc.el (calc-mode-map): Add extra keybindings to
2845 `calc-missing-key'.
2846 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
2847 `kill-ring-save'.
2848
2849 2008-06-24 Miles Bader <miles@gnu.org>
2850
2851 * mouse.el (mouse-appearance-menu): Don't do anything if the user
2852 pops up the menu but doesn't select anything.
2853
2854 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
2855
2856 * add-log.el (add-change-log-entry): Add new arg to force each new
2857 entry to be on a new line.
2858 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
2859
2860 * vc-dir.el (vc-client-object): Remove.
2861 (vc-dir-prepare-status-buffer): Take a backend as an argument and
2862 use it when looking for a buffer.
2863 (vc-dir): Add a backend argument. Set revert-buffer-function.
2864 Don't create a client object. Move bindings ...
2865 (vc-dir-menu-map, vc-dir-mode-map): ... here.
2866 (vc-dir-revert-buffer-function): New function.
2867 (vc-generic-status-printer): Rename to ...
2868 (vc-dir-status-printer): ... this.
2869 (vc-generic-state, vc-generic-status-fileinfo-extra)
2870 (vc-dir-extra-menu, vc-make-backend-object): Remove.
2871 (vc-default-status-printer): Use a different face for
2872 directories. Don't display any text for directories in the state
2873 column. Add tooltips.
2874
2875 * vc.el (Todo): Update.
2876
2877 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
2878 * vc-rcs.el (vc-annotate-convert-time):
2879 * vc-mtn.el (vc-annotate-convert-time):
2880 * vc-git.el (vc-annotate-convert-time):
2881 * vc-cvs.el (vc-annotate-convert-time):
2882 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
2883
2884 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2885
2886 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
2887 instead of using view-mode.
2888
2889 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2890
2891 * Makefile.in (distclean): Don't delete *.elc and autogen files.
2892
2893 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2894
2895 * vc.el:
2896 * vc-hooks.el:
2897 * vc-dispatcher.el: Move vc-dir variables and functions ...
2898 * vc-dir.el: ... here. New file.
2899 * Makefile.in (ELCFILES): Add vc-dir.elc.
2900
2901 * vc.el: Move vc-annotate variables and functions ...
2902 * vc-annotate.el: ... here. New file.
2903 * Makefile.in (ELCFILES): Add vc-annotate.elc.
2904
2905 * vc-dav.el: Move here from url/vc-dav.el.
2906 (Todo): Note work needed to make this backend functional.
2907
2908 * Makefile.in (ELCFILES): Update vc-dav.el location.
2909
2910 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2911
2912 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2913
2914 2008-06-21 John Paul Wallington <jpw@pobox.com>
2915
2916 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
2917
2918 * textmodes/rst.el (rst-mode): Put docstring in right place.
2919
2920 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
2921
2922 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
2923 size for legibility.
2924
2925 * faces.el (fixed-pitch): Use "Monospace" family.
2926 (variable-pitch): Use "Sans" family.
2927 (face-font-family-alternatives): Define alternatives for "Sans"
2928 and "Monospace".
2929
2930 2008-06-21 Glenn Morris <rgm@gnu.org>
2931
2932 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
2933 Require 'cl when compiling.
2934
2935 * emacs-lisp/debug.el (help-xref-interned): Declare.
2936
2937 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
2938 Evaluate definition when compiling.
2939
2940 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
2941 rather than mouse-1.
2942 (bug-reference-url-format): Autoload safe if string.
2943 (bug-reference-bug-regexp): Make space after "bug" optional.
2944
2945 * Makefile.in (all): Explicitly pass EMACS to sub-make,
2946 for some non-GNU makes.
2947
2948 * cus-dep.el (custom-dependencies-no-scan-regexp):
2949 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
2950
2951 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
2952 increments.
2953
2954 * calendar/calendar.el: Factor out the magic numbers controlling the
2955 calendar layout.
2956 (calendar-month-digit-width, calendar-month-width)
2957 (calendar-right-margin): New variables.
2958 (calendar-recompute-layout-variables, calendar-set-layout-variable):
2959 New functions.
2960 (calendar-left-margin, calendar-intermonth-spacing)
2961 (calendar-column-width, calendar-day-header-width)
2962 (calendar-day-digit-width): New options.
2963 (calendar-first-date-row): New constant.
2964 (calendar-move-to-column, calendar-ensure-newline): New functions,
2965 replacing calendar-insert-indented.
2966 (calendar-insert-indented): Remove function.
2967 (calendar-generate-month): Use calendar-move-to-column and
2968 calendar-ensure-newline. Use layout variables.
2969 (calendar-generate, calendar-update-mode-line)
2970 (calendar-font-lock-keywords): Use layout variables.
2971 (calendar-column-to-month): New function.
2972 (calendar-cursor-to-date): Use calendar-column-to-month.
2973 Use layout variables.
2974 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2975 Use layout variables. Use calendar-column-to-month.
2976 (calendar-cursor-to-visible-date): Use layout variables.
2977
2978 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2979
2980 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
2981 (all): Run compile-last.
2982 (compile-onefile): New target.
2983 (compile-first): Simplify.
2984 (compile-last): Don't treat COMPILE_FIRST specially.
2985 (COMPILE_FIRST): List the elc files rather than the el files.
2986 (ELCFILES): Update.
2987
2988 2008-06-21 Ulf Jasper <ulf@web.de>
2989
2990 * net/newst-treeview.el: Remove dead code.
2991 (newsticker--window-config): Remove.
2992 (newsticker-treeview-quit): Do not save window config.
2993 (newsticker-treeview): Do not try to restore window config.
2994 (newsticker-groups, newsticker--treeview-list-sort-by-column)
2995 (newsticker--treeview-list-new-items)
2996 (newsticker--treeview-list-immortal-items)
2997 (newsticker--treeview-list-obsolete-items)
2998 (newsticker--treeview-list-all-items)
2999 (newsticker--treeview-list-feed-items): Fix documentation.
3000
3001 2008-06-21 Miles Bader <miles@gnu.org>
3002
3003 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
3004
3005 2008-06-21 Alan Mackenzie <acm@muc.de>
3006
3007 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
3008 infinite loop on invalid syntax.
3009
3010 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3011
3012 * textmodes/rst.el: Run rst-define-level-faces when loading.
3013 (rst-mode): Don't set the font-lock-multiline var.
3014 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
3015 Set the font-lock-multiline property by hand.
3016
3017 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
3018
3019 * Makefile.in (emacs-deps): Remove.
3020 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
3021 (all): Use them.
3022 (autogen-clean): Remove.
3023
3024 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3025
3026 * Makefile.in (all): New target.
3027 (bootstrap-prepare): Remove.
3028
3029 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
3030 the .elc file to batch-byte-compile.
3031
3032 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
3033 set-keymap-parents if set-keymap-parent doesn't exist.
3034
3035 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
3036 Allow more than one space before the |.
3037
3038 * textmodes/rst.el: Fix up docstring conventions.
3039 Move vars to before their first use.
3040 (rst-mode): Don't mess with font-lock-support-mode.
3041 (rst-suggest-new-decoration, rst-adjust-decoration):
3042 Avoid CL's copy-list.
3043 (rst-delete-entire-line): Use line-beginning-position.
3044 (rst-position): New fun.
3045 (rst-straighten-decorations): Use it instead of CL's position.
3046 (rst-straighten-bullets-region): Avoid CL's mapcar*.
3047 (rst-toc-mode): Use define-derived-mode.
3048 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
3049 Remove unused var `in-par'. Use `point' rather than `point-marker'.
3050 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
3051 (rst-replace-lines): Simplify.
3052 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
3053
3054 * simple.el (special-mode-map): New var.
3055 (special-mode): New major mode.
3056
3057 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
3058
3059 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
3060 log-view-file-re.
3061
3062 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
3063 (vc-switch-backend): Simplify.
3064 (Todo): Remove solved items.
3065
3066 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
3067 the vc-backend property.
3068
3069 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3070
3071 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
3072 Bind inhibit-read-only since the buffer is always read-only.
3073
3074 2008-06-20 Ulf Jasper <ulf@web.de>
3075
3076 * net/newst-treeview.el (newsticker-treeview-own-frame):
3077 Change default value to nil.
3078 (newsticker--treeview-list-add-item)
3079 (newsticker--treeview-propertize-tag): Show item title in tooltip.
3080
3081 2008-06-20 Martin Blais <blais@furius.ca>
3082 Stefan Merten <smerten@oekonux.de>
3083 David Goodger <goodger@python.org>
3084
3085 * textmodes/rst.el: New file.
3086
3087 2008-06-20 Sam Steingold <sds@gnu.org>
3088
3089 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
3090 remove DIRECTORY entries.
3091
3092 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3093
3094 * makefile.w32-in (distclean): Depend on `clean'.
3095 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
3096 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
3097 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
3098 empty cus-load.el with `echo', and include "Local Variables"
3099 section to prevent the empty file from being compiled.
3100 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
3101 that generate an empty cus-load.el.
3102
3103 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
3104
3105 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3106 Don't copy ldefs-boot.el over loaddefs.el.
3107 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
3108 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
3109 to loaddefs.el; they are not needed now. Add coding cookie.
3110
3111 2008-06-20 Miles Bader <miles@gnu.org>
3112
3113 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3114 Strip unnecessary list levels from SPECS.
3115 (buffer-face-set, buffer-face-toggle):
3116 Change argument from FACE to &rest SPECS, and strip unnecessary
3117 list levels from SPECS.
3118 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
3119
3120 2008-06-20 Jason Rumney <jasonr@gnu.org>
3121
3122 * international/fontset.el (setup-default-fontset): Specify script
3123 for latin use of iso10646-1. Fix use of lang tags.
3124
3125 2008-06-19 Miles Bader <miles@gnu.org>
3126
3127 * face-remap.el (text-scale-increase): Start from zero if
3128 text-scale-mode isn't enabled.
3129
3130 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3131
3132 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
3133 frame parameters after setting up the `default' face.
3134
3135 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3136
3137 * faces.el (face-set-after-frame-default): Don't exclude `default'.
3138
3139 2008-06-18 Glenn Morris <rgm@gnu.org>
3140
3141 * mouse.el (buffer-face-mode-invoke): Declare.
3142
3143 * Makefile.in (ELCFILES): Add org/org-id.elc.
3144
3145 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
3146 * calendar/cal-menu.el (cal-menu-holidays-menu):
3147 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
3148 (cal-menu-today-holidays): Remove function.
3149
3150 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
3151 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3152 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
3153 Remove unused functions.
3154 (calendar-mouse-view-diary-entries): Use format rather than concat.
3155
3156 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
3157 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3158 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
3159
3160 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
3161 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3162 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
3163 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
3164 cal-menu-event-to-date.
3165
3166 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
3167 Handle mouse events.
3168 * calendar/cal-tex.el (cal-tex-cursor-year)
3169 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3170 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3171 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3172 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
3173 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3174 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
3175 (cal-tex-cursor-month): Mark N as optional.
3176 * calendar/cal-menu.el (calendar-mouse-tex-day)
3177 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
3178 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
3179 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
3180 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
3181 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
3182 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
3183 Remove functions.
3184 (cal-menu-context-mouse-menu): Replace the above functions with the
3185 cal-tex versions. Add HTML submenu.
3186
3187 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3188
3189 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
3190 text command mode.
3191 (gdb): Explain that gud-gdb is needed for text command mode.
3192
3193 2008-06-17 Martin Rudalics <rudalics@gmx.at>
3194
3195 * window.el (split-height-threshold): Remove spurious extra line.
3196
3197 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3198
3199 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
3200 (calendar-set-mark):
3201 * calendar/diary-lib.el (diary-insert-entry):
3202 * calendar/solar.el (calendar-sunrise-sunset): Use it.
3203 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
3204 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
3205 (cal-menu-context-mouse-menu): Use calendar-set-mark,
3206 diary-insert-entry, and calendar-sunrise-sunset instead.
3207
3208 * vc.el (vc-deduce-fileset): Add arg `only-files'.
3209 (vc-next-action): Pass the new arg.
3210 (vc-register): Don't use `only-files'.
3211 Don't set `backup-inhibited' in the current buffer.
3212
3213 2008-06-17 Miles Bader <miles@gnu.org>
3214
3215 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
3216
3217 * face-remap.el (buffer-face-mode-face)
3218 (buffer-face-mode-remapping): New variables.
3219 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
3220 (buffer-face-mode-invoke): New functions.
3221 (variable-pitch-mode-remapping): Variable removed.
3222 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
3223
3224 * face-remap.el (internal-lisp-face-attributes): New variable.
3225 (face-attrs-more-relative-p, face-remap-order): New functions.
3226 (face-remap-add-relative): Use `face-remap-order'.
3227
3228 2008-06-17 Glenn Morris <rgm@gnu.org>
3229
3230 * mouse.el (x-select-font): Declare.
3231
3232 * calendar/calendar.el (calendar-move-hook):
3233 Add calendar-update-mode-line as an option.
3234 (calendar-date-echo-text): New user option.
3235 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
3236 (calendar-insert-indented): Simplify newline insertion.
3237 (calendar-describe-mode): Remove unused function.
3238 (calendar-mode-line-entry): New function.
3239 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
3240 Mark as risky.
3241 (calendar-mouse-other-month): Remove function.
3242 (calendar-other-month): Handle mouse events.
3243 (calendar-goto-info-node): Call fit-window-to-buffer.
3244 (calendar-mode): Use define-derived-mode. Doc fix.
3245 (calendar-update-mode-line): Tweak whitespace.
3246
3247 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3248
3249 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
3250 (vc-dir-marked-only-files): vc-string-prefix-p.
3251
3252 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
3253
3254 * progmodes/gdb-ui.el (gdb-memory-set-address)
3255 (gdb-memory-set-repeat-count): Allow keyboard bindings.
3256 (gdb-memory-mode-map): Bind above functions respectively
3257 to 'S' and 'N'.
3258
3259 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
3260
3261 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
3262
3263 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * log-view.el (vc-diff-internal): Declare for compiler.
3266
3267 * vc-bzr.el (log-view-per-file-logs):
3268 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
3269
3270 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
3271
3272 * mouse.el (mouse-appearance-menu-map): New var.
3273 (mouse-appearance-menu): New function.
3274 Bind it to S-down-mouse-1.
3275
3276 2008-06-15 Juri Linkov <juri@jurta.org>
3277
3278 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
3279 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
3280 as the second element.
3281 (Info-build-toc): Add PARENT element extracted from the Up pointer.
3282 Don't print progress messages.
3283 (Info-toc-nodes): New variable and function.
3284 (Info-index-nodes): Optimize non-string file name case.
3285 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
3286 (Info-insert-breadcrumbs): Use the cached document structure instead
3287 of visiting all ancestor nodes. Remove the initial `>'.
3288
3289 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3290
3291 * log-view.el (log-view-diff-changeset): New function.
3292 (log-view-mode-map, log-view-mode-menu): Bind it.
3293 (log-view-per-file-logs, log-view-vc-fileset)
3294 (log-view-vc-backend): New variables.
3295 (log-view-find-revision, log-view-modify-change-comment)
3296 (log-view-annotate-version): Throw an error if the log is for more
3297 than one file and we can't find the current file. Get the current
3298 file from log-view-vc-fileset if necessary.
3299 (log-view-diff): Get the current file from log-view-vc-fileset if
3300 necessary.
3301
3302 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
3303
3304 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
3305 (vc-hg-log-view-mode): Declare for compiler.
3306 (vc-hg-log-view-mode): Set log-view-per-file-logs and
3307 log-view-file-re.
3308 (vc-hg-diff): If no file is passed, use default-directory for cwd.
3309
3310 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
3311
3312 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
3313
3314 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
3315
3316 * net/tramp.el (tramp-handle-start-file-process):
3317 Clear modification time of the connection buffer.
3318 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
3319 (tramp-open-connection-setup-interactive-shell): Flush cache, and
3320 restart `tramp-maybe-open-connection' when the remote system has
3321 been changed. Throw 'uname-changed event.
3322 (tramp-maybe-open-connection): Catch it.
3323
3324 * net/tramp-cmds.el (tramp-cleanup-all-connections):
3325 Reset `tramp-locked'.
3326
3327 2008-06-15 Ulf Jasper <ulf@web.de>
3328
3329 * net/newst-treeview.el (newsticker--treeview-list-update)
3330 (newsticker--treeview-item-update)
3331 (newsticker--treeview-tree-update)
3332 (newsticker-treeview-jump, newsticker-group-add-group)
3333 (newsticker-group-move-feed, newsticker-group-delete-group):
3334 Remove window dedication.
3335 (newsticker--group-manage-orphan-feeds): Handle ill-valued
3336 newsticker-groups.
3337 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
3338
3339 2008-06-15 Andreas Schwab <schwab@suse.de>
3340
3341 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
3342 when parsing CVS/Repository.
3343
3344 * wdired.el (wdired-search-and-rename): Fix undocumented change.
3345
3346 2008-06-15 Ulf Jasper <ulf@web.de>
3347
3348 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
3349 (newsticker-extra-face, newsticker-enclosure-face): Moved to
3350 net/newst-reader.el.
3351
3352 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
3353 (newsticker-extra-face, newsticker-enclosure-face): Moved from
3354 net/newst-reader.el.
3355
3356 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3357
3358 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
3359 Catch and recover from case when the bytes we thought we were reading
3360 turn out to be something else entirely, such as latin-1 chars from
3361 quail. See bug#396.
3362
3363 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3364
3365 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
3366 (vc-register): Call the backend function only once, instead of
3367 once for each file.
3368 (vc-next-action): Update call to vc-register.
3369 (vc-dir-register): Remove function.
3370 (vc-dir): Bind vc-register instead of vc-dir-register.
3371
3372 2008-06-14 Glenn Morris <rgm@gnu.org>
3373
3374 * Makefile.in (ELCFILES): Add net/newst-*.el.
3375
3376 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3377
3378 * wdired.el (wdired-do-renames): New function.
3379 (wdired-finish-edit): Use it to.
3380 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
3381
3382 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3383
3384 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
3385
3386 2008-06-14 Martin Rudalics <rudalics@gmx.at>
3387
3388 * window.el (window--even-window-heights): Even window heights
3389 only if the selected window is higher than WINDOW.
3390 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3391
3392 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3393
3394 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
3395
3396 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3397
3398 * term/linux.el (terminal-init-linux): Load t-mouse.
3399
3400 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3401 Drew Adams <drew.adams@oracle.com>
3402
3403 * info.el (Info-breadcrumbs-depth): New var.
3404 (Info-insert-breadcrumbs): New function.
3405 (Info-fontify-node): Use it.
3406 (Info-mode-map): Move initialization into declaration.
3407
3408 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
3409
3410 Rename net/newsticker-*.el to net/newst-*.el.
3411 * net/newst-backend.el: Rename from net/newsticker-backend.el.
3412 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
3413 * net/newst-reader.el: Rename from net/newsticker-reader.el.
3414 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
3415 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
3416 * net/newsticker-backend.el: Rename to net/newst-backend.el.
3417 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
3418 * net/newsticker-reader.el: Rename to net/newst-reader.el.
3419 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
3420 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
3421
3422 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3423
3424 * progmodes/compile.el (compilation-start): Don't disable undo in
3425 comint buffer. Don't override the comint-filter with our own.
3426 (compilation-filter): Change point's insertion-type.
3427
3428 * comint.el (comint-output-filter): Use copy-marker.
3429
3430 2008-06-13 David Reitter <david.reitter@gmail.com>
3431
3432 * textmodes/flyspell.el (mail-mode-flyspell-verify):
3433 Check message-signature-separator exists before using it.
3434
3435 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
3436
3437 * vc.el (vc-delete-file): Bind default-directory before calling
3438 the backend.
3439 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
3440 (vc-annotate-show-diff-revision-at-line-internal): ... here.
3441 New function.
3442 (vc-annotate-show-changeset-diff-revision-at-line): New function.
3443 (vc-annotate-mode-menu): Bind it.
3444
3445 2008-06-13 Jason Rumney <jasonr@gnu.org>
3446
3447 * term/w32-win.el (mouse-set-font): Remove overridden function.
3448 (w32-select-font): Declare as obsolete alias for x-select-font.
3449
3450 2008-06-13 Daniel Engeler <engeler@gmail.com>
3451
3452 These changes add serial port access.
3453 * term.el (term-update-mode-line): Modify.
3454 (serial-port-is-file-p, serial-nice-speed-history)
3455 (serial-no-speed, serial-mode-line-speed-menu)
3456 (serial-mode-line-config-menu): New variables and constants.
3457 (serial-name-history, serial-speed-history)
3458 (serial-supported-or-barf, serial-read-name, serial-read-speed)
3459 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
3460 (serial-mode-line-speed-menu, serial-update-speed-menu)
3461 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
3462 (serial-update-config-menu): New functions.
3463
3464 2008-06-13 Glenn Morris <rgm@gnu.org>
3465
3466 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
3467
3468 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
3469
3470 2008-06-13 Kenichi Handa <handa@m17n.org>
3471
3472 * cus-face.el (custom-face-attributes): Add :foundry.
3473
3474 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
3475 (face-x-resources): Add :foundry.
3476 (face-valid-attribute-values): Likewise.
3477 (face-attribute-name-alist): Likewise.
3478 (describe-face): Likewise.
3479
3480 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3481
3482 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
3483
3484 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3485
3486 * longlines.el (longlines-search-forward, longlines-search-backward)
3487 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
3488
3489 2008-06-12 Sam Steingold <sds@gnu.org>
3490
3491 * vc.el (vc-rename-file): DTRT when the destination is a directory
3492 name and the source is a file.
3493
3494 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3495
3496 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
3497
3498 2008-06-12 Glenn Morris <rgm@gnu.org>
3499
3500 * progmodes/f90.el (f90-beginning-of-subprogram)
3501 (f90-end-of-subprogram): Only give a message when interactive.
3502
3503 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
3504
3505 * progmodes/cperl-mode.el (cperl-info-on-command):
3506 Use display-pixel-height rather than x-display-pixel-height.
3507
3508 * mail/rmailedit.el (rmail-cease-edit):
3509 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
3510
3511 * emulation/edt.el (edt-xserver):
3512 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
3513
3514 * emulation/edt-mapper.el: Drop test for Emacs < 19.
3515
3516 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
3517 Evaluate definitions when compiling. Reverse tests.
3518
3519 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
3520 use unless.
3521
3522 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
3523
3524 * textmodes/artist.el (x-pointer-shape):
3525 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
3526 (x-open-connection, x-server-max-request-size, x-get-resource):
3527 * term/w32console.el (x-setup-function-keys):
3528 * term/w32-win.el (x-parse-geometry, x-resource-name)
3529 (generate-fontset-menu, image-library-alist, x-open-connection)
3530 (setup-default-fontset, set-fontset-font, setup-default-fontset)
3531 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
3532 (x-get-resource):
3533 * term/mac-win.el (x-parse-geometry, x-resource-name)
3534 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
3535 (new-fontset, x-display-list, x-open-connection, x-get-resource):
3536 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
3537 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
3538 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
3539 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
3540 (tooltip-identifier-from-point, define-fringe-bitmap):
3541 * play/gamegrid.el (image-size):
3542 * play/bubbles.el (image-size):
3543 * mail/emacsbug.el (x-server-vendor, x-server-version):
3544 * international/mule-util.el (internal-char-font):
3545 * international/mule-diag.el (font-info, query-fontset, fontset-info)
3546 (fontset-alias-alist, fontset-list, fontset-plain-name):
3547 * international/mule-cmds.el (x-server-vendor, x-server-version):
3548 * international/fontset.el (font-encoding-charset-alist)
3549 (otf-script-alist, new-fontset, set-fontset-font)
3550 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
3551 (fontset-list, query-fontset, x-get-resource):
3552 * emulation/edt.el (x-server-vendor):
3553 * emulation/edt-mapper.el (x-server-vendor):
3554 * emacs-lisp/map-ynp.el (x-popup-dialog):
3555 * emacs-lisp/lmenu.el (x-popup-dialog):
3556 * x-dnd.el (x-window-property, x-change-window-property)
3557 (x-get-selection-internal):
3558 * woman.el (x-list-fonts):
3559 * w32-fns.el (x-server-version):
3560 * tooltip.el (x-show-tip, x-hide-tip):
3561 * tool-bar.el (image-mask-p):
3562 * thumbs.el (image-size):
3563 * term.el (overflow-newline-into-fringe):
3564 * subr.el (scroll-bar-scale):
3565 * startup.el (x-get-resource, tool-bar-mode, image-size):
3566 * select.el (x-get-selection-internal, x-own-selection-internal)
3567 (x-disown-selection-internal):
3568 * mouse.el (generate-fontset-menu):
3569 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
3570 * image.el (image-library-alist):
3571 * image-mode.el (image-size, image-refresh):
3572 * image-dired.el (clear-image-cache):
3573 * gs.el (x-display-mm-width, x-display-pixel-width)
3574 (x-display-mm-height, x-display-pixel-height)
3575 (x-change-window-property, x-display-grayscale-p, x-window-property):
3576 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
3577 (x-focus-frame, x-list-fonts, x-display-screens)
3578 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
3579 (x-display-mm-width, x-display-backing-store, x-display-save-under)
3580 (x-display-planes, x-display-color-cells, x-display-visual-class):
3581 * faces.el (internal-face-x-get-resource)
3582 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
3583 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
3584 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
3585 (x-parse-geometry, x-create-frame, x-setup-function-keys)
3586 (tool-bar-setup):
3587 * doc-view.el (clear-image-cache, image-size, tooltip-show):
3588 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
3589 * dframe.el (x-display-pixel-width, x-display-pixel-height):
3590 * descr-text.el (internal-char-font):
3591 Define for compiler, for builds without X.
3592
3593 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3594
3595 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
3596
3597 2008-06-11 Glenn Morris <rgm@gnu.org>
3598
3599 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
3600 before trying to move there.
3601 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
3602 is non-nil, indent most terminating statements like loop body.
3603
3604 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
3605 Gregorian date, and add it, not the local date, to diary-entries-list.
3606 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
3607
3608 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3609
3610 * progmodes/compile.el (compilation-filter): Fix up last change.
3611
3612 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
3613
3614 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
3615 (gpm-mouse-mode): Make it into a proper global minor mode.
3616
3617 * files.el (save-some-buffers-action-alist): Only use recursive-edit
3618 if the user enabled recursive-minibuffers.
3619
3620 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3621 Add support for scroll-other-window.
3622
3623 2008-06-11 Jason Rumney <jasonr@gnu.org>
3624
3625 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
3626 Use tmm-menubar if menu is disabled in this frame.
3627
3628 * menu-bar.el (menu-bar-open): Determine how to open menu bar
3629 from frame type, per documentation. Add w32 case.
3630
3631 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3632
3633 * minibuffer.el (completion--merge-suffix): New function.
3634 (completion-basic-try-completion): Use it.
3635 (completion-pcm--find-all-completions): Add argument `filter'.
3636 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
3637 New functions.
3638 (completion-pcm-try-completion): Use them.
3639
3640 * xt-mouse.el (turn-on-xterm-mouse-tracking)
3641 (turn-off-xterm-mouse-tracking): Use terminal-list.
3642
3643 * cus-start.el (underline-minimum-offset): Rename from
3644 x-underline-minimum-display-offset.
3645
3646 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
3647
3648 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
3649
3650 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * mouse.el (mouse-select-font): New function.
3653
3654 * faces.el (face-spec-recalc): When the face is set using
3655 Customize, avoid recalculating it twice.
3656
3657 * menu-bar.el (menu-set-font): New function. Bind "Set Default
3658 Font" menu item to it. Apply selected font to all frames, and
3659 make it savable.
3660 (menu-bar-options-save): Save `default' font if changed.
3661
3662 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3663
3664 * ffap.el (ffap-string-at-point-mode-alist):
3665 Use alpha rather than lower.
3666
3667 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
3668
3669 * subr.el (momentary-string-display): Use an overlay.
3670
3671 * progmodes/compile.el (compilation-mode):
3672 Set window-point-insertion-type.
3673 (compilation-filter): Don't use insert-before-markers any more.
3674 * emacs-lisp/trace.el (trace-make-advice):
3675 Set window-point-insertion-type in the trace buffer.
3676 * startup.el (normal-top-level): Set window-point-insertion-type in
3677 *Messages*.
3678 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
3679 (telnet-filter): Don't use insert-before-markers any more.
3680 * comint.el (comint-mode): Set window-point-insertion-type.
3681 (comint-output-filter): Don't use insert-before-markers any more.
3682 * button.el (make-text-button): Allow `start' to be a string.
3683
3684 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
3685
3686 * emacs-lisp/autoload.el (autoload-rubric):
3687 Fix coding cookie not to force Unix EOL.
3688
3689 2008-06-10 Martin Rudalics <rudalics@gmx.at>
3690
3691 * window.el (window--splittable-p, window--try-to-split-window):
3692 Don't use with-selected-window to avoid messing up get-lru-window.
3693 Reported by David Hansen <david.hansen@gmx.net>.
3694
3695 2008-06-10 Glenn Morris <rgm@gnu.org>
3696
3697 * subr.el (locate-library): Doc fix.
3698
3699 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
3700 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
3701 Check tool-bar-map is bound, for non-X builds.
3702
3703 * net/newsticker-reader.el (newsticker--next-item-image)
3704 (newsticker--previous-item-image, newsticker--previous-feed-image)
3705 (newsticker--next-feed-image, newsticker--mark-read-image)
3706 (ewsticker--mark-immortal-image, newsticker--narrow-image)
3707 (newsticker--get-all-image, newsticker--update-image)
3708 (newsticker--browse-image): Check xpm images are available.
3709 (newsticker--mark-read-image, newsticker--mark-immortal-image)
3710 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
3711
3712 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
3713 (newsticker--plainview-tool-bar-map, newsticker-mode):
3714 Check tool-bar-map is bound, for non-X builds.
3715 (w3m-toggle-inline-image): Declare.
3716
3717 * net/newsticker-backend.el (tool-bar-map): Don't declare.
3718
3719 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
3720
3721 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
3722 (finder-compile-keywords): Move let to where needed.
3723 (finder-mouse-face-on-line): Go back one more line if needed.
3724 (finder-list-matches): Use cadr.
3725 (finder-goto-xref): New function.
3726 (finder-commentary): Add buttons to jump to foo.el libraries.
3727
3728 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * apropos.el (apropos-function, apropos-macro, apropos-command)
3731 (apropos-variable, apropos-face, apropos-group, apropos-widget)
3732 (apropos-plist): Add apropos-short-label property.
3733 (apropos-multi-type): New variables.
3734 (apropos-command, apropos-value): Set it.
3735 (apropos-compact-layout): New custom.
3736 (apropos-print, apropos-print-doc): Use it.
3737 (apropos-print): Truncate lines.
3738
3739 2008-06-09 Kenichi Handa <handa@m17n.org>
3740
3741 * international/fontset.el (font-encoding-alist):
3742 Add an entry for "ascii-0".
3743
3744 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
3745
3746 * language/hanja-util.el (hanja-init-load): Show the message only
3747 when loading a table.
3748
3749 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
3750
3751 * net/newsticker-treeview.el (newsticker-treeview):
3752 * net/newsticker-plainview.el (newsticker-plainview):
3753 Add autoload cookie.
3754
3755 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
3756
3757 * net/newsticker.el: Split up into newsticker-backend, -ticker,
3758 -reader, -plainview, and -treeview.
3759 (newsticker-version): Change to 1.99.
3760
3761 * net/newsticker-backend.el: New. Move backend functionality from
3762 newsticker.el to newsticker-backend.el.
3763 (newsticker--download-logos): New.
3764 (newsticker--sentinel-callback): New.
3765 (newsticker--set-customvar): Remove. Split up into specific
3766 functions related to retrieval, ticker, buffer, and display.
3767 (newsticker--set-customvar-retrieval): New. Extracted from
3768 `newsticker--set-customvar'.
3769 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
3770 (newsticker-url-list-defaults):
3771 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3772 (newsticker-url-list): Doc changed. URL can be a function.
3773 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3774 (newsticker-retrieval-method): New.
3775 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
3776 (newsticker-retrieval-interval):
3777 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3778 (newsticker-desc-comp-max): Change :group.
3779 (newsticker--cache): Doc changed.
3780 (newsticker--guid-to-string): New.
3781 (newsticker--guid): Use `newsticker--guid-to-string'.
3782 (newsticker--real-feed-name): New.
3783 (newsticker--start-feed): New. Extracted from `newsticker-start'.
3784 (newsticker-start): Use `insert-file-contents' for reading cache.
3785 Use `newsticker--start-feed'.
3786 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
3787 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
3788 Use `newsticker--stop-feed'.
3789 (newsticker-save-item): New.
3790 (newsticker--get-news-by-funcall): New.
3791 (newsticker-get-news): Handle new retrieval methods.
3792 (newsticker--sentinel): Use `newsticker--sentinel-work'.
3793 (newsticker--sentinel-work): New. Extracted from
3794 `newsticker--sentinel'. Use `newsticker--download-logos',
3795 `newsticker--sentinel-callback'.
3796 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
3797 (newsticker--parse-atom-1.0): Fix link determination.
3798 (newsticker--parse-rss-0.91): Fix time determination.
3799 (newsticker--parse-rss-0.92): Fix time determination.
3800 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
3801 (newsticker--parse-generic-feed): New arg order in
3802 `newsticker--cache-add'.
3803 (newsticker--parse-generic-items): Fix for multiple items.
3804 New arg order in `newsticker--cache-add'.
3805 (newsticker--forget-preformatted): Check whether
3806 `newsticker--buffer-set-uptodate' is fbound.
3807 (newsticker--decode-iso8601-date): Handle fractions of seconds.
3808 (newsticker--decode-rfc822-date): Partial timezone handling.
3809 (newsticker--cache-contains): Fix guid problem.
3810 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
3811 (newsticker--cache-save): New.
3812 (newsticker--cache-update): Use temp buffer.
3813 (newsticker--stat-num-items): Allow multiple AGE args.
3814 (newsticker--stat-num-items-total): New.
3815 (newsticker--opml-import-outlines): New.
3816 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
3817 (newsticker--do-run-auto-mark-filter): Doc changed.
3818 (newsticker-retrieve-random-message): New.
3819
3820 * net/newsticker-ticker.el: New. Move ticker functionality from
3821 net/newsticker.el to net/newsticker-ticker.el.
3822 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
3823 `newsticker--ticker-timer'.
3824 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
3825 to `newsticker--ticker-timer'.
3826 (newsticker--set-customvar-ticker): New. Extracted from
3827 `newsticker--set-customvar'.
3828 (newsticker-ticker-interval): Rename `newsticker-display-interval'
3829 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
3830 for :set. Change :group.
3831 (newsticker-scroll-smoothly): Doc changed. Change :group.
3832 (newsticker-hide-immortal-items-in-echo-area)
3833 (newsticker-hide-old-items-in-echo-area)
3834 (newsticker-hide-obsolete-items-in-echo-area):
3835 Use `newsticker--set-customvar-ticker for :set. Change :group.
3836 (newsticker-start-ticker): Rename `newsticker--display-timer' to
3837 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
3838 to `newsticker-ticker-interval'.
3839 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
3840 `newsticker--ticker-timer'.
3841
3842 * net/newsticker-reader.el: New. Move reader functionality from
3843 net/newsticker.el to net/newsticker-reader.el.
3844 (newsticker--set-customvar-formatting): New. Extracted from
3845 `newsticker--set-customvar'.
3846 (newsticker-reader, newsticker-frontend): New.
3847 (newsticker-enable-logo-manipulations): Change :group.
3848 (newsticker-justification): Use `newsticker--set-customvar-formatting'
3849 for :set. Change :group.
3850 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
3851 for :set. Change :group.
3852 (newsticker-html-renderer): Doc changed.
3853 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3854 (newsticker-date-format):
3855 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3856 (newsticker--insert-enclosure):
3857 Rename `newsticker--buffer-insert-enclosure' to
3858 `newsticker--insert-enclosure'. Add keymap arg.
3859 (newsticker--print-extra-elements):
3860 Rename `newsticker--buffer-print-extra-elements' to
3861 `newsticker--print-extra-elements'. Add keymap arg.
3862 (newsticker--do-print-extra-element):
3863 Rename `newsticker--buffer-do-print-extra-element' to
3864 `newsticker--do-print-extra-element'. Add keymap arg.
3865 (newsticker-show-news): Use `newsticker-frontend'.
3866
3867 * net/newsticker-plainview.el: New. Move plainview functionality
3868 from net/newsticker.el to net/newsticker-reader.el.
3869 (newsticker-plainview): New.
3870 (newsticker--set-customvar-sorting): New. Extracted from
3871 `newsticker--set-customvar'.
3872 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
3873 for :set. Changed :group.
3874 (newsticker-heading-format, newsticker-item-format)
3875 (newsticker-desc-format, newsticker-statistics-format):
3876 Use `newsticker--set-customvar-formatting for :set. Change :group.
3877 (newsticker-faces): Change :group.
3878 (newsticker-default-face): Enable again.
3879 (newsticker-hide-old-items-in-newsticker-buffer)
3880 (newsticker-show-descriptions-of-new-items):
3881 Use `newsticker--set-customvar-buffer' for :set. Change :group.
3882 (newsticker-show-all-news-elements): Change :group.
3883 (newsticker-plainview-hooks): New.
3884 (newsticker-select-item-hook, newsticker-select-feed-hook)
3885 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
3886 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
3887 to `newsticker--plainview-tool-bar-map'.
3888 (newsticker--url-keymap): Add mouse-1 binding.
3889 (newsticker-plainview): New.
3890 (newsticker-mark-all-items-of-feed-as-read): Change doc.
3891 (newsticker--buffer-do-insert-text): Use renamed
3892 newsticker--[buffer-]insert-enclosure and
3893 newsticker--[buffer-]print-extra-elements.
3894 (newsticker--buffer-set-faces): Use newsticker-default-face.
3895
3896 * net/newsticker-treeview.el: New.
3897
3898 2008-06-08 Andreas Schwab <schwab@suse.de>
3899
3900 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
3901
3902 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
3903
3904 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
3905 empty line.
3906
3907 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
3908
3909 2008-06-08 Martin Rudalics <rudalics@gmx.at>
3910
3911 * window.el (split-height-threshold, split-width-threshold):
3912 Add choice nil.
3913 (split-window-preferred-function): Allow either nil or a function.
3914 (window--splittable-p, window--try-to-split-window):
3915 Handle changed option values.
3916
3917 (window--frame-usable-p): Handle nil argument.
3918
3919 (display-buffer): Call get-lru-window when pop-up-windows is nil
3920 and window can't be split.
3921
3922 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
3923
3924 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
3925
3926 * net/tramp.el (top): Quote feature names. Remove
3927 `tramp-rfn-eshadow-setup-minibuffer' from
3928 `rfn-eshadow-setup-minibuffer-hook' when unloading.
3929 (tramp-read-passwd): There is only one call to
3930 `auth-source-user-or-password' needed. Pacify byte compiler.
3931
3932 2008-06-08 Andreas Schwab <schwab@suse.de>
3933
3934 * window.el (display-buffer): Use lru window if current window
3935 cannot be split.
3936
3937 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3938
3939 * apropos.el (apropos-library): New command and new button.
3940 (apropos-library-button): New function.
3941
3942 * apropos.el: Remove spurious * in docstrings.
3943 (apropos-label-face): Use variable pitch.
3944 (apropos-print): Use dolist and with-current-buffer.
3945 (apropos-print-doc): Use when.
3946
3947 * window.el (special-display-p, display-buffer):
3948 Fix up C->Elisp transcription error.
3949
3950 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3951
3952 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3953 (byte-compile-file): Initialize it.
3954 (byte-compile-nogroup-warn): Keep track of the current group.
3955
3956 2008-06-08 Glenn Morris <rgm@gnu.org>
3957
3958 * Makefile.in (compile, compile-always, bootstrap-prepare):
3959 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
3960
3961 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
3962
3963 * language/hanja-util.el (hanja-init-load): Use a char-table for
3964 hanja-table.
3965 (hangul-to-hanja-char): Adjust for the above change.
3966
3967 2008-06-07 Glenn Morris <rgm@gnu.org>
3968
3969 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
3970 lm-keywords.
3971
3972 * mail/sendmail.el (mail-interactive): Add :version.
3973
3974 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
3975 obsolete alias.
3976
3977 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
3978 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
3979 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
3980 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
3981 * eshell/esh-util.el, international/mule-cmds.el:
3982 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
3983 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
3984 Remove unnecessary eval-when-compiles and eval-and-compiles.
3985
3986 * Makefile.in (bootstrap-clean): Run autogen-clean.
3987 (maintainer-clean): No need to run autogen-clean now it is included in
3988 bootstrap-clean.
3989
3990 2008-06-06 Miles Bader <miles@gnu.org>
3991
3992 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
3993
3994 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
3995
3996 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
3997 longlines mode.
3998
3999 * replace.el (replace-search-function)
4000 (replace-re-search-function): New vars.
4001 (perform-replace): Use them.
4002
4003 * longlines.el (longlines-re-search-forward): New function.
4004 (longlines-mode): Bind replace-search-function and
4005 replace-re-search-function, to ensure that replacement commands
4006 treat newlines as spaces.
4007 (longlines-show-effect): Default to a pilcrow sign.
4008
4009 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4010
4011 * help.el (function-called-at-point):
4012 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
4013 even when calling find-tag-default.
4014
4015 2008-06-06 Daniel Colascione <danc@merrillpress.com>
4016
4017 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
4018 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
4019 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
4020 (nxml-fontify-buffer, nxml-do-fontify):
4021 Remove obsolete variables and functions.
4022 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
4023 (nxml-degrade, nxml-after-change, nxml-after-change1)
4024 (nxml-extend-region, nxml-extend-after-change-region)
4025 (nxml-extend-after-change-region1, nxml-fontify-matcher)
4026 (nxml-toggle-char-ref-extra-display): Use font-lock, and
4027 font-lock-extend-region-functions in particular, to fontify
4028 nxml-mode buffers.
4029 (nxml-debug-region): New debugging helper function.
4030
4031 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
4032 (nxml-scan-after-change, nxml-move-tag-backwards):
4033 Adapt for font-lock changes.
4034
4035 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
4036 (nxml-debug-set-inside, nxml-debug-clear-inside):
4037 New debugging functions.
4038 (nxml-with-degradation-on-error): New helper macro.
4039
4040 2008-06-06 Martin Rudalics <rudalics@gmx.at>
4041
4042 * window.el (display-buffer): Remove dead call to get-lru-window.
4043
4044 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4045
4046 * mail/sendmail.el (mail-interactive): Change default.
4047
4048 2008-06-05 John Paul Wallington <jpw@pobox.com>
4049
4050 * bindings.el (completion-ignored-extensions):
4051 Add .p64fsl, .d64fsl, and .dx64fsl.
4052
4053 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4054
4055 * ffap.el (ffap-prompter): Don't use the region.
4056
4057 2008-06-05 Sam Steingold <sds@gnu.org>
4058
4059 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
4060 subdirectory to be registered.
4061
4062 2008-06-05 Martin Rudalics <rudalics@gmx.at>
4063
4064 * window.el (display-buffer-function, special-display-p)
4065 (special-display-buffer-names, special-display-regexps)
4066 (special-display-function, same-window-p, same-window-buffer-names)
4067 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
4068 (pop-up-frame-function, pop-up-windows, even-window-heights)
4069 (split-window-preferred-function, split-height-threshold)
4070 (window--display-buffer-1, display-buffer, pop-to-buffer):
4071 Move from window.c and buffer.c.
4072 (window--splittable-p, window--try-to-split-window)
4073 (window--frame-usable-p, window--display-buffer-2)
4074 (window--even-window-heights): New functions.
4075 (split-width-threshold): New option.
4076 (split-window-preferred-horizontally): Remove.
4077
4078 * cus-start.el: Remove corresponding declarations.
4079
4080 2008-06-05 Sam Steingold <sds@gnu.org>
4081
4082 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
4083 an error on modified buffers.
4084
4085 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4086
4087 * progmodes/etags.el (tags-verify-table): Be careful to use and update
4088 tags-file-name and tags-table-list from the right buffer.
4089 (tags-table-check-computed-list, tags-table-extend-computed-list)
4090 (find-tag-noselect): Use with-current-buffer.
4091
4092 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
4093 Use print-circle.
4094
4095 * minibuffer.el (minibuffer-local-must-match-filename-map):
4096 Declare obsolete alias for the old name.
4097
4098 * abbrev.el (unexpand-abbrev): Better preserve markers.
4099
4100 2008-06-05 Glenn Morris <rgm@gnu.org>
4101
4102 * emacs-lisp/autoload.el (autoload-rubric): New function,
4103 extracted from autoload-ensure-default-file.
4104 (autoload-ensure-default-file): Use autoload-rubric.
4105
4106 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
4107 (custom-dependencies-no-scan-regexp): New variable.
4108 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
4109 Don't scan files matching custom-dependencies-no-scan-regexp.
4110 Disable undo in the output buffer. Remove kept-new-versions wackiness.
4111
4112 * finder.el (finder-headmark): Initialize and add doc string.
4113 (generated-finder-keywords-file): Doc fix.
4114 (finder-no-scan-regexp): New variable.
4115 (finder-compile-keywords): Use a single let binding.
4116 Disable undo in the output buffer. Use autoload-rubric.
4117 Use mapc rather than mapcar. Don't scan files matching
4118 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
4119 rather than concat. Use directory-files to do regexp matching.
4120 No need to require jka-compr.
4121 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
4122 (finder-list-matches): Disable undo.
4123 (finder-commentary): Use let rather than let*. Disable undo.
4124 (finder-current-item): Use zerop.
4125 (finder-mode): Use define-derived-mode.
4126 (finder-exit): Doc fix. Use dolist.
4127
4128 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
4129 (custom-deps): Don't require $(lisp)/cus-load.el.
4130 (custom-deps, finder-data): Don't depend on autoloads.
4131 Should not be needed now, and doing so was causing make install to
4132 re-dump emacs post-bootstrap.
4133 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
4134 mid-build forces some things to be rebuilt.
4135
4136 2008-06-05 Miles Bader <miles@gnu.org>
4137
4138 * face-remap.el
4139 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
4140 (face-remap-remove-relative): Renamed from
4141 `remove-relative-face-remapping'.
4142 (face-remap-reset-base): Renamed from
4143 `set-default-base-face-remapping'.
4144 (face-remap-set-base): Renamed from `set-base-face-remapping'.
4145 (text-scale-increase): Renamed from `increase-buffer-face-height'.
4146 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
4147 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
4148
4149 * face-remap.el (variable-pitch-mode): Autoload.
4150
4151 2008-06-04 Sam Steingold <sds@gnu.org>
4152
4153 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
4154 Generate extra status headers for a Mercurial tree.
4155
4156 2008-06-04 John Paul Wallington <jpw@pobox.com>
4157
4158 * echistory.el (electric-history-map): Define within defvar.
4159 Add docstring.
4160
4161 * font-lock.el (font-lock-turn-off-thing-lock)
4162 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
4163 Use `bound-and-true-p'.
4164 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
4165 Doc fixes.
4166
4167 * international/ccl.el (define-ccl-program): Add `doc-string'
4168 declaration.
4169
4170 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * face-remap.el (variable-pitch-mode): Reflow docstrings.
4173 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
4174
4175 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
4176
4177 * emacs-lisp/rx.el (rx): Doc fix.
4178
4179 2008-06-04 Markus Triska <markus.triska@gmx.at>
4180
4181 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
4182
4183 2008-06-04 Miles Bader <miles@gnu.org>
4184
4185 * face-remap.el (adjust-buffer-face-height): New function.
4186 Add autoloaded keybindings in ctl-x-map.
4187 (increase-buffer-face-height, decrease-buffer-face-height):
4188 Simplify interactive spec to just "p". Remove autoloaded keybindings.
4189
4190 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * simple.el (line-move-1): If we did not move as far as desired,
4193 ensure that point-left and point-entered hooks are called.
4194
4195 2008-06-03 Sam Steingold <sds@gnu.org>
4196
4197 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
4198
4199 2008-06-03 John Paul Wallington <jpw@pobox.com>
4200
4201 * progmodes/make-mode.el (makefile-cleanup-continuations)
4202 (makefile-warn-suspicious-lines, makefile-warn-continuations):
4203 Use `derived-mode-p'.
4204
4205 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4206
4207 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
4208 (ELCFILES): Update.
4209
4210 2008-06-03 Miles Bader <miles@gnu.org>
4211
4212 * face-remap.el: New file.
4213 * Makefile.in (ELCFILES): Add face-remap.elc.
4214
4215 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4216
4217 * progmodes/flymake.el (flymake-process-filter): Make sure the source
4218 buffer isn't dead.
4219
4220 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
4221 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
4222 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
4223 * obsolete/auto-show.el, obsolete/hscroll.el:
4224 Remove packages that were obsolete in Emacs-20, or that were obsolete
4225 in Emacs-21 and do not contain any more code.
4226
4227 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
4228 vc-client-mode is not set.
4229
4230 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
4231 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
4232
4233 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
4234 yet a bit more clever at distinguishing / from /.
4235
4236 2008-06-03 Kenichi Handa <handa@m17n.org>
4237
4238 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
4239
4240 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
4241
4242 * language/hanja-util.el: New file.
4243
4244 2008-06-03 Glenn Morris <rgm@gnu.org>
4245
4246 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
4247 Check that end-of-word follows "type".
4248
4249 2008-06-02 Daiki Ueno <ueno@unixuser.org>
4250
4251 * epa-file.el (epa-file-write-region): Write the entire buffer
4252 content if START is nil.
4253
4254 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
4255
4256 * select.el (x-get-selection): Fix typo.
4257
4258 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
4261 (describe-char): Use `looking-at-p', `string-match-p' when possible.
4262
4263 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4264
4265 * tar-mode.el (tar-header-block-summarize): Ensure one space around
4266 user&group.
4267
4268 2008-05-31 John Paul Wallington <jpw@pobox.com>
4269
4270 * help-fns.el (describe-variable-custom-version-info):
4271 Handle dotted `package-version' info.
4272
4273 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
4274
4275 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
4276
4277 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
4278
4279 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
4280 names and improve support for unregistered files.
4281
4282 2008-05-31 Glenn Morris <rgm@gnu.org>
4283
4284 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
4285 Remove shell variable `elc'. Split tests to hopefully be more portable.
4286 Fix `sel' assignment.
4287
4288 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
4289
4290 * minibuffer.el (completion-table-dynamic): Doc fix.
4291
4292 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
4295 Try and return `unregistered' when applicable.
4296
4297 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4298 Don't encourage naming variables with "-flag".
4299
4300 2008-05-30 Glenn Morris <rgm@gnu.org>
4301
4302 * Makefile.in (update-elclist): Hide the warning when it does not apply,
4303 make it milder when it does.
4304 (autogen-clean): New target.
4305 (maintainer-clean): Use autogen-clean.
4306
4307 * calendar/diary-lib.el (diary-display-function): New name for
4308 diary-display-hook. Keep old name as obsolete alias. Doc fix.
4309 Change custom type and version.
4310 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
4311 (diary-fancy-display): Doc fixes.
4312 (diary-list-entries, diary-include-other-diary-files)
4313 (diary-mail-entries):
4314 Use diary-display-function rather than diary-display-hook.
4315
4316 * calendar/appt.el (appt-check): Use diary-display-function rather than
4317 diary-display-hook.
4318 * calendar/cal-x.el (calendar-dedicate-diary): Update for
4319 diary-display-function replacing diary-display-hook.
4320 * org/org-agenda.el (org-get-entries-from-diary): Also set
4321 diary-display-function.
4322
4323 * calendar/cal-html.el (cal-html-list-diary-entries):
4324 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
4325 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
4326 argument of diary-list-entries rather than setting diary-display-hook.
4327
4328 2008-05-30 Kenichi Handa <handa@m17n.org>
4329
4330 * international/mule-conf.el (utf-8-with-signature): Renamed from
4331 utf-8-sig.
4332 (utf-8-auto): Adjusted for the above change.
4333
4334 * international/mule-diag.el (describe-font): Don't check fontset
4335 here, and just call font-info. Get the default font by from the
4336 default face.
4337
4338 2008-05-29 Kenichi Handa <handa@m17n.org>
4339
4340 * international/mule-conf.el (utf-8-sig, utf-8-auto):
4341 New coding systems.
4342
4343 * international/mule.el (define-coding-system): Accept :bom for utf-8.
4344
4345 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
4346
4347 * international/utf-7.el (utf-7-encode): Use the right escape char
4348 depending on imap/nonimap encoding.
4349
4350 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4351
4352 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
4353
4354 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
4355
4356 * icomplete.el (icomplete-prospects-height): Add :group.
4357
4358 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * icomplete.el (icomplete-prospects-length): Make obsolete.
4361 (icomplete-prospects-height): New var.
4362 (icomplete-completions): Use it.
4363
4364 2008-05-29 David Kastrup <dak@gnu.org>
4365
4366 * autoinsert.el (auto-insert): Add :link.
4367
4368 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4369
4370 * tar-mode.el (tar-header): New field `header-start'.
4371 (tar-header-block-tokenize): Set it when useful.
4372 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
4373 (tar-header-data-end): New function.
4374 (tar-summarize-buffer): Use it.
4375 (tar-next-line): Fix goal column for long usernames.
4376 (tar-expunge-internal): Use header-start.
4377 (tar-rename-entry): Handle ustar-style long names.
4378 (tar-alter-one-field): Add optional `descriptor' argument.
4379 (tar-subfile-save-buffer): Use it.
4380
4381 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4382
4383 * tar-mode.el (tar-header): New field `header-start'.
4384 (tar-header-block-tokenize): Set header-start for longlink entries.
4385 (tar-expunge-internal): Use header-start to expunge longlink entries.
4386
4387 * files.el (hack-local-variables): Don't signal an error if the local
4388 variable section is not properly terminated.
4389
4390 * emacs-lisp/easymenu.el (easy-menu-convert-item)
4391 (easy-menu-convert-item-1): Move the duplicate-generation outside of
4392 the caching so it also works for identical entries.
4393
4394 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
4395 (tar-mode): Use write-region-annotate-functions rather than
4396 write-contents-functions.
4397 (tar-extract): Remove unused var `pos'.
4398 (tar-subfile-save-buffer): Remove unused var `following-descs'.
4399 (tar-mode-write-file): Remove.
4400 (tar-write-region-annotate): New function.
4401
4402 * progmodes/flymake.el (flymake-save-buffer-in-file):
4403 * shadowfile.el (shadow-copy-file):
4404 * arc-mode.el (archive-*-write-file-member):
4405 * files.el (diff-buffer-with-file):
4406 * subr.el (with-temp-file): Pass nil to write-region.
4407 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
4408
4409 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
4410 the custom.
4411
4412 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
4413 to write-region.
4414
4415 2008-05-28 Glenn Morris <rgm@gnu.org>
4416
4417 * Makefile.in (update-elclist): Work around non-portability of "\"
4418 in various implementations of echo.
4419
4420 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * international/mule-diag.el (describe-current-coding-system):
4423 Don't assume selection-coding-system is always defined.
4424
4425 * tar-mode.el: Use defstruct and markers.
4426 (tar-setf): Remove.
4427 (tar-header): Use defstruct. Add `data-start' field.
4428 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
4429 (tar-desc-data-start): Remove (now called tar-header-data-start).
4430 (tar-roundup-512): New fun.
4431 (tar-header-block-tokenize): Receive a buffer position rather than
4432 a string. Handle @longLink here, be more careful about it.
4433 Create a marker for data-start.
4434 (tar-summarize-buffer): Don't handle @LongLink here any more.
4435 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
4436 data-start on the following entries any more.
4437 (tar-chown-entry, tar-chgrp-entry): Use read-number.
4438
4439 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
4440 (tar-header-offset): Remove.
4441 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
4442 Not permanent any more.
4443 (tar-data-buffer): New var.
4444 (tar-data-swapped-p, tar-change-major-mode-hook)
4445 (tar-mode-kill-buffer-hook): New funs.
4446 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
4447 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
4448 (tar-clear-modification-flags, tar-alter-one-field)
4449 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
4450 Change accordingly.
4451
4452 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
4453
4454 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
4455 (vc-dir-resynch-file): ... this. Update callers.
4456 Use vc-string-prefix-p. Ignore directory args.
4457 (vc-string-prefix-p): CSE.
4458 (vc-resynch-buffer): Restore conditional.
4459
4460 * vc-hooks.el (vc-after-save): Improve test.
4461 (vc-mode-line): Fix indentation.
4462
4463 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
4464
4465 * calendar/parse-time.el (parse-time-months)
4466 (parse-time-weekdays): Add long-form month and day names.
4467
4468 2008-05-27 Glenn Morris <rgm@gnu.org>
4469
4470 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
4471
4472 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * vc-dispatcher.el (vc-string-prefix-p): New function.
4475 (vc-dir-parent-marked-p): Use it.
4476
4477 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
4478
4479 * vc.el (Problems): Remove fixed issues.
4480 (vc-expand-dirs): Avoid returning directories.
4481 (vc-dir): Fix C-x v v binding.
4482 (vc-make-backend-object): Fix name.
4483 (vc-dir-show-fileentry): Fix docstring.
4484 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
4485 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
4486 Reset the state for directories.
4487 (vc-dir-headers): Align labels.
4488 (vc-default-status-printer): Do no call prettify-state-info.
4489 (vc-deduce-fileset): Replace implementation with one based on a
4490 working older version.
4491 (vc-next-action): Use the new form of vc-deduce-fileset.
4492 Fix dealing with unregistered files.
4493
4494 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
4495 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
4496 (vc-dir-child-files): New function.
4497 (vc-dir-node-directory): New function.
4498 (vc-dir-update, vc-dir-parent-marked-p)
4499 (vc-dir-children-marked-p, vc-dir-mark-all-files)
4500 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
4501
4502 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
4503
4504 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4505
4506 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
4507 (diff-font-lock-keywords, diff-context->unified)
4508 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
4509 (diff-hunk-text, diff-find-source-location): Use it.
4510 (diff-post-command-hook): Let the user edit the hunk headers.
4511
4512 2008-05-26 Andreas Schwab <schwab@suse.de>
4513
4514 * vc.el (vc-default-prettify-state-info): Fix formatting of an
4515 unknown state.
4516
4517 * tar-mode.el (tar-summarize-buffer): Comment fix.
4518
4519 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4520
4521 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
4522
4523 2008-05-26 Glenn Morris <rgm@gnu.org>
4524
4525 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
4526
4527 2008-05-25 John Paul Wallington <jpw@pobox.com>
4528
4529 * proced.el (proced-next-line, proced-previous-line):
4530 Avoid calling `next-line' and `previous-line' from Lisp code.
4531
4532 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
4533
4534 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
4535 Use diary-ordinal-suffix.
4536
4537 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
4538
4539 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
4540 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
4541 (edebug-save-displayed-buffer-points, edebug-initial-mode)
4542 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
4543 (edebug-print-length, edebug-print-level, edebug-print-circle)
4544 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
4545 (edebug-global-break-condition, edebug-sit-for-seconds):
4546 Remove spurious * from defcustom docstrings.
4547 (edebug-unwrap*, edebug-signal, edebug-eval-display):
4548 Improve argument/docstring consistency.
4549 (edebug-test-coverage, edebug-gensym, edebug-read)
4550 (edebug-top-level-nonstop, edebug-eval-result-list)
4551 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
4552 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
4553 (edebug-display-freq-count): Reflow docstrings.
4554 (edebug-restore-status): Doc fix.
4555
4556 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * proced.el (proced-header-line): Use the :align-to 0 feature
4559 rather than computing the corresponding position manually.
4560 (proced-update): Don't hardcode point-min==1.
4561
4562 2008-05-24 Alan Mackenzie <acm@muc.de>
4563
4564 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
4565 if c-file-style is set to a non-string.
4566
4567 (c-neutralize-CPP-line): Surround by `save-excursion'.
4568 (c-neutralize-syntax-in-CPP): Optimize for speed.
4569
4570 2008-05-24 Glenn Morris <rgm@gnu.org>
4571
4572 * Makefile.in (update-elclist): New target, to update ELCFILES.
4573 (bootstrap-after): Run update-elclist.
4574
4575 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
4576
4577 * icalendar.el (icalendar-version): Increase to "0.19".
4578 (icalendar--date-style): New function.
4579 (icalendar--datetime-to-diary-date): Doc fix.
4580 Use icalendar--date-style.
4581 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
4582 (icalendar--convert-yearly-to-ical)
4583 (icalendar--convert-recurring-to-diary): Handle iso date style,
4584 use icalendar-date-style.
4585
4586 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
4587
4588 * vc.el (vc-delete-file): Make sure the buffer is deleted and
4589 vc-dir buffers are updated.
4590
4591 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4592
4593 * vc.el (vc-delete-file): Don't try to resynch the buffer.
4594
4595 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
4596
4597 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
4598 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
4599 (reftex-extra-bindings): Use it.
4600
4601 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
4602 away from the user-reserved keys.
4603
4604 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
4605 New vars.
4606 (ada-create-keymap): Use them.
4607
4608 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
4611 a properly-grouped regexp.
4612
4613 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
4614
4615 * progmodes/cap-words.el (capitalized-words-mode):
4616 Fix typos in docstring.
4617
4618 2008-05-23 Kenichi Handa <handa@m17n.org>
4619
4620 * international/mule-conf.el: Don't define the charset `emacs'
4621 here, just put :docstring, :short-name, and :long-name.
4622
4623 2008-05-22 Kenichi Handa <handa@m17n.org>
4624
4625 * international/mule-diag.el (font-show-log): Limit each listing
4626 to 20 items.
4627
4628 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
4629
4630 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
4631 (gdb-annotation-rules): New entry for "thread-changed".
4632 (gdb-thread-changed): New function.
4633
4634 2008-05-23 Glenn Morris <rgm@gnu.org>
4635
4636 * Makefile.in (SOURCES): Remove, unused.
4637 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
4638 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
4639 Exclude more '*loaddefs' files.
4640 (compile-always): Simplify '.elc' deletion.
4641
4642 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4643
4644 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
4645 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
4646
4647 * minibuffer.el (completion-boundaries): Change calling
4648 convention, so `string' has the same semantics as in
4649 try-completion and all-completions.
4650 (completion-table-with-context, completion--embedded-envvar-table)
4651 (completion--file-name-table)
4652 (completion-pcm--find-all-completions): Adjust code accordingly.
4653
4654 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
4655
4656 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
4657 prune image-mode-winprops-alist, preventing it from growing
4658 indefinitely.
4659 (image-mode-reapply-winprops): Use it.
4660
4661 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
4662
4663 * net/netrc.el (netrc-machine): Always match if the port is not given.
4664
4665 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4666
4667 * minibuffer.el (completion-pcm--find-all-completions):
4668 Don't add pseudo-completions.
4669
4670 * icomplete.el (icomplete-eoinput): Remove.
4671 (icomplete-overlay): New var to replace it.
4672 (icomplete-tidy): Rewrite.
4673 (icomplete-exhibit): Use an overlay.
4674 (icomplete-completions): Use completion-all-sorted-completions.
4675 Obey completion-ignore-case.
4676
4677 * files.el (locate-dominating-file): Accept non-existing argument.
4678 (project-find-settings-file): Rewrite, using locate-dominating-file.
4679
4680 2008-05-22 Kenichi Handa <handa@m17n.org>
4681
4682 * faces.el (font-weight-table, font-slant-table, font-width-table):
4683 Delete them. Don't call internal-set-font-style-table.
4684
4685 * international/mule-diag.el (font-show-log): New function.
4686
4687 * international/fontset.el (script-representative-chars): Add more
4688 chars for latin. Add data for symbol.
4689 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
4690
4691 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4692
4693 * minibuffer.el (completion-all-sorted-completions): New var.
4694 (completion--flush-all-sorted-completions)
4695 (completion-all-sorted-completions): New functions.
4696 (minibuffer-force-complete): New command.
4697
4698 2008-05-21 Glenn Morris <rgm@gnu.org>
4699
4700 * files.el (c-postprocess-file-styles): Declare for compiler.
4701
4702 * Makefile.in: Allow for parallel byte-compiling.
4703 (ELCFILES): New variable.
4704 (.el.elc): Remove prerequisites from suffix rule. Print a message.
4705 (compile-first, compile-main, compile-last): New targets.
4706 (compile-always): Simplify - delete .elc files, then `make compile'.
4707
4708 * Makefile.in (compile-calc): Use glob rather than find.
4709 ($(lisp)/progmodes/cc-mode.elc): Use $@.
4710
4711 * eshell/esh-module.el: No need for cl when compiling.
4712
4713 * eshell/eshell.el (eshell-defgroup): New alias.
4714 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4715 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4716 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4717 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4718 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4719 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
4720 Autoload the custom group. Set generated-autoload-file.
4721 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
4722 for eshell-defgroup.
4723 * eshell/esh-module.el (eshell-load-defgroups): Remove.
4724 Require esh-groups rather than loading it.
4725
4726 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4727
4728 * proced.el (proced-header-line): New variable and new function.
4729 (proced-mode): Set header-line-format.
4730 (proced-update): Set proced-header-line.
4731 (proced-send-signal): Use proced-header-line.
4732
4733 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4734
4735 * macros.el (insert-kbd-macro): Use prin1-char.
4736
4737 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4738
4739 * minibuffer.el (completion-boundaries): New function.
4740 (completion--some): Delay errors.
4741 (complete-with-action, completion-table-with-context):
4742 Handle `boundaries' case.
4743 (completion--try-word-completion): Avoid partial-completion
4744 when the user hasn't entered anything yet.
4745 (minibuffer-local-map, minibuffer-local-filename-completion-map)
4746 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
4747 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
4748 Setup default keybindings.
4749 (completion--embedded-envvar-re): New var.
4750 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
4751 (completion--file-name-table): Handle `boundaries' case.
4752 (completion-pcm--pattern->regex): Avoid pathological backtracking.
4753 (completion-pcm--all-completions): Add a `prefix' arg.
4754 (completion-pcm--find-all-completions): New function.
4755 (completion-pcm-all-completions, completion-pcm-try-completion):
4756 Use it.
4757
4758 * icomplete.el (icomplete-completions): Don't use `predicate' with
4759 a table of a different type than `candidates'.
4760
4761 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4762
4763 * proced.el (proced-goal-column): Rename from proced-procname-column.
4764 (proced-goal-header-re): Rename from proced-procname-column-regexp.
4765 (proced-move-to-goal-column): Rename from proced-move-to-procname.
4766 (proced-header-face, proced-header-regexp): Remove.
4767 (proced-font-lock-keywords): Remove proced-header-face.
4768 (proced-header-alist, proced-sorting-schemes-re): New variables.
4769 (proced): Rename Proced buffer to *Proced*.
4770 (proced-next-line, proced-previous-line): New commands.
4771 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
4772 (proced-hide-processes): Do not treat first line as special.
4773 (proced-header-space): New function.
4774 (proced-update): Use header-line-format.
4775 Initialize proced-header-alist and proced-sorting-schemes-re.
4776 Set proced-goal-column. Include proced-command in mode-name.
4777 (proced-send-signal): Use header-line-format for *Marked
4778 Processes* buffer.
4779 (proced-sort): Restrict minibuffer completion to applicable
4780 sorting schemes.
4781 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
4782
4783 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * icomplete.el (icomplete-simple-completing-p):
4786 Allow icomplete-with-completion-tables to say "use it everywhere".
4787 (icomplete-completions): Obey completion-styles. Try to accommodate
4788 partial-completion style.
4789
4790 2008-05-20 Michael Olson <mwolson@gnu.org>
4791
4792 * files.el (project-find-settings-file): Change concat to
4793 expand-file-name.
4794
4795 2008-05-19 Tom Tromey <tromey@redhat.com>
4796
4797 * files.el (normal-mode): Call hack-project-variables.
4798 (hack-local-variables-confirm): Add 'project' argument.
4799 (hack-local-variables-apply): New function.
4800 (hack-local-variables): Use it.
4801 (project-class-alist, project-directory-alist): New variables.
4802 (project-get-alist): New function.
4803 (project-collect-bindings-from-alist)
4804 (project-collect-binding-list, set-directory-project)
4805 (project-find-settings-file, project-define-from-project-file)
4806 (hack-project-variables): New functions.
4807
4808 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4809
4810 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
4811
4812 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * faces.el (font-weight-table): Fix typo in docstring.
4815
4816 2008-05-18 David Hull <david@snap.com> (tiny change)
4817
4818 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
4819 (vc-hg-annotate-command): Allow white space before version number.
4820
4821 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4822
4823 * calc/calc-yank.el (calc-register-alist): New variable.
4824 (calc-set-register, calc-get-register, calc-copy-to-register)
4825 (calc-insert-register, calc-add-to-register, calc-append-to-register)
4826 (calc-prepend-to-register): New functions.
4827
4828 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
4829 `calc-copy-to-register' and `calc-insert-register'.
4830 Autoload new register functions.
4831
4832 * calc/calc-help.el (calc-r-prefix-help): Add help for register
4833 functions.
4834
4835 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
4836
4837 * vc.el (Todo): Add known problems.
4838 (vc-dir-backend): New variable.
4839 (vc-dir): Set it.
4840 (vc-make-backend-object, vc-generic-status-printer)
4841 (vc-generic-state, vc-generic-status-fileinfo-extra)
4842 (vc-dir-extra-menu): Use it.
4843 (vc-generic-dir-headers): Remove, unused.
4844
4845 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
4846 vc-dir-prev-directory for consistency with vc-dir-previous-line.
4847 (vc-dir-mode-map): Fix bindings.
4848
4849 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
4850
4851 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4852
4853 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
4854 operated on.
4855 (calc-kill-region): Kill entire lines.
4856
4857 2008-05-17 Glenn Morris <rgm@gnu.org>
4858
4859 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
4860 simplify initial value.
4861 (defezimage): Drop support for Emacs without defimage, use a featurep
4862 test rather than fboundp when defining, drop with-no-warnings.
4863 (ezimage-insert-over-text): Move featurep test inside
4864 add-text-properties.
4865
4866 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
4867
4868 * net/tramp.el (top-level): Load auth-source when compiling.
4869
4870 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
4871
4872 2008-05-17 Andreas Schwab <schwab@suse.de>
4873
4874 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
4875
4876 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
4877
4878 * vc.el (vc-annotate-show-diff-revision-at-line): Change
4879 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
4880
4881 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4882
4883 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
4884
4885 2008-05-17 Jim Meyering <meyering@redhat.com>
4886
4887 * ido.el (ido-save-history): Do not emit a trailing newline at the
4888 end of the ido history file.
4889
4890 2008-05-16 John Paul Wallington <jpw@pobox.com>
4891
4892 * vc-dispatcher.el (top-level): Revert previous change: require cl
4893 when compiling.
4894
4895 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4896
4897 * vc.el (vc-default-status-printer)
4898 (vc-default-prettify-state-info): Enhance the state prettyprinter
4899 to deal better with unknown states and indirect through it when
4900 painting vc-dir buffers.
4901
4902 2008-05-16 John Paul Wallington <jpw@pobox.com>
4903
4904 * vc-dispatcher.el (top-level): Don't require cl when compiling.
4905 (vc-dir-mode-map): Fix backquote.
4906 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
4907
4908 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
4909
4910 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
4911 Reported by Glenn Morris <rgm@gnu.org>.
4912
4913 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4914
4915 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
4916 the end of the file, it was good work at one time but has been
4917 stale since 1995 and may now be actively misleading.
4918 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
4919 CVS repository and module (assumptions for the latter a bit iffy).
4920 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
4921 SVN repository.
4922
4923 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
4924
4925 * vc-rcs.el (vc-rcs-create-tag):
4926 * vc-sccs.el (vc-sccs-create-tag):
4927 Fix typo in error message and pass backend arg.
4928
4929 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
4930
4931 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
4932
4933 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
4934
4935 * net/tramp.el: Load auth-source library.
4936 (tramp-read-passwd): Use it for password, not login.
4937
4938 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
4939
4940 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
4941 (ses-print-cell): Use string-width, truncate-string-to-width,
4942 delete-region rather than length, substring, delete-char.
4943 (ses-setup): Set inhibit-point-motion-hooks to t.
4944 Calculate position by actually moving point rather than just using
4945 unibyte character length.
4946 (ses-mode): Set indent-tabs-mode to nil.
4947 (ses-center): Use string-width rather than length.
4948
4949 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4950
4951 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
4952 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
4953 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
4954 vc-*-create-tag and vc-*-retrieve-tag respectively.
4955
4956 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
4957 unneeded defalias.
4958
4959 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
4960
4961 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
4962 about buffer names.
4963
4964 2008-05-15 Glenn Morris <rgm@gnu.org>
4965
4966 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
4967
4968 * org/org-exp.el (org-infojs-options-inbuffer-template):
4969 Fix declaration.
4970
4971 * progmodes/cc-mode.el (declare-function): Add compat definition.
4972 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
4973
4974 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
4975
4976 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
4977 list to a cons so the caller can get back both expanded and
4978 unexpanded filesets.
4979 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
4980 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
4981 Change handling of selection-set returns as required.
4982
4983 2008-05-15 John Paul Wallington <jpw@pobox.com>
4984
4985 * add-log.el (top-level): Don't require cl when compiling.
4986
4987 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
4988 (archive-*-extract): Use `zerop'.
4989 (archive-*-write-file-member): Use `or', use `zerop'.
4990
4991 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
4992
4993 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
4994 (ibuffer-mark-interactive, ibuffer-set-mark)
4995 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
4996 (ibuffer-map-lines, ibuffer-switch-format)
4997 (ibuffer-update-title-and-summary)
4998 (ibuffer-redisplay-engine): Use it.
4999
5000 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
5001 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
5002 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
5003 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
5004 (ibuffer-mark-read-only-buffers)
5005 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
5006
5007 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
5008 (define-ibuffer-column, define-ibuffer-sorter)
5009 (define-ibuffer-op, define-ibuffer-filter): Add declarations
5010 containing indentation specs, replacing equivalent top-level
5011 forms that set `lisp-indent-function' properties.
5012 (define-ibuffer-op): Use `derived-mode-p'.
5013 (define-ibuffer-filter): Remove redundant `concat' call.
5014
5015 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
5016
5017 * net/tramp.el (tramp-echo-mark): Update docstring.
5018 (tramp-echo-mark-marker): New defconst.
5019 (tramp-check-for-regexp): Use it.
5020
5021 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
5022
5023 * vc.el (vc-deduce-fileset): Do the right thing when visting a
5024 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
5025 as parent.
5026
5027 2008-05-14 John Paul Wallington <jpw@pobox.com>
5028
5029 * international/mule.el (convert-define-charset-argument):
5030 Remove period from end of error message.
5031 (coding-system-mnemonic): Doc fix.
5032 (ctext-pre-write-conversion): Doc fix.
5033
5034 2008-05-14 Simon Marshall <simon@gnu.org>
5035
5036 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
5037 from its default value and give it the risky-local-variable
5038 property (CVE-2008-2142).
5039
5040 2008-05-14 Kenichi Handa <handa@m17n.org>
5041
5042 * language/korean.el ("Korean"): Set `iso639-language'
5043 property to `ko'.
5044
5045 * language/japanese.el ("Japanese"): Set `iso639-language'
5046 property to `ja'.
5047
5048 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5049 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
5050 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
5051
5052 * international/mule-cmds.el (set-language-environment):
5053 Set current-iso639-language.
5054
5055 * international/fontset.el (setup-default-fontset): For kana, han,
5056 hangul, and cjk-misc, move an entry with font-spec at the end.
5057 (generate-fontset-menu): Exclue fontset-auto* from the list.
5058
5059 * composite.el (compose-chars-after): Assume that WINDOW is always
5060 non-nil.
5061
5062 * faces.el (font-weight-table, font-slant-table)
5063 (font-swidth-table): Declare them by defconst. Change the format
5064 of elements. Call internal-set-font-style-table after their
5065 declaration.
5066 (face-valid-attribute-values): Call font-family-list. Get values
5067 for width, weight, and slant from font-xxx-table.
5068
5069 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
5070
5071 2008-05-13 John Paul Wallington <jpw@pobox.com>
5072
5073 * ibuffer.el (ibuffer-buffer-file-name): New function.
5074 (define-ibuffer-column filename): Use it.
5075
5076 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
5077
5078 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
5079
5080 * talk.el (talk): Simplify. Pass display arg to talk-add-display
5081 as a string.
5082 (talk-add-display): Simplify. Accept only string args.
5083
5084 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
5085
5086 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
5087
5088 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5089
5090 * Makefile.in (bootstrap-prepare): Don't chmod files.
5091 (autoloads): Do it here instead, where it's actually needed.
5092
5093 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
5094
5095 * tool-bar.el (tool-bar-make-keymap): Account for the optional
5096 KEY-BINDING-DATA field in menu-item list.
5097
5098 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5099
5100 * dired.el (dired-read-dir-and-switches): Move things about to use less
5101 recursion during macroexpansion.
5102
5103 * dired.el (dired-read-dir-and-switches): Use read-file-name.
5104
5105 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
5106 completion-ignored-extension directories if there's something else.
5107 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
5108 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
5109 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
5110 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
5111 buffer-read-only -> inhibit-read-only.
5112
5113 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
5114
5115 * vc.el (vc-expand-dirs): Stop this function from tossing out
5116 explicitly specified files.
5117
5118 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5119
5120 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
5121 to `insert'.
5122
5123 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5124
5125 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
5126 cons. Use vc-annotate-backend.
5127 (with-vc-file, edit-vc-file): Remove unused macros.
5128
5129 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
5130
5131 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
5132 (smtpmail-try-auth-methods): Use it.
5133
5134 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
5137 (setf (nthcdr ..) ..) doesn't require CL at runtime.
5138
5139 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
5140
5141 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
5142
5143 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
5146 (vc-bzr-revision-completion-table): Use process-file.
5147 (vc-bzr-working-revision): Pass relative file names.
5148
5149 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
5150
5151 2008-05-11 Juri Linkov <juri@jurta.org>
5152
5153 * wid-edit.el (widget-image-directory): Change default image data
5154 subdirectory from "custom" to "images/custom".
5155
5156 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
5157 before recursive call to `Info-next-preorder' to not add
5158 intermediate nodes to the history.
5159
5160 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
5161
5162 * emulation/cua-base.el: Put isearch-scroll property
5163 on cua-scroll-up and cua-scroll-down.
5164
5165 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
5166
5167 * vc-hooks.el (vc-recompute-state): Remove (dead code).
5168
5169 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5170
5171 * vc-dispatcher.el (ewoc): Require.
5172 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
5173
5174 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
5175
5176 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
5177
5178 * term/w32-win.el (x-colors):
5179 * term/mac-win.el (x-colors):
5180 * term/x-win.el (x-colors): Re-order colors.
5181
5182 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
5183
5184 * smerge-mode.el (smerge-command-prefix): Fix custom type.
5185
5186 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
5187
5188 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
5189 New functions implementing motion to next and previous directory.
5190
5191 * vc-arch.el (vc-arch-command):
5192 * vc-bzr.el (vc-bzr-command):
5193 * vc-cvs.el (vc-cvs-command):
5194 * vc-dispatcher.el (vc-do-command):
5195 * vc-git.el (vc-git-command):
5196 * vc-hg.el (vc-hg-command):
5197 * vc-mcvs.el (vc-mvcs-command):
5198 * vc-mtn.el (vc-mtn-command):
5199 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
5200 (vc-sccs-workfile-unchanged-p):
5201 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
5202 * vc-rcs.el (all methods): Remove assumption about what a nil
5203 argument to vc-do-command means. This means no buffer name needs
5204 to be hardcoded into the dispatcher layer, and it's better to be
5205 explicit anyway.
5206
5207 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
5208
5209 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5210
5211 * vc.el: Update todo.
5212
5213 * vc-sccs.el (vc-sccs-dir-status):
5214 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
5215 backends and returning up to date files.
5216
5217 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
5218
5219 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5220
5221 * vc.el (vc-dir):
5222 * vc-hooks.el: Tweak the VC directory bindings. These are now
5223 documented in the manual.
5224
5225 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
5226 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
5227 (vc-dispatcher-selection-set): Allow callers to pass in an
5228 observer flag that says no buffer sync is required.
5229 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
5230 Use the observer flag.
5231
5232 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
5233
5234 * simple.el (start-file-process): Clarify docstring.
5235
5236 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5237
5238 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
5239 Remove stub implementations of, and references to, wash-log.
5240 * vc-rcs.el (vc-rcs-comment-history):
5241 * vc-cvs.el (vc-cvs-comment-history):
5242 Inline the code that used to be wash-log.
5243
5244 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
5245 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
5246 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
5247 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
5248 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
5249 (vc-rcs-print-log): Grok directories.
5250
5251 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5252
5253 * vc.el (vc-mark-resolved): Add `backend' argument.
5254 (vc-next-action): Pass it the backend.
5255 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
5256 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
5257 (vc-default-comment-history, vc-default-create-snapshot)
5258 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
5259 (vc-annotate-revision-previous-to-line)
5260 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
5261 * vc-svn.el (vc-svn-checkout):
5262 * vc-mcvs.el (vc-mcvs-checkout):
5263 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
5264 (vc-working-revision, vc-before-save, vc-mode-line):
5265 Prefer vc-call-backend to vc-call so as not to recompute the backend.
5266
5267 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
5268 state to be consistent since it's often an unwarranted restriction.
5269 Don't return the state either.
5270 (vc-next-action): Check that the state is consistent.
5271 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
5272 (vc-rollback, vc-update): Adapt to new return value of
5273 vc-deduce-fileset.
5274
5275 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
5276 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
5277 (vc-dispatcher-in-fileset-p): New fun.
5278 (vc-dispatcher-selection-set): Use it to properly handle directories.
5279
5280 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
5281
5282 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
5283 (vc-update): Remove unused let bindings.
5284
5285 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5286
5287 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
5288 (vc-diff, vc-revert, vc-rollback, vc-update):
5289 * vc-dispatcher.el (vc-dispatcher-selection-set):
5290 Get rid of 4 special cases in fileset selection. This involved
5291 changing the return value of (vc-deduce-fileset) so that it passes
5292 back a deduced state as well as a deduced back end.
5293
5294 2008-05-08 Sam Steingold <sds@gnu.org>
5295
5296 * progmodes/compile.el (compilation-minor-mode-map)
5297 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
5298 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
5299 it to `compilation-minor-mode-map' (instead of an explicit `cons').
5300
5301 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5302
5303 * org/org.el (org-modules, org-format-latex-options):
5304 * org/org-archive.el (org-archive-stamp-time)
5305 (org-archive-save-context-info):
5306 * org/org-faces.el (org-hide):
5307 * org/org-irc.el (org-irc-parse-link):
5308 * org/org-macs.el (org-call-with-arg, org-autoload):
5309 * org/org-mew.el (org-mew-store-link):
5310 * org/org-remember.el (org-remember-store-without-prompt)
5311 (org-remember-templates): Fix typos in docstrings.
5312
5313 * org/org-info.el (org-info-store-link): Remove leftover docstring.
5314
5315 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5316 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5317 (org-bbdb-anniv-split): Fix typos in docstrings.
5318
5319 * org/org-publish.el (org-publish-project-alist): Doc fixes.
5320 (org-publish-use-timestamps-flag): Reflow docstring.
5321 (org-publish-files-alist): Fix typos in docstring.
5322
5323 2008-05-07 Sam Steingold <sds@gnu.org>
5324
5325 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
5326 appears to be too aggressive with window removal.
5327
5328 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
5329
5330 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5331 Add leda and 0in as pragma keywords.
5332 (verilog-pretty-expr): Support lining up assignments which include
5333 part selects.
5334 (verilog-mode): More portable check for the availability of
5335 hideshow support.
5336 (verilog-do-indent): Remove special indent for declarations inside
5337 a parenthetical list. The code is ill-advised, and doesn't work
5338 given the new user defined types.
5339 (verilog-set-auto-endcomments): Enhance function automatic
5340 endcomment to support functions that return user defined types.
5341 (verilog-mode): Add code to tell which-function-mode minor mode
5342 that Verilog supports this feature.
5343
5344 2008-05-08 Eli Zaretskii <eliz@gnu.org>
5345
5346 * epa-file.el: Require epa-hook.
5347
5348 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
5349
5350 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
5351 file-names clashes on 8+3 filesystems. Provide epa-hook.
5352
5353 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
5354 file-names clashes on 8+3 filesystems.
5355
5356 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
5357
5358 * org/org.el (org-read-date-get-relative): Interpret lone
5359 weekday abbreviation as relative to today.
5360
5361 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5362
5363 * abbrev.el (define-abbrev-table):
5364 * composite.el (toggle-auto-composition):
5365 * json.el (json-alist-p, json-plist-p):
5366 * minibuffer.el (completion-table-with-predicate):
5367 * ps-mule.el (ps-mule-external-libraries):
5368 * emacs-lisp/advice.el (ad-special-form-p):
5369 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5370 * eshell/em-smart.el (eshell-review-quick-commands):
5371 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
5372 (python-skip-out, python-check-comint-prompt):
5373 Don't use `iff' in docstrings.
5374
5375 * international/robin.el (robin-package-alist): Fix typo in docstring.
5376 (robin-current-package-name): Doc fix.
5377 (robin-activate): Don't use `iff' in docstring.
5378
5379 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
5380
5381 * vc.el, vc-dispatcher.el: VC-Dired support removed.
5382 The code uses a ewoc-based implementation now.
5383 * vc-hooks.el: Support for Meta-CVS has been removed.
5384
5385 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5386
5387 * tool-bar.el: Choose images dynamically.
5388 (tool-bar-make-keymap, tool-bar-find-image): New function.
5389 (tool-bar-find-image-cache): New var.
5390 (tool-bar-local-item, tool-bar-local-item-from-menu):
5391 Don't select the image yet, do it later in tool-bar-make-keymap.
5392
5393 2008-05-07 Andreas Schwab <schwab@suse.de>
5394
5395 * window.el: Require 'cl when compiling.
5396
5397 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5398
5399 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
5400
5401 2008-05-07 Glenn Morris <rgm@gnu.org>
5402
5403 * subr.el (ignore-errors): Move here from cl-macs.el.
5404 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
5405
5406 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
5407 oddness.
5408
5409 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
5410
5411 * vc-hooks.el (vc-find-file-hook):
5412 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
5413 further from vc.el.
5414 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
5415
5416 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
5417
5418 * progmodes/verilog-mode.el (verilog-getopt-file):
5419 Cleanup warning message format.
5420 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
5421 (verilog-auto-inout, verilog-auto-inout-module)
5422 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
5423 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5424 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
5425 (verilog-auto-sense-sigs, verilog-auto-tieoff)
5426 (verilog-auto-unused, verilog-auto-wire)
5427 (verilog-decls-get-assigns, verilog-decls-get-consts)
5428 (verilog-decls-get-gparams, verilog-decls-get-inouts)
5429 (verilog-decls-get-inputs, verilog-decls-get-outputs)
5430 (verilog-decls-get-ports, verilog-decls-get-regs)
5431 (verilog-decls-get-signals, verilog-decls-get-wires)
5432 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
5433 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
5434 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
5435 (verilog-inject-sense, verilog-library-filenames)
5436 (verilog-mode-release-date, verilog-mode-version)
5437 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
5438 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
5439 (verilog-modi-get-assigns, verilog-modi-get-consts)
5440 (verilog-modi-get-gparams, verilog-modi-get-inouts)
5441 (verilog-modi-get-inputs, verilog-modi-get-outputs)
5442 (verilog-modi-get-ports, verilog-modi-get-regs)
5443 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
5444 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
5445 (verilog-modi-get-wires, verilog-preserve-cache)
5446 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
5447 (verilog-read-sub-decls, verilog-read-sub-decls-line)
5448 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
5449 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
5450 Add caching of additional state, and rework signal extraction
5451 routines to improve AUTO expansion performance by 300%++.
5452
5453 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
5454
5455 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5456 Tweak Open Watcom regexp to distinguish between errors and warnings.
5457
5458 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5459
5460 * dired.el (dired-read-dir-and-switches): Fix up last change.
5461
5462 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
5463
5464 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
5465 out of this function, move it to vc-dispatcher-selection-set.
5466
5467 2008-05-05 Sam Steingold <sds@gnu.org>
5468
5469 * window.el (delete-other-windows-vertically): New function.
5470
5471 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5472
5473 * dired.el (dired-read-dir-and-switches):
5474 Obey read-file-name-completion-ignore-case.
5475
5476 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
5477
5478 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5479 Add regexp for Open Watcom compiler output.
5480
5481 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
5482
5483 * progmodes/python.el (python-block-pairs): Align finally with except.
5484
5485 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5486
5487 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
5488
5489 2008-05-05 Tom Tromey <tromey@redhat.com>
5490
5491 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
5492 looking at conflict marker.
5493
5494 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5495
5496 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
5497 client-mode -> vc-client-object, and guess `funcall' was meant.
5498 (vc-dir-mode): Rename client-mode -> vc-client-mode.
5499
5500 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5501
5502 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
5503 (dbus-debug): Move declarations outside eval-when-compile.
5504
5505 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5506
5507 * proced.el (proced-command-alist): Fix system-type values.
5508 Fix defcustom.
5509 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
5510 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5511 (proced-sort-start, proced-sort, proced-sort-time): New commands.
5512 (proced-update): Use proced-sorting-scheme. Update modeline.
5513 (proced-send-signal): Use nreverse.
5514 (proced-sorting-scheme-p): New function.
5515
5516 2008-05-04 Andreas Schwab <schwab@suse.de>
5517
5518 * vc.el: Require dired when compiling.
5519
5520 * minibuffer.el (completion--insert-strings): Don't delete past bol.
5521
5522 2008-05-03 Glenn Morris <rgm@gnu.org>
5523
5524 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
5525 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
5526 Simplify compilation requirements.
5527 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
5528 declarations.
5529
5530 2008-05-03 Dave Love <fx@gnu.org>
5531
5532 * progmodes/python.el (python-beginning-of-statement):
5533 Loop at least once (fixes 2008-02-21 change).
5534
5535 2008-05-03 Eli Zaretskii <eliz@gnu.org>
5536
5537 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
5538 instead of `length' for comparing length of user and group names.
5539
5540 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
5541
5542 * vc-dispatcher.el: New file, separates out the UI and command
5543 execution machinery from VCS-specific logic left in vc.el.
5544 The separation is not yet completely clean, but it's a good start.
5545 * vc.el: This file is about 1700 lines shorter now.
5546 Remove obsolete logentry-check from the backend API.
5547 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
5548 implementation of the logentry-check method, and it guarded against
5549 a log length limit that has probably been obsolete for 15 years (!).
5550
5551 2008-05-02 Sam Steingold <sds@gnu.org>
5552
5553 * progmodes/compile.el (compilation-start): Move setting of
5554 compilation-directory after (funcall mode) as that resets local
5555 variables, this fixes recompile in grep buffers.
5556 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
5557 in dired &c).
5558
5559 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5560
5561 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
5562 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5563 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
5564 has one of these and that all are called in compatible ways.
5565 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
5566 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5567 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
5568 backend has one of these.
5569
5570 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5571
5572 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
5573 initialization into define-abbrev-table. Use :regexp.
5574 (octave-mode-syntax-table): Don't set word syntax for `.
5575
5576 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
5577 than only value.
5578
5579 * dired.el (dired-read-dir-and-switches):
5580 Set minibuffer-completing-file-name and call substitute-in-file-name.
5581 (dired-format-columns-of-files): Use completion--insert-strings.
5582
5583 * minibuffer.el (completion-hilit-commonality): Revert last change:
5584 the leftover code was actually useful.
5585 (completion--insert-strings): Use string-width rather than length.
5586
5587 2008-05-02 Sam Steingold <sds@gnu.org>
5588
5589 * vc.el (vc-dir-mode-map): Enable mouse bindings.
5590 (vc-at-event): New macro: run the body at the even location.
5591 (vc-dir-menu, vc-dir-toggle-mark): Use it.
5592 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
5593 * subr.el (mouse-event-p): Check if the event is mouse-related.
5594
5595 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
5596
5597 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5598 Don't throw error if no file is found.
5599
5600 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5601
5602 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
5603 (vc-default-state-heuristic): Doc fix.
5604
5605 2008-05-02 Richard Sharman <rsharman@pobox.com>
5606
5607 * hilit-chg.el (highlight-changes-mode): Remove references to
5608 hooks that no longer exist. Because define-minor-mode is used the
5609 hook highlight-changes-mode-hook exists and can do what both the
5610 old hooks used to do. The documentation at the top of the file
5611 was updated to demonstrate this.
5612 (highlight-changes-mode): Remove commented out call to a hook
5613 function that is no longer there.
5614 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
5615
5616 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5617
5618 * vc.el (vc-default-dired-state-info): Change name of primitive
5619 to prettify-state-info, in preparation for ripping out dired mode.
5620 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
5621 to prettify-state-info, in preparation for ripping out dired mode.
5622 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
5623 tries this on a version-controlled buffer. It will do useless or
5624 actively bad things on any version control system newer than RCS.
5625 * vc-hooks.el (vc-dired-resynch-file):
5626 * vc.el (vc-dired-resynch-file): Change name of primitive to
5627 vc-directory-resynch-file, preparing to remove dired.
5628
5629 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5630
5631 * vc-rcs.el (vc-rcs-state): Fix typos.
5632
5633 * vc.el (vc-register): Change argument order so that the prefix
5634 argument is assigned correctly.
5635 (vc-next-action, vc-dir-register): Update for the above change.
5636
5637 2008-05-01 Juri Linkov <juri@jurta.org>
5638
5639 * replace.el (occur-read-primary-args): Set default to the car of
5640 regexp-history and display it in the prompt, but don't add to the
5641 list of minibuffer defaults. Bind history-add-new-input to nil to
5642 not add automatically `default'. For empty input return `default'.
5643 Otherwise, add `input' to regexp-history and return it.
5644 (occur-1): Signal an error for the empty regexp.
5645
5646 * progmodes/compile.el (compilation-auto-jump):
5647 Set window point to `pos' explicitly.
5648
5649 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
5650
5651 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
5652 when appropriate.
5653 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
5654 we report the 'unregistered state reliably.
5655 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
5656 we report the 'unregistered state reliably.
5657 * vc-git.el (vc-git-state): Call vc-git-unregistered so
5658 we report the 'unregistered state reliably.
5659 * vc-hooks.el (vc-state): Document that vc-unregistered is
5660 now expected to be returned reliably.
5661 * vc.el (vc-default-dired-state): Change needs-patch state to
5662 needs-update, since the name now shows up in dir-status listings
5663 and was somewhat misleading.
5664 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
5665 immediately after removing the file.
5666 * vc.el (vc-next-action): More informative messages when a fileset
5667 is in a mixed state or files are missing.
5668
5669 2008-05-01 Sam Steingold <sds@gnu.org>
5670
5671 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
5672
5673 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
5676
5677 2008-05-01 Daiki Ueno <ueno@unixuser.org>
5678
5679 * epa-file-hook.el: New file split from epa-file.el.
5680 * epa-file.el: Require 'epa-file-hook.
5681 (epa-file-handler): Add autoload cookie.
5682 * loadup.el: Load epa-file-hook.
5683 * startup.el (command-line): Eval the body of auto-encryption-mode.
5684
5685 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5686
5687 * vc.el (vc-dir-mode-map): Don't bind "r".
5688
5689 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
5690 (vc-hg-status-printer): New function.
5691 (vc-hg-after-dir-status): Deal with copied and renamed files.
5692 (vc-hg-dir-status): Add flag to show copied files.
5693
5694 2008-05-01 John Paul Wallington <jpw@pobox.com>
5695
5696 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
5697 (ibuffer-do-sort-by-recency): Reverse sorting order if last
5698 sorting mode was recency.
5699
5700 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
5701 reverse sorting order if last sorting mode was the sorter's.
5702
5703 2008-05-01 Jason Rumney <jasonr@gnu.org>
5704
5705 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
5706
5707 2008-04-30 John Paul Wallington <jpw@pobox.com>
5708
5709 * ibuffer.el (define-ibuffer-column filename): When the major mode
5710 is `vc-dir-mode' show the buffer's default directory.
5711
5712 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
5713 major mode is `vc-dir-mode' use the buffer's default directory.
5714
5715 2008-04-30 Sam Steingold <sds@gnu.org>
5716
5717 * vc.el (vc-dir-delete-file): Add.
5718 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
5719 (vc-delete-file): Do not barf when the file has been already deleted.
5720
5721 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5722
5723 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
5724
5725 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * progmodes/octave-mod.el (octave-help): New function.
5728 * progmodes/octave-hlp.el: Delete.
5729 * info-look.el (octave-mode): Add operator index.
5730
5731 * vc.el (vc-checkout): Typo.
5732
5733 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5734
5735 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
5736 Add "..." in the appropriate places.
5737
5738 * epa.el (epa-key-list-mode-map): Add more menu entries.
5739 Add "..." in the appropriate places.
5740
5741 * dired.el (dired-mode-map): Add :help.
5742
5743 * vc.el (vc-deduce-fileset): Add new parameter.
5744 (vc-dir-marked-only-files): New function.
5745 (vc-next-action): Don't ignore directories, look at the files
5746 inside them.
5747 (vc-dir-mode): Document how the mark/unmark commands work.
5748
5749 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5750
5751 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5752 Rule out trailing spaces in file and directory names as well.
5753
5754 * minibuffer.el (completion--do-completion): Move point even if the
5755 completion makes no change.
5756 (completion-pcm-try-completion): Fix computation of new point.
5757
5758 2008-04-30 David Hansen <david.hansen@gmx.net>
5759
5760 * dired.el: Require 'cl.
5761
5762 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
5763
5764 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
5765 hollow if not in innermost frame.
5766
5767 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5768 Make `checkout-model' apply to filesets.
5769 * vc-hooks.el (vc-checkout-model): Rewrite.
5770 (vc-before-save, vc-after-save): Adjust callers accordingly.
5771 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
5772 (vc-transfer-file): Adjust callers accordingly.
5773 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
5774 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
5775 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
5776 instead of vc-checkout-model.
5777 * vc-mcvs.el (vc-mcvs-revert):
5778 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
5779 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
5780 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
5781 * vc-svn.el (vc-svn-checkout-model):
5782 * vc-hg.el (vc-hg-checkout-model):
5783 * vc-git.el (vc-git-checkout-model):
5784 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
5785
5786 * dired.el (dired-read-dir-and-switches): Replace last change with
5787 a new approach that mixes read-file-name and read-directory-name.
5788
5789 * files.el (read-buffer-to-switch):
5790 Avoid making assumptions about `other-buffer'.
5791
5792 2008-04-29 Sam Steingold <sds@gnu.org>
5793
5794 * vc.el (vc-dir-mode-hook): Add normal hook.
5795 (vc-dir-mode): Run it.
5796
5797 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5798
5799 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
5800 Always split windows.
5801 (gdb-speedbar-timer-fn): Only raise frame after user input.
5802 (gdb-same-frame): Reverse initial value.
5803 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
5804
5805 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
5806 gdb-speedbar-timer-fn.
5807
5808 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5809
5810 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
5811
5812 2008-04-29 Daiki Ueno <ueno@unixuser.org>
5813
5814 * epa.el (epa-key-list-mode-map): Add menu.
5815 (epa-delete-keys, epa-import-keys): Fix typo.
5816
5817 2008-04-29 Glenn Morris <rgm@gnu.org>
5818
5819 * find-cmd.el (top-level): Does not need cl when compiling.
5820
5821 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
5822
5823 * find-cmd.el: New file.
5824
5825 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5826
5827 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
5828 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
5829 (completion-pcm--hilit-commonality): New function.
5830 (completion-pcm-all-completions): Use it.
5831
5832 * minibuffer.el (completion-common-substring): Mark obsolete.
5833 (completions-first-difference, completions-common-part):
5834 Move from simple.el.
5835 (completion-hilit-commonality): New fun.
5836 (display-completion-list, completion-emacs21-all-completions)
5837 (completion-emacs22-all-completions): Use it.
5838 * simple.el (completions-first-difference, completions-common-part):
5839 Move to minibuffer.el.
5840 (choose-completion-string): Use field functions and minibufferp.
5841 (completion-setup-function): Don't set completions faces.
5842
5843 2008-04-29 Glenn Morris <rgm@gnu.org>
5844
5845 * calendar/calendar.el (calendar-nth-named-absday)
5846 (calendar-nth-named-day):
5847 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
5848 * calendar/holidays.el (holiday-float): Doc fixes.
5849
5850 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
5851 the `full' case.
5852
5853 * org/org-agenda.el (calendar-iso-from-absolute):
5854 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
5855 Fix declarations.
5856
5857 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
5858
5859 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
5860 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
5861 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
5862 (gdb-assembler-custom): Be careful not to match other addresses.
5863
5864 2008-04-29 Jason Rumney <jasonr@gnu.org>
5865
5866 * battery.el (battery-status-function): Use w32-battery-status
5867 on Windows.
5868 (battery-echo-area-format): Make apm format the general case.
5869 (battery-mode-line-format): Merge apm and pmset formats as the
5870 general case.
5871
5872 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5873
5874 * progmodes/gdb-ui.el (gdb-info-stack-custom):
5875 Use gud-tool-bar-item-visible-no-fringe.
5876 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
5877 is already visible in frame. Remove optional size parameter
5878 and add optional frame parameter.
5879
5880 * progmodes/gud.el (gud-display-line): Only consider visible
5881 frames when looking for source buffer.
5882
5883 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
5884
5885 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
5886 argument to get-char-property, in case the current buffer hasn't
5887 been assigned to that window yet.
5888 (doc-view-display): Default to selected window if the current
5889 buffer hasn't been assigned to a window yet.
5890
5891 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
5892
5893 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
5894
5895 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5896
5897 * net/tramp.el (tramp-mode): New defcustom.
5898 (tramp-file-name-handler, tramp-completion-file-name-handler):
5899 Use it.
5900 (tramp-replace-environment-variables): Handle "$$".
5901
5902 2008-04-28 Sam Steingold <sds@gnu.org>
5903
5904 * vc-hg.el (vc-hg-rename-file): Fix argument order.
5905
5906 2008-04-28 Bastien Guerry <bzg@altern.org>
5907
5908 * whitespace.el (whitespace-trailing): Fix typo.
5909
5910 2008-04-28 Sam Steingold <sds@gnu.org>
5911
5912 * textmodes/remember.el (diary-make-entry): Update the autoload.
5913
5914 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5915
5916 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
5917 all-completions.
5918
5919 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
5922
5923 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5924
5925 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
5926 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
5927 (vc-dir-mark-file): Add an optional argument.
5928 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
5929
5930 2008-04-27 Daiki Ueno <ueno@unixuser.org>
5931
5932 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
5933 rather than obsolete alias find-file-hooks.
5934 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
5935 Use find-file-hook rather than obsolete alias find-file-hooks.
5936 Add to find-file-not-found-functions.
5937 (epa-file-handler): Put 'safe-magic and 'operations properties.
5938
5939 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
5940 (epa-menu-items): Remove.
5941
5942 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
5943 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
5944 (epa-dired-mode, epa-global-dired-mode): Remove.
5945
5946 * dired.el (dired-mode-map): Bind encryption/decryption commands.
5947
5948 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
5949
5950 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
5951
5952 2008-04-27 Glenn Morris <rgm@gnu.org>
5953
5954 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
5955 Remove un-needed local `orig-list'. Replace cl `copy-list'.
5956
5957 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
5958
5959 * org/org.el (org-html-level-start): Always have id's in HTML.
5960 (org-export-as-html): Use `org-link-protocols' to
5961 retrieve the export form of the link.
5962 (org-add-link-type): Final parameter renamed from PUBLISH.
5963 Better documentation of how it is to be used. Avoid double entries for
5964 the same link type.
5965 (org-add-link-props): New function.
5966 (org-modules-loaded): New variable.
5967 (org-load-modules-maybe, org-set-modules): New function.
5968 (org-modules): New option.
5969 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
5970 (orgtbl-mode, org-store-link, org-insert-link-global)
5971 (org-open-at-point): Call `org-load-modules-maybe'.
5972 (org-search-view): Add more text properties.
5973 (org-agenda-schedule, org-agenda-deadline): Allow also in
5974 search-type agendas.
5975 (org-search-view): Order of arguments has been changed.
5976 Interpret prefix-arg as TODO-ONLY.
5977 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
5978 Take new argument order of `org-search-view' into account.
5979 (org-todo-only): New variable.
5980 (org-search-syntax-table): New variable and function.
5981 (org-search-view): Do the search with the special syntax table.
5982 (define-obsolete-function-alias): Make work with XEmacs.
5983 (org-add-planning-info): Use old date as default when modifying an
5984 existing deadline or scheduled item.
5985 (org-agenda-compute-time-span): Make argument N optional.
5986 (org-agenda-format-date-aligned): Require `cal-iso'.
5987 (org-agenda-list): Include week into agenda heading, don't
5988 list it at each date (only on Mondays).
5989 (org-read-date-analyze): Define local variable `iso-date'.
5990 (org-agenda-format-date-aligned): Remove dependency on
5991 `calendar-time-from-absolute'.
5992 (org-remember-apply-template, org-go-to-remember-target):
5993 Interpret filenames relative to `org-directory'.
5994 (org-complete): Silently fail when trying to complete
5995 keywords that don't have a default value.
5996 (org-get-current-options): Add a #+DATE: option.
5997 (org-additional-option-like-keywords): Remove "DATE:" from the
5998 list of additional keywords.
5999 (org-export-as-html): Remove (current-time) as unnecessary second
6000 argument of `format-time-string'.
6001 (org-clock-find-position): Handle special case at end of buffer.
6002 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
6003 `org-agenda-change-time-span'.
6004 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
6005 `org-agenda-change-time-span'.
6006 (org-agenda-month-view): New argument MONTH, pass it on to
6007 `org-agenda-change-time-span'.
6008 (org-agenda-year-view): New argument YEAR, pass it on to
6009 `org-agenda-change-time-span'.
6010 (org-agenda-change-time-span): New optional argument N, pass it on
6011 to `org-agenda-compute-time-span'.
6012 (org-agenda-compute-time-span): New argument N, interpret it by
6013 changing the starting day.
6014 (org-small-year-to-year): New function.
6015 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
6016 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
6017 into the future, and that the shift is at least one interval, never 0.
6018 (org-update-checkbox-count): Fix bug with checkbox counting.
6019 (org-add-note): New command.
6020 (org-add-log-setup): Rename from `org-add-log-maybe'.
6021 (org-log-note-headings): New entry for plain notes (i.e. notes not
6022 related to state changes or clocking).
6023 (org-get-org-file): Check for availability of `remember-data-file'.
6024 (org-cached-entry-get): Allow a regexp value for
6025 `org-use-property-inheritance'.
6026 (org-use-property-inheritance): Allow regexp value. Fix bug in
6027 customization type.
6028 (org-use-tag-inheritance): Allow a list and a regexp value for
6029 this variable.
6030 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
6031 (org-entry-get): Respect value `selective' for the INHERIT argument.
6032 (org-tag-inherit-p, org-property-inherit-p): New functions.
6033 (org-agenda-format-date-aligned): Allow 10 characters for
6034 weekday, to acomodate German locale.
6035 (org-add-archive-files): New function.
6036 (org-agenda-files): New argument `ext', to get archive files as well.
6037 (org-tbl-menu): Protect the use of variables that
6038 are only available when org-table.el gets loaded.
6039 (org-read-agenda-file-list): Error if `org-agenda-files' is a
6040 single directory.
6041 (org-open-file): Allow a batch process to trigger
6042 waiting after executing a system command.
6043 (org-store-link): Link to headline when there is not
6044 target and no region in an org-mode buffer when creating a link.
6045 (org-link-types-re): New variable.
6046 (org-make-link-regexps): Compute `org-link-types-re'.
6047 (org-make-link-description-function): New option.
6048 (org-agenda-date, org-agenda-date-weekend): New faces.
6049 (org-archive-sibling-heading): New option.
6050 (org-archive-to-archive-sibling): New function.
6051 (org-iswitchb): New command.
6052 (org-buffer-list): New function.
6053 (org-agenda-columns): Also try the #+COLUMNS line in
6054 the buffer associated with the entry at point (or with the first
6055 entry in the agenda view).
6056 (org-modules): Add entry for org-bibtex.el.
6057 (org-completion-fallback-command): Move into `org-completion' group.
6058 (org-clock-heading-function): Move to `org-progress' group.
6059 (org-auto-repeat-maybe): Make sure that a note can
6060 be enforces if `org-log-repeat' is `note'.
6061 (org-modules): Allow additional symbols for external packages.
6062 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
6063 (org-clock-goto): Hide drawers after showing an
6064 entry with `org-clock-goto'.
6065 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
6066 Try also a clocktable block shift.
6067 (org-clocktable-try-shift): New function.
6068 (org-columns-hscoll-title): New function.
6069 (org-columns-previous-hscroll): New variable.
6070 (org-columns-full-header-line-format): New variable.
6071 (org-columns-display-here-title, org-columns-remove-overlays):
6072 Install `org-columns-hscoll-title' in post-command-hook.
6073
6074 * org/org.el: Split into many small files.
6075
6076 * org/org-agenda.el: New file, split off from org.el.
6077
6078 * org/org-archive.el: New file, split off from org.el.
6079
6080 * org/org-bbdb.el: New file.
6081
6082 * org/org-bibtex.el: New file, split off from org.el.
6083
6084 * org/org-clock.el: New file, split off from org.el.
6085
6086 * org/org-colview.el: New file, split off from org.el.
6087
6088 * org/org-compat.el: New file, split off from org.el.
6089
6090 * org/org-exp.el: New file, split off from org.el.
6091
6092 * org/org-faces.el: New file, split off from org.el.
6093
6094 * org/org-gnus.el: New file, split off from org.el.
6095
6096 * org/org-info.el: New file, split off from org.el.
6097
6098 * org/org-infojs.el: New file.
6099
6100 * org/org-irc.el: New file.
6101
6102 * org/org-macs.el: New file, split off from org.el.
6103
6104 * org/org-mew.el: New file.
6105
6106 * org/org-mhe.el: New file, split off from org.el.
6107
6108 * org/org-publish.el: New file, split off from org.el.
6109
6110 * org/org-remember.el: New file, split off from org.el.
6111
6112 * org/org-rmail.el: New file, split off from org.el.
6113
6114 * org/org-table.el: New file, split off from org.el.
6115
6116 * org/org-vm.el: New file, split off from org.el.
6117
6118 * org/org-wl.el: New file, split off from org.el.
6119
6120 2008-04-27 Jason Riedy <jason@acm.org>
6121
6122 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
6123 parameter that supresses lines that evaluate to NIL.
6124 (orgtbl-get-fmt): New inline function for
6125 picking apart formats that may be lists.
6126 (orgtbl-apply-fmt): New inline function for applying formats that
6127 may be functions.
6128 (orgtbl-eval-str): New inline function for strings that may be
6129 functions.
6130 (orgtbl-format-line, orgtbl-to-generic): Use and document.
6131 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
6132 (*orgtbl-llfmt*, *orgtbl-llstart*)
6133 (*orgtbl-llend*): Dynamic variables for last-line formatting.
6134 (orgtbl-format-section): Shift formatting to support detecting the
6135 last line and formatting it specially.
6136 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
6137 formats unless overridden.
6138 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
6139 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
6140 bound variables to hold the input collection of lines and output
6141 formatted text.
6142 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
6143 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
6144 format parameters.
6145 (orgtbl-format-line): New function encapsulating formatting for a
6146 single line.
6147 (orgtbl-format-section): Similar for each section. Rebinding the
6148 dynamic vars customizes the formatting for each section.
6149 (orgtbl-to-generic): Use orgtbl-format-line and
6150 orgtbl-format-section.
6151 (org-get-param): Now unused, so delete.
6152 (orgtbl-gather-send-defs): New function to
6153 gather all the SEND definitions before a table.
6154 (orgtbl-send-replace-tbl): New function to find the RECEIVE
6155 corresponding to the current name.
6156 (orgtbl-send-table): Use the previous two functions and implement
6157 multiple destinations for each table.
6158
6159 * doc/org.texi (A LaTeX example): Note that fmt may be a
6160 one-argument function, and efmt may be a two-argument function.
6161 (Radio tables): Document multiple destinations.
6162
6163 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
6164
6165 * org/org-agenda.el (org-add-to-diary-list): New function.
6166 (org-prefix-has-effort): New variable.
6167 (org-sort-agenda-noeffort-is-high): New option.
6168 (org-agenda-columns-show-summaries)
6169 (org-agenda-columns-compute-summary-properties): New options.
6170 (org-format-agenda-item): Compute the duration of the item.
6171 (org-agenda-weekend-days): New variable.
6172 (org-agenda-list, org-timeline): Use the proper faces for dates in
6173 the agenda and timeline buffers.
6174 (org-agenda-archive-to-archive-sibling): New command.
6175 (org-agenda-start-with-clockreport-mode): New option.
6176 (org-agenda-clockreport-parameter-plist): New option.
6177 (org-agenda-clocktable-mode): New variable.
6178 (org-agenda-deadline-leaders): Allow a function value for the
6179 deadline leader.
6180 (org-agenda-get-deadlines): Deal with new function value.
6181
6182 * org/org-clock.el (org-clock): New customization group.
6183 (org-clock-into-drawer, org-clock-out-when-done)
6184 (org-clock-in-switch-to-state, org-clock-heading-function):
6185 Move into the new group.
6186 (org-clock-out-remove-zero-time-clocks): New option.
6187 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
6188 (org-dblock-write:clocktable): Allow a Lisp form for the scope
6189 parameter.
6190 (org-dblock-write:clocktable): Fix bug with total time calculation.
6191 (org-dblock-write:clocktable): Request the unrestricted list of files.
6192 (org-get-clocktable): New function.
6193 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
6194 be strings but also integers (an absolute day number) and lists (m d y).
6195
6196 * org/org-colview.el (org-columns-next-allowed-value)
6197 (org-columns-edit-value): Limit the effort for updating in the
6198 agenda to recomputing a single file.
6199 (org-columns-compute): Only write property value if it has changed.
6200 This avoids raising the buffer-change-flag unnecessarily.
6201 (org-agenda-colview-summarize)
6202 (org-agenda-colview-compute): New functions.
6203 (org-agenda-columns): Call `org-agenda-colview-summarize'.
6204
6205 * org/org-exp.el (org-export-run-in-background): New option.
6206 (org-export-icalendar): Allow a batch process to trigger waiting
6207 after executing a system command.
6208 (org-export-preprocess-string): Rename from
6209 `org-cleaned-string-for-export'.
6210 (org-export-html-style): Made target class look like normal text.
6211 (org-export-as-html): Make use of the better proprocessing in
6212 `org-cleaned-string-for-export'.
6213 (org-cleaned-string-for-export): Better treatment of heuristic
6214 targets, many more internal links will now work in HTML export.
6215 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
6216 (org-export-inbuffer-options-extra): New variable.
6217 (org-export-options-filters): New hook.
6218 (org-infile-export-plist): Find also the settings keywords in
6219 `org-export-inbuffer-options-extra'.
6220 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
6221 multiple #+INFOJS_OPT lines.
6222 (org-export-html-handle-js-options): New function.
6223 (org-export-html-infojs-setup): New option.
6224 (org-export-as-html): Call `org-export-html-handle-js-options'.
6225 Add autoload to all entry points.
6226 (org-skip-comments): Function removed.
6227
6228 * org/org-table.el (org-table-make-reference): Extra parenthesis
6229 around single fields, to make sure that algebraic formulas get
6230 correctly interpreted by calc.
6231 (org-table-current-column): No longer interactive.
6232
6233 * org/org-export-latex.el (org-export-latex-preprocess):
6234 Rename from `org-export-latex-cleaned-string'.
6235
6236 2008-04-27 Bastien Guerry <bzg@altern.org>
6237
6238 * org/org-publish.el (org-publish-get-base-files-1): New function.
6239 (org-publish-get-base-files): Use it.
6240 (org-publish-temp-files): New variable.
6241 Don't require 'dired-aux anymore.
6242 (org-publish-initial-buffer): New variable.
6243 (org-publish-org-to, org-publish): Use it.
6244 (org-publish-get-base-files-1): Bug fix: get
6245 the proper list of files when recursing thru a directory.
6246 (org-publish-get-base-files): Use the :exclude property to skip
6247 both files and directories.
6248
6249 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
6250
6251 * net/tramp.el (tramp-handle-make-symbolic-link)
6252 (tramp-handle-file-name-directory)
6253 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6254 (tramp-do-copy-or-rename-file-directly)
6255 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
6256 (tramp-handle-substitute-in-file-name)
6257 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6258 * net/tramp-cache.el (tramp-get-file-property)
6259 (tramp-set-file-property, tramp-flush-file-property)
6260 (tramp-flush-directory-property)
6261 * net/tramp-compat.el (tramp-compat-make-temp-file)
6262 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6263 Disable `file-name-handler-alist' when handling localname.
6264 It could have a remote file syntax, like a VMS file name.
6265
6266 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6267
6268 * whitespace.el: New version 11.1.
6269 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
6270 enclosed by \\( and \\)$. Docstring fix.
6271 (whitespace-trailing-regexp): Fun removed.
6272 (whitespace-report-list): Const initialization fix.
6273 (whitespace-color-on): Code fix.
6274
6275 2008-04-27 Andreas Schwab <schwab@suse.de>
6276
6277 * Makefile.el: Unbreak bootstrap.
6278
6279 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
6280
6281 * net/tramp.el (tramp-replace-environment-variables): New defun.
6282 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
6283 Use it.
6284
6285 2008-04-27 Glenn Morris <rgm@gnu.org>
6286
6287 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
6288
6289 * calculator.el (calculator-expt): Replace cl function `oddp'.
6290
6291 2008-04-27 Johan Bockgård <bojohan@gnu.org>
6292
6293 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6294 Simplify. Collect `defun' and `autoload' entries.
6295 Avoid modifying load-history.
6296
6297 2008-04-26 Glenn Morris <rgm@gnu.org>
6298
6299 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
6300
6301 * simple.el (quoted-insert, zap-to-char): Revert previous change.
6302
6303 2008-04-26 John Paul Wallington <jpw@pobox.com>
6304
6305 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
6306 `hexl-mode-old-eldoc-documentation-function'.
6307 (hexl-mode-exit): Restore it.
6308 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
6309
6310 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
6311
6312 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
6313
6314 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
6315 (completion-pcm--all-completions): Doc fix.
6316 (completion-styles-alist, completion-all-completions):
6317 Fix typos in docstrings.
6318
6319 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6320
6321 * whitespace.el: There is now only one variable (whitespace-style) to
6322 specify which kind of blank is visualized. Doc and docstring fix.
6323 New version 11.0.
6324 (whitespace-style): New option, replace whitespace-style-mark and
6325 whitespace-style-color.
6326 (whitespace-style-mark, whitespace-style-color): Options removed.
6327 (whitespace-hspace, whitespace-tab, whitespace-newline)
6328 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
6329 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
6330 (whitespace-hspace-regexp, whitespace-space-regexp)
6331 (whitespace-tab-regexp, whitespace-trailing-regexp)
6332 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6333 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6334 (whitespace-space-after-tab-regexp, whitespace-line-column)
6335 (whitespace-display-mappings, whitespace-report): Docstring fix.
6336 (whitespace-color-value-list, whitespace-mark-value-list)
6337 (whitespace-active-color, whitespace-active-mark)
6338 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
6339 (whitespace-style-value-list, whitespace-active-style)
6340 (whitespace-toggle-style): New vars.
6341 (whitespace-toggle-option-alist, whitespace-help-text):
6342 Var initialization and docstring fix.
6343 (whitespace-toggle-options, global-whitespace-toggle-options)
6344 (whitespace-cleanup, whitespace-cleanup-region)
6345 (whitespace-report-region, whitespace-interactive-char)
6346 (whitespace-toggle-list): Docstring and code fix.
6347 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
6348 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
6349 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
6350 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
6351
6352 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
6355 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
6356 (diff-sanity-check-hunk): Adjust code accordingly.
6357
6358 2008-04-26 Glenn Morris <rgm@gnu.org>
6359
6360 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
6361
6362 * forms-d2.dat: Move to ../etc.
6363 * forms-d2.el (forms-file): Adapt for above change.
6364
6365 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
6366 `translation-table-for-input'.
6367
6368 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
6369 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
6370
6371 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
6372 to punctuation now it's not needed for abbrevs.
6373 (fortran-mode-abbrev-table): Remove defvar, make use of new
6374 define-abbrev-table :regexp feature.
6375
6376 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
6377 insert, now that translation-table-for-input is not needed.
6378
6379 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
6380
6381 * emacs-lisp/pp.el (pp-display-expression): New function,
6382 extracted from pp-eval-expression.
6383 (pp-eval-expression): Use pp-display-expression.
6384 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
6385 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
6386 (pp-eval-last-sexp): Use pp-last-sexp.
6387
6388 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * abbrev.el (define-abbrev-table): Apply props even if the table
6391 exists already.
6392
6393 * minibuffer.el (completion-table-with-context): Fix `pred' for the
6394 various kinds of completion tables.
6395 (completion-emacs22-try-completion): Place cursor after the /, as was
6396 done in Emacs-22's minibuffer-complete-word.
6397 Fix bug reported by David Hansen <david.hansen@gmx.net>.
6398 (completion-emacs22-try-completion): Merge all mergable text rather
6399 than just /.
6400 (completion-pcm--delim-wild-regex): New var.
6401 (completion-pcm-word-delimiters): New custom.
6402 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
6403 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
6404 (completion-pcm--all-completions, completion-pcm-all-completions)
6405 (completion-pcm--merge-completions, completion-pcm--pattern->string)
6406 (completion-pcm-try-completion): New functions.
6407 (completion-styles-alist): Add them.
6408 (completion-styles): Add it to the default.
6409
6410 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
6411
6412 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
6413 (gdb-var-create-handler): ...until here when there are values.
6414 (gdb-post-prompt): Don't do -var-update with no watch expressions.
6415 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
6416
6417 2008-04-25 Eli Zaretskii <eliz@gnu.org>
6418
6419 * ls-lisp.el (ls-lisp-format): Fix last change.
6420 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
6421 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
6422 (ls-lisp-filesize-f-fmt): New defvars.
6423 (ls-lisp-insert-directory): Dynamically compute format specifiers
6424 for displaying UID, GID, and file size, and store them in the
6425 above variables.
6426 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
6427 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
6428 instead of constant format strings.
6429 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
6430 ls-lisp-filesize-d-fmt instead of constant format strings.
6431
6432 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
6433
6434 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
6435 value of addresses rather than (partial) string value.
6436 (gdb-frame-handler): Change regexp according to above change.
6437 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6438 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
6439 (gdb-assembler-mode): Disable undo in these buffers.
6440
6441 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
6442
6443 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
6444 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
6445
6446 2008-04-24 Sam Steingold <sds@gnu.org>
6447
6448 * textmodes/remember.el (remember-diary-extract-entries): Use
6449 diary-make-entry instead of the obsolete make-diary-entry.
6450
6451 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6452
6453 * subr.el (translation-table-for-input): Mark as obsolete.
6454
6455 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
6456
6457 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
6458
6459 * textmodes/ispell.el (ispell-dictionary-alist-1)
6460 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
6461 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
6462 (ispell-dictionary-alist-6): Remove.
6463 (ispell-dictionary-base-alist): New var, merges the above.
6464 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
6465 Use it.
6466 (ispell-dictionary-alist): Default to nil. Remove autoload.
6467 (ispell-local-dictionary-alist): Remove autoload.
6468
6469 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
6470 (f90-mode-abbrev-table): Use the new :regexp feature.
6471 Merge defvar and mapc into define-abbrev-table.
6472 (f90-imenu-type-matcher): Remove unused `l'.
6473 (f90-imenu-generic-expression): Remove unused `not-ib'.
6474 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
6475 (f90-change-keywords): Use restore-buffer-modified-p.
6476
6477 2008-04-24 Glenn Morris <rgm@gnu.org>
6478
6479 * net/goto-addr.el (goto-address-prog-mode):
6480 * progmodes/bug-reference.el (bug-reference-prog-mode):
6481 Define for compiler.
6482
6483 * minibuffer.el (x-file-dialog): Declare as function.
6484
6485 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
6486 dframe-update-speed rather than obsolete alias speedbar-update-speed.
6487
6488 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
6489 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
6490 work with easymenu. Add :keys where needed.
6491
6492 * calendar/cal-move.el (calendar-scroll-left): Handle case when
6493 event-start is nil.
6494
6495 * calendar/calendar.el (calendar-mode-map): Fix typo.
6496
6497 2008-04-24 Tom Tromey <tromey@redhat.com>
6498
6499 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6500 Document keywords. Add :suppress.
6501 * pcvs-defs.el (cvs-mode-map): Use :suppress.
6502
6503 * net/goto-addr.el (goto-address-unfontify): New function.
6504 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
6505 (goto-address-fontify-region, goto-address-mode)
6506 (goto-address-prog-mode): New functions.
6507
6508 * progmodes/bug-reference.el: New file.
6509
6510 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6511
6512 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
6513
6514 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6515
6516 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
6517 macros within lambdas.
6518
6519 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * minibuffer.el (completion-try-completion): Add `point' argument.
6522 Change return value.
6523 (completion-all-completions): Add `point' argument.
6524 (minibuffer-completion-help): Pass the new `point' argument.
6525 (completion--do-completion): Pass the whole field to try-completion.
6526 (completion--try-word-completion): Rewrite, making fewer assumptions.
6527 (completion-emacs21-try-completion, completion-emacs21-all-completions)
6528 (completion-emacs22-try-completion, completion-emacs22-all-completions)
6529 (completion-basic-try-completion, completion-basic-all-completions):
6530 New functions.
6531 (completion-styles-alist): Use them.
6532
6533 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
6534
6535 * textmodes/ispell.el (ispell-set-spellchecker-params):
6536 New function to make sure right params and dictionary alists are used
6537 after spellchecker changes.
6538 (ispell-aspell-dictionary-alist, ispell-last-program-name)
6539 (ispell-initialize-spellchecker-hook): New variables and hook.
6540 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
6541 (ispell-maybe-find-aspell-dictionaries): Remove.
6542 Calls replaced by (ispell-set-spellchecker-params) calls.
6543 (ispell-have-aspell-dictionaries): Remove.
6544
6545 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
6546 by ispell-set-spellchecker-params.
6547
6548 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6549
6550 * complete.el (PC-do-completion): Be more robust in the presence of
6551 unexpected values in minibuffer-completion-predicate.
6552
6553 * minibuffer.el (read-file-name): Don't let-bind default-directory.
6554 Only abbreviate default-filename if it's a file.
6555
6556 * minibuffer.el (read-file-name-function, read-file-name-predicate)
6557 (read-file-name-completion-ignore-case, insert-default-directory):
6558 New vars, moved from fileio.c.
6559 (read-file-name): New fun, moved from fileio.c.
6560 * cus-start.el: Remove insert-default-directory and
6561 read-file-name-completion-ignore-case.
6562
6563 2008-04-23 Magnus Henoch <mange@freemail.hu>
6564
6565 * tar-mode.el (tar-untar-buffer): If the entry has directory
6566 link type, extract it as a directory even if its file name doesn't
6567 end with a slash. Fixes extraction of NetBSD tar archives.
6568
6569 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6570
6571 * server.el (server-start): Also don't get confused by CRs since we
6572 don't quote them.
6573
6574 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
6575
6576 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
6577 (gdb-set-gud-minor-mode-existing-buffers)
6578 (gdb-info-breakpoints-custom, gdb-get-location)
6579 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6580 Previously gdb-create-define-alist wasn't always run and added to
6581 after-save-hook.
6582
6583 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
6584
6585 2008-04-23 Kevin Ryde <user42@zip.com.au>
6586
6587 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
6588 comments like unindented ones.
6589
6590 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6591
6592 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
6593 parameter origins.
6594
6595 2008-04-23 Kevin Ryde <user42@zip.com.au>
6596
6597 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6598 Bind print-level to ensure output forms aren't truncated if
6599 print-level is set to eval-expression-print-level when going via
6600 eval-defun and friends, or has been otherwise fiddled with.
6601
6602 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6603
6604 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6605 font-lock-extend-after-change-region-function globally.
6606
6607 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
6608
6609 * speedbar.el (speedbar-use-tool-tips-flag)
6610 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
6611 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
6612 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
6613 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
6614 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
6615 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
6616 (speedbar-separator-face): Fix typos in docstrings.
6617 (speedbar-stealthy-function-list, speedbar-verbosity-level)
6618 (speedbar-supported-extension-expressions, speedbar-update-current-file)
6619 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
6620 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
6621 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
6622 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
6623 (speedbar-check-vc-this-line, speedbar-files-line-directory)
6624 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
6625 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
6626 (speedbar-recenter): Doc fixes.
6627 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
6628 declaration and remove redundant info in docstring.
6629
6630 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6631
6632 * vc-git.el (vc-git-status-printer): Deal with directories.
6633
6634 * vc.el (vc-next-action): Look at more than the first file to
6635 determine the state.
6636
6637 2008-04-23 Glenn Morris <rgm@gnu.org>
6638
6639 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
6640 timers. Doc fix.
6641 (dframe-update-speed): Drop support for XEmacs < 20.
6642 (dframe-frame-mode): Drop support for Emacs < 20.
6643 (dframe-set-timer-internal): Drop support for Emacs without timers.
6644 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
6645
6646 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
6647 versions. Add doc-string. Mark as obsolete.
6648
6649 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
6650
6651 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
6652 rather than using an Emacs version test.
6653
6654 * tree-widget.el (tree-widget-image-enable): Use display-images-p
6655 rather than an Emacs version test.
6656
6657 * calendar/cal-china.el (holiday-chinese-qingming)
6658 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
6659 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
6660 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
6661
6662 * calendar/cal-islam.el (holiday-islamic): Doc fix.
6663
6664 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
6665 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
6666 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6667
6668 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
6669
6670 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
6671 (gdb-previous-frame-pc-address): ...to this.
6672 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
6673 of "info frame" with Gdb 6.4+.
6674 (gdb-stack-list-frames-regexp): New regexp.
6675 (gdb-frame-handler-1): Parse output of -stack-info-frame.
6676
6677 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
6678
6679 * tar-mode.el (tar-prefix-offset): New constant.
6680 (tar-header-block-tokenize): Support paths with long names
6681 which use the "ustar" standard.
6682
6683 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
6684
6685 * image-dired.el (image-dired-track-original-file)
6686 (image-dired-modify-mark-on-thumb-original-file):
6687 Use `dired-goto-file' instead of `search-forward'. This solves
6688 a bug with finding files where the file name is a subset of other
6689 file names. Doc fix.
6690
6691 2008-04-22 Juri Linkov <juri@jurta.org>
6692
6693 * menu-bar.el (buffers-menu-max-size): Move its definition down to
6694 the "Buffers Menu" section. Change group name `mouse' to `menu'.
6695 (yank-menu-length): Change group name `mouse' to `menu'.
6696 (buffers-menu-buffer-name-length): New user option.
6697 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
6698 instead of the hard-coded number 27.
6699
6700 2008-04-22 Juri Linkov <juri@jurta.org>
6701
6702 * isearch.el (eval-when-compile): Require `help-macro'.
6703 (isearch-help-for-help-internal): Isearch specific Help screen
6704 created by `make-help-screen'.
6705 (isearch-help-map): New variable that binds "b", "k", "m" to
6706 isearch-specific commands, and binds other keys to
6707 isearch-other-control-char, thus allowing other Help keys to
6708 exit isearch mode and execute their global definitions.
6709 (isearch-help-for-help, isearch-describe-bindings)
6710 (isearch-describe-key, isearch-describe-mode): New commands.
6711 (isearch-mode-help): Define alias to isearch-describe-mode
6712 and remove its old function definition.
6713 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
6714 Remove old comments because this issue is settled now.
6715 (isearch-forward): Describe three new Help commands in the docstring.
6716 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
6717 leave the single sentence at the first line of the docstring,
6718 and prepend the word "function" before `isearch-forward'
6719 to make the Help link to the function instead of variable.
6720
6721 2008-04-22 Juri Linkov <juri@jurta.org>
6722
6723 * isearch.el (isearch-success-function): New variable with default
6724 to `isearch-success-function-default'.
6725 (isearch-search): Call a function from `isearch-success-function'
6726 instead of calling the hard-coded `isearch-range-invisible'.
6727 (isearch-success-function-default): New function that calls
6728 `isearch-range-invisible' and inverts its return value.
6729
6730 * info.el (Info-search): In two similar places that skip
6731 undesired search matches move code to Info-search-success-function,
6732 and call `isearch-success-function' instead.
6733 (Info-search-success-function): New function copied from code
6734 in Info-search. Replace isearch-range-invisible with
6735 text-property-not-all that checks for 'invisible and 'display
6736 properties to skip partially invisible matches (whose display
6737 properties were set by Info-fontify-node).
6738 (Info-mode): Set buffer-local isearch-success-function
6739 to Info-search-success-function.
6740
6741 2008-04-22 Juri Linkov <juri@jurta.org>
6742
6743 * minibuffer.el (internal-complete-buffer-except): New function.
6744
6745 * files.el (read-buffer-to-switch): New function.
6746 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6747 Change interactive spec to call read-buffer-to-switch instead of
6748 using the letter "B".
6749
6750 * simple.el (minibuffer-default-add-shell-commands): New function.
6751 Use declare-function for mailcap-file-default-commands from "mailcap".
6752 (shell-command): Set local minibuffer-default-add-function to
6753 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
6754 before calling read-shell-command. Set 4th arg default-value of
6755 read-shell-command to relative buffer-file-name in file buffers.
6756
6757 * dired-aux.el (dired-read-shell-command-default): Move it to
6758 gnus/mailcap.el and change its name to more general name
6759 mailcap-file-default-commands.
6760 (minibuffer-default-add-dired-shell-commands): New function.
6761 Use declare-function for mailcap-file-default-commands from "mailcap".
6762 (dired-read-shell-command): Set local minibuffer-default-add-function
6763 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
6764 before calling read-shell-command. Remove dired-read-shell-command-default
6765 from the default value arg because default values are not set in
6766 minibuffer-default-add-dired-shell-commands. Doc fix.
6767
6768 * dired-x.el (dired-smart-shell-command): Sync arguments and
6769 interactive spec with changes in `shell-command'.
6770 Use dired-get-filename to get the dired file name at point
6771 as the default value in dired mode.
6772
6773 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
6774
6775 * info.el (Info-complete-menu-item): Add missing parenthesis.
6776
6777 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6778
6779 * info.el (Info-complete-menu-item): Save point.
6780
6781 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
6782
6783 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
6784
6785 2008-04-22 Andreas Schwab <schwab@suse.de>
6786
6787 * Makefile.in (emacs-deps): Define.
6788 Use it instead of $(lisp)/subdirs.el.
6789
6790 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6791
6792 * vc.el (vc-next-action): Do not consider directories when
6793 checking for state compatibility.
6794 (vc-transfer-file): Use when not if.
6795 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
6796 (vc-dir-mark-file): Use them.
6797 (vc-deduce-fileset): Also return the backend.
6798 (vc-diff-internal): Take as argument the value returned by
6799 vc-deduce-fileset instead of just the fileset.
6800 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
6801 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
6802 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
6803
6804 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
6805
6806 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
6807 set-window-vscroll but image-scroll-down. Fixes a bug where a
6808 command following SPC scrolled up again.
6809
6810 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
6811
6812 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
6813 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
6814 (gud-watch): Add "$" prefix when in registers buffer.
6815
6816 2008-04-22 Glenn Morris <rgm@gnu.org>
6817
6818 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
6819
6820 * whitespace.el (whitespace-display-table)
6821 (whitespace-display-table-was-local): Move definitions before use.
6822
6823 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
6824 (copyright-limit): Respect copyright-at-end-flag.
6825 (copyright-re-search, copyright-start-point)
6826 (copyright-offset-too-large-p): New functions.
6827 (copyright-update-year): Use copyright-re-search.
6828 (copyright-update, copyright-fix-years): Use copyright-start-point,
6829 and copyright-re-search.
6830 (copyright): Use copyright-offset-too-large-p.
6831 * add-log.el (change-log-mode): Set copyright-at-end-flag.
6832
6833 * add-log.el (top-level): Require 'cl when compiling.
6834
6835 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6836
6837 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
6838 Treat minibuffer-completion-predicate as a predicate.
6839
6840 * minibuffer.el (completion--file-name-table): Accept both the old
6841 `dir' arg or the new `pred' arg.
6842
6843 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
6844 `predicate' argument to pass non-predicate data.
6845 (ffap-read-url-internal, ffap-read-file-or-url-internal):
6846 Use second arg as proper predicate.
6847
6848 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
6849 (vc-bzr-revision-completion-table): Use completion-table-with-context
6850 instead.
6851
6852 * simple.el (choose-completion-string): Use minibuffer-completion-table.
6853
6854 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
6855
6856 * term.el (term-emulate-terminal): Perform redisplay after the
6857 process filter has finished running.
6858
6859 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
6862
6863 * minibuffer.el (completion-try-completion): Change magic symbol
6864 property name. Rename from minibuffer-try-completion.
6865 (completion-all-completions): Rename from minibuffer-all-completions.
6866 Remove hide-spaces argument.
6867 (completion--do-completion): Rename from minibuffer--do-completion.
6868 (minibuffer-complete-and-exit): Call just try-completion rather than
6869 completion-try-completion to fix up the case.
6870 (completion--try-word-completion): Try to add space or hyphen before
6871 making `string' a prefix of `completion'.
6872 (completion--insert-strings): Rename from minibuffer--insert-strings.
6873
6874 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6875
6876 * net/tls.el (tls-program): Add -ign_eof argument to call the
6877 openssl commands.
6878 (tls-checktrust): Ditto.
6879
6880 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6881
6882 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
6883
6884 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
6885 (vc-check-master-templates, vc-file-not-found-hook)
6886 (vc-kill-buffer-hook):
6887 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
6888 (vc-find-position-by-context, vc-buffer-context)
6889 (vc-restore-buffer-context, vc-responsible-backend)
6890 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
6891 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
6892 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
6893 (vc-version-diff, vc-diff, vc-insert-headers)
6894 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
6895 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
6896 (vc-revert, vc-rollback, vc-version-backup-file)
6897 (vc-rename-master, vc-delete-file, vc-rename-file)
6898 (vc-branch-part, vc-default-retrieve-snapshot)
6899 (vc-annotate-display-autoscale, vc-annotate-display-select)
6900 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
6901 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
6902 (vc-dir-update): Handle directories.
6903 (vc-default-status-printer): Simplify.
6904
6905 * progmodes/asm-mode.el (asm-mode-map):
6906 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
6907
6908 * progmodes/m4-mode.el (m4-mode-map): Add menu.
6909
6910 2008-04-21 Kenichi Handa <handa@m17n.org>
6911
6912 * select.el (xselect-convert-to-string): Send a C_STRING only if
6913 the polymorphic target TEXT is requested.
6914
6915 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
6916
6917 * minibuffer.el (completion-setup-hook, display-completion-list)
6918 (completion--file-name-table): Fix typos in docstrings.
6919 (completion-table-dynamic): Fix typo, and reflow docstring.
6920
6921 2008-04-20 Andreas Schwab <schwab@suse.de>
6922
6923 * server.el (server-switch-buffer): Also consider clients in the
6924 selected frame.
6925
6926 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6927
6928 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6929 Select window clicked on first.
6930 (gdb): Display thread number in mode-line.
6931 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
6932 (gdb-breakpoints-header): New variable.
6933 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
6934
6935 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6936
6937 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
6938 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
6939 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
6940 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6941 (vc-sccs-print-log): Use it.
6942
6943 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
6944
6945 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
6946 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
6947
6948 * tooltip.el (tooltip-previous-message): New var.
6949 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
6950 the C code (avoid overwriting a minibuffer, restore previous echo
6951 message, ...).
6952 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
6953 Simplify.
6954
6955 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6956
6957 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
6958 (gdb-init-1): Initialise it.
6959 (gdb-annotation-rules): New entry for "new-thread".
6960 (gdb-thread-identification): New function to customize
6961 mode-line-buffer-identification.
6962 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
6963 (gdb-assembler-mode): Use it.
6964 (gdb-threads-mode): Force "info threads" onto queue.
6965
6966 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * files.el (locate-file-completion-table): Rename from
6969 locate-file-completion and make it use `pred' in the normal way.
6970 (locate-file-completion): New compatibility wrapper.
6971 (load-library): Use locate-file-completion-table.
6972 * finder.el (finder-commentary):
6973 * subr.el (locate-library):
6974 * emacs-lisp/find-func.el (find-library): Likewise.
6975 * info.el: Use with-current-buffer and inhibit-read-only.
6976 (Info-read-node-name-2): Change to use `predicate' in the normal way.
6977 (Info-read-node-name-1): Adjust uses accordingly.
6978
6979 * minibuffer.el (completion-table-with-context): Add support for `pred'.
6980 (completion-table-with-terminator): Don't use complete-with-action
6981 since we have to distinguish all three cases anyway.
6982 (completion-table-with-predicate): New function.
6983 (dynamic-completion-table): Add obsolete alias.
6984
6985 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
6986
6987 2008-04-18 Sam Steingold <sds@gnu.org>
6988
6989 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
6990 Use quit-window instead of bury-buffer.
6991
6992 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6993
6994 * minibuffer.el (completion-table-with-terminator): Fix last fix.
6995
6996 2008-04-18 Andreas Schwab <schwab@suse.de>
6997
6998 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6999 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7000 Depend on $(lisp)/subdirs.el.
7001
7002 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * descr-text.el (describe-char-after):
7005 Use `define-obsolete-function-alias'.
7006
7007 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
7008
7009 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
7010
7011 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
7012 Remove redundant obsolescence info in docstring.
7013
7014 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7015 (vc-header-alist): Add WHEN to obsolescence declaration.
7016 (vc-state): Fix typo in docstring.
7017
7018 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
7019 Use `define-obsolete-variable-alias'.
7020
7021 * emulation/tpu-edt.el (tpu-have-ispell):
7022 * international/codepage.el (codepage-setup):
7023 Fix typo in obsolescence declaration.
7024
7025 * international/mule.el (char-coding-system-table):
7026 Remove redundant obsolescence info in docstring.
7027 (charset-list, generic-char-p, set-char-table-default):
7028 Fix typos in obsolescence decarations.
7029
7030 * international/mule-diag.el (non-iso-charset-alist):
7031 Fix typo in obsolescence declaration.
7032 (decode-codepage-char): Remove redundant obsolescence info in docstring.
7033
7034 * font-core.el (font-lock-defaults-alist):
7035 * font-lock.el (font-lock-reference-face):
7036 * frame.el (screen-height, screen-width, set-screen-width)
7037 (set-screen-height):
7038 * hilit-chg.el (highlight-changes-initial-state):
7039 * isearch.el (isearch-return-char):
7040 * log-edit.el (cvs-commit-buffer-require-final-newline)
7041 (cvs-changelog-full-paragraphs):
7042 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7043 (mouse-popup-menubar-stuff):
7044 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
7045 (mouse-wheel-click-button):
7046 * outline.el (outline-visible):
7047 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
7048 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
7049 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
7050 * progmodes/compile.el (compile-internal):
7051 Add WHEN to obsolescence declarations.
7052
7053 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7054
7055 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
7056 is not better anyway.
7057
7058 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7059
7060 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
7061 properly.
7062
7063 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7064
7065 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
7066 (python-use-skeletons): Remove, unused.
7067 (python-skeletons): Remove. Use the abbrev table instead.
7068 (python-mode-abbrev-table): Fix regexp;
7069 add enable-function and case-fixed.
7070 (def-python-skeleton): Simplify.
7071 (python-expand-template): Use the abbrev-table and abbrev-insert.
7072 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
7073 Remove.
7074 (python-mode): Don't set pre-abbrev-expand-hook.
7075
7076 * skeleton.el: Set coding-tag.
7077
7078 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
7079 (expand-abbrev): Use it.
7080 (abbrev-table-menu): New function.
7081
7082 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
7083
7084 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
7085
7086 2008-04-17 Sam Steingold <sds@gnu.org>
7087
7088 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
7089 idiosyncratic bury-buffer/delete-window logic.
7090
7091 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
7092
7093 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
7094 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
7095
7096 2008-04-17 Kenichi Handa <handa@m17n.org>
7097
7098 * international/characters.el: Don't make the width of U+00AD to 0.
7099
7100 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
7103 (gdb, gdb-starting, gdb-frames-mode): Use it.
7104 (gdb-invalidate-frames): Advise to call "info stack" only if
7105 execution has occurred.
7106 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
7107 selected frame if no execution has occurred.
7108 (gdb-frames-force-update): New interactive function.
7109 (gdb-frames-mode-map): Bind it to "F".
7110
7111 2008-04-17 Michael Olson <mwolson@gnu.org>
7112
7113 * textmodes/remember.el (remember-version): Release Remember 2.0.
7114
7115 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
7116
7117 * textmodes/artist.el:
7118 * progmodes/vhdl-mode.el:
7119 * progmodes/verilog-mode.el:
7120 * progmodes/vera-mode.el:
7121 * progmodes/simula.el:
7122 * progmodes/ps-mode.el:
7123 * progmodes/cmacexp.el:
7124 * obsolete/hilit19.el:
7125 * emulation/viper.el:
7126 * ediff.el: Cleanup the bug-report email addresses and make sure the
7127 maintainer is still willing to handle bug reports.
7128
7129 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7130
7131 * vc.el (vc-dir-kill-query): Fix thinko.
7132
7133 2008-04-16 Glenn Morris <rgm@gnu.org>
7134
7135 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
7136 by diary-sexp-entry.
7137
7138 2008-04-16 Markus Triska <markus.triska@gmx.at>
7139
7140 * proced.el (proced-command-alist): Add support for darwin.
7141
7142 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * proced.el (proced-mode): Redefine as just the major-mode.
7145 (proced): Separate it from proced-mode.
7146
7147 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
7148
7149 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7150
7151 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
7152 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
7153 `tab-width' setting from user. New version 10.0. Doc and docstring
7154 fix.
7155 (whitespace-style, whitespace-chars): Remove options.
7156 (whitespace-style-mark): New option, replace whitespace-style deleted
7157 option. Fix docstring.
7158 (whitespace-style-color): New option, replace whitespace-chars deleted
7159 option. Fix docstring.
7160 (whitespace-space, whitespace-hspace, whitespace-tab)
7161 (whitespace-newline, whitespace-trailing, whitespace-line)
7162 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7163 (whitespace-space-after-tab, whitespace-hspace-regexp)
7164 (whitespace-space-regexp, whitespace-tab-regexp)
7165 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7166 (whitespace-empty-at-eob-regexp, whitespace-line-column)
7167 (whitespace-toggle-option-alist): Fix docstring.
7168 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7169 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
7170 docstring and initialization.
7171 (global-whitespace-mode): Autoloaded global minor mode.
7172 (whitespace-chars-value-list, whitespace-style-value-list)
7173 (whitespace-active-chars, whitespace-active-style)
7174 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
7175 (whitespace-color-value-list): New var, replace
7176 whitespace-chars-value-list removed var.
7177 (whitespace-mark-value-list): New var, replace
7178 whitespace-style-value-list removed var.
7179 (whitespace-active-color): New var, replace whitespace-active-chars
7180 removed var.
7181 (whitespace-active-mark): New var, replace whitespace-active-style
7182 removed var.
7183 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
7184 removed var.
7185 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
7186 removed var.
7187 (whitespace-toggle-option-alist, whitespace-report-list)
7188 (whitespace-report-text, whitespace-help-text): Fix initialization.
7189 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
7190 (whitespace-toggle-options, global-whitespace-toggle-options)
7191 (whitespace-cleanup-region, whitespace-report-region)
7192 (whitespace-interactive-char): Fix docstring and code.
7193 (whitespace-cleanup, whitespace-report): Fix docstring.
7194 (whitespace-replace-spaces-by-tabs): Remove fun.
7195 (whitespace-replace-action): New fun, replace
7196 whitespace-replace-spaces-by-tabs removed fun.
7197 (whitespace-regexp, whitespace-indentation-regexp)
7198 (whitespace-space-after-tab-regexp, whitespace-insert-value)
7199 (whitespace-kill-buffer): New funs.
7200 (whitespace-insert-option-mark, whitespace-help-on)
7201 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
7202 (whitespace-color-on, whitespace-color-off)
7203 (whitespace-display-char-on): Fix code.
7204
7205 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7206
7207 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
7208 (mouse-throw-magnifier-with-mouse-movement): Remove.
7209 (mouse-throw-magnifier-base): New const.
7210 (mouse-drag-scroll-delta): New fun.
7211 (mouse-drag-throw): Use it.
7212
7213 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
7214
7215 * international/uni-bidi.el, international/uni-category.el:
7216 * international/uni-combining.el, international/uni-comment.el:
7217 * international/uni-decimal.el, international/uni-decomposition.el:
7218 * international/uni-digit.el, international/uni-lowercase.el:
7219 * international/uni-mirrored.el, international/uni-name.el:
7220 * international/uni-numeric.el, international/uni-old-name.el:
7221 * international/uni-titlecase.el, international/uni-uppercase.el:
7222 * international/charprop.el: Regenerate.
7223
7224 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7225
7226 * vc.el (vc-status-fileinfo): Add new member directoryp.
7227 (vc-default-status-printer): Print directories.
7228 (vc-status-update): Sort files before subdirectories.
7229
7230 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7231 Add alternative implementation based on "cvs update".
7232
7233 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
7234
7235 * doc-view.el: Changed requirements section to tell that only one
7236 of dvipdf or dvipdfm is needed.
7237 (doc-view-already-converted-p): Fix bug that forced reconversion
7238 if doc was already converted.
7239
7240 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7241
7242 * minibuffer.el (minibuffer-message):
7243 Make sure we can put-text-property.
7244
7245 * emacs-lisp/crm.el: Complete rewrite.
7246
7247 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
7248 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
7249 case of an error in display-completion-list.
7250
7251 * filecache.el (file-cache-completions-keymap): Move init from
7252 file-cache-completion-setup-function into declaration.
7253 (file-cache-minibuffer-complete): Simplify.
7254 (file-cache-completion-setup-function): Use standard-output,
7255 preserve current-buffer.
7256
7257 * vc.el (vc-status-update): Fix typo.
7258 (vc-status-update): Set needs-update.
7259 (vc-status-refresh): η-reduce.
7260
7261 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
7262
7263 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
7264 to image-eol.
7265
7266 2008-04-14 Alexandre Julliard <julliard@winehq.org>
7267
7268 * vc.el (vc-status-update): Undo the previous revert.
7269
7270 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7271
7272 * minibuffer.el (completion-table-with-terminator): Those completions
7273 are never valid w.r.t test-completion.
7274 (completion--file-name-table):
7275 Check completion-all-completions-with-base-size.
7276
7277 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
7278
7279 * doc-view.el (doc-view-dvipdf-program): New variable.
7280 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
7281 (doc-view-mode-p): Check for doc-view-dvipdf-program as
7282 alternative for doc-view-dvipdfm-program.
7283 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
7284
7285 * doc-view.el (doc-view-start-process): Don't set
7286 default-directory to "~/" if the current value is valid.
7287 This broke PS files that run other files in the same directory.
7288
7289 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
7290
7291 * vc.el (vc-status-kill-query): New function.
7292 (vc-status-mode): Add it to kill-buffer-query-functions.
7293 (vc-status-show-fileentry): New function.
7294 (vc-status-menu-map): Bind it. Bind vc-next-action.
7295
7296 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * minibuffer.el (minibuffer-message): Put cursor at the right place.
7299
7300 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7301
7302 * proced.el (proced-send-signal): Fix error recognition.
7303
7304 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7305
7306 * proced.el (proced-command-alist): Remove sort column.
7307 (proced-command, proced-procname-column):
7308 Use make-variable-buffer-local.
7309 (proced-signal-function): Rename from proced-kill-program.
7310 Allow for elisp symbols and string values representing system calls.
7311 (proced-marker-regexp, proced-success-message): New functions.
7312 (proced): Use defalias. Add autoload cookie.
7313 (proced-unmark-backward, proced-toggle-marks)
7314 (proced-hide-processes): New commands.
7315 (proced-do-mark): Simplify code.
7316 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
7317 (proced-update): Remove sorting.
7318 (proced-send-signal): Display number of processes to operate on.
7319 Allow for system calls or elisp functions to send signals.
7320 Check if signal was sent successfully.
7321
7322 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * minibuffer.el (completion-all-completion-with-base-size): New var.
7325 (completion--some): New function.
7326 (completion-table-with-context, completion--file-name-table):
7327 Return the base-size if requested.
7328 (completion-table-in-turn): Generalize to multiple arguments.
7329 (complete-in-turn): Compatibility alias.
7330 (completion-styles-alist): New var.
7331 (completion-styles): New customization.
7332 (minibuffer-try-completion, minibuffer-all-completions):
7333 New functions.
7334 (minibuffer--do-completion, minibuffer-complete-and-exit)
7335 (minibuffer-try-word-completion): Use them.
7336 (display-completion-list, minibuffer-completion-help): Use them.
7337 Handle all-completions's new base-size info to set completion-base-size.
7338 * info.el (Info-read-node-name-1): Use completion-table-with-context,
7339 completion-table-with-terminator and complete-with-action.
7340 Remove the now obsolete completion-base-size-function property.
7341 * simple.el (completion-list-mode-map): Move init into declaration.
7342 (completion-list-mode): Use define-derived-mode.
7343 (completion-setup-function): Use any completion-base-size that may
7344 have been set before. Remove handling of completion-base-size-function.
7345 * loadup.el: Move abbrev.el up earlier.
7346
7347 2008-04-13 Alexandre Julliard <julliard@winehq.org>
7348
7349 * vc-git.el (vc-git-after-dir-status-stage)
7350 (vc-git-dir-status-goto-stage): New functions.
7351 (vc-git-after-dir-status-stage1)
7352 (vc-git-after-dir-status-stage1-empty-db)
7353 (vc-git-after-dir-status-stage2): Remove, functionality moved
7354 into the new generic stage functions.
7355 (vc-git-dir-status-files): New function.
7356
7357 * vc.el (vc-status-update): Revert an incorrect rewrite.
7358 Add some comments.
7359 (vc-status-refresh-files): New function.
7360 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
7361 state of up-to-date files.
7362 (vc-default-dir-status-files): New function.
7363
7364 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
7365
7366 * minibuffer.el (completion--embedded-envvar-table)
7367 (read-file-name-internal): Fix typos in 2008-04-11 change.
7368
7369 * faces.el (read-face-name): Use `completion-table-in-turn',
7370 not `complete-in-turn'.
7371
7372 2008-04-13 Andreas Schwab <schwab@suse.de>
7373
7374 * progmodes/etags.el: Require 'cl when compiling.
7375
7376 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
7377
7378 * progmodes/gud.el (gud-menu-map): Expand tooltip.
7379
7380 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
7381 (menu): Add/expand menu tooltips.
7382
7383 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7384
7385 * progmodes/sh-script.el (sh-show-indent): Fix typo.
7386 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
7387
7388 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
7389 considered registered.
7390
7391 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7392
7393 * emacs-lisp/copyright.el (copyright-update-directory): New command.
7394
7395 * ediff-wind.el (ediff-split-window-function)
7396 (ediff-merge-split-window-function): Improve custom type.
7397
7398 2008-04-12 Eli Zaretskii <eliz@gnu.org>
7399
7400 * loadup.el ("minibuffer"): Move after "faces".
7401
7402 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7403
7404 * progmodes/hideif.el (hif-factor): Handle unary minus.
7405
7406 2008-04-12 Glenn Morris <rgm@gnu.org>
7407
7408 * calendar/cal-china.el (chinese-calendar-time-zone):
7409 Mark obsolete name as risky too.
7410
7411 * calendar/calendar.el (calendar-faces): New custom group.
7412 (calendar-today, diary, holiday): Doc fix.
7413 Move to calendar-faces group.
7414 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
7415 (diary-button): Doc fix. Move to calendar-faces group.
7416
7417 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7418 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
7419 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
7420 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
7421 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
7422 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
7423 not in dumped files before the associated defcustom.
7424
7425 2008-04-11 Johan Bockgård <bojohan@gnu.org>
7426
7427 * minibuffer.el (lazy-completion-table): Fix debug spec.
7428
7429 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7430
7431 * minibuffer.el (complete-with-action, lazy-completion-table):
7432 Move from subr.el.
7433 (apply-partially, completion-table-dynamic)
7434 (completion-table-with-context, completion-table-with-terminator)
7435 (completion-table-in-turn): New funs.
7436 (completion--make-envvar-table, completion--embedded-envvar-table):
7437 New funs.
7438 (read-file-name-internal): Use them.
7439 (completion-setup-hook): Move from simple.el.
7440 * subr.el (complete-with-action, lazy-completion-table):
7441 * simple.el (completion-setup-hook): Move to minibuffer.el.
7442
7443 2008-04-11 Glenn Morris <rgm@gnu.org>
7444
7445 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
7446
7447 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7448
7449 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
7450
7451 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
7452
7453 * textmodes/fill.el (fill-forward-paragraph-function): New var.
7454 (fill-forward-paragraph): New fun.
7455 (fill-paragraph, fill-region): Use it.
7456
7457 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
7458 (vc-status-create-fileinfo): Make `extra' optional.
7459 (vc-status-busy): New fun.
7460 (vc-status-menu-map): Use it.
7461 (vc-status-crt-marked): Remove.
7462 (vc-status-update): Rename from vc-status-add-entries.
7463 Add argument so as to prevent addition of entries. Rewrite.
7464 (vc-update-vc-status-buffer): Remove.
7465 (vc-status-refresh): Don't remove old entries, set them to
7466 up-to-date instead. Also do it after the update is complete.
7467 (vc-status-marked-files): η-reduce.
7468
7469 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
7470 for non-dialogs.
7471
7472 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
7473
7474 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
7475
7476 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
7477
7478 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
7479 to t and don't truncate msg.
7480
7481 2008-04-11 Glenn Morris <rgm@gnu.org>
7482
7483 * calendar/calendar.el (diary, holidays):
7484 Move custom groups to other files.
7485 (holiday-general-holidays, holiday-oriental-holidays)
7486 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
7487 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7488 (holiday-hebrew-holidays, holiday-christian-holidays)
7489 (holiday-islamic-holidays, holiday-bahai-holidays)
7490 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
7491 * calendar/diary-lib.el: Move custom group here from calendar.el.
7492 * calendar/holidays.el: Move custom group and variables here
7493 from calendar.el.
7494
7495 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
7496
7497 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7498 Fix custom group.
7499 (calendar-current-time-zone-cache): Autoload riskiness.
7500
7501 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
7502
7503 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * woman.el (woman2-TH): Use string-equal instead of string-match.
7506
7507 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
7510 (smerge-resolve): Merge the "2-way refinement" case with one half of
7511 the "mere whitespace" resolution.
7512
7513 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7514
7515 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
7516
7517 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
7518
7519 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7520 Add WHEN to obsolescence declaration.
7521
7522 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
7523
7524 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7525
7526 * vc-hooks.el (vc-state): Add new state `conflict'.
7527 (vc-after-save): Use when not if.
7528 (vc-default-mode-line-string): Deal with the conflict state.
7529 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
7530
7531 * vc.el (vc-editable-p, vc-default-status-printer)
7532 (vc-next-action): Deal with the conflict state.
7533 (vc-mark-resolved): New function.
7534 (vc-status-mode): Fix mode name.
7535 (vc-default-comment-history): Use when not if.
7536 (Todo): Add new entries, remove old ones.
7537
7538 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
7539 (vc-cvs-parse-status, vc-cvs-after-dir-status):
7540 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
7541 Detect the conflict state.
7542
7543 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
7544
7545 2008-04-10 Glenn Morris <rgm@gnu.org>
7546
7547 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
7548 Respect truncate-partial-width-windows in non-full windows,
7549 with regards to :toggle and :enable state.
7550
7551 * simple.el (toggle-truncate-lines): Doc fix.
7552
7553 * Makefile.in (MH_E_DIR): New variable.
7554 (MH_E_SRC): Restore variable removed 2008-03-13.
7555 (mh-loaddefs.el): Depend on $MH_E_SRC.
7556 (CAL_DIR, CAL_SRC): New variables.
7557 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
7558 Depend on CAL_SRC.
7559
7560 * calendar/calendar.el (calendar, diary): Add :prefix.
7561 (holidays): Change :prefix.
7562 (calendar-today, holiday, calendar-holiday-marker)
7563 (european-calendar-style): Change custom groups.
7564
7565 * calendar/calendar.el (diary-hook, diary-display-hook):
7566 Move to diary-lib.el.
7567 * calendar/diary-lib.el (diary-hook, diary-display-hook):
7568 Move here from calendar.el.
7569 * calendar/appt.el: Require diary-lib rather than calendar.
7570 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
7571
7572 * calendar/appt.el (appt): Add :prefix.
7573
7574 * calendar/diary-lib.el (diary-hook): Doc fix.
7575 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
7576
7577 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7578
7579 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
7580 New functions.
7581
7582 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
7583 the arg to recursive calls.
7584
7585 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7586
7587 * minibuffer.el (completion-auto-help): Fix typo.
7588
7589 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7590
7591 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
7592
7593 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
7594
7595 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
7596 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
7597
7598 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7599
7600 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
7601
7602 * minibuffer.el (minibuffer): Move group from cus-edit.el.
7603 (completion-auto-help): Move from C code.
7604 (minibuffer--maybe-completion-help): Remove.
7605 (minibuffer--bitset): New function.
7606 (minibuffer--do-completion): Rename from minibuffer-do-completion.
7607 Renumber a bit. Really complete on string *before* point.
7608 Add argument used for word-completion.
7609 Join trailing / in completion with following text, as done in
7610 minibuffer-complete-word.
7611 Handle new value `lazy' for completion-auto-help.
7612 (minibuffer-try-word-completion): New function extracted from
7613 minibuffer-complete-word.
7614 (minibuffer-complete-word): Use minibuffer--do-completion.
7615 (minibuffer--insert-strings): Rename from
7616 minibuffer-complete-insert-strings.
7617 (exit-minibuffer): Fix typo.
7618 * cus-edit.el (minibuffer): Move group to minibuffer.el.
7619 * cus-start.el: Remove completion-auto-help.
7620
7621 2008-04-09 Alexandre Julliard <julliard@winehq.org>
7622
7623 * vc.el (vc-status-add-entries): New function.
7624 (vc-status-add-entry): Remove.
7625 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
7626 Use vc-status-add-entries.
7627
7628 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
7629 order.
7630
7631 2008-04-09 Jason Rumney <jasonr@gnu.org>
7632
7633 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
7634 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
7635 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
7636 (AUTOGENEL): New variable.
7637 (distclean, maintainer-clean): New targets.
7638
7639 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
7640
7641 * emacs-lisp/regexp-opt.el (regexp-opt):
7642 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
7643
7644 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
7645
7646 * nxml/nxml-mode.el (nxml-cleanup): New function.
7647 (nxml-mode): Add it to change-major-mode-hook.
7648
7649 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7650
7651 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
7652
7653 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7654
7655 * calc/.cvsignore: New file.
7656
7657 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7658
7659 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
7660
7661 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
7662 show-help-function when turning tooltip off.
7663 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
7664 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
7665
7666 2008-04-09 Alan Mackenzie <acm@muc.de>
7667
7668 * font-lock.el (font-lock-extend-after-change-region-function):
7669 Make it buffer local.
7670
7671 2008-04-09 Glenn Morris <rgm@gnu.org>
7672
7673 * calendar/calendar.el (diary-file, european-calendar-style):
7674 Remove autoload cookies.
7675
7676 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7677
7678 * outline.el (outline-mode-menu-bar-map):
7679 * log-view.el (log-view-mode-menu):
7680 * log-edit.el (log-edit-menu): Add :help.
7681
7682 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
7683
7684 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7685 Use substring-no-properties for correct handling of unibyte strings.
7686
7687 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7688
7689 * add-log.el (change-log-next-buffer): Handle the case where version<
7690 signals an error.
7691
7692 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
7693 mouse-major-mode-menu.
7694 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
7695 (mouse-major-mode-menu, mouse-popup-menubar)
7696 (mouse-popup-menubar-stuff): Use them.
7697 (C-down-mouse-3): Bind to a dynamic map rather than to
7698 mouse-popup-menubar-stuff.
7699
7700 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
7701 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
7702
7703 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7704
7705 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
7706 file:// access method.
7707
7708 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * minibuffer.el: New file.
7711 * loadup.el: Load it.
7712
7713 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7714
7715 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
7716 rather than subdirs.el. It introduces an ugly circular dependency, tho.
7717
7718 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
7719 (calc-mode-map, calc-digit-map, calc-dispatch-map):
7720 Move initialization into declaration.
7721 * calc/calc-yank.el:
7722 * calc/calc-misc.el:
7723 * calc/calc-embed.el:
7724 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
7725
7726 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
7727
7728 * ps-samp.el (ps-add-printer, ps-remove-printer)
7729 (ps-make-dynamic-printer-menu): New functions.
7730
7731 * net/zeroconf.el: New file.
7732
7733 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7734
7735 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
7736
7737 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7738
7739 * vc-rcs.el (vc-rcs-modify-change-comment):
7740 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
7741
7742 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
7743
7744 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
7745
7746 * international/mule-cmds.el (set-locale-environment): Don't warn if
7747 coding system doesn't agree with system locale (this reverts changes
7748 by Dave Love, dated 2002-10-27 and 2002-10-09).
7749
7750 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7751 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
7752
7753 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
7754
7755 2008-04-08 Glenn Morris <rgm@gnu.org>
7756
7757 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
7758 * textmodes/remember.el (remember-diary-convert-entry):
7759 Require calendar.
7760
7761 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
7762 diary-file, since it is the default for make-diary-entry anyway.
7763
7764 * calendar/cal-menu.el (cal-menu-event-to-date):
7765 Rename calendar-event-to-date. Update callers.
7766 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
7767 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
7768 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
7769 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
7770 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
7771 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
7772 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
7773 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
7774 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
7775 (calendar-mouse-tex-month-landscape):
7776 Rename cal-tex-mouse-month-landscape.
7777 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
7778 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
7779 (calendar-mouse-tex-year-landscape):
7780 Rename cal-tex-mouse-year-landscape.
7781 (cal-menu-context-mouse-menu): Update for above name changes.
7782
7783 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7784 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7785 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
7786 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
7787 * calendar/holidays.el: Replace int-to-string with number-to-string.
7788
7789 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
7790
7791 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
7792 region if point moves.
7793
7794 2008-04-08 Kenichi Handa <handa@m17n.org>
7795
7796 * faces.el (font-slant-table): Change numeric values for `r',
7797 `roman', and `normal'.
7798
7799 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
7800
7801 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
7802
7803 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
7804
7805 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
7806 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
7807
7808 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
7809
7810 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
7811 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
7812
7813 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
7816
7817 2008-04-07 Sam Steingold <sds@gnu.org>
7818
7819 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
7820 Add helper functions.
7821 (lisp-do-defun): Extract the common part of lisp-eval-defun and
7822 lisp-compile-defun; DEFVAR forms reset the variables to the init
7823 values, just like in emacs-lisp mode eval-defun.
7824 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
7825 (lisp-compile-region): Use lisp-compile-string.
7826
7827 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * subr.el (combine-and-quote-strings): Also quote strings that contain
7830 the separator.
7831
7832 * pcvs-util.el (cvs-map): Avoid recursion :-(
7833
7834 2008-04-07 Glenn Morris <rgm@gnu.org>
7835
7836 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
7837
7838 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
7839 view-diary-entries-initially. Keep old name as alias, update users.
7840 (calendar-mark-diary-entries-flag): Rename
7841 mark-diary-entries-in-calendar. Keep old name as alias, update users.
7842 (calendar-view-holidays-initially-flag): Rename
7843 view-calendar-holidays-initially. Keep old name as alias, update users.
7844 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
7845 Keep old name as alias, update users.
7846 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
7847 Keep old name as alias, update users.
7848 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
7849 Keep old name as alias, update users.
7850 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
7851 Keep old name as alias, update users.
7852 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
7853 (diary-american-date-forms): Rename american-date-diary-pattern.
7854 Keep old name as alias, update users.
7855 (diary-european-date-forms): Rename european-date-diary-pattern.
7856 Keep old name as alias, update users.
7857 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
7858 Keep old name as alias, update users.
7859 (calendar-european-date-display-form): Rename
7860 european-calendar-display-form. Keep old name as alias, update users.
7861 (calendar-american-date-display-form): Rename
7862 european-calendar-display-form. Keep old name as alias, update users.
7863 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
7864 Keep old name as alias, update users.
7865 (holiday-general-holidays): Rename general-holidays.
7866 Keep old name as alias, update users.
7867 (holiday-oriental-holidays): Rename oriental-holidays.
7868 Keep old name as alias, update users.
7869 (holiday-local-holidays): Rename local-holidays.
7870 Keep old name as alias, update users.
7871 (holiday-other-holidays): Rename other-holidays.
7872 Keep old name as alias, update users.
7873 (holiday-hebrew-holidays): Rename hebrew-holidays.
7874 Keep old name as alias, update users.
7875 (holiday-christian-holidays): Rename christian-holidays.
7876 Keep old name as alias, update users.
7877 (holiday-islamic-holidays): Rename islamic-holidays.
7878 Keep old name as alias, update users.
7879 (holiday-bahai-holidays): Rename bahai-holidays.
7880 Keep old name as alias, update users.
7881 (holiday-solar-holidays): Rename solar-holidays.
7882 Keep old name as alias, update users.
7883 (diary-fancy-buffer): Rename fancy-diary-buffer.
7884 Keep old name as alias, update users.
7885 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
7886 Update users.
7887 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
7888 Update users.
7889 (calendar-increment-month): Rename increment-calendar-month.
7890 Keep old name as alias, update callers.
7891 (calendar-increment-month-cons): Rename old calendar-increment-month.
7892 Update callers.
7893 (calendar-extract-month): Rename extract-calendar-month.
7894 Keep old name as alias, update callers.
7895 (calendar-extract-day): Rename extract-calendar-day.
7896 Keep old name as alias, update callers.
7897 (calendar-extract-year): Rename extract-calendar-year.
7898 Keep old name as alias, update callers.
7899 (calendar-generate-window): Rename generate-calendar-window.
7900 Update callers.
7901 (calendar-generate): Rename generate-calendar. Update callers.
7902 (calendar-generate-month): Rename generate-calendar-month.
7903 Update callers.
7904 (calendar-redraw): Rename redraw-calendar. Update callers.
7905 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
7906 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
7907 Update callers.
7908 (calendar-update-mode-line): Rename update-calendar-mode-line.
7909 Update callers.
7910 (calendar-exit): Rename exit-calendar. Keep old name as alias,
7911 update callers.
7912 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
7913 Keep old name as alias, update callers.
7914 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7915 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
7916 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
7917 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
7918 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
7919 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
7920 * calendar/solar.el: Update for calendar.el name changes.
7921 * org/org.el (org-agenda-format-date-aligned)
7922 (org-agenda-execute-calendar-command): Access date elements directly
7923 rather than using calendar functions.
7924 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
7925 Also set calendar-view-diary-initially-flag,
7926 calendar-view-holidays-initially-flag.
7927 (org-get-entries-from-diary): Also set diary-fancy-buffer.
7928 (org-agenda-execute-calendar-command): No need to set displayed-day.
7929
7930 2008-04-06 Alan Mackenzie <acm@muc.de>
7931
7932 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
7933 typo in the doc string.
7934
7935 * progmodes/cc-mode.el (c-basic-common-init):
7936 Set font-lock-extend-after-change-region-function.
7937 (c-extend-after-change-region): New function, used in
7938 font-lock-extend-after-change-region-function, thus superseding
7939 advice on the Font Lock after change functions.
7940 (c-advise-fl-for-region): Remove this macro.
7941
7942 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7943
7944 * textmodes/flyspell.el (flyspell-duplicate-distance):
7945 Improve custom type.
7946
7947 2008-04-06 Glenn Morris <rgm@gnu.org>
7948
7949 * calendar/diary-lib.el (diary-sexp-entry-symbol):
7950 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
7951 (diary-list-entries-hook): Rename list-diary-entries-hook.
7952 Keep old name as alias, update users.
7953 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
7954 Keep old name as alias, update users.
7955 (diary-nongregorian-listing-hook): Rename
7956 nongregorian-diary-listing-hook. Keep old name as alias, update users.
7957 (diary-nongregorian-marking-hook): Rename
7958 nongregorian-diary-marking-hook. Keep old name as alias, update users.
7959 (diary-print-entries-hook): Rename print-diary-entries-hook.
7960 Keep old name as alias, update users.
7961 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
7962 Keep old name as alias, update users.
7963 (diary-number-of-entries): Rename number-of-diary-entries.
7964 Keep old name as alias, update users.
7965 (view-diary-entries, list-diary-entries, show-all-diary-entries):
7966 Give version of obsolescence.
7967 (diary-view-other-diary-entries): Rename view-other-diary-entries.
7968 Keep old name as alias, update callers.
7969 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
7970 update callers.
7971 (diary-include-other-diary-files): Rename include-other-diary-files.
7972 Keep old name as alias, update callers.
7973 (diary-simple-display): Rename simple-diary-display.
7974 Keep old name as alias, update callers.
7975 (diary-fancy-display): Rename fancy-diary-display.
7976 Keep old name as alias, update callers.
7977 (diary-print-entries): Rename print-diary-entries.
7978 Keep old name as alias, update callers.
7979 (diary-marking-entries-flag): Rename marking-diary-entries.
7980 Update users.
7981 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
7982 (diary-mark-entries): Rename mark-diary-entries.
7983 Keep old name as alias, update callers.
7984 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
7985 Keep old name as alias, update callers.
7986 (diary-mark-included-diary-files): Rename mark-included-diary-files.
7987 Keep old name as alias, update callers.
7988 (calendar-mark-days-named): Rename mark-calendar-days-named.
7989 Keep old name as alias, update callers.
7990 (calendar-mark-month): Rename mark-calendar-month.
7991 Keep old name as alias, update callers.
7992 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
7993 Keep old name as alias, update callers.
7994 (diary-sort-entries): Rename sort-diary-entries.
7995 Keep old name as alias, update callers.
7996 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
7997 Keep old name as alias, update callers.
7998 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
7999 update callers.
8000 (diary-insert-entry): Rename insert-diary-entry.
8001 Keep old name as alias.
8002 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
8003 Keep old name as alias.
8004 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
8005 Keep old name as alias.
8006 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
8007 Keep old name as alias.
8008 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
8009 Keep old name as alias.
8010 (diary-insert-block-entry): Rename insert-block-diary-entry.
8011 Keep old name as alias.
8012 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
8013 Keep old name as alias.
8014 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
8015 Keep old name as alias, update users.
8016 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
8017 Keep old name as alias, update callers.
8018 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8019 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
8020 * calendar/icalendar.el: Update for diary-lib name changes.
8021
8022 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
8023
8024 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
8025
8026 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
8027 for copy, move, and link operations.
8028
8029 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
8030
8031 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
8032 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
8033
8034 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
8035 'require' statements with 1-argument ones (wrapped in if's).
8036 For compatibility with the current stable version of XEmacs.
8037
8038 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
8039
8040 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
8041
8042 2008-04-06 Jason Rumney <jasonr@gnu.org>
8043
8044 * language/burmese.el ("Burmese"): Make sample text consistent with
8045 language name.
8046
8047 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
8048
8049 * progmodes/gdb-ui.el (gdb): New group.
8050 (gdb-debug-log-max, gdb-enable-debug)
8051 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
8052 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
8053 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
8054 (gdb-show-changed-values, gdb-max-children)
8055 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
8056 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
8057 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
8058 (gdb-memory-unit): Move to new group from GUD group.
8059 (menu): Allow customization from GDB-UI menu-item.
8060
8061 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
8062
8063 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
8064
8065 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8066
8067 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
8068 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8069 Revision numbers can include ".".
8070
8071 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
8072 "+" lines not accounted for by counting "-" and context lines.
8073
8074 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8075
8076 * term/mac-win.el (mac-service-open-file): Use file URL instead of
8077 file name string.
8078
8079 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8080
8081 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
8082 (vc-bzr-annotate-time): Accept space used to preserve alignment.
8083
8084 2008-04-05 Richard Stallman <rms@gnu.org>
8085
8086 * emacs-lisp/advice.el (defadvice): Add usage pattern.
8087
8088 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
8089
8090 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
8091 thread in [h-e-w]).
8092
8093 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
8094
8095 * files.el (abort-if-file-too-large): Fix typo in docstring.
8096
8097 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8098
8099 * subr.el (functionp): Return nil for special forms.
8100
8101 2008-04-05 Glenn Morris <rgm@gnu.org>
8102
8103 * emacs-lisp/autoload.el (autoload-ensure-default-file):
8104 Provide a feature.
8105 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
8106 Require loaddef file rather than loading it.
8107 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
8108 autoload-ensure-default-file provides a feature.
8109
8110 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
8111 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
8112 (compile, compile-always, recompile): Use $LOADDEFS.
8113 (cal-autoloads): Remove.
8114
8115 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
8116 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
8117
8118 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8119 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
8120
8121 * calendar/calendar.el (diary-hebrew-entry-symbol):
8122 Rename hebrew-diary-entry-symbol. Keep old name as alias.
8123 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
8124 Keep old name as alias.
8125 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
8126 Keep old name as alias.
8127 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
8128 to diary-bahai-entry-symbol.
8129 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
8130 to diary-hebrew-entry-symbol.
8131 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
8132 to diary-islamic-entry-symbol.
8133 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
8134
8135 * calendar/solar.el (diary-sabbath-candles-minutes)
8136 (diary-sabbath-candles): Move to cal-hebrew.
8137 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
8138 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
8139 Doc fix. Keep old name as alias.
8140 (diary-hebrew-sabbath-candles): Simplify.
8141 (solar-setup, solar-sunrise-sunset, calendar-latitude)
8142 (calendar-longitude, calendar-time-zone): Declare for compiler.
8143 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
8144 rename.
8145
8146 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
8147 Rename coptic-calendar-month-name-array. Update callers.
8148 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
8149 (calendar-coptic-name): Rename coptic-name. Update callers.
8150 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
8151 Update callers.
8152 (calendar-coptic-last-day-of-month):
8153 Rename coptic-calendar-last-day-of-month. Update callers.
8154 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
8155 Keep old name as alias, update callers.
8156 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
8157 Keep old name as alias, update callers.
8158 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
8159 Keep old name as alias.
8160 (calendar-ethiopic-month-name-array):
8161 Rename ethiopic-calendar-month-name-array. Update callers.
8162 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
8163 Update callers.
8164 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
8165 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
8166 Keep old name as alias, update callers.
8167 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
8168 Keep old name as alias, update callers.
8169 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
8170 Keep old name as alias.
8171
8172 * calendar/cal-french.el (calendar-french-epoch):
8173 Rename french-calendar-epoch. Update callers.
8174 (calendar-french-month-name-array): Rename variable and function
8175 french-calendar-month-name-array. Update callers.
8176 (calendar-french-multibyte-month-name-array):
8177 Rename french-calendar-multibyte-month-name-array. Update callers.
8178 (calendar-french-day-name-array): Rename variable and function
8179 french-calendar-day-name-array. Update callers.
8180 (calendar-french-special-days-array): Rename variable and function
8181 french-calendar-special-days-array. Update callers.
8182 (calendar-french-multibyte-special-days-array):
8183 Rename french-calendar-multibyte-special-days-array. Update callers.
8184 (calendar-french-accents-p): Rename french-calendar-accents.
8185 Update callers.
8186 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
8187 Update callers.
8188 (calendar-french-last-day-of-month):
8189 Rename french-calendar-last-day-of-month. Update callers.
8190 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
8191 Keep old name as alias, update callers.
8192 (calendar-french-print-date): Rename calendar-print-french-date.
8193 Keep old name as alias, update callers.
8194 (calendar-french-goto-date): Rename calendar-goto-french-date.
8195 Keep old name as alias.
8196
8197 * calendar/cal-menu.el, calendar/calendar.el:
8198 Update for Coptic and French name changes.
8199
8200 * calendar/cal-china.el (calendar-chinese): Rename custom group
8201 from chinese-calendar. Update users.
8202 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
8203 Keep old name as alias, update users.
8204 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
8205 Keep old name as alias.
8206 (calendar-chinese-daylight-time-offset):
8207 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
8208 update users.
8209 (calendar-chinese-standard-time-zone-name):
8210 Rename chinese-calendar-standard-time-zone-name.
8211 Keep old name as alias, update users.
8212 (calendar-chinese-daylight-saving-start):
8213 Rename chinese-calendar-daylight-savings-starts.
8214 Keep old name as alias, update users.
8215 (calendar-chinese-daylight-saving-end):
8216 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
8217 update users.
8218 (calendar-chinese-daylight-saving-start-time):
8219 Rename chinese-calendar-daylight-savings-starts-time.
8220 Keep old name as alias, update users.
8221 (calendar-chinese-daylight-saving-end-time):
8222 Rename chinese-calendar-daylight-savings-ends-time.
8223 Keep old name as alias, update users.
8224 (calendar-chinese-celestial-stem): Rename
8225 calendar-chinese-celestial-stem. Keep old name as alias, update users.
8226 (calendar-chinese-terrestrial-branch):
8227 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
8228 update users.
8229 (calendar-chinese-zodiac-sign-on-or-after):
8230 Rename chinese-zodiac-sign-on-or-after. Update callers.
8231 (calendar-chinese-new-moon-on-or-after):
8232 Rename chinese-new-moon-on-or-after. Update callers.
8233 (calendar-chinese-month-list): Rename chinese-month-list.
8234 Update callers.
8235 (calendar-chinese-number-months): Rename number-chinese-months.
8236 Update callers.
8237 (calendar-chinese-compute-year): Rename compute-chinese-year.
8238 Update callers.
8239 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
8240 (calendar-chinese-year): Rename chinese-year. Update callers.
8241 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
8242 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
8243 Keep old name as alias, update callers.
8244 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
8245 Keep old name as alias, update callers.
8246 (calendar-chinese-months-to-alist):
8247 Rename make-chinese-month-assoc-list. Update callers.
8248 (calendar-chinese-months): Rename chinese-months. Update callers.
8249 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
8250 Keep old name as alias, update callers.
8251
8252 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
8253 Rename hebrew-calendar-leap-year-p. Update callers.
8254 (calendar-hebrew-last-month-of-year):
8255 Rename hebrew-calendar-last-month-of-year. Update callers.
8256 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
8257 Update callers.
8258 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
8259 Update callers.
8260 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
8261 Update callers.
8262 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
8263 Update callers.
8264 (calendar-hebrew-last-day-of-month):
8265 Rename hebrew-calendar-last-day-of-month. Update callers.
8266 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
8267 Keep old name as alias, update callers.
8268 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
8269 Keep old name as alias, update callers.
8270 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
8271 Keep old name as alias, update callers.
8272 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
8273 Keep old name as alias.
8274 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
8275 Keep old name as alias.
8276 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
8277 Keep old name as alias.
8278 (holiday-hebrew-passover): Rename holiday-passover-etc.
8279 Keep old name as alias.
8280 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
8281 Keep old name as alias, update callers.
8282 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
8283 Keep old name as alias.
8284 (calendar-hebrew-mark-date-pattern):
8285 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
8286 update callers.
8287 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
8288 Keep old name as alias.
8289 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
8290 Keep old name as alias.
8291 (diary-hebrew-insert-monthly-entry):
8292 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
8293 (diary-hebrew-insert-yearly-entry):
8294 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
8295 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
8296 Keep old name as alias.
8297 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
8298 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
8299 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
8300 Keep old name as alias.
8301 (calendar-hebrew-parashiot-names):
8302 Rename hebrew-calendar-parashiot-names. Update callers.
8303 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
8304 (calendar-hebrew-year-Saturday-incomplete-Sunday):
8305 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
8306 (calendar-hebrew-year-Saturday-complete-Tuesday):
8307 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
8308 (calendar-hebrew-year-Monday-incomplete-Tuesday):
8309 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
8310 (calendar-hebrew-year-Monday-complete-Thursday):
8311 Rename hebrew-calendar-year-Monday-complete-Thursday.
8312 (calendar-hebrew-year-Tuesday-regular-Thursday):
8313 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
8314 (calendar-hebrew-year-Thursday-regular-Saturday):
8315 Rename hebrew-calendar-year-Thursday-regular-Saturday.
8316 (calendar-hebrew-year-Thursday-complete-Sunday):
8317 Rename hebrew-calendar-year-Thursday-complete-Sunday.
8318 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
8319 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
8320 (calendar-hebrew-year-Saturday-complete-Thursday):
8321 Rename hebrew-calendar-year-Saturday-complete-Thursday.
8322 (calendar-hebrew-year-Monday-incomplete-Thursday):
8323 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
8324 (calendar-hebrew-year-Monday-complete-Saturday):
8325 Rename hebrew-calendar-year-Monday-complete-Saturday.
8326 (calendar-hebrew-year-Tuesday-regular-Saturday):
8327 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
8328 (calendar-hebrew-year-Thursday-incomplete-Sunday):
8329 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
8330 (calendar-hebrew-year-Thursday-complete-Tuesday):
8331 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
8332 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
8333 Update for above name changes of constants.
8334
8335 * calendar/cal-menu.el, calendar/calendar.el:
8336 Update for chinese and hebrew name changes.
8337 * calendar/diary-lib.el: Update for hebrew name changes.
8338
8339 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8340
8341 * subr.el (keymap-canonicalize): Correct thinko.
8342
8343 * server.el: Undo part of the multi-tty change, which is only
8344 needed if server.el is preloaded, and broke server-running-p.
8345 (server-socket-dir): Initialize in the defvar, as before.
8346 (server-start): Remove initialization of server-socket-dir.
8347
8348 2008-04-05 Eli Zaretskii <eliz@gnu.org>
8349
8350 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
8351 3-member cons cells.
8352
8353 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
8354
8355 * cus-face.el (custom-face-attributes): Handle roman slant.
8356
8357 * faces.el (default): Ensure the face-defface-spec property is set.
8358
8359 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
8360
8361 * files.el (abort-if-file-too-large): New function.
8362 (find-file-noselect, insert-file-1): Use it.
8363
8364 2008-04-05 Reto Zimmermann <reto@gnu.org>
8365
8366 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8367 Replace C-c[a-zA-Z] key bindings.
8368
8369 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8370
8371 * progmodes/hideif.el (hif-token-alist): New var.
8372 (hif-token-regexp, hif-tokenize): Use it.
8373 (hif-mathify-binop): New macro.
8374 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
8375 (hif-greater-equal, hif-less-equal): Use it.
8376 (hif-logior, hif-logand): New functions.
8377 (hif-math): Accept | and & as well.
8378
8379 * progmodes/etags.el: Fix problem with completion for buffer-local
8380 tables. Reported by Radey Shouman <shouman@comcast.net>.
8381 (tags-complete-tag): Remove.
8382 (tags-lazy-completion-table): New function to replace it.
8383 (find-tag-tag, complete-tag): Update users.
8384
8385 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8386
8387 * vc-rcs.el (vc-rcs-dir-status):
8388 * vc-sccs.el (vc-sccs-dir-status): New function.
8389
8390 * outline.el (outline-mode-menu-bar-map):
8391 * term.el (terminal-signal-menu): Add :help.
8392
8393 * net/eudc.el (eudc-mode-map): Declare and define in one step.
8394 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
8395
8396 * emacs-lisp/re-builder.el (reb-mode-map):
8397 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
8398
8399 * diff-mode.el (diff-file-junk-re): Recognize the git format for
8400 new files, deleted files and for changing permissions.
8401 (diff-mode): Set beginning-of-defun-function and
8402 end-of-defun-function.
8403
8404 * vc-bzr.el (vc-bzr-state): Use when instead of if.
8405
8406 * vc.el (vc-default-status-fileinfo-extra): New function.
8407 (vc-status-mark-buffer-changed): Use it.
8408 (vc-update-vc-status-buffer): Allow for partial updates.
8409
8410 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8411
8412 * net/tramp.el (after-init-hook): Don't wrap a lambda around
8413 tramp-register-completion-file-name-handler.
8414
8415 * subr.el (keymap-canonicalize): New function.
8416 * mouse.el (mouse-menu-non-singleton): Use it.
8417 (mouse-major-mode-menu): Remove hack made unnecessary.
8418
8419 * simple.el (set-fill-column): Prompt rather than error by default.
8420
8421 2008-04-04 Andreas Schwab <schwab@suse.de>
8422
8423 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8424 Reset new-rules after each round.
8425
8426 * Makefile.in (cal-autoloads): New target.
8427 (compile, compile-always, recompile): Depend on it.
8428 ($(lisp)/calendar/cal-loaddefs.el)
8429 ($(lisp)/calendar/diary-loaddefs.el)
8430 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
8431
8432 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
8433
8434 * ediff*.el: Replace load with require in eval-when-compile.
8435
8436 * ediff-hook.el: Delete all invocations of (autoload ...).
8437
8438 * ediff-util.el (ediff-setup): Make window-min-height a local variable
8439 in ediff control window, and set its min height to 2.
8440 (ediff-setup-control-buffer): Dedicate the control window.
8441 (ediff-toggle-multiframe): Undedicate control window.
8442 Work directly with ediff-setup-windows-multiframe and
8443 ediff-setup-windows-plain.
8444
8445 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
8446 New function.
8447 (ediff-window-setup-function): Change initialization.
8448 (ediff-setup-windows-automatic): Delete.
8449 (ediff-setup-windows-plain-merge): Make control window dedicated.
8450 (ediff-destroy-control-frame): Do not skip frames if working in a
8451 single frame.
8452
8453 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
8454 eval-when-compile.
8455
8456 * emulation/viper-util.el: Move provide's forward, prevent recursion in
8457 eval-when-compile.
8458
8459 2008-04-04 Glenn Morris <rgm@gnu.org>
8460
8461 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
8462 calendar-absolute-from-bahai. Update callers, keep old name as alias.
8463
8464 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
8465 Rename islamic-calendar-leap-year-p. Update callers.
8466 (calendar-islamic-last-day-of-month):
8467 Rename islamic-calendar-last-day-of-month. Update callers.
8468 (calendar-islamic-day-number):
8469 Rename islamic-calendar-day-number. Update callers.
8470 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
8471 Update callers, keep old name as alias.
8472 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
8473 Update callers, keep old name as alias.
8474 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
8475 Keep old name as alias.
8476 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
8477 Update callers, keep old name as alias.
8478 (calendar-islamic-mark-date-pattern):
8479 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
8480 name as alias.
8481 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
8482 Keep old name as alias.
8483 (diary-islamic-insert-monthly-entry):
8484 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
8485 (diary-islamic-insert-yearly-entry):
8486 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
8487
8488 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
8489 calendar-absolute-from-iso. Update callers, keep old name as alias.
8490 (calendar-iso-print-date): Rename calendar-print-iso-date.
8491 Update callers, keep old name as alias.
8492 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
8493 Keep old name as alias.
8494 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
8495 Keep old name as alias.
8496
8497 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
8498 calendar-absolute-from-julian. Update callers, keep old name as alias.
8499 (calendar-julian-print-date): Rename calendar-print-julian-date.
8500 Update callers, keep old name as alias.
8501 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
8502 Update callers, keep old name as alias.
8503 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
8504 Update callers, keep old name as alias.
8505 (calendar-astro-print-day-number):
8506 Rename calendar-print-astro-day-number. Update callers, keep old
8507 name as alias.
8508 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
8509 Update callers, keep old name as alias.
8510
8511 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
8512 Rename calendar-string-to-mayan-long-count. Update callers.
8513 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
8514 Update callers, keep old name as alias.
8515 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
8516 Update callers.
8517 (calendar-mayan-read-tzolkin-date):
8518 Rename calendar-read-mayan-tzolkin-date. Update callers.
8519 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
8520 Keep old name as alias.
8521 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
8522 Keep old name as alias.
8523 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
8524 Keep old name as alias.
8525 (calendar-mayan-previous-tzolkin-date):
8526 Rename calendar-previous-tzolkin-date. Keep old name as alias.
8527 (calendar-mayan-next-round-date):
8528 Rename calendar-next-calendar-round-date. Keep old name as alias.
8529 (calendar-mayan-previous-round-date):
8530 Rename calendar-previous-calendar-round-date. Keep old name as alias.
8531 (calendar-mayan-long-count-to-absolute): Rename
8532 calendar-absolute-from-mayan-long-count. Keep old name as alias.
8533 (calendar-mayan-goto-long-count-date):
8534 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
8535
8536 * calendar/cal-persia.el (calendar-persian-month-name-array):
8537 Rename persian-calendar-month-name-array. Update callers.
8538 (calendar-persian-epoch): Rename persian-calendar-epoch.
8539 Update callers.
8540 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
8541 Update callers.
8542 (calendar-persian-last-day-of-month):
8543 Rename persian-calendar-last-day-of-month. Update callers.
8544 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
8545 Update callers, keep old name as alias.
8546 (calendar-persian-print-date): Rename calendar-print-persian-date.
8547 Update callers, keep old name as alias.
8548 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
8549 Keep old name as alias.
8550
8551 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
8552 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
8553 * calendar/solar.el: Update for cal-julian name changes.
8554
8555 * calendar/cal-dst.el: Update for persian name changes.
8556
8557 * calendar/cal-menu.el, calendar/calendar.el:
8558 Update for islamic, iso, julian, mayan, persian name changes.
8559
8560 * calendar/diary-lib.el: Update for islamic name changes.
8561
8562 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
8563 Rename all-hebrew-calendar-holidays. Update callers, keep old name
8564 as alias.
8565 (calendar-christian-all-holidays-flag):
8566 Rename all-christian-calendar-holidays. Update callers, keep old
8567 name as alias.
8568 (calendar-islamic-all-holidays-flag):
8569 Rename all-islamic-calendar-holidays. Update callers, keep old
8570 name as alias.
8571 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
8572 Update callers, keep old name as alias.
8573 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
8574 Update for the above name changes.
8575
8576 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
8577
8578 * hilit-chg.el (global-highlight-changes-mode)
8579 (highlight-changes-passive-string, highlight-changes-active-string):
8580 Mark as obsolete since 23.1, not 22.1.
8581
8582 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
8583
8584 * hilit-chg.el (highlight-changes-visibility-initial-state)
8585 (hilit-chg-update, highlight-changes-mode-turn-on):
8586 Fix typos in docstrings.
8587
8588 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
8589
8590 * newcomment.el (comment-enter-backward): Be careful to restore
8591 position changed during narrowing.
8592
8593 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
8594
8595 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8596 Recognize `sub ($$)'.
8597
8598 2008-04-03 Richard Sharman <rsharman@pobox.com>
8599
8600 * hilit-chg.el (highlight-changes-mode): Rename from
8601 highlight-changes; no longer uses sub-modes active and passive;
8602 implemented by define-minor-mode.
8603 (highlight-changes-toggle-visibility): New function, to replace
8604 the old passive/active submodes of global-highlight-changes-mode;
8605 implemented by define-minor-mode.
8606 (global-highlight-changes-mode): Rename from global-highlight-changes;
8607 rewrite using define-globalized-minor-mode.
8608 (hilit-chg-major-mode-hook, hilit-chg-check-global)
8609 (hilit-chg-post-command-hook, hilit-chg-check-global)
8610 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
8611 to use of define-globalized-minor-mode.
8612 (highlight-changes-global-initial-state): Change to be boolean.
8613 (highlight-changes-visible-string, highlight-changes-invisible-string):
8614 Rename from highlight-changes-active-string and
8615 highlight-changes-passive-string.
8616 (hilit-chg-update, hilit-chg-set): Use them.
8617 (global-highlight-changes-mode): Rename from global-highlight-changes.
8618 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
8619 docstring.
8620 (hilit-chg-hide-changes): Rewrite to use dolist.
8621 (hilit-chg-set-face-on-change, hilit-chg-update)
8622 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
8623 variable instead of testing highlight-changes-mode.
8624 (highlight-markup-buffers): Add require ediff-util; argument on calls
8625 to highlight-changes-mode changed.
8626 (highlight-compare-with-file): Fix problems with interactive
8627 call giving invalid default file.
8628
8629 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
8630
8631 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
8632 Fix in disassembly buffer (regression in 22.2).
8633
8634 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
8635
8636 * emulation/viper-macs.el (viper-read-fast-keysequence):
8637 Use viper-read-event instead of viper-read-key.
8638
8639 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
8640
8641 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
8642 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
8643 let-statements.
8644
8645 * emulation/viper-ex.el, emulation/viper-macs.el:
8646 * emulation/viper-mous.el:
8647 Replace load with require in eval-when-compile.
8648
8649 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8650
8651 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
8652
8653 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
8654 (archive-try-jka-compr): New function.
8655 (archive-set-buffer-as-visiting-file): Use it.
8656
8657 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
8658
8659 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
8660
8661 * simple.el (handle-shift-selection): New arg.
8662
8663 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8664
8665 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
8666
8667 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
8668
8669 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
8670
8671 * shell.el (shell-dynamic-complete-filename): New fun.
8672 (shell-dynamic-complete-functions): Use it.
8673
8674 * help-fns.el (describe-variable): Undo 2008-02-25 change.
8675
8676 2008-04-03 Kenichi Handa <handa@m17n.org>
8677
8678 * international/fontset.el (create-fontset-from-x-resource):
8679 Handle the error of X resource more gracefully.
8680
8681 * international/latin1-disp.el (latin1-display): Don't use make-char.
8682 Fix the argument to set-char-table-range.
8683 (latin1-display-identities): Don't use make-char.
8684 (latin1-display-reset): Use map-charset-chars instead of directly
8685 calling standard-display-default.
8686 (latin1-display-check-font): Don't use make-char.
8687 (latin1-display-setup): Likewise.
8688 (latin1-display-ucs-per-lynx): Likewise.
8689
8690 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
8693 name the fields, to make the code clearer.
8694 Rewrite all `aset' and `aref' using the defined accessors.
8695 (timer--time): New pseudo-field.
8696 (timer-set-time, timer-set-idle-time, timer-inc-time)
8697 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
8698 (timer--time-less-p): New function.
8699 (timer--activate): New function, extracted from timer-activate.
8700 (timer-activate-when-idle, timer-activate): Use it.
8701 (cancel-function-timers): Use dolist.
8702
8703 2008-04-03 Glenn Morris <rgm@gnu.org>
8704
8705 * add-log.el (c-beginning-of-defun, c-end-of-defun):
8706 Remove declarations; no longer used.
8707 (c-cpp-define-name, c-defun-name): Declare as functions.
8708
8709 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
8710 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
8711
8712 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
8713 (holiday-passover-etc, holiday-hanukkah): Doc fix.
8714 Add optional argument. Simplify.
8715 (holiday-tisha-b-av-etc): Use memq rather than unless.
8716 (holiday-julian): Autoload it.
8717 (holiday-hebrew-misc): New function.
8718
8719 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
8720
8721 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8722 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
8723 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
8724 all-hebrew-calendar-holidays.
8725 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
8726 Simplify using new functions.
8727 (calendar-holidays): Doc fix.
8728 (generate-calendar-window): Use bound-and-true-p.
8729
8730 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
8731
8732 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
8733 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
8734 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
8735 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
8736
8737 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
8738
8739 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8740
8741 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
8742
8743 * vc-bzr.el (vc-bzr-checkout): Simplify.
8744
8745 * image-mode.el (image-mode-fit-frame): New command.
8746
8747 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
8748 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
8749 (keyboard-escape-quit): Check region-active-p i.s.o
8750 transient-mark-mode.
8751
8752 2008-04-02 Simon Josefsson <simon@josefsson.org>
8753
8754 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
8755 (imap-message-copyuid-1): Use it.
8756 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
8757 J. Williams in
8758 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8759
8760 2008-04-02 Alan Mackenzie <acm@muc.de>
8761
8762 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
8763 New optimised functions to get the name of the current defun/macro.
8764
8765 * add-log.el (add-log-current-defun): Move the functionality which
8766 gets the current function name for C like modes to cc-cmds.el,
8767 thus optimising for speed.
8768
8769 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
8770
8771 * simple.el (deactivate-mark): When the mark is temporarily
8772 active, restore the original value of transient-mark-mode.
8773 (set-mark-command): First deactivate the mark if was temporarily active.
8774 (exchange-point-and-mark): Reactivate the mark if it was
8775 temporarily active.
8776 (handle-shift-selection): New fun.
8777 (transient-mark-mode): Move var documentation here from buffer.c.
8778 (next-line, previous-line, backward-word, move-end-of-line)
8779 (move-beginning-of-line, forward-to-indentation)
8780 (backward-to-indentation, back-to-indentation)
8781 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
8782
8783 * mouse.el (mouse-set-region-1): Save the old value of
8784 transient-mark-mode.
8785 (mouse-drag-track): Ignore the now-obsolete value `identity' for
8786 transient-mark-mode.
8787
8788 * textmodes/paragraphs.el (forward-paragraph)
8789 (backward-paragraph, forward-sentence, backward-sentence): Add ^
8790 interactive spec.
8791
8792 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
8793
8794 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
8795
8796 * net/tramp.el (tramp-make-tramp-temp-file):
8797 Use `tramp-drop-volume-letter' for the local file name part.
8798
8799 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8800
8801 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
8802 Add menu entries corresponding to all the key bindings.
8803
8804 * emacs-lisp/debug.el (debugger-mode-map):
8805 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
8806 (conf-align-assignments): Only work on the region if it is active.
8807 (conf-quote-normal): Use when instead of if. Remove redundant test.
8808
8809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8810 for tracing and re-builder.
8811
8812 2008-04-02 Glenn Morris <rgm@gnu.org>
8813
8814 * calendar/appt.el (appt-disp-window-function): Doc fix.
8815 (appt-display-message): Move beep before display.
8816 (appt-check): Make interactive. Reduce the number of lets.
8817 Use string-equal to compare mode-line strings.
8818 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
8819 read-only.
8820 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
8821 (appt-delete): Simplify.
8822
8823 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
8824
8825 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8826
8827 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8828 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
8829 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
8830
8831 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
8832 (calendar-holiday-marker, mark-visible-calendar-date):
8833 * calendar/diary-lib.el (fancy-diary-display):
8834 Check for font-lock-mode before using faces.
8835
8836 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
8837 (calendar-gregorian-from-absolute): Reduce the number of lets.
8838 (hebrew-holidays-4, generate-calendar-window): Simplify.
8839 (calendar-for-loop): Make obsolete.
8840 (calendar-nth-named-day): Doc fix.
8841
8842 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
8843 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
8844 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
8845 Reduce the number of lets.
8846 (mark-sexp-diary-entries, calendar-mark-complex):
8847 Expand calendar-for-loops.
8848
8849 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
8850
8851 * find-dired.el (find-dired-filter): Fix last patch to handle
8852 multi-line process input. Pad link numbers too.
8853
8854 2008-04-01 Jari Aalto <jari.aalto@cante.net>
8855
8856 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
8857
8858 2008-04-01 Jason Rumney <jasonr@gnu.org>
8859
8860 * international/characters.el (script-list): Add phonetic script,
8861 covering IPA (previously Latin), Phonetic Extensions and
8862 Phonetic Extensions Supplement (both previously unassigned).
8863
8864 * international/fontset.el (setup-default-fontset): Use unicode fonts
8865 that cover bopomofo script for bopomofo.
8866 Likewise for braille and mathematical.
8867 Use unicode scripts that cover the phonetic script for IPA.
8868
8869 2008-04-01 Johan Bockgård <bojohan@gnu.org>
8870
8871 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
8872 return the assigned value.
8873
8874 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * abbrev.el (abbrev-mode): Use define-minor-mode.
8877
8878 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
8879 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
8880 Use map-keymap.
8881 (minor-mode-menu-from-indicator): Use it. Simplify.
8882
8883 * bindings.el (mode-line-mode-menu): Move before (new) first use.
8884 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
8885 Bind the key directly to the menu.
8886 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
8887
8888 2008-04-01 Daiki Ueno <ueno@unixuser.org>
8889
8890 * epa.el (epa-decrypt-region): Explain the reason why this
8891 function should not be used in Lisp programs.
8892 (epa-decrypt-armor-in-region): Ditto.
8893 (epa-verify-region): Ditto.
8894 (epa-verify-cleartext-in-region): Ditto.
8895 (epa-sign-region): Ditto.
8896 (epa-encrypt-region): Ditto.
8897
8898 * epg.el (epg-start-receive-keys): Fix typo in docstring.
8899
8900 * epa.el (epa-select-keys): Show menu even if there is no key in
8901 GnuPG's keyring.
8902
8903 2008-04-01 Glenn Morris <rgm@gnu.org>
8904
8905 * calendar/calendar.el (calendar-make-temp-face): New function.
8906 (mark-visible-calendar-date):
8907 * calendar/diary-lib.el (fancy-diary-display): Use it.
8908
8909 * vc-hooks.el (vc-responsible-backend): Declare as function.
8910
8911 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
8912 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
8913 * calendar/cal-julian.el (holiday-julian): Use it.
8914
8915 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
8916 (calendar-hebrew-date-is-visible-p): Extract some common code into
8917 separate function.
8918 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
8919
8920 * calendar/cal-menu.el (cal-menu-holidays-menu):
8921 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
8922 rather than obsolete alias.
8923
8924 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
8925 for mark characters.
8926 (calendar-unmark): Unmark by removing all overlays, rather than
8927 redrawing.
8928 (calendar-starred-day): Remove.
8929 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
8930 (calendar-cursor-to-date): No need for special star handling now
8931 using overlays.
8932 (calendar-star-date): Use overlays.
8933
8934 * calendar/cal-french.el (calendar-goto-french-date):
8935 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
8936 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
8937 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
8938 * calendar/cal-persia.el (calendar-persian-date-string):
8939 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8940 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
8941 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
8942 * calendar/solar.el (solar-equinoxes-solstices):
8943 Reduce nesting of some lets.
8944
8945 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8946 (calendar-goto-mayan-long-count-date): Simplify.
8947
8948 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
8949 Simplify by using mapcar.
8950 (calendar-list-holidays): Return holiday-list.
8951 (list-holidays): Use let rather than let*. Remove un-needed locals
8952 `d', `never'.
8953 (calendar-check-holidays): Return result from dolist.
8954 (holiday-float): Use a single let*. Simplify if-and to and.
8955 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
8956 single let*.
8957
8958 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
8959
8960 * calc/calc.el: Autoload `calc-yank'.
8961 (calc-mode-map): Add keybindings for `calc-yank'.
8962 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
8963 assignments for `calc-yank'.
8964
8965 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
8966
8967 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
8968 (vc-status-mark-buffer-changed): Handle the extra field.
8969
8970 * vc-bzr.el (vc-bzr-after-dir-status):
8971 * vc-cvs.el (vc-cvs-after-dir-status):
8972 * vc-hg.el (vc-hg-after-dir-status):
8973 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
8974
8975 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * doc-view.el: Compute displayed pages first (in PDF).
8978 (doc-view-current-converter-processes): Rename from
8979 doc-view-current-converter-process. Update users.
8980 (doc-view-sentinel): Test buffer's liveness.
8981 (doc-view-pdf/ps->png-sentinel): Remove.
8982 (doc-view-start-process): New function.
8983 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
8984 (doc-view-ps->pdf): Use it.
8985 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
8986 New functions.
8987 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
8988 (doc-view-mode): Kill the processes when leaving the mode.
8989
8990 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
8991
8992 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
8993 Use `byte-compile-warning-types'. Add docstring.
8994
8995 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8996
8997 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
8998 (smerge-resolve): Add various resolution heuristics.
8999
9000 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
9001 in 3-way conflicts.
9002
9003 2008-03-31 Glenn Morris <rgm@gnu.org>
9004
9005 * calendar/cal-bahai.el (diary-bahai-mark-entries):
9006 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9007 * calendar/cal-islam.el (mark-islamic-diary-entries):
9008 Fix argument order in call to diary-mark-entries-1.
9009
9010 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
9011 pre-Bahai dates.
9012 (holiday-bahai): Use an algorithm actually relevant to this calendar
9013 system.
9014
9015 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
9016
9017 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
9018 Use and.
9019
9020 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
9021 in the last fortnight in Julian October.
9022
9023 * calendar/calendar.el (increment-calendar-month): Optionally handle
9024 systems without 12 months per year.
9025
9026 (calendar-date-is-visible-p): Doc fix. Simplify.
9027
9028 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
9029 from dolist.
9030
9031 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
9032
9033 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
9034 (hi-lock-unload-function): New function.
9035
9036 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
9037
9038 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
9039 overwriting when NEWNAME is a local file.
9040
9041 * net/trampver.el: Update release number.
9042
9043 2008-03-30 Alexandre Julliard <julliard@winehq.org>
9044
9045 * vc-git.el: Make vc-status display information about copies,
9046 renames and permission changes.
9047 (vc-git-extra-fileinfo): New defstruct.
9048 (vc-git-escape-file-name, vc-git-file-type-as-string)
9049 (vc-git-rename-as-string, vc-git-permissions-as-string)
9050 (vc-git-status-printer): New functions.
9051 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
9052 (vc-git-after-dir-status-stage1): Look for copies, renames and
9053 permission changes.
9054 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
9055 (vc-git-dir-status): Ask for staged files and renames.
9056
9057 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
9058
9059 * vc.el: Allow backends to display backend specific information in
9060 the vc-status listing.
9061 (vc-status-fileinfo): Add a field for backend specific information.
9062 (vc-status-printer): Rename to ...
9063 (vc-default-status-printer): ... this.
9064 (vc-status-printer): New function.
9065 (vc-update-vc-status-buffer): Set the backend specific file info
9066 if provided.
9067
9068 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * textmodes/remember.el (remember-diary-convert-entry): Revert last
9071 change (ill-conceived).
9072
9073 2008-03-29 Glenn Morris <rgm@gnu.org>
9074
9075 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
9076 * calendar/cal-julian.el (holiday-julian): Simplify.
9077
9078 * calendar/holidays.el (list-holidays): Use or.
9079
9080 2008-03-29 Juri Linkov <juri@jurta.org>
9081
9082 * window.el (split-window-preferred-horizontally): New function.
9083
9084 * cus-start.el (split-window-preferred-function):
9085 Set choice for "vertically" to nil instead of split-window.
9086 Set choice for "horizontally" to split-window-preferred-horizontally
9087 instead of lambda.
9088
9089 2008-03-29 Juri Linkov <juri@jurta.org>
9090
9091 * simple.el (minibuffer-default-add-function): New variable with
9092 the default to minibuffer-default-add-completions.
9093 (minibuffer-default-add-done): New variable. Make it buffer-local.
9094 (minibuffer-default-add-completions): New function.
9095 (goto-history-element): Set minibuffer-default-add-done to t and
9096 call a function in minibuffer-default-add-function when the
9097 specified absolute history position is greater than the length of
9098 the minibuffer-default list and minibuffer-default-add-done is nil.
9099 Change "^End of history; no next item$" to "^End of defaults;
9100 no next item$".
9101
9102 * bindings.el (debug-ignored-errors): Change "^End of history;
9103 no next item$" to "^End of defaults; no next item$".
9104
9105 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9106
9107 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
9108
9109 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
9110 to with-no-warnings.
9111
9112 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
9113
9114 Sync with Tramp 2.1.13.
9115
9116 * net/tramp-ftp.el: Require 'cl when byte-compiling.
9117
9118 * net/trampver.el: Update release number.
9119
9120 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9121
9122 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
9123 the current backend.
9124
9125 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
9126 (vc-status-refresh): Create a temporary buffer and call the
9127 `dir-status' backend function from that buffer.
9128
9129 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
9130 (vc-bzr-after-dir-status): Don't kill the buffer.
9131
9132 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
9133 (vc-cvs-after-dir-status): Don't kill the buffer.
9134
9135 * vc-git.el (vc-git-dir-status): Don't create a buffer.
9136 (vc-git-after-dir-status-stage2): Don't kill the buffer.
9137
9138 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
9139 (vc-hg-after-dir-status): Don't kill the buffer.
9140
9141 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
9142 (vc-svn-after-dir-status): Don't kill the buffer.
9143
9144 2008-03-29 Glenn Morris <rgm@gnu.org>
9145
9146 * calendar/calendar.el (diary-file, american-date-diary-pattern)
9147 (european-date-diary-pattern, european-calendar-display-form)
9148 (american-calendar-display-form, diary-display-hook): Doc fixes.
9149 (european-calendar-style): Doc fix. Use calendar-set-date-style for
9150 custom :set. Mark as obsolete.
9151 (calendar-date-style, iso-date-diary-pattern)
9152 (iso-calendar-display-form): New user variables.
9153 (diary-date-forms, calendar-date-display-form): Set using
9154 calendar-date-style. Doc fix.
9155 (calendar-set-date-style): New command.
9156 (european-calendar, american-calendar): Use calendar-set-date-style.
9157 Mark as obsolete.
9158
9159 * calendar/diary-lib.el (number): Move declaration where needed.
9160 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
9161 (diary-make-date): New function.
9162 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
9163 Use diary-make-date.
9164 (diary-date-display-form, diary-insert-entry-1): New functions.
9165 (insert-monthly-diary-entry, insert-yearly-diary-entry):
9166 Use diary-insert-entry-1.
9167 (insert-anniversary-diary-entry, insert-block-diary-entry)
9168 (insert-cyclic-diary-entry): Use diary-date-display-form.
9169
9170 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9171 Autoload diary-insert-entry-1.
9172 * calendar/cal-bahai.el (diary-bahai-insert-entry)
9173 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9174 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
9175 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
9176 * calendar/cal-islam.el (insert-islamic-diary-entry)
9177 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
9178 Use diary-insert-entry-1.
9179
9180 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
9181 (diary-yahrzeit): Doc fix. Use diary-make-date.
9182
9183 * calendar/icalendar.el (icalendar--datetime-to-american-date):
9184 New name for icalendar--datetime-to-noneuropean-date. Make old name
9185 obsolete alias.
9186 (icalendar--datetime-to-iso-date): New function.
9187 (icalendar--datetime-to-diary-date): Doc fix. Respect
9188 calendar-date-style if bound.
9189
9190 * textmodes/remember.el (remember-diary-convert-entry):
9191 Respect calendar-date-style if bound.
9192
9193 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9194
9195 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
9196 (xterm-mouse-handle-delete-frame): Delete.
9197
9198 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
9199 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
9200 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
9201 in xterm-modify-other-keys-terminal-list.
9202
9203 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
9204 are conflicts.
9205
9206 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9207
9208 * vc.el (vc-update): Check if the buffer is unsaved only if it
9209 actually exists.
9210 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
9211 vc-print-log.
9212
9213 2008-03-28 Magnus Henoch <mange@freemail.hu>
9214
9215 * net/dns.el (dns-write): Use set-buffer-multibyte.
9216
9217 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * vc-bzr.el (vc-bzr-sha1): New fun.
9220 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
9221 (vc-bzr-registered): Use it.
9222
9223 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
9224
9225 * vc.el (vc-status-kill-dir-status-process): Simplify.
9226 (vc-status-refresh): Make sure the buffer is live.
9227 (ring): Don't require it, not used.
9228
9229 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
9230
9231 * progmodes/verilog-mode.el (verilog-auto-inout-module):
9232 Add optional regular expression to AUTOINOUTMODULE.
9233 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
9234 (verilog-auto-inst-param, verilog-auto-reg)
9235 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9236 (verilog-auto-output-every, verilog-auto-input)
9237 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
9238 (verilog-auto-unused, verilog-auto): Update documentation to use
9239 more obvious instance module names versus cell names.
9240
9241 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
9242
9243 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
9244 kill if a process is running.
9245
9246 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
9247
9248 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
9249
9250 * vc.el: Add new backend function 'status-extra-headers.
9251 (vc-default-status-extra-headers): New function.
9252 (vc-status-headers): Call 'status-extra-headers. Add colors.
9253
9254 * vc-git.el (vc-git-status-extra-headers): New function.
9255
9256 2008-03-28 Glenn Morris <rgm@gnu.org>
9257
9258 * calendar/cal-menu.el (cal-menu-holidays-menu)
9259 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9260 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
9261 holiday-list is optional.
9262 (calendar-mouse-holidays): Remove un-needed local `l'.
9263
9264 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9265 Remove un-needed local `date'.
9266 (calendar-cursor-to-visible-date): Use let rather than let*.
9267 Remove un-needed local `first-of-month-weekday'.
9268
9269 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
9270
9271 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
9272 Doc fixes.
9273 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
9274 (diary-header-line-flag, diary-header-line-format): Declare.
9275 (diary-pull-attrs): Check for multiple matches.
9276 (diary-list-entries-2): Simplify finding start of date.
9277 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
9278 pop-up-frames.
9279 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
9280 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
9281
9282 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
9283
9284 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
9285
9286 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
9287
9288 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9289
9290 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
9291
9292 * image-mode.el (image-mode-reapply-winprops): Fix last change.
9293
9294 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
9295
9296 * international/mule-conf.el (define-iso-single-byte-charset):
9297 Don't make latin-iso8859-* supplementary.
9298 (#'set-charset-priority): Don't change the priority of charsets
9299 `unicode' and `emacs'.
9300
9301 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
9304 temp buffer.
9305
9306 2008-03-27 Glenn Morris <rgm@gnu.org>
9307
9308 * calendar/cal-bahai.el (diary-bahai-list-entries):
9309 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
9310 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
9311
9312 * calendar/calendar.el (diary-file): Doc fix.
9313
9314 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
9315 (list-diary-entries-hook, mark-diary-entries-hook)
9316 (include-other-diary-files, diary-mail-entries)
9317 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
9318 (diary-set-header): New function.
9319 (diary-header-line-flag, diary-header-line-format):
9320 Use diary-set-header for custom :set function.
9321 (diary-set-maybe-redraw): Use symbol-value rather than eval.
9322 (diary-attrtype-convert): Use intern-soft rather than read.
9323 (diary-display-no-entries): New function.
9324 (simple-diary-display, fancy-diary-display): Use it.
9325 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
9326 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
9327
9328 * calendar/holidays.el (list-holidays): Doc fix.
9329
9330 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
9331
9332 * calc/calc-store.el (calc-read-var-name-history): New variable.
9333 (calc-read-var-name): Use `calc-read-var-name-history'.
9334
9335 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9336
9337 * image-mode.el (image-mode-reapply-winprops): Simplify now that
9338 window-configuration-change-hook works buffer-locally.
9339
9340 2008-03-26 Johan Bockgård <bojohan@gnu.org>
9341
9342 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
9343 for Emacs Lisp, not Lisp.
9344
9345 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
9346
9347 * help-fns.el (describe-function-1, describe-variable):
9348 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
9349
9350 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
9351 replacement is provided, don't print "use nil instead".
9352
9353 2008-03-26 Johan Bockgård <bojohan@gnu.org>
9354
9355 * complete.el (PC-do-completion): Use regexp-quote.
9356
9357 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
9358
9359 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
9360 Detect missing files.
9361
9362 * vc-git.el (vc-git-extra-menu-map): New key map.
9363 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
9364 New functions.
9365
9366 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
9367 and 'missing files.
9368
9369 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9370
9371 * calendar/holidays.el (list-holidays): Make Y2 optional.
9372
9373 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
9374 buffers shown to the user.
9375 (appt-disp-window): Disable undo explicitly now that the leading space
9376 is gone.
9377
9378 * simple.el (activate-mark): New function.
9379 (set-mark-command): Use it with region-active-p to clean up the code.
9380 (exchange-point-and-mark): Invert the meaning of C-u when
9381 transient-mark-mode is active.
9382
9383 * dired-aux.el (dired-create-files): Use dolist.
9384
9385 * bindings.el (mode-line-change-eol): Use with-selected-window.
9386
9387 * apropos.el (apropos-command): Include macros.
9388
9389 2008-03-26 Glenn Morris <rgm@gnu.org>
9390
9391 * calendar/cal-bahai.el: Require calendar, not cal-julian.
9392 (calendar-bahai-epoch): Doc fix.
9393
9394 * calendar/cal-china.el: Explicitly require calendar.
9395
9396 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
9397 Require calendar rather than cal-julian.
9398 Autoload calendar-absolute-from-julian.
9399 * calendar/cal-coptic.el (coptic-calendar-epoch):
9400 * calendar/cal-islam.el (calendar-islamic-epoch):
9401 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
9402
9403 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
9404
9405 * calendar/cal-dst.el: Don't require cal-persia.
9406 (calendar-absolute-from-persian): Autoload it.
9407 (dst-adjust-time): Doc fix.
9408
9409 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
9410 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
9411 calendar.
9412
9413 * calendar/cal-menu.el: Require calendar rather than declaring
9414 functions.
9415 * calendar/calendar.el: Provide calendar before requiring cal-menu.
9416
9417 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
9418 calendar-after-frame-setup-hooks. Update callers, make old name an
9419 obsolete alias. Doc fix.
9420 (calendar-frame-1): Doc fix.
9421
9422 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
9423
9424 * calendar/calendar.el (oriental-holidays, solar-holidays):
9425 * calendar/holidays.el (list-holidays): Assume atan always bound.
9426
9427 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
9428 Explicitly require calendar, not cal-julian.
9429 * calendar/lunar.el: Explicitly require cal-dst.
9430
9431 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9432
9433 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
9434
9435 * help-fns.el (describe-function-1, describe-variable): If no
9436 replacement is provided, don't print "use nil instead".
9437
9438 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9439
9440 * proced.el: New file.
9441
9442 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9443
9444 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
9445
9446 2008-03-25 Juri Linkov <juri@jurta.org>
9447
9448 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
9449 in battery-mode-line-format.
9450
9451 * bindings.el (minibuffer-local-map): For the command
9452 file-cache-minibuffer-complete replace keymap minibuffer-local-map
9453 with map which is already locally bound to minibuffer-local-map.
9454
9455 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9456
9457 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
9458 Remove `sort-first' argument.
9459
9460 * subr.el (redisplay-end-trigger-functions)
9461 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
9462 (process-filter-multibyte-p, set-process-filter-multibyte):
9463 Mark as obsolete.
9464
9465 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
9466
9467 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
9468 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
9469 use the LOCAL arg of `add-hook'.
9470 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
9471 Remove spurious * from defcustom docstrings.
9472 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
9473 Fix typos in messages.
9474 (reb-mode-buffer-p): New function.
9475 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
9476 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
9477 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
9478 Use `unless', `when'.
9479 (re-builder-unload-function): New function.
9480
9481 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
9482
9483 * vc-hooks.el (vc-state): Add documentation for 'missing.
9484
9485 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
9486
9487 * progmodes/verilog-mode.el (verilog-auto-output)
9488 (verilog-auto-input, verilog-auto-inout, verilog-auto)
9489 (verilog-delete-auto): Add optional regular expression to
9490 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
9491 (verilog-signals-matching-regexp): New internal function for
9492 signal matching.
9493
9494 2008-03-25 Johan Bockgård <bojohan@gnu.org>
9495
9496 * info.el (Info-isearch-search): Always return point.
9497
9498 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9499
9500 * diff-mode.el (diff-remembered-defdir): New var.
9501 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
9502
9503 2008-03-25 Glenn Morris <rgm@gnu.org>
9504
9505 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
9506 calendar-bahai-prompt-for-date. Update callers, make old name an
9507 obsolete alias. Doc fix.
9508 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
9509 coptic-prompt-for-date. Update callers, make old name an
9510 obsolete alias. Doc fix.
9511 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
9512 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
9513 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
9514 calendar-islamic-prompt-for-date. Update callers. Doc fix.
9515 * calendar/cal-iso.el (calendar-iso-read-date): New name for
9516 calendar-iso-read-args. Update callers, make old name an obsolete
9517 alias.
9518 * calendar/cal-persia.el (calendar-persian-read-date): New name for
9519 persian-prompt-for-date. Update callers, make old name an
9520 obsolete alias. Doc fix. Move definition before use.
9521
9522 * calendar/cal-x.el (diary-frame-parameters)
9523 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
9524 (calendar-frame-1): Doc fixes.
9525 (make-fancy-diary-buffer): Remove declaration.
9526 (calendar-dedicate-diary): Replace call to deleted function
9527 make-fancy-diary-buffer.
9528 (calendar-frame-setup): New function.
9529 (calendar-one-frame-setup, calendar-only-one-frame-setup)
9530 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
9531 work, and mark as obsolete.
9532 (special-display-buffer-names): Don't mess with this; it's not our
9533 business.
9534 (cal-x-load-hook): Defvar it, and mark as obsolete.
9535
9536 * calendar/calendar.el (calendar-remove-frame-by-deleting):
9537 Default to t. Add to 'calendar group.
9538 (calendar): Doc fix. Use calendar-frame-setup.
9539 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
9540 (generate-calendar-window): Doc fix.
9541
9542 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9543
9544 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
9545
9546 2008-03-24 Drew Adams <drew.adams@oracle.com>
9547
9548 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
9549 New variables.
9550 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
9551 (finder-exit): Ignore errors rather than avoiding them.
9552 Kill *Finder-package* buffer also.
9553
9554 2008-03-24 Andreas Schwab <schwab@suse.de>
9555
9556 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
9557
9558 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
9559
9560 * vc-hg.el (vc-hg-after-dir-status):
9561 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
9562
9563 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
9564 Detect removed files.
9565
9566 * vc.el (vc-status-printer): Use a different face for missing files.
9567 (vc-status-hide-up-to-date): Rename from
9568 vc-status-remove-up-to-date. Update all callers.
9569 (vc-status-mode-map): Bind C-m.
9570
9571 2008-03-24 Alexandre Julliard <julliard@winehq.org>
9572
9573 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
9574 code ...
9575 (vc-git--state-code): ... to this new function.
9576 (vc-git-state): Use it.
9577
9578 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
9579
9580 * textmodes/remember.el (remember-mail-date)
9581 (remember-store-in-mailbox): Write date and From line in such a
9582 way that Mutt can read it.
9583
9584 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
9585
9586 * simple.el (transient-mark-mode): Turn on by default.
9587
9588 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9589
9590 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
9591 'unregistered for unregistered files.
9592
9593 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
9594
9595 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
9596
9597 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
9598 subdirectories.
9599
9600 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
9601 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
9602 Add :enable for vc-status-refresh.
9603 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
9604 (vc-status-tool-bar-map): Add binding for
9605 vc-status-kill-dir-status-process.
9606 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
9607 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
9608 Reset vc-status-process-buffer.
9609 (vc-status-refresh): Don't run two refreshes at a time.
9610 (vc-status): If the buffer is already in vc-status-mode only refresh.
9611 (vc-status-mark-buffer-changed): Add an optional file parameter.
9612 (vc-resynch-buffer): Use it.
9613 (vc-delete-file): Expand the file name before using it.
9614 Be careful to not create a new buffer with the old file contents.
9615 Update the VC state after performing the operation.
9616
9617 2008-03-23 Andreas Schwab <schwab@suse.de>
9618
9619 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
9620 Fix radio button condition.
9621 [box]: Likewise.
9622 [customize]: Add radio button.
9623
9624 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
9625
9626 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
9627 (calc-user-parse-tables, calc-gnuplot-default-device)
9628 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9629 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9630 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
9631 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
9632 (calc-undo-list, calc-redo-list, calc-main-buffer)
9633 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
9634 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
9635 (calc-said-hello, calc-executing-macro, calc-any-selections)
9636 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
9637 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
9638 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
9639 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
9640 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
9641 (calc-create-buffer, calc-quit): Add docstrings.
9642
9643 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
9644
9645 * makefile.w32-in (WINS_ALMOST): Add org.
9646
9647 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9648
9649 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9650 New functions to implement vc-status support.
9651
9652 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9653
9654 * vc.el (vc-status-prepare-status-buffer): New function.
9655 (vc-status): Use it.
9656
9657 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
9658 appropriate.
9659
9660 2008-03-22 Alexandre Julliard <julliard@winehq.org>
9661
9662 * vc-git.el (vc-git--empty-db-p)
9663 (vc-git-after-dir-status-stage1-empty-db): New functions.
9664 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
9665 Add support for empty repositories.
9666
9667 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9668
9669 * vc-git.el (vc-git-annotate-extract-revision-at-line):
9670 Allow "^" in a version name.
9671
9672 * vc-mtn.el (vc-mtn-state): Support the added state.
9673
9674 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
9675
9676 * org: New directory for Org-mode.
9677
9678 * org/org-export-latex.el: Moved from lisp/texmodes.
9679
9680 * org/org-irc.el: Moved from lisp/texmodes.
9681
9682 * org/org-mac-message.el: Moved from lisp/texmodes.
9683
9684 * org/org-mouse.el: Moved from lisp/texmodes.
9685
9686 * org/org-publish.el: Moved from lisp/texmodes.
9687
9688 2008-03-21 Juri Linkov <juri@jurta.org>
9689
9690 * comint.el (comint-dynamic-simple-complete):
9691 Use variable `stub' for the second arg `common-substring'
9692 of `comint-dynamic-list-completions'.
9693 (comint-dynamic-list-filename-completions):
9694 Use variable `filenondir' for the second arg `common-substring'
9695 of `comint-dynamic-list-completions'.
9696 (comint-dynamic-list-completions): Add new optional arg
9697 `common-substring'. Add `common-substring' as the second arg of
9698 the call to `display-completion-list'. Doc fix.
9699
9700 * comint.el (comint-dynamic-complete-as-filename)
9701 (comint-dynamic-list-filename-completions)
9702 (comint-dynamic-simple-complete): Use `minibuffer-message'
9703 to display message "No completions of %s" when a command
9704 is called in the minibuffer.
9705 (comint-dynamic-simple-complete): Don't display other
9706 completion messages when a command is called in the minibuffer.
9707 (comint-dynamic-list-completions): Use `minibuffer-message'
9708 to display message " [Type space to flush ...]" when a command
9709 is called in the minibuffer.
9710
9711 * shell.el (shell-dynamic-complete-command)
9712 (shell-dynamic-complete-environment-variable): Don't display
9713 completion messages when command is called in the minibuffer.
9714
9715 * emacs-lisp/lisp.el (lisp-complete-symbol):
9716 Use `minibuffer-message' to display message "No completions of %s"
9717 when this command is called in the minibuffer.
9718
9719 * bindings.el (standard-mode-line-modes): Put special help-echo
9720 tooltip on recursive edit %[ %] mode-line constructs.
9721
9722 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
9723 "^No dynamic expansion for .* found$" to allow error messages like
9724 "No dynamic expansion for \"%s\" found in this-buffer".
9725
9726 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
9727
9728 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
9729 "psftp".
9730
9731 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9732
9733 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
9734 * vc.el (vc-default-dired-state-info): Use just "modified".
9735 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
9736 (vc-cvs-mode-line-string): Make use of the better default.
9737 (vc-cvs-parse-entry): Use the new `added'.
9738 (vc-cvs-dired-state-info): Remove.
9739 * vc-svn.el (vc-svn-dired-state-info): Remove.
9740 * vc-hg.el (vc-hg-dired-state-info): Remove.
9741 * vc-git.el (vc-git-dired-state-info): Remove.
9742
9743 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9744
9745 * vc-git.el (vc-git-status-result): New variable.
9746 (vc-git-dir-status): Split out ...
9747 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
9748 ... these new functions and work asynchronously.
9749
9750 2008-03-21 Alexandre Julliard <julliard@winehq.org>
9751
9752 * vc-git.el (vc-git-after-dir-status): Remove.
9753 (vc-git-dired-state-info): Reimplement.
9754
9755 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9756
9757 * replace.el (occur-mode-map): Add :help.
9758
9759 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
9760 for disassemble.
9761
9762 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
9763 the 'added state.
9764 (vc-status-remove-up-to-date): New function.
9765 (vc-status-mode-map, vc-status-menu-map): Bind it.
9766 (vc-status-printer): Use a different face up-to-date files.
9767 (vc-resynch-buffer): Update the vc-status buffer if it exists.
9768 (Todo): Remove solved entries.
9769
9770 * vc-hg.el (vc-hg-state):
9771 * vc-git.el (vc-git-state):
9772 * vc-cvs.el (vc-cvs-parse-status):
9773 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
9774 state.
9775
9776 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9777
9778 * progmodes/compile.el (compile):
9779 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
9780
9781 * simple.el (minibuffer-local-shell-command-map): New var.
9782 (minibuffer-complete-shell-command, read-shell-command): New funs.
9783 (shell-command, shell-command-on-region): Use them.
9784
9785 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9786
9787 * vc.el (vc-status-mark-buffer-changed): New function to implement
9788 updating of the *vc-status* buffer when a buffer is saved.
9789 (vc-status-mode): Use it for after-change-hook.
9790 (vc-add-to-vc-status-buffer): Rename to ...
9791 (vc-status-add-entry): ... this.
9792 (Todo): Add new entry.
9793
9794 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9795
9796 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
9797
9798 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
9799
9800 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
9801 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
9802 Remove spurious * from defcustom docstrings.
9803 (icomplete-compute-delay): Fix docstring and remove spurious *.
9804 (icomplete-delay-completions-threshold): Fix typo in docstring and
9805 remove spurious *.
9806 (icomplete-completions): While collecting the list of prospective
9807 candidates, don't overshoot `icomplete-prospects-length'.
9808
9809 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9810
9811 * textmodes/refbib.el:
9812 * textmodes/reftex.el:
9813 * textmodes/reftex-global.el:
9814 * textmodes/reftex-vars.el:
9815 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
9816 compiler pacifying defvars.
9817 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
9818 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
9819 not needed.
9820
9821 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
9822
9823 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
9824 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
9825 (verilog-customize, verilog-font-customize)
9826 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
9827 (verilog-mode): Update documentation strings to match tool tips.
9828 (verilog-auto-search-do, verilog-auto-re-search-do)
9829 (verilog-skip-forward-comment-or-string): Fix verilog-auto
9830 expansion when a .* appears inside a string.
9831 (verilog-re-search-forward, verilog-re-search-backward):
9832 Add comment to recall how this works.
9833 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
9834
9835 2008-03-20 Glenn Morris <rgm@gnu.org>
9836
9837 * calendar/calendar.el (calendar-other-dates): New function.
9838 (calendar-print-other-dates): Use calendar-other-dates.
9839 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
9840 the declarations it replaces.
9841 (calendar-mouse-print-dates): Use calendar-other-dates.
9842
9843 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
9844 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
9845 (calendar-absolute-from-bahai): Fix the leap-year case.
9846 (calendar-bahai-from-absolute): Re-use the Gregorian month.
9847 (calendar-bahai-date-string, calendar-bahai-print-date):
9848 Handle pre-Bahai dates.
9849
9850 * calendar/cal-china.el (chinese-calendar-celestial-stem)
9851 (chinese-calendar-terrestrial-branch): Make defcustoms.
9852
9853 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
9854 (calendar-mouse-view-diary-entries): Use or.
9855 (calendar-mouse-chinese-date): Remove unused command.
9856 (cal-menu-load-hook): Mark as obsolete.
9857
9858 * calendar/solar.el (calendar-location-name, calendar-latitude)
9859 (calendar-longitude, solar-arctan, sunrise-sunset)
9860 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
9861
9862 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9863
9864 * calc/calc.el: Remove outdated comments.
9865 (defcalcmodevar, calc-mode-var-list-restore-default-values)
9866 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
9867 Add docstrings.
9868
9869 2008-03-19 Jason Rumney <jasonr@gnu.org>
9870
9871 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
9872
9873 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9874
9875 * net/tls.el (open-tls-stream): Reindent.
9876
9877 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
9878
9879 * net/tramp.el (tramp-let-maybe): Removed.
9880 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
9881 It does not exist under XEmacs.
9882 (tramp-handle-file-truename, tramp-handle-expand-file-name)
9883 (tramp-completion-file-name-handler): Let-bind
9884 `directory-sep-char'.
9885
9886 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
9887 `directory-sep-char'.
9888
9889 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * help-fns.el (describe-function-1): Don't signal "missing arglist"
9892 for autoloaded keymaps.
9893
9894 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
9895 (electric-verilog-terminate-line, verilog-in-struct-region-p)
9896 (verilog-backward-ws&directives, verilog-forward-ws&directives)
9897 (verilog-in-comment-p, verilog-in-star-comment-p)
9898 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
9899 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
9900 (verilog-skip-forward-comment-or-string, verilog-in-paren)
9901 (verilog-skip-forward-comment-p): Use it.
9902
9903 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9904
9905 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
9906 (org-remember-templates, org-time-stamp-rounding-minutes)
9907 (org-back-over-empty-lines, org-find-base-buffer-visiting)
9908 (org-columns-new): Fix typos in docstrings.
9909
9910 2008-03-19 Glenn Morris <rgm@gnu.org>
9911
9912 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
9913 (tramp-handle-shell-command): Use condition-case rather than
9914 ignore-errors.
9915
9916 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9917
9918 * diff-mode.el (diff-header): Make the color louder.
9919 (diff-refine-change): Tone the color down.
9920
9921 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9922
9923 * descr-text.el (describe-char): When `describe-char-unidata-list'
9924 is set to show all properties, list them in the right order.
9925
9926 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9927
9928 * international/mule.el (load-with-code-conversion): Avoid setting
9929 default-enable-multibyte-characters.
9930
9931 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
9932
9933 * vc.el (vc-annotate-background): Fix custom type.
9934
9935 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9936
9937 * descr-text.el (describe-char-unidata-list): Allow specifying
9938 just all properties.
9939 (describe-char): Handle that new value.
9940
9941 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
9942
9943 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9944
9945 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
9946 instead of file name extension to make docs with uncommon
9947 extensions work.
9948
9949 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9950
9951 * doc-view.el (require): Require cl at compile time because
9952 `assert' needs it.
9953
9954 2008-03-18 Glenn Morris <rgm@gnu.org>
9955
9956 * calendar/calendar.el (initial-calendar-window-hook)
9957 (today-visible-calendar-hook): Doc fixes.
9958
9959 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
9960
9961 * net/tramp.el (tramp-root-regexp): Simplify.
9962 (tramp-completion-file-name-regexp-separate): Don't insist on
9963 leading "[". This prevents method or user or host completion.
9964 (tramp-let-maybe): Autoload it.
9965 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
9966 is an alias for `identity'.
9967 (tramp-handle-write-region): Protect `last-coding-system-used'
9968 over the trailing statements.
9969 (tramp-completion-file-name-handler-post-function): Remove.
9970 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
9971 instead of calling `tramp-drop-volume-letter'.
9972
9973 * net/tramp.el:
9974 * net/tramp-uu.el:
9975 * net/trampver.el: Move coding cookie at the end.
9976
9977 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9978
9979 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
9980 elements which may be something else than characters.
9981
9982 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
9983
9984 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
9985 New functions to implement vc-status support.
9986
9987 * vc.el (vc-default-extra-status-menu)
9988 (vc-add-to-vc-status-buffer): New functions.
9989
9990 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9991 for eldoc and ielm.
9992
9993 2008-03-17 Glenn Morris <rgm@gnu.org>
9994
9995 * calendar/cal-x.el (diary-frame-parameters)
9996 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
9997 Fix custom type; add options.
9998 (calendar-frame, diary-frame): Doc fixes.
9999 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
10000 new functions.
10001 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
10002 Use calendar-frame-1 and calendar-dedicate-diary.
10003 (calendar-one-frame-setup): Also handle only-one-frame case.
10004 (calendar-only-one-frame-setup): Doc fix. Just call
10005 calendar-one-frame-setup.
10006
10007 * calendar/diary-lib.el: Re-order some definitions before their use.
10008 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
10009 (diary-list-entries): Doc fixes.
10010 (make-fancy-diary-display): Remove function.
10011
10012 * calendar/calendar.el (calendar-today-marker)
10013 (initial-calendar-window-hook, today-visible-calendar-hook)
10014 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
10015 (calendar-star-date, calendar-mark-today): Doc fixes.
10016 (today-visible-calendar-hook): Add options.
10017 (calendar-in-read-only-buffer): New macro.
10018 (calendar-basic-setup): Adapt for change in calendar-read-date.
10019 Place holiday let inside if.
10020 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
10021 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
10022 (calendar-print-other-dates): Use one let rather than many.
10023
10024 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
10025 (calendar-print-other-dates):
10026 * calendar/cal-hebrew.el (list-yahrzeit-dates):
10027 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
10028 * calendar/holidays.el (calendar-list-holidays, list-holidays)
10029 (calendar-cursor-holidays):
10030 * calendar/lunar.el (calendar-phases-of-moon): Use
10031 calendar-in-read-only-buffer to replace previous code and disable undo.
10032
10033 2008-03-16 Juri Linkov <juri@jurta.org>
10034
10035 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
10036 and regexp-search-ring-yank-pointer for the HISTPOS argument of
10037 read-from-minibuffer to provide the correct initial minibuffer
10038 history position in isearch-edit-string when it is called from
10039 isearch-ring-adjust.
10040
10041 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
10042 to check if the current buffer is the minibuffer, and in this case
10043 call abort-recursive-edit to kill the minibuffer. Doc fix.
10044 (kill-this-buffer-enabled-p): Allow this function to return non-nil
10045 when the current buffer is the minibuffer.
10046
10047 * simple.el (goto-line): Leave mark at previous position. Doc fix.
10048
10049 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
10050
10051 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10052 Use non-nil PARENTS attribute of make-directory instead of
10053 explicitly checking existence the current cache directory.
10054
10055 2008-03-16 Daiki Ueno <ueno@unixuser.org>
10056
10057 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
10058 M-x epa-file-select-keys.
10059
10060 2008-03-16 Kenichi Handa <handa@m17n.org>
10061
10062 * international/mule.el (auto-coding-alist):
10063 Use no-conversion-multibyte for archive files.
10064
10065 2008-03-16 Glenn Morris <rgm@gnu.org>
10066
10067 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
10068 New functions.
10069 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
10070 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
10071 Use calendar-mark-1.
10072 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
10073 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
10074 Use calendar-mark-complex.
10075 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
10076 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
10077 Use calendar-mark-1.
10078
10079 * calendar/calendar.el (calendar-mod): Remove.
10080 * calendar/cal-china.el (calendar-chinese-from-absolute)
10081 (calendar-chinese-date-string): Expand calendar-mod calls.
10082 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
10083 Expand calendar-mod calls.
10084
10085 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
10086 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10087 (diary-bahai-insert-yearly-entry): Use let rather than let*.
10088 Move obsolete aliases after the functions that replaced them.
10089
10090 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
10091 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
10092 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
10093 Use let rather than let*.
10094 (calendar-hebrew-prompt-for-date): New function.
10095 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
10096 (holiday-tisha-b-av-etc): Use unless, let.
10097
10098 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
10099 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
10100
10101 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
10102
10103 * calendar/calendar.el (calendar-for-loop): Add indent spec.
10104
10105 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
10106 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
10107 than concat.
10108 (diary): Remove un-needed let.
10109 (view-other-diary-entries): Rename argument.
10110 (diary-list-entries-2): New function.
10111 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
10112 (print-diary-entries): Use unless.
10113 (diary-mark-entries-1): Change argument order, make all but
10114 markfunc optional. Handle the standard (Gregorian) case.
10115 Use match-string-no-properties. Handle marks.
10116 (mark-diary-entries): Use diary-mark-entries-1.
10117 (diary-font-lock-keywords-1): New macro.
10118 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
10119
10120 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
10121
10122 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
10123 (icalendar-export-hidden-diary-entries): New variable.
10124 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
10125 In case of error, insert full error-val.
10126 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
10127 Use calendar-day-of-week. Return the day number.
10128 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
10129
10130 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
10131
10132 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
10133 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
10134 (icalendar-export-region): Ignore hidden diary entries.
10135 (icalendar--convert-ordinary-to-ical): Fix case where event
10136 spans across midnight boundary.
10137 (icalendar-first-weekday-of-year): New function.
10138 (icalendar--convert-weekly-to-ical): Allow user-selectable start
10139 year for recurring events (Mozilla calendars do not propagate
10140 recurring events forever, so year 2000 start date was not working).
10141 (icalendar--convert-yearly-to-ical): Remove extra spaces in
10142 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
10143
10144 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
10145
10146 * net/tramp.el (tramp-root-regexp): New defconst.
10147 (tramp-completion-file-name-regexp-unified)
10148 (tramp-completion-file-name-regexp-separate)
10149 (tramp-completion-file-name-regexp-url): Use it.
10150 (tramp-do-copy-or-rename-file-via-buffer):
10151 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
10152 t for `insert-file-contents-literally'.
10153 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
10154 Autoload it.
10155 (tramp-completion-file-name-handler-post-function): New defconst.
10156 (tramp-completion-file-name-handler): Use it.
10157 (tramp-maybe-open-connection): Update calls to
10158 `tramp-flush-connection-property' for removed 2nd argument.
10159
10160 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10161
10162 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
10163 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
10164 New functions.
10165
10166 2008-03-15 Glenn Morris <rgm@gnu.org>
10167
10168 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
10169 New functions.
10170 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
10171 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10172 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10173 (diary-bahai-list-entries): Use diary-list-entries-1.
10174 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
10175 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
10176 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10177 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10178 (list-hebrew-diary-entries): Use diary-list-entries-1.
10179 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
10180 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
10181 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10182 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10183 (list-islamic-diary-entries): Use diary-list-entries-1.
10184 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
10185
10186 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
10187
10188 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
10189
10190 * calendar/cal-china.el (number-chinese-months)
10191 (calendar-chinese-from-absolute): Use nth, caar.
10192
10193 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
10194
10195 * calendar/cal-french.el (french-calendar-accents): Doc fix.
10196
10197 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
10198 (calendar-hebrew-month-name-array-leap-year)
10199 (hebrew-calendar-parashiot-names): Make constants.
10200 (diary-parasha): Move definition after constants it uses.
10201
10202 * calendar/cal-html.el (cal-html-insert-link-yearpage)
10203 (cal-html-htmlify-list): Doc fix.
10204 (cal-html-htmlify-entry): Use nth.
10205
10206 * calendar/cal-islam.el (calendar-islamic-month-name-array)
10207 (calendar-islamic-epoch): Make constants.
10208 (calendar-islamic-epoch): Doc fix.
10209
10210 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
10211
10212 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
10213 (cal-tex-month-name): Doc fix.
10214 (cal-tex-last-blank-p): Use zerop.
10215
10216 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
10217 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
10218 (calendar-cursor-to-date): Doc fix.
10219 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
10220 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
10221 (calendar-day-number): Use when.
10222 (generate-calendar-month): Use dotimes.
10223 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
10224 (calendar-set-mark): Reverse conditional.
10225 (calendar-make-alist): Move definition before use.
10226
10227 * calendar/diary-lib.el (diary-face-attrs)
10228 (diary-glob-file-regexp-prefix, diary-selective-display)
10229 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
10230 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
10231 (diary-anniversary, diary-cyclic)
10232 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
10233 (diary-header-line-format): Change wording.
10234 (diary-list-entries): Set `date-start' in let.
10235 (include-other-diary-files, mark-included-diary-files): Use format.
10236 (simple-diary-display, fancy-diary-display): Use cadr, unless.
10237 (mark-diary-entries): Use 1+.
10238 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
10239 (mark-calendar-month): Use dotimes.
10240
10241 * calendar/holidays.el (displayed-month, displayed-year):
10242 Move declarations where needed.
10243 (calendar-list-holidays): Doc fix.
10244
10245 * calendar/parse-time.el (parse-time-string): Simplify.
10246
10247 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
10248 Make constants.
10249 (solar-sunrise-sunset): Rename some local variables for clarity.
10250 (sunrise-sunset): Use zerop.
10251 (solar-mean-equinoxes/solstices): Doc fix.
10252
10253 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
10254 Use nth.
10255 (timeclock-completing-read, timeclock-generate-report): Use zerop.
10256 (timeclock-mean, timeclock-generate-report): Use dolist.
10257
10258 * calendar/todo-mode.el (todo-add-category): Simplify.
10259 (todo-more-important-p, todo-delete-item, todo-file-item):
10260 Use unless, when.
10261 (todo-top-priorities): Use zerop.
10262
10263 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
10264
10265 * buff-menu.el (list-buffers-noselect): Display buffer name in
10266 tooltip instead of mouse binding when it doesn't fit in the list.
10267
10268 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10269
10270 * faces.el (xw-defined-colors):
10271 * simple.el (widget-convert, shell-mode): Declare as functions
10272 instead of autoloading.
10273
10274 * abbrev.el:
10275 * button.el:
10276 * cus-face.el:
10277 * ediff-hook.el:
10278 * emacs-lisp/backquote.el:
10279 * emacs-lisp/timer.el:
10280 * facemenu.el:
10281 * faces.el:
10282 * menu-bar.el:
10283 * simple.el:
10284 * subr.el:
10285 * textmodes/fill.el:
10286 * textmodes/paragraphs.el: Remove autoloads, redundant when the
10287 files are preloaded.
10288
10289 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10290
10291 * desktop.el (desktop-create-buffer): Don't catch errors if
10292 debug-on-error is set.
10293
10294 2008-03-14 Eli Zaretskii <eliz@gnu.org>
10295
10296 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10297 ($(lisp)/calendar/diary-loaddefs.el)
10298 ($(lisp)/calendar/hol-loaddefs.el): New targets.
10299 (LOADDEFS): New macro.
10300 (autoloads): Depend on $(LOADDEFS).
10301
10302 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10303
10304 * font-lock.el (featurep): Remove test, not useful anymore.
10305 (facemenu-keymap): Move key binding ...
10306 * facemenu.el (facemenu-keymap): ... here.
10307
10308 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
10309 for each file in the list.
10310 (vc-bzr-log-view-mode): Recognize the file marker.
10311
10312 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10313 for checkdoc and profiling.
10314
10315 2008-03-14 Bastien Guerry <bzg@altern.org>
10316
10317 * textmodes/flyspell.el (nxml-mode): Add the right
10318 `flyspell-mode-predicate'.
10319
10320 * wid-edit.el (link): Use 'mouse-face for :follow-link.
10321
10322 2008-03-14 Glenn Morris <rgm@gnu.org>
10323
10324 * calendar/solar.el: Reorder so that functions are defined before use.
10325 (displayed-month, displayed-year): Move declarations where needed.
10326 (solar-get-number): Move definition before use. Use unless.
10327 (solar-equatorial-coordinates): Simplify.
10328 (solar-sunrise-and-sunset): Use let rather than let*.
10329 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
10330
10331 * startup.el (command-line-1): Rename -internal-script back to
10332 -scriptload (reverts previous change).
10333
10334 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10335 (calendar-bahai-leap-base): Add doc strings.
10336 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
10337 Move definition before use.
10338 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
10339 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
10340 variables outside the loop. Use dolist.
10341 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
10342
10343 * calendar/cal-china.el: Re-order so that functions are defined before
10344 use.
10345 (displayed-month, displayed-year): Move declarations where needed.
10346 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
10347 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10348 Add doc strings.
10349 (chinese-year-cache): Recenter on 2010. Doc fix.
10350 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
10351 Doc fix. Simplify.
10352 (chinese-year-cache-init): New function.
10353 (compute-chinese-year, holiday-chinese-new-year)
10354 (calendar-chinese-date-string, calendar-goto-chinese-date)
10355 (make-chinese-month-assoc-list): Use cadr, nth.
10356 (chinese-months): Remove un-needed let.
10357
10358 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
10359 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
10360 (coptic-prompt-for-date): Move definition before use.
10361
10362 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
10363 (calendar-dst-find-data, calendar-daylight-time-offset)
10364 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
10365 (calendar-daylight-savings-starts-time)
10366 (calendar-daylight-savings-ends-time): Use cadr, nth.
10367
10368 * calendar/cal-french.el (french-calendar-epoch)
10369 (calendar-goto-french-date): Doc fix.
10370 (french-calendar-month-name-array)
10371 (french-calendar-multibyte-month-name-array)
10372 (french-calendar-day-name-array, french-calendar-special-days-array):
10373 Add doc strings.
10374
10375 * calendar/cal-hebrew.el (displayed-month, displayed-year)
10376 (original-date): Move declarations where needed.
10377 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
10378 Doc fix.
10379 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
10380 constant variables outside the loop. Use dolist.
10381
10382 * calendar/cal-islam.el (displayed-month, displayed-year)
10383 (original-date): Move declarations where needed.
10384 (islamic-calendar-day-number): Remove unused local variable `day'.
10385 (calendar-goto-islamic-date): Doc fix.
10386 (holiday-islamic): Use unless.
10387 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
10388 constant variables outside the loop. Use dolist.
10389 (mark-islamic-calendar-date-pattern): Move definition before use.
10390 Use unless.
10391 (mark-islamic-diary-entries): Doc fix.
10392 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10393 (insert-yearly-islamic-diary-entry): Use let rather than let*.
10394
10395 * calendar/cal-julian.el (calendar-absolute-from-julian):
10396 Move definition before use. Remove un-needed local `day'.
10397 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
10398
10399 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
10400 (calendar-mayan-tzolkin-names-array): Add doc strings.
10401 (calendar-mayan-long-count-from-absolute): Use a single let.
10402 (calendar-string-to-mayan-long-count): Simplify.
10403 (calendar-next-haab-date, calendar-previous-haab-date)
10404 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
10405 (calendar-previous-calendar-round-date)
10406 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
10407 Doc fix.
10408 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
10409 (calendar-mayan-date-string, calendar-print-mayan-date)
10410 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
10411 (calendar-mayan-long-count-common-era): Move definitions before use.
10412
10413 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
10414 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
10415 Doc fix.
10416 (calendar-mouse-goto-date): Move definition before use.
10417
10418 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
10419 Move definition before use.
10420 (calendar-cursor-to-visible-date): Move definition before use.
10421 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
10422 and place inside the conditional.
10423 (calendar-forward-day): Simplify.
10424 (calendar-end-of-month): Use unless.
10425 (calendar-goto-day-of-year): Doc fix.
10426 Relocate obsolete aliases after their replacements.
10427
10428 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
10429
10430 * calendar/diary-lib.el (mark-diary-entries): Move some constant
10431 variables outside the diary-date-forms loop.
10432
10433 * calendar/calendar.el (diary-file): Doc fix.
10434 (calendar-buffer-list): Return buffers rather than strings (fixes
10435 previous change).
10436 (hebrew-holidays-4): Fix typo.
10437
10438 * calendar/holidays.el (displayed-month, displayed-year):
10439 Move declarations where needed.
10440 (calendar-holiday-list, calendar-list-holidays)
10441 (holiday-filter-visible-calendar): Move definitions before use.
10442 (list-holidays): Use cadr.
10443 Relocate obsolete aliases after their replacements.
10444
10445 * calendar/lunar.el (date, displayed-month, displayed-year):
10446 Move declarations where needed.
10447 (lunar-phase-list): Move definition after functions it uses.
10448 (calendar-phases-of-moon, diary-phases-of-moon)
10449 (lunar-new-moon-on-or-after): Use cadr, nth.
10450 (lunar-new-moon-on-or-after): Doc fix.
10451
10452 * textmodes/org-irc.el (top-level): CL not required when compiling.
10453 (org-irc-visit-erc): Replace runtime CL functions.
10454
10455 * textmodes/org-publish.el (declare-function): Add compatibility stub.
10456 (org-publish-delete-dups): Declare as function.
10457
10458 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10459
10460 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
10461 (vc-bzr-show-log-entry): Make regexp match more cases.
10462 (vc-diff-switches-list): Remove autoload, not needed.
10463
10464 2008-03-14 Juri Linkov <juri@jurta.org>
10465
10466 * isearch.el (isearch-edit-string): Remove one call to
10467 `isearch-push-state' not to push an inconsistent state,
10468 but keep another correct call to `isearch-push-state'.
10469 (isearch-ring-adjust): Call `isearch-push-state' only when
10470 `search-ring-update' is non-nil since `isearch-edit-string'
10471 already pushes its state.
10472 (isearch-message): Improve matching the failed part by checking
10473 if the original message starts with the last successful message.
10474
10475 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
10476 (dired-perm-write): Rename from `dired-warn-writable'.
10477 Change parent face from `font-lock-warning-face' to
10478 `font-lock-comment-delimiter-face'.
10479 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
10480 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
10481 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
10482 with `dired-perm-write-face'.
10483
10484 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
10485
10486 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10487 Create cache dir only if it doesn't already exist.
10488
10489 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10490
10491 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
10492 of \ and '.
10493
10494 2008-03-13 Johan Bockgård <bojohan@gnu.org>
10495
10496 * net/browse-url.el (browse-url-text-xterm):
10497 Unquote browse-url-text-browser.
10498
10499 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
10500
10501 * textmodes/org-mouse.el: Version number change.
10502
10503 * textmodes/org-publish.el (org-publish-expand-components):
10504 Remove null projects from the list of components.
10505 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
10506 Remove unused retrieval of the :publishing-directory property.
10507 (org-publish-file): Bugfix: when using a relative directory as the
10508 publishing directory, convert it to a directory filename.
10509 (org-publish-project): New alias.
10510 (org-publish-get-files): Protect against empty p.
10511 (org-publish-file): Send an error when file is not part of any project.
10512 (org-publish-file): Offer to refresh the list of files in known
10513 project when the current file is not part of any project.
10514 (org-publish-before-export-hook)
10515 (org-publish-after-export-hook): New hooks.
10516 (org-publish-org-to): Use new hooks and kill buffers.
10517 (org-publish-file): Remove the code for killing buffers.
10518 (org-publish-initialize-files-alist): Use interactive.
10519 (org-publish-file): If the publishing function creates a new
10520 buffer, kill it after publishing.
10521 (org-publish-timestamp-filename): Protect ":" in file name path
10522 under windows.
10523
10524 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
10525 change that killed the LaTeX buffer.
10526
10527 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
10528 in the decision tree.
10529 (org-select-remember-template): Clean the code.
10530 (org-prepare-dblock): Add the extra :content parameter.
10531 (org-write-agenda): New output type ".ics" files.
10532 (org-write-agenda): Call `org-icalendar-verify-function', both for
10533 time stamps and for TODO entries.
10534 (org-agenda-collect-markers, org-create-marker-find-array)
10535 (org-check-agenda-marker-table): New functions.
10536 (org-agenda-marker-table): New variable.
10537 (org-export-as-html): Revert the change that killed the html
10538 buffer. Side effects first need to be studied carefully.
10539 (org-get-tags-at): Fix the structure of the condition-case statement.
10540 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
10541 (org-timestamp-change): Fix regulear expressions to swallow the
10542 extra character for repeat-shift control.
10543 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
10544 (org-get-legal-level): Alias to `org-get-valid-level'.
10545 (org-dblock-write:clocktable): Add a :link parameter, linking
10546 headlines to their location in the Org agenda files.
10547 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
10548 throwing an error when getting tags before headlines.
10549 (org-timestamp-change, org-modify-ts-extra)
10550 (org-ts-regexp1): Fix timestamp editing.
10551 (org-agenda-custom-commands-local-options): New constant.
10552 (org-agenda-custom-commands):
10553 Use `org-agenda-custom-commands-local-options' to improve customize
10554 type. "htmlize": Removed hack to fix face problem with htmlize,
10555 it no longer seem necessary.
10556 (org-follow-link-hook): New hook.
10557 (org-agenda-custom-commands): Add "Component" as a tag for each
10558 item in a command serie.
10559 (org-open-at-point): Run `org-follow-link-hook'.
10560 (org-agenda-schedule): Bugfix: don't display marker type when it
10561 is nil.
10562 (org-store-link): org-irc required.
10563 (org-set-regexps-and-options): Parse the new logging options.
10564 (org-extract-log-state-settings): New function.
10565 (org-todo): Handle the new ways of recording state change stuff.
10566 (org-local-logging): New function.
10567 (org-columns-open-link): Fix bug with opening link in column view.
10568 (org-local-logging): New function.
10569 (org-todo): Make sure that LOGGING properties are honoured.
10570 (org-todo-keywords): Improve docstring.
10571 (org-startup-options): Cleanup startup options.
10572 (org-set-regexps-and-options): Process the "!" markers.
10573 (org-todo): Respect the new logging stuff.
10574 (org-log-note-how): New variable.
10575 (org-add-log-maybe): New parameter HOW that defines how logging
10576 should be done and also overrides PURPOSE. Add a docstring.
10577 (org-add-log-note): Check if we really need to ask for a note.
10578 (org-get-current-options): Digest the new keyword.
10579 (org-agenda-reset-markers): Rename from
10580 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
10581 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
10582 function, without force argument.
10583 (org-buffer-property-keys): Bind local variables s and p.
10584 (org-make-tags-matcher): Allow "" to match an empty or
10585 non-existent property value.
10586 (org-export-as-html): Join unsorted lists when they directly
10587 follow each other. Such lists may be created by headlines that
10588 are converted to lists.
10589 (org-nofm-to-completion): New function.
10590 (org-export-as-html): Use :html-extension instead of
10591 org-export-html-extension.
10592 (org-store-link): Support for links from `rmail-summary-mode'.
10593 (org-columns-new, org-complete, org-set-property): Set the
10594 `include-columns' argument in the call to
10595 `org-buffer-property-keys'.
10596 (org-buffer-property-keys): New argument `include-columns', to
10597 include properties expected by any of the COLUMS formats in the
10598 current buffer.
10599 (org-cleaned-string-for-export): Get rid of drawers first, so that
10600 they will be removed also in the text before the first headline.
10601 (org-clock-report): Show the clocktable when found.
10602 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
10603 (org-version): With prefix argument, insert `org-version' at point.
10604 (org-agenda-goto): Recenter the window after finding the target
10605 location, to make sure the correct position will be displayed.
10606 (org-agenda-get-deadlines): Don't scale priority with the warning
10607 period.
10608 (org-insert-heading): Don't break line in the middle of the line.
10609 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
10610 be 0.
10611 (org-update-checkbox-count): Revamp to deal with hierarchical
10612 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
10613 (org-remove-timestamp-with-keyword): New function.
10614 (org-schedule, org-deadline):
10615 Use `org-remove-timestamp-with-keyword' to make sure all such time
10616 stamps are removed.
10617 (org-mode): Support for `align'.
10618 (org-agenda-get-deadlines): Make sure priorities increase as the
10619 due date approaches and is passed.
10620 (org-remember-apply-template): Fix problem with tags that
10621 contain "_" or "@".
10622 (org-make-link-regexps): Improve the regular expression for plain links.
10623 (org-agenda-get-closed): List each clocking entry.
10624 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
10625 (org-special-ctrl-k): New option.
10626 (org-kill-line): New function.
10627 (org-archive-all-done): Fix incorrect number of stars in regexp.
10628 (org-refile-get-location): New function.
10629 (org-refile-goto-last-stored): New function.
10630 (org-global-tags-completion-table): Add the value of org-tag-alist
10631 in each buffer, to make sure that also unused tags will be
10632 available for completion.
10633 (org-columns-edit-value)
10634 (org-columns-next-allowed-value): Only update if not in agenda.
10635 (org-clocktable-steps): New function.
10636 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
10637 (org-archive-subtree): Add the outline tree context as a property.
10638 (org-closest-date): New optional argument `prefer'.
10639 (org-goto-auto-isearch): New option.
10640 (org-goto-map, org-get-location): Implement auto-isearch.
10641 (org-goto-local-auto-isearch-map): New variable.
10642 (org-goto-local-search-forward-headings)
10643 (org-goto-local-auto-isearch): New functions.
10644
10645 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
10646
10647 * textmodes/org-irc.el: New file.
10648
10649 2008-03-13 John Wiegley <johnw@gnu.org>
10650
10651 * textmodes/org-mac-message.el: New file.
10652
10653 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
10654
10655 * font-lock.el (font-lock-comment-face): Set the foreground for
10656 the light background 8 colors case.
10657
10658 2008-03-13 Glenn Morris <rgm@gnu.org>
10659
10660 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
10661 generate-autoload-cookie patterns.
10662
10663 * startup.el (command-line-1): Rename -scriptload to -internal-script.
10664
10665 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
10666 (MH_E_SRC): Remove variable.
10667 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
10668 Simplify file header. Use $@ for generated-autoload-file.
10669
10670 * Makefile.in (LOADDEFS): New variable.
10671 (AUTOGENEL): Use $LOADDEFS.
10672 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
10673 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
10674 ($(lisp)/calendar/hol-loaddefs.el): New targets.
10675 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10676 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
10677 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
10678 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
10679 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
10680 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
10681 Add calendar-specific autoload cookies, and remove any setting of
10682 generated-autoload-file.
10683 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
10684 * calendar/diary-lib.el: Replace explicit autoloads with reading of
10685 diary-loaddefs.
10686 * calendar/holidays.el: Replace explicit autoloads with reading of
10687 hol-loaddefs.
10688
10689 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
10690 (calendar-buffer-list): Simplify.
10691 (generate-calendar-window): Use calendar-mark-holidays rather than
10692 obsolete alias.
10693
10694 * calendar/cal-hebrew.el (list-yahrzeit-dates):
10695 Use cal-hebrew-yahrzeit-buffer.
10696
10697 * calendar/cal-x.el (calendar-only-one-frame-setup)
10698 (calendar-two-frame-setup): Doc fixes.
10699 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
10700
10701 * calendar/appt.el (appt-mode-string): Mark as risky.
10702 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
10703
10704 * calendar/cal-html.el (diary-list-entries):
10705 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
10706 (calendar-iso-from-absolute): Fix autoloads.
10707
10708 * calendar/cal-iso.el (calendar-absolute-from-iso)
10709 (calendar-iso-read-args): Simplify.
10710 (calendar-iso-date-string, calendar-iso-read-args)
10711 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
10712
10713 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
10714 (displayed-month, displayed-year): Move declarations where needed.
10715 (calendar-print-astro-day-number): Doc fix.
10716
10717 * calendar/cal-persia.el (persian-calendar-month-name-array)
10718 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
10719 (persian-prompt-for-date): Remove local variable `today'.
10720
10721 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
10722
10723 * calendar/solar.el (solar-moment, solar-exact-local-noon)
10724 (solar-sunrise-sunset, solar-sunrise-sunset-string)
10725 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
10726 (diary-sabbath-candles, solar-equinoxes/solstices)
10727 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
10728 (solar-time-equation, solar-date-to-et): Simplify.
10729
10730 * mail/supercite.el: Remove the `function' in `(function (lambda'.
10731 Replace `(car (cdr' with cadr'.
10732
10733 * progmodes/f90.el (f90-font-lock-n): New function.
10734 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
10735 Use f90-font-lock-n.
10736 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
10737
10738 * progmodes/f90.el (f90-mode-abbrev-table):
10739 * progmodes/fortran.el (fortran-mode-abbrev-table):
10740 Use newer form of define-abbrev, where supported. No need to bind
10741 abbrevs-changed for system abbrevs.
10742
10743 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10744
10745 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
10746 delete-frame-functions.
10747
10748 * bookmark.el (Info-current-node): Remove.
10749
10750 2008-03-12 Juri Linkov <juri@jurta.org>
10751
10752 * help.el (describe-project): Remove defaliases for view-todo and
10753 describe-project that are now unnecessary after the merge from
10754 emacs--rel--22 that added define-obsolete-function-alias.
10755
10756 * startup.el (inhibit-startup-screen): Revert incomplete
10757 2008-03-10 merge from emacs--rel--22 that partly reverted
10758 2008-02-28 change that added initial message to *scratch* buffer
10759 regardless of the value of `inhibit-startup-screen'.
10760 Now keep this change in the trunk, but not in the 22 branch.
10761
10762 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10763
10764 * international/quail.el (quail-setup-completion-buf, quail-help):
10765 * mail/binhex.el (binhex-decode-region-internal):
10766 * mail/uudecode.el (uudecode-decode-region-internal):
10767 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10768 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10769 setting default-enable-multibyte-characters.
10770
10771 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
10772
10773 * comint.el: Fix up indentation and comment style. Remove `function'.
10774
10775 * international/mule-cmds.el (reset-language-environment)
10776 (set-language-environment-nonascii-translation):
10777 Don't set-unibyte-charset.
10778
10779 * doc-view.el: Remove all cb-args, use closures instead.
10780 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
10781 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
10782 doing an incorrect check). Update all callers to use the new name.
10783 (doc-view-doc->txt): Add missing `txt' argument.
10784
10785 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
10786
10787 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
10788 md5 sum calculation to single-byte.
10789
10790 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10791
10792 * doc-view.el (doc-view-new-window-function): Add assertion.
10793 (doc-view-doc-type): New var.
10794 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
10795 (doc-view-intersection): New fun.
10796 (doc-view-mode): Use it to set the new var.
10797
10798 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
10799
10800 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
10801 (doc-view-already-converted-p): New functions.
10802 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
10803 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
10804 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
10805 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
10806 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
10807 (doc-view-convert-current-doc): Don't hardwire the functions the
10808 sentinels call. Now they're provided by two args CALLBACK and
10809 CB-ARGS to the functions.
10810 (doc-view-search): Use doc-view-doc->txt.
10811 (doc-view-initiate-display): Use doc-view-already-converted-p.
10812 Mention new binding C-c C-t if doc-view-mode doesn't work.
10813
10814 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10815
10816 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
10817
10818 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10819
10820 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
10821 Mark " outside of tags as punctuation.
10822
10823 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * menu-bar.el (minibuffer-local-map): Use the same command for the
10826 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
10827 Prefer RET over C-j for exit-minibuffer.
10828
10829 * files.el (display-buffer-other-frame): Eliminate problematic code.
10830
10831 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
10832 (menu-bar-select-buffer): Remove.
10833 (menu-bar-select-frame): Make non-interactive and take a frame arg.
10834 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
10835
10836 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * icomplete.el (icomplete-completions): Remove obsolete code.
10839
10840 * net/net-utils.el (iwconfig-program-options): Doc fix.
10841 (net-utils-run-program, run-network-program): Define as functions.
10842
10843 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
10844
10845 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
10846
10847 2008-03-11 Glenn Morris <rgm@gnu.org>
10848
10849 * faces.el (mode-line-emphasis): New face.
10850 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
10851
10852 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
10853
10854 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
10855
10856 * simple.el (set-mark-command): Doc fix.
10857
10858 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10859
10860 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
10861
10862 * emacs-lisp/autoload.el (autoload-find-destination):
10863 Don't force raw-text.
10864
10865 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
10866 * calendar/cal-loaddefs.el: Don't version control.
10867
10868 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10869
10870 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
10871 entries and add :help to the existing ones.
10872
10873 2008-03-10 Glenn Morris <rgm@gnu.org>
10874
10875 * calendar/cal-hebrew.el (date, entry, number): Move declarations
10876 to where they are needed.
10877
10878 * calendar/calendar.el (diary-file, hebrew-holidays-1)
10879 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10880 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
10881 (calendar-version): Doc fixes.
10882 (calendar-absolute-from-gregorian): Use zerop.
10883 (calendar-mode-line-format): Make it a defcustom.
10884
10885 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
10886 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
10887 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
10888 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
10889 (mark-included-diary-files, mark-calendar-days-named)
10890 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
10891 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
10892 (insert-monthly-diary-entry, insert-yearly-diary-entry)
10893 (insert-anniversary-diary-entry, insert-block-diary-entry)
10894 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
10895 (diary-font-lock-sexps): Doc fixes.
10896 (diary-remind-message, mark-calendar-month): Use zerop.
10897 (diary-attrtype-convert, diary-pull-attrs): Simplify.
10898 (diary-list-entries): Revert let to let* (previous change).
10899
10900 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
10901
10902 2008-03-10 Kim F. Storm <storm@cua.dk>
10903
10904 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
10905 function aliases for the old names.
10906
10907 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
10908
10909 * iswitchb.el (iswitchb-use-faces): Doc fix.
10910 (iswitchb-buffer-ignore, iswitchb-read-buffer):
10911 Fix typos in docstrings.
10912
10913 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10914
10915 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
10916 Fix typo.
10917 (verilog-type-font-keywords): Reindent.
10918
10919 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
10920
10921 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
10922 Fix bug in the grouping-keyword regular expression.
10923 (verilog-font-lock-keywords): Allow users to toggle special
10924 highlight of grouping-keywords.
10925 (verilog-highlight-grouping-keywords): The toggle for special
10926 highlighting of grouping keywords.
10927
10928 2008-03-10 Juri Linkov <juri@jurta.org>
10929
10930 * startup.el: Revert 2008-02-28 change that adds initial message
10931 to *scratch* buffer regardless of the value of
10932 `inhibit-startup-screen'.
10933
10934 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10935
10936 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
10937 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
10938 * progmodes/verilog-mode.el (verilog-mode):
10939 * net/socks.el (socks):
10940 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
10941
10942 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10943
10944 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
10945 (doc-view-bookmark-make-record): Use them.
10946 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
10947 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
10948
10949 * bookmark.el (bookmark-make-record-function): Change expected return
10950 value to include a suggested bookmark name.
10951 (bookmark-make): Split into bookmark-make-record and bookmark-store.
10952 Fix reversed `overwrite' semantics.
10953 (bookmark-set): Call bookmark-make-record before prompting the user.
10954 Then pass the result to bookmark-store later on.
10955 (bookmark-make-name-function): Remove.
10956 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
10957 * info.el (bookmark-make-name-function): Remove.
10958 (Info-mode): Don't set it.
10959 (Info-bookmark-make-name): Remove.
10960 (Info-bookmark-make-record): Use Info-current-node as suggested default
10961 bookmark name.
10962
10963 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
10964 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
10965 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
10966 (bookmark-annotation-buffer, bookmark-annotation-file)
10967 (bookmark-annotation-point, bookmark-send-annotation)
10968 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
10969 (bookmark-edit-annotation-text-func): Rename from
10970 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
10971 (bookmark-edit-annotation-mode-map): Move initialization into
10972 declaration.
10973
10974 * bookmark.el: Remove spurious * in docstrings.
10975 (bookmark-minibuffer-read-name-map): New var.
10976 (bookmark-set): Use it. Also pass the default value as it should.
10977 (bookmark-send-edited-annotation): Take no chances with text properties.
10978 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
10979 (bookmark-insert-buffer-name): Remove.
10980 (bookmark-buffer-file-name): Signal an error rather than returning nil.
10981
10982 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
10983
10984 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
10985
10986 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
10987
10988 * diff-mode.el (diff-mode-menu): Add :help.
10989
10990 2008-03-09 Glenn Morris <rgm@gnu.org>
10991
10992 * calendar/calendar.el (general-holidays, oriental-holidays)
10993 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
10994 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
10995 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
10996 (calendar-holidays): Restore autoload cookies, because people are
10997 used to using these variables without loading calendar.el.
10998
10999 * calendar/cal-islam.el (diary-islamic-date): Move to end.
11000 (date, number): Declare where needed.
11001
11002 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
11003 (list-sexp-diary-entries): Doc fixes.
11004 (diary-list-entries): Doc fix. Remove free variable `entry'.
11005 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
11006 Simplify setting of `date-holiday-list'.
11007 (mark-diary-entries): Remove free variable `entry'.
11008 (diary-list-entries, include-other-diary-files, fancy-diary-display):
11009 Use let where let* is not needed.
11010
11011 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
11014 make-record function, instead paste it in afterwards.
11015 (bookmark-make-record-for-text-file):
11016 * doc-view.el (doc-view-bookmark-make-record):
11017 * info.el (Info-bookmark-make-record): Don't mess with annotations.
11018
11019 2008-03-08 Glenn Morris <rgm@gnu.org>
11020
11021 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
11022
11023 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * calendar/diary-lib.el (diary-list-entries)
11026 (include-other-diary-files, mark-diary-entries)
11027 (mark-sexp-diary-entries, mark-included-diary-files)
11028 (diary-entry-time, list-sexp-diary-entries): Remove the special
11029 handling of ^M that dates back to the use of selective-display.
11030 (simple-diary-display): Obey setting of pop-up-frames.
11031 (body, entry): Remove unnecessary declarations.
11032
11033 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
11034 (bookmark-get-annotation, bookmark-set-annotation)
11035 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11036 (bookmark-set-position, bookmark-get-front-context-string)
11037 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11038 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
11039 * info.el (Info-bookmark-make-record): Don't bother recording point.
11040 (bookmark-get-filename, bookmark-get-front-context-string)
11041 (bookmark-get-rear-context-string, bookmark-get-position):
11042 Don't declare any more.
11043 (bookmark-get-info-node): Remove.
11044 (bookmark-prop-get): Declare.
11045 (Info-bookmark-jump): Use it.
11046
11047 2008-03-08 Johan Bockgård <bojohan@gnu.org>
11048
11049 * subr.el (while-no-input): Don't splice BODY directly into the
11050 `or' form.
11051
11052 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
11053
11054 * diff-mode.el (diff-ignore-whitespace-hunk):
11055 Bind inhibit-read-only before trying to change the buffer.
11056
11057 2008-03-08 Glenn Morris <rgm@gnu.org>
11058
11059 * calendar/appt.el (appt): Move custom group here from calendar.el.
11060 (appt-disp-window, appt-convert-time): Doc fixes.
11061
11062 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
11063 (calendar-bahai-mark-date-pattern):
11064 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
11065 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
11066 * calendar/cal-julian.el (calendar-absolute-from-julian):
11067 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
11068
11069 * calendar/cal-china.el (chinese-calendar): Move custom group here from
11070 calendar.el.
11071 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
11072 Make constants.
11073 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
11074 (chinese-calendar-daylight-savings-starts)
11075 (chinese-calendar-daylight-savings-ends)
11076 (chinese-calendar-daylight-savings-starts-time)
11077 (chinese-calendar-daylight-savings-ends-time)
11078 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
11079 Doc fixes.
11080
11081 * calendar/cal-coptic.el (coptic-name): Add doc string.
11082
11083 * calendar/cal-french.el (french-calendar-month-name-array)
11084 (french-calendar-day-name-array, french-calendar-special-days-array):
11085 Add doc strings.
11086
11087 * calendar/cal-bahai.el (diary-bahai-mark-entries)
11088 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
11089 (diary-bahai-insert-yearly-entry):
11090 * calendar/cal-dst.el (calendar-next-time-zone-transition)
11091 (calendar-time-zone):
11092 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
11093 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
11094 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
11095 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
11096 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
11097 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
11098 (list-islamic-diary-entries, mark-islamic-diary-entries)
11099 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
11100 (insert-yearly-islamic-diary-entry):
11101 * calendar/cal-iso.el (calendar-iso-read-args):
11102 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11103 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
11104 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
11105 (calendar-next-calendar-round-date)
11106 (calendar-mayan-long-count-common-era):
11107 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
11108 (cal-menu-x-popup-menu, calendar-mouse-holidays)
11109 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
11110 (calendar-mouse-goto-date):
11111 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
11112 * calendar/holidays.el (holidays):
11113 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
11114 * calendar/time-date.el (date-to-time, time-subtract, time-add)
11115 (safe-date-to-time): Doc fixes.
11116
11117 * calendar/cal-persia.el (persian-calendar-month-name-array)
11118 (persian-calendar-epoch): Make constants.
11119
11120 * calendar/cal-tex.el (calendar-tex): Move custom group here from
11121 calendar.el.
11122
11123 * calendar/cal-x.el (diary-frame-parameters)
11124 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11125 (calendar-after-frame-setup-hooks): Make defcustoms.
11126 (calendar-one-frame-setup, calendar-only-one-frame-setup)
11127 (calendar-two-frame-setup): Doc fix.
11128
11129 * calendar/cal-loaddefs.el: New file.
11130
11131 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11132 * calendar/cal-french.el, calendar/cal-html.el:
11133 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11134 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
11135 * calendar/cal-tex.el, calendar/cal-x.el:
11136 Unquote lambda functions. Add autoload cookies to functions formerly
11137 autoloaded in calendar.el. Set `generated-autoload-file' to
11138 "cal-loaddefs.el".
11139
11140 * calendar/calendar.el: Move many autoloads to separate file,
11141 cal-loaddefs.el. Move defcustoms to start and re-order.
11142 (calendar-month-name-array, calendar-starred-day): No need to
11143 declare for compiler.
11144 (cal-loaddefs): Require it.
11145 (appt, chinese-calendar, calendar-tex): Move custom groups to the
11146 appropriate file.
11147 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
11148 Reverse logic.
11149 (diary-face, diary-file-name-prefix-function, diary-include-string)
11150 (diary-glob-file-regexp-prefix, diary-face-attrs)
11151 (diary-file-name-prefix, sexp-diary-entry-symbol)
11152 (print-diary-entries-hook, list-diary-entries-hook)
11153 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11154 (nongregorian-diary-marking-hook, diary-list-include-blanks):
11155 Move to diary-lib.
11156 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11157 (all-bahai-calendar-holidays): Doc fix.
11158 (calendar-insert-indented): Doc fix. Use when rather than if.
11159 (exit-calendar): Use mapc rather than mapcar.
11160 (calendar-cursor-to-date): Use zerop.
11161 (calendar-mark-ring): Add doc-string.
11162 (calendar-starred-day): Defvar it.
11163 (calendar-mode): Make calendar-starred-day local.
11164 (calendar-star-date): No need to make calendar-starred-day local.
11165
11166 * calendar/diary-lib.el: Move defcustoms to start.
11167 (diary-include-string, diary-list-include-blanks)
11168 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
11169 (diary-file-name-prefix, diary-file-name-prefix-function)
11170 (sexp-diary-entry-symbol, list-diary-entries-hook)
11171 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
11172 (nongregorian-diary-marking-hook, print-diary-entries-hook):
11173 Move here from calendar.el.
11174 (diary-file-name-prefix-function): Use 'identity.
11175 (diary-face): Make it a defcustom, and mark as obsolete.
11176 (top-level): No need to require cal-hebrew, cal-islam when compiling.
11177 (calendar-hebrew-month-name-array-leap-year)
11178 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
11179 Define for compiler.
11180 (diary-font-lock-keywords): Use format rather than concat.
11181 Add bahai-diary-entry-symbol.
11182
11183 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
11184 * calendar/solar.el: Unquote lambda functions.
11185
11186 * calendar/solar.el (calendar-location-name, calendar-latitude)
11187 (calendar-longitude, solar-setup, solar-sin-degrees)
11188 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
11189 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
11190 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
11191 (solar-exact-local-noon, solar-julian-ut-centuries)
11192 (solar-ephemeris-time, solar-date-next-longitude)
11193 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11194 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
11195 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
11196 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
11197 Doc fixes.
11198 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11199 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
11200 (solar-ecliptic-coordinates): Use unless.
11201 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
11202 Use or.
11203
11204 * calendar/timeclock.el: Add doc-strings to all functions.
11205 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
11206 (timeclock-entry-list-length, timeclock-entry-list-projects)
11207 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
11208
11209 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
11210
11211 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
11212 (org-get-entries-from-diary): Require diary-lib.
11213
11214 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
11215
11216 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
11217 Pacify byte-compiler.
11218
11219 2008-03-07 Alan Mackenzie <acm@muc.de>
11220
11221 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
11222 paren/bracket pairs parsed, to solve performance problem.
11223
11224 2008-03-07 Bastien Guerry <bzg@altern.org>
11225
11226 * bookmark.el (bookmark-set): Don't check for
11227 `bookmark-make-name-function' since `bookmark-buffer-file-name'
11228 already takes care of this.
11229 (bookmark-buffer-name, bookmark-buffer-file-name):
11230 Remove Info-mode specific code.
11231
11232 * info.el (bookmark-get-info-node): Define this function in
11233 info.el, not in bookmark.el.
11234 (Info-mode): Set `bookmark-make-name-function' to
11235 `Info-bookmark-make-name' locally.
11236 (Info-bookmark-make-name): New function.
11237
11238 * bookmark.el (bookmark-make-name-function): New variable.
11239
11240 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11241
11242 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
11243 buffer-local, not `bookmark-make-cell-function' (the old name).
11244
11245 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
11246
11247 * doc-view.el (doc-view-bookmark-make-record):
11248 * image-mode.el (image-bookmark-make-record):
11249 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
11250
11251 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
11252
11253 * vc.el (vc-status-menu-map-filter): Return orig-binding if
11254 boundp 'vc-ignore-menu-filter.
11255 (vc-status-tool-bar-map): Make it defvar.
11256 (vc-status-mode): vc-status-tool-bar-map now variable.
11257 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
11258
11259 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11260
11261 Give a better name to part of the bookmark interface.
11262
11263 This was originally a much larger change, but halfway through I
11264 updated and discovered that Stefan Monnier had done the rest.
11265 It looks like he anticipated the new name too, because he used
11266 `the-record' instead of `the-cell' for some internal variable names.
11267
11268 * bookmark.el (bookmark-make-record-function): Was
11269 `bookmark-make-cell-function'.
11270 (bookmark-make, bookmark-send-annotation): Update for above.
11271 (bookmark-make-record-for-text-file):
11272 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
11273
11274 * info.el: Adjust accordingly.
11275 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
11276
11277 * image-mode.el: Adjust accordingly.
11278 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
11279
11280 * doc-view.el: Adjust accordingly.
11281 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
11282
11283 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11284
11285 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
11286 Move initialization into declaration.
11287 (bookmark-get-info-node, bookmark-set-info-node): Remove.
11288 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
11289 (bookmark-info-current-node): Remove.
11290 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
11291 Add relocation fallback. Set bookmark-current-bookmark.
11292 (bookmark-default-handler): Rename from bookmark-jump-noselect.
11293 Remove relocation fallback. Don't set bookmark-current-bookmark.
11294 (bookmark-set): Let it be used even if there's no buffer-file-name
11295 as long as there is a bookmark-make-cell-function.
11296 * info.el (Info-bookmark-jump): Remove relocation fallback.
11297 Don't set bookmark-current-bookmark.
11298
11299 2008-03-07 Glenn Morris <rgm@gnu.org>
11300
11301 * calendar/appt.el (appt-issue-message)
11302 (appt-message-warning-time, appt-audible, appt-visible)
11303 (appt-msg-window, appt-display-mode-line, appt-display-duration)
11304 (appt-display-diary): Remove autoload cookies.
11305
11306 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
11307 Remove leading `*' from defcustom doc-strings.
11308
11309 * calendar/cal-dst.el (calendar-dst): New custom group.
11310 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
11311 (calendar-time-zone, calendar-daylight-time-offset)
11312 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
11313 (calendar-daylight-savings-starts-time)
11314 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
11315 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
11316 Move to start.
11317
11318 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
11319
11320 * calendar/calendar.el (calendar-version): Use emacs-version and
11321 make it obsolete. Move to end.
11322 (calendar-offset, view-diary-entries-initially)
11323 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
11324 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
11325 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11326 (all-bahai-calendar-holidays, calendar-load-hook)
11327 (initial-calendar-window-hook, today-visible-calendar-hook)
11328 (today-invisible-calendar-hook, calendar-move-hook)
11329 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
11330 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
11331 (diary-include-string, sexp-diary-entry-symbol)
11332 (abbreviated-calendar-year, american-date-diary-pattern)
11333 (european-date-diary-pattern, european-calendar-display-form)
11334 (american-calendar-display-form, print-diary-entries-hook)
11335 (list-diary-entries-hook, diary-hook, diary-display-hook)
11336 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11337 (nongregorian-diary-marking-hook, diary-list-include-blanks)
11338 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
11339 (local-holidays, other-holidays, hebrew-holidays-1)
11340 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11341 (hebrew-holidays, christian-holidays, islamic-holidays)
11342 (bahai-holidays, solar-holidays, calendar-setup)
11343 (calendar-week-start-day): Remove autoload cookies.
11344 (diary-glob-file-regexp-prefix): Doc fix.
11345 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
11346 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
11347 (calendar-week-start-day, calendar-debug-sexp): Move to start.
11348
11349 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
11350 (calendar-time-display-form, calendar-latitude)
11351 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
11352 cookies.
11353 (calendar-latitude, calendar-longitude): Move functions after
11354 variables.
11355 (diary-sabbath-candles-minutes): Move to start.
11356 (solar-setup): Use or rather than if.
11357 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
11358 Remove condition-case.
11359 (solar-atn2): Use zerop.
11360 (solar-equinoxes-solstices): Doc fix.
11361
11362 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
11363 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
11364
11365 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
11366 (calendar-longitude, calendar-latitude, calendar-location-name):
11367 Declare for compiler.
11368
11369 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11370
11371 * arc-mode.el (archive-ar-file-header-re): New const.
11372 (archive-ar-summarize, archive-ar-extract): New funs.
11373 (archive-find-type): Recognize ar archives.
11374
11375 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
11376 New functions.
11377
11378 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
11379
11380 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
11381
11382 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11383 Replace :enable (mark-active) with :enable mark-active.
11384
11385 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
11386
11387 * vms-patch.el (make-legal-file-name): New obsolete alias.
11388 (make-valid-file-name): Rename from `make-legal-file-name'.
11389 (make-auto-save-file-name): Use it.
11390
11391 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
11392 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
11393 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
11394
11395 * textmodes/org.el (org-export-html-style): Doc fix.
11396 (org-get-legal-level): New obsolete alias.
11397 (org-get-valid-level): Rename from `org-get-legal-level'.
11398 (org-promote, org-demote, org-archive-subtree)
11399 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
11400
11401 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
11402
11403 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
11404
11405 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
11406 (vc-status-toggle-mark): New functions.
11407 (vc-status-mode): Set tool bar map.
11408
11409 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
11410
11411 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
11412 Reported by Drew Adams <drew.adams@oracle.com>.
11413
11414 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11415
11416 * subr.el (read-quoted-char): Resolve modifers of the character
11417 event.
11418
11419 * comint.el (comint-exec-1): Don't change the coding-system for
11420 decoding to dos-like EOL.
11421 (comint-carriage-motion): Fully rewrite.
11422
11423 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
11424
11425 * epg.el (epg-context-include-certs): Reflow docstring.
11426 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
11427 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
11428 (epg-context-set-signers, epg-context-set-sig-notations)
11429 (epg-make-import-status, epg-make-import-result)
11430 (epg-start-delete-keys): Fix typos in docstrings.
11431 (epg-start-sign-keys, epg-sign-keys):
11432 Fix typos in obsolescence declarations.
11433
11434 * iswitchb.el: Don't check for `cadr' and `last'.
11435 (iswitchb-define-mode-map, iswitchb-default-keybindings):
11436 Add obsolescence declaration and remove redundant info from docstring.
11437 (iswitchb-set-common-completion, iswitchb-set-matches)
11438 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
11439 (recentf-list, most-len, most-is-exact):
11440 Don't wrap defvars within `eval-when-compile'.
11441
11442 2008-03-05 Glenn Morris <rgm@gnu.org>
11443
11444 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
11445 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
11446 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
11447 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
11448 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
11449
11450 * ediff-hook.el (ediff-window-setup-function): Don't autoload
11451 declaration for compiler.
11452 (ediff-xemacs-init-menus): Use when rather than if.
11453
11454 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
11455 if+and to just and.
11456 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
11457 (ediff-delete-overlay): Move the XEmacs test inside the definition.
11458
11459 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
11460
11461 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
11462 test inside XEmacs test.
11463 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
11464 since it was doing nothing on Emacs.
11465 (ediff-make-bullet-proof-overlay): Use when rather than if.
11466
11467 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
11468 (ediff-setup-control-frame): Remove
11469 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
11470 a (featurep 'xemacs) test.
11471
11472 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
11473
11474 * calc/calc-ext.el (calc-extended-command-history): New variable.
11475 (calc-exectute-extended-command): Use `calc-extended-command-history'.
11476
11477 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
11478
11479 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
11480 (standard-mode-line-position): Add mouse-face.
11481
11482 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
11483 * progmodes/grep.el (grep-mode-map): Add :help.
11484
11485 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
11486 initialize in one step. Add :help. Use :enable to activate menu
11487 items. Show the key binding for edebug-defun.
11488 (lisp-interaction-mode-map): Add a menu.
11489
11490 * term.el (term-mode-map): Define and initialize in one step.
11491
11492 * ediff-init.el (ediff-color-display-p): Simplify.
11493 (Xor): Remove unused function.
11494 (ediff-with-syntax-table): Simplify for Emacs.
11495
11496 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
11497 menu-bar being loaded, it always is.
11498
11499 2008-03-05 Glenn Morris <rgm@gnu.org>
11500
11501 * textmodes/tex-mode.el (tex-mode): Suppress warning about
11502 multiple definitions when compiling.
11503
11504 2008-03-04 Alan Mackenzie <acm@muc.de>
11505
11506 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
11507
11508 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
11509 doc-string, "c-old-LEN" -> "c-old-END".
11510
11511 2008-03-04 Jason Rumney <jasonr@gnu.org>
11512
11513 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
11514 namespaces.
11515
11516 2008-03-04 Glenn Morris <rgm@gnu.org>
11517
11518 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
11519
11520 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
11521 than mapcar.
11522
11523 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11526 (byte-compile-nilconstp): Can't use recursion in a defsubst.
11527
11528 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
11529 so that M-q can fill comments.
11530 (tex-executable-exists-p, tex-compile): Extend with special syntax for
11531 commands implemented in elisp.
11532 (tex-compile-commands): Add an entry to use doc-view for pdf files.
11533 (tex-format-cmd): New function.
11534 (tex-compile): Use it to let the user specify default arguments.
11535 (tex-cmd-bibtex-args): New var.
11536 (tex-cmd-doc-view): New function.
11537
11538 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
11539
11540 * faces.el (face-spec-set): Fix typos in docstring.
11541
11542 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11543
11544 * bindings.el (mode-line-column-line-number-mode-map): New variable.
11545 (standard-mode-line-position): Use it to add a menu for toggling
11546 column number and line number display.
11547
11548 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11551 Remove optimization that was working around the form-code-walker bug.
11552
11553 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11554 Walk into the body of lambdas after byte-compile-unfold-lambda.
11555
11556 2008-03-03 Glenn Morris <rgm@gnu.org>
11557
11558 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
11559 value, if set, over frame value.
11560
11561 * simple.el (transient-mark-mode): Don't turn on by default.
11562
11563 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
11564 accidentally removed by the 2007-12-05 merge from Gnus.
11565
11566 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
11567
11568 * progmodes/compile.el (compilation-menu-map): Add menu entries
11569 for useful options.
11570
11571 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
11572 Glenn Morris <rgm@gnu.org>
11573
11574 * emacs-lisp/bytecomp.el (byte-recompile-directory)
11575 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
11576 Give a `bytecomp-' prefix to local variables with common names.
11577
11578 2008-03-01 Glenn Morris <rgm@gnu.org>
11579
11580 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
11581 code commented out 2007-11-10.
11582
11583 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
11584
11585 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
11586 Delete macro.
11587 * emulation/viper-cmd.el, emulation/viper-ex.el:
11588 * emulation/viper-init.el, emulation/viper-keym.el:
11589 * emulation/viper-mous.el, emulation/viper-util.el:
11590 * emulation/viper.el:
11591 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
11592 featurep test.
11593
11594 Replace obselete frame-local variables with frame-parameters.
11595 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11596 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11597 (viper-vi-state-cursor-color): Only call make-variable-frame-local
11598 on XEmacs.
11599 * emulation/viper-util.el (viper-frame-value): New macro.
11600 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
11601 (viper-R-state-post-command-sentinel)
11602 (viper-replace-state-post-command-sentinel)
11603 (viper-change-state-to-insert, viper-change-state-to-emacs):
11604 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
11605 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
11606 (viper-get-saved-cursor-color-in-insert-mode)
11607 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
11608 Use viper-frame-value for viper-replace-overlay-cursor-color,
11609 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
11610 viper-vi-state-cursor-color values.
11611
11612 * emulation/viper-cmd.el (zmacs-region-stays):
11613 * emulation/viper-util.el (zmacs-region-stays): No need to define
11614 for compiler.
11615
11616 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
11617 mapcar on Emacs.
11618
11619 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
11620 on XEmacs.
11621
11622 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
11623 rather than if.
11624
11625 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11626
11627 * whitespace.el: New version 9.3. As the glyph code generation was
11628 fixed, it is possible now to use character code above ?\x1FFFF in the
11629 display table. Fix `whitespace-indentation-regexp' to not include an
11630 extra ending character. Reported by Michael Welsh Duggan
11631 <mwd@cert.org>. Added hook actions when buffer is written or killed as
11632 the original whitespace package had. Suggested by Eric Cooper
11633 <ecc@cmu.edu>. Doc fix.
11634 (whitespace-action): New option.
11635 (whitespace-display-mappings): Changed default newline visualization to
11636 display downwards arrow, as the glyph code generation was fixed.
11637 (whitespace-unload-function): Assure that all local whitespace mode is
11638 turned off.
11639 (whitespace-global-modes): Fix type customization.
11640 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
11641 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11642 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
11643 Fix code.
11644 (whitespace-buffer): Command removed.
11645 (whitespace-trailing-regexp, whitespace-mark-x)
11646 (whitespace-display-window, whitespace-action-when-on)
11647 (whitespace-add-local-hook, whitespace-remove-local-hook)
11648 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
11649 (whitespace-action): New funs.
11650 (whitespace-report-list, whitespace-report-text)
11651 (whitespace-report-buffer-name): New consts.
11652 (whitespace-report, whitespace-report-region): New commands.
11653
11654 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11655
11656 * disp-table.el (make-glyph-code): Don't test the result of
11657 `face-id', which already signals an error for invalid faces.
11658 (glyph-face): Simplify.
11659
11660 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
11661 running `desktop-not-loaded-hook' to allow modifying it.
11662 Don't show warning message if `desktop-dirname' was modified.
11663
11664 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
11665
11666 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
11667 we still expect more lines.
11668
11669 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
11670 comment-paragraph filling if the commark doesn't match
11671 comment-start-skip.
11672
11673 2008-03-01 Daiki Ueno <ueno@unixuser.org>
11674
11675 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
11676 the `imap' variant.
11677
11678 2008-03-01 Jason Rumney <jasonr@gnu.org>
11679
11680 * files.el (make-auto-save-file-name): Encode more characters in
11681 non-file buffer names. Use url-encoding.
11682
11683 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11684
11685 * net/net-utils.el (ftp-program): Fix typo in docstring.
11686 (ifconfig-program-options, netstat-program-options)
11687 (arp-program-options, route-program-options, nslookup-program-options)
11688 (ftp-program-options, smbclient-program-options)
11689 (dns-lookup-program-options, arp, route): Doc fixes.
11690
11691 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
11692 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
11693 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
11694 Fix typos in docstrings.
11695 (gdb-pending-triggers): Reflow docstring.
11696 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
11697
11698 2008-03-01 Alan Mackenzie <acm@muc.de>
11699
11700 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
11701 typing "#" at EOB.
11702
11703 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11704
11705 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
11706
11707 2008-02-29 Kim F. Storm <storm@cua.dk>
11708
11709 * emulation/cua-base.el (cua-remap-control-v)
11710 (cua-remap-control-z): New defcustoms.
11711 (cua-mode): Add them to set-after property.
11712 (cua--init-keymaps): Use them.
11713 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
11714
11715 * help.el (view-emacs-todo): Rename from view-todo.
11716 (describe-gnu-project): Rename from describe-project. Users changed.
11717 (view-help-file): New helper function.
11718 (describe-distribution, describe-copying, describe-gnu-project)
11719 (view-todo, view-order-manuals, view-emacs-problems): Use it.
11720 (view-emacs-debugging, view-external-packages): New commands.
11721 (help-map): Move describe-distribution to C-h C-o (ordering).
11722 Move view-emacs-problems to C-h C-p (problems).
11723 Bind view-emacs-debugging to C-h C-d (debugging).
11724 Bind view-external-packages to C-h C-e (extras).
11725 (help-for-help-internal): Cleanup and align descriptions.
11726 Remove command names to reduce clutter.
11727
11728 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
11729
11730 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
11731 and quieter face (not a warning).
11732
11733 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
11734
11735 * vc.el (vc-status-crt-marked): New variable.
11736 (vc-status-mode): Make it local.
11737 (vc-status-refresh): Use it to save the marked files.
11738 (vc-update-vc-status-buffer): Use it to restore the marked files.
11739
11740 * vc-svn.el (vc-svn-after-dir-status):
11741 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
11742
11743 2008-02-29 Glenn Morris <rgm@gnu.org>
11744
11745 * allout.el (allout-topic-encryption-bullet)
11746 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
11747 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
11748 from 22.0 to 22.1.
11749
11750 * net/imap.el (imap-ping-server):
11751 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
11752 Change defcustom :version from 23.0 to 23.1.
11753
11754 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
11755
11756 * desktop.el (desktop-save): Save the buffer name if the
11757 uniquified base name is empty.
11758
11759 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
11760
11761 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
11762 correctly when user has "set print address off".
11763
11764 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
11765
11766 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
11767 version number of the next major Emacs release, not 23.0.
11768
11769 * longlines.el (longlines-unload-function): New function.
11770
11771 2008-02-28 Juri Linkov <juri@jurta.org>
11772
11773 * startup.el (normal-splash-screen): Add argument `concise'.
11774 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
11775 to the created buffer. If `concise' is non-nil, call
11776 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
11777 (display-startup-screen): Add argument `concise' to the call to
11778 `normal-splash-screen'.
11779
11780 2008-02-28 Kim F. Storm <storm@cua.dk>
11781
11782 * startup.el (startup-echo-area-message): Check for about-emacs.
11783
11784 2008-02-28 Juri Linkov <juri@jurta.org>
11785
11786 * startup.el: Always add initial message to *scratch* buffer if
11787 `initial-scratch-message' is non-nil regardless of the value of
11788 `inhibit-startup-screen'.
11789 (inhibit-startup-screen, initial-scratch-message): Doc fix.
11790 (command-line-1): Move code that inserts `initial-scratch-message'
11791 up before the if-form that checks for `inhibit-startup-screen'.
11792 Suggested by Jonathan Rockway <jon@jrock.us>.
11793
11794 2008-02-28 Juri Linkov <juri@jurta.org>
11795
11796 * cus-edit.el (custom-mode-map, custom-mode-link-map):
11797 Rename `custom-mode' to `Custom-mode' in docstrings.
11798 (custom-buffer-create-internal, customize-browse):
11799 Rename `custom-mode' to `Custom-mode'.
11800 (custom-mode-hook): Rename to `Custom-mode-hook'.
11801 (Custom-mode-hook): Renamed from `custom-mode-hook'.
11802 (custom-mode): Rename to `Custom-mode'.
11803 (Custom-mode): Renamed from `custom-mode'. Doc fix.
11804 (custom-mode): Add backward-compatible non-interactive variant of
11805 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
11806 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
11807
11808 * info-look.el: Rename `custom-mode' to `Custom-mode'.
11809
11810 * emulation/viper.el (viper-emacs-state-mode-list):
11811 Rename `custom-mode' to `Custom-mode'.
11812
11813 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
11814 Capitalize "Tagged Files".
11815 (minibuffer-local-map): Add menu items for next/previous
11816 history elements and isearch history forward/backward.
11817
11818 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
11819 `hs-isearch-open' with t instead of `comment' in :selected
11820 for "Code and Comment blocks" menu item.
11821
11822 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11823
11824 * uniquify.el (uniquify-buffer-base-name): Undo last change.
11825 Should be done in desktop.el instead.
11826
11827 2008-02-28 Glenn Morris <rgm@gnu.org>
11828
11829 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
11830
11831 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
11832
11833 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
11834 (Info-menu, Info-goto-node): Remove declarations.
11835 (report-emacs-bug-info): Use info rather than Info-goto-node.
11836
11837 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
11838 (idlwave-convert-xml-system-routine-info): Don't require xml.
11839 (idlwave-show-commentary, idlwave-shell-show-commentary):
11840 Don't require finder.
11841 (idlwave-info): Don't require info. Use info rather than
11842 Info-goto-node.
11843
11844 * textmodes/org.el (Info-goto-node): Remove declaration.
11845 (org-info): Use info rather than Info-goto-node.
11846
11847 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
11848 (reftex-info): Don't require info. Use info rather than Info-goto-node.
11849
11850 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
11851
11852 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
11853 the menu.
11854
11855 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
11856 (vc-finish-logentry): Check for vc-status-mode, not only for
11857 vc-dired-mode.
11858
11859 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11860
11861 * isearch.el (isearch-printing-char): Don't check
11862 keyboard-coding-system.
11863 Call isearch-process-search-multibyte-characters only when
11864 current-input-method is non-nil.
11865
11866 2008-02-27 Kim F. Storm <storm@cua.dk>
11867
11868 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
11869 (glyph-char, glyph-face): Handle cons encoding.
11870
11871 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
11872
11873 * uniquify.el (uniquify-buffer-base-name): If the base name is an
11874 empty string, return nil to allow the caller to default to the
11875 buffer name. Reported by Martin Fischer <parozusa@web.de>.
11876
11877 * tool-bar.el (tool-bar-setup): Doc fix.
11878
11879 * mail/supercite.el (sc-describe):
11880 Fix typos in obsolescence declaration.
11881
11882 2008-02-27 Glenn Morris <rgm@gnu.org>
11883
11884 * autoinsert.el (auto-insert-alist): Change permission text to
11885 match FSF's GPLv3 form.
11886
11887 * mail/supercite.el (sc-cite-original): Doc fix.
11888 (sc-version): Make obsolete.
11889 (sc-describe): Show the SC info page. Make obsolete.
11890
11891 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11892
11893 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
11894 when using transient-mark-mode.
11895 (default-indicate-unused-lines): Remove unused var.
11896
11897 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
11898
11899 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
11900 and previous.
11901
11902 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
11903
11904 2008-02-26 Glenn Morris <rgm@gnu.org>
11905
11906 * net/net-utils.el (top-level): Don't require comint when compiling.
11907 (nslookup-font-lock-keywords): Don't require font-lock.
11908 Use font-lock faces rather than variables.
11909 (nslookup, ftp, smbclient, network-service-connection):
11910 Don't require comint.
11911 (comint-prompt-regexp, comint-input-autoexpand)
11912 (comint-input-ring): Declare for compiler.
11913 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
11914 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
11915
11916 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
11917 doc-string.
11918
11919 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11920
11921 * doc-view.el (doc-view-current-page): Add a `win' argument.
11922
11923 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11924
11925 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
11926 Demote it to plain defvar.
11927 (doc-view-conversion-refresh-interval): Reduce interval.
11928 (doc-view-goto-page): Allow moving to pages not yet rendered.
11929 (doc-view-goto-page): Construct a file name rather than extracting it
11930 from doc-view-current-files.
11931 (doc-view-kill-proc): Ignore errors from kill-process.
11932 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
11933 (doc-view-insert-image): Use appropriate text if the page hasn't been
11934 rendered yet. Adjust scrolling so the text is displayed.
11935 (doc-view-display): Detect not just that a page is available, but also
11936 that it wasn't available before, so as to avoid refreshing all pages
11937 repeatedly.
11938 (doc-view-mode): Make doc-view-cache-directory if needed.
11939
11940 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11941
11942 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
11943 toggle-read-only.
11944
11945 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
11946 refering to a missing required field with the OPT prefix.
11947 Make unwindform more robust.
11948
11949 * textmodes/bibtex.el: Remove support for hideshow minor mode as
11950 it duplicates the bibtex support in progmodes/hideshow.el.
11951 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
11952 entries that do not start at the beginning of a line.
11953
11954 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
11955
11956 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
11957
11958 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
11959
11960 * help-fns.el (describe-variable): Add phrases about
11961 initialization file with and without customization;
11962 use new button type help-info-variable.
11963
11964 * help-mode.el (help-info-variable):
11965 New button able to read Info files for help-fns.el.
11966
11967 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
11968
11969 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
11970 (grep-mode): Use grep-mode-tool-bar-map.
11971
11972 * progmodes/compile.el (tool-bar): Require tool-bar.
11973 (compilation-mode-tool-bar-map): New variable.
11974 (compilation-mode): Use compilation-mode-tool-bar-map.
11975
11976 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
11977
11978 2008-02-25 Glenn Morris <rgm@gnu.org>
11979
11980 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
11981
11982 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11983
11984 * diff-mode.el (diff-file-junk-re): New const.
11985 (diff-beginning-of-file-and-junk): Use it.
11986 (diff-file-kill): Make sure we were really inside a file diff.
11987
11988 * diff-mode.el: Make it more robust in the presence of empty context
11989 lines in unified hunks.
11990 (diff-valid-unified-empty-line): New var.
11991 (diff-unified->context, diff-sanity-check-hunk): Obey it.
11992 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
11993 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
11994 (diff-hunk-header-re-unified): New const.
11995 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
11996 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
11997 (diff-sanity-check-hunk): Use it.
11998
11999 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
12000 Index: line, don't search backward for the previous one.
12001
12002 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12003
12004 * international/fontset.el (setup-default-fontset): Add non-OTF
12005 lao font for lao script.
12006
12007 * language/tibetan.el: Register tibetan-composition-function in
12008 composition-function-table.
12009
12010 * language/tibet-util.el (tibetan-composition-function):
12011 Adjust for the new calling way (argument changed). Try font-shape-text
12012 if possible.
12013
12014 * language/lao.el: Register lao-composition-function in
12015 composition-function-table.
12016
12017 * language/lao-util.el (lao-composition-function): Adjust for the new
12018 calling way (argument changed). Try font-shape-text if possible.
12019
12020 2008-02-25 Jason Rumney <jasonr@gnu.org>
12021
12022 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
12023
12024 2008-02-25 Juri Linkov <juri@jurta.org>
12025
12026 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
12027 background, "red4" for a dark background, "red" for 16 and
12028 8 colors, "grey" for grayscale, and inverse video otherwise.
12029 Add :version tag.
12030 (isearch-message): Keep the original isearch-message intact, and
12031 add text properties to it where necessary. Add `isearch-error' to
12032 the condition that checks if isearch is unsuccessful.
12033
12034 2008-02-24 Juri Linkov <juri@jurta.org>
12035
12036 * progmodes/compile.el (compilation-handle-exit):
12037 Use compilation-error face instead of font-lock-warning-face.
12038 Display the same message in the minibuffer as is inserted
12039 at the end of the compilation buffer.
12040
12041 2008-02-24 Glenn Morris <rgm@gnu.org>
12042
12043 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
12044 multiple file case.
12045
12046 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
12047
12048 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
12049 multiple file case. Use a single `let' rather than two.
12050
12051 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12052
12053 * progmodes/compile.el (compilation-start): Specify a face for
12054 mode-line-process.
12055 (compilation-handle-exit): Specify a face and a tooltip for
12056 mode-line-process.
12057
12058 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * hilit-chg.el: Remove spurious * in defcustom docstrings.
12061 (hilit-chg-make-ov): Simplify.
12062 (hilit-chg-fixup): Use remove-overlays.
12063 (hilit-chg-set-face-on-change): Remove redundant call to
12064 `remove-text-properties'.
12065
12066 * dired.el (dired-mark-prompt): Don't count/display the t element.
12067 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
12068
12069 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12070
12071 * progmodes/verilog-mode.el (eval-when-compile): Don't define
12072 add-submenu.
12073 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
12074 Remove. Move contents to the only use ...
12075 (verilog-menu): ... here.
12076 (verilog-statement-menu): Remove. Move contents to the only use ...
12077 (verilog-stmt-menu): ... here.
12078 (verilog-mark-defun): Simply call mark-defun for emacs.
12079 (occur-pos-list): Declare for byte compiler.
12080 (mode-popup-menu): Don't defvar.
12081 (verilog-add-statement-menu): Remove.
12082 (verilog-mode-hook): Don't add verilog-add-statement-menu.
12083 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
12084
12085 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
12086
12087 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
12088 conditional.
12089 (verilog-font-grouping-keywords-face): Make the begin..end
12090 keywords standout more than other verilog keywords.
12091 (verilog-type-font-keywords): Move the begin..end out of this list
12092 to facilitate making them to (potentially) stand out more.
12093 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
12094 function & task blocks.
12095 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
12096 initial, function & task blocks.
12097 (verilog-forward-sexp): Handle the new "disable fork" statement of
12098 IEEE-1800 Verilog.
12099 (verilog-beg-block-re-ordered): Handle the new "disable fork"
12100 statement of IEEE-1800 Verilog.
12101 (verilog-calc-1): Handle the new "disable fork" statement of
12102 IEEE-1800 Verilog.
12103 (verilog-disable-fork-re): Add const to help handle the new
12104 "disable fork" statement of IEEE-1800 Verilog.
12105 (verilog-declaration-core-re): Add port directions by themselves,
12106 with no qualification, as base item of a declaration.
12107 (verilog-pretty-declarations): Add new flag to ask it to refrain
12108 from printing to the message buffer.
12109 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
12110 printing to the message buffer. Improve handling of the many
12111 types of expression line up.
12112 (verilog-just-one-space): Remove printing of an empty message.
12113 (verilog-get-lineup-indent): Rework to support the better handling
12114 of expression lineup for verilog-pretty-expr.
12115 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12116
12117 2008-02-24 Alan Mackenzie <acm@muc.de>
12118
12119 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
12120 yesterday's commit.
12121
12122 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12123
12124 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
12125 to mouse-set-point in buffers that aren't associated with files.
12126
12127 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
12128
12129 2008-02-24 Alan Mackenzie <acm@muc.de>
12130
12131 Set of changes so that "obtrusive" syntactic elements in a
12132 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
12133 unmatched paren) don't interact syntactically with stuff outside
12134 the CPP line.
12135
12136 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
12137 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
12138 off-by-one bug.
12139 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
12140 a bit of refactoring.
12141 (c-awk-extend-and-syntax-tablify-region): Takes some of the
12142 functionality of c-awk-advise-fl-for-awk-region, which has been
12143 refactored away.
12144
12145 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
12146 (c-clear-char-property-with-value): New function and macro which
12147 remove text-properties `equal' to a supplied value.
12148
12149 * progmodes/cc-engine.el: Comment about text properties amended.
12150
12151 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
12152 parens around "error\\|warning".
12153
12154 * progmodes/cc-langs.el (c-get-state-before-change-function)
12155 (c-before-font-lock-function, c-anchored-cpp-prefix):
12156 New language variables.
12157 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
12158
12159 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
12160 syntax-table text properties.
12161 (c-common-init): Call language specific before/after-change
12162 functions at mode initialisation.
12163 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
12164 (c-extend-region-for-CPP, c-neutralize-CPP-line)
12165 (c-neutralize-syntax-in-CPP): New functions.
12166 (c-before-change, c-after-change): Call the new language specific
12167 change functions defined in cc-langs.el.
12168 (c-advise-fl-for-region): New macro.
12169 (awk-mode): Remove AWK specific stuff which has been refactored
12170 into language independent stuff.
12171
12172 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12173
12174 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
12175 (gdb): (Re)set gdb-flush-pending-output to nil here...
12176 (gdb-init-1): ...instead of here (before gdb-prompt).
12177
12178 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
12181 Recognize ''' just like any other char-constant.
12182
12183 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
12186 careful enough. Detect the uid-change all within the main loop.
12187
12188 2008-02-24 Stefan Monnier <monnier@pastel.home>
12189
12190 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
12191
12192 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12193
12194 * hilit-chg.el (highlight-save-buffer-state): New macro.
12195 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
12196 (hilit-chg-clear): Use it to preserve the modified-p flag.
12197 (highlight-changes-rotate-faces): Don't mess with the undo-list.
12198
12199 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12200
12201 * font-lock.el (font-lock-set-defaults): Unset previously set variables
12202 when needed.
12203
12204 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
12205
12206 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
12207 from gnus-button-url-regexp.
12208
12209 2008-02-24 Eli Zaretskii <eliz@gnu.org>
12210
12211 * progmodes/compile.el (compilation-next-error): Doc fix.
12212 (compilation-find-file): Doc fix.
12213
12214 2008-02-24 Glenn Morris <rgm@gnu.org>
12215
12216 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
12217 Add obsolete aliases to the old names.
12218
12219 2008-02-24 Richard Stallman <rms@gnu.org>
12220
12221 * net/net-utils.el (ifconfig): Rename from ipconfig.
12222 (ipconfig): Alias to ifconfig.
12223 (ifconfig-program): Rename from ipconfig-program.
12224 (ifconfig-program-options): Rename from ipconfig-program-options.
12225
12226 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
12227
12228 * progmodes/verilog-mode.el (verilog-declaration-core-re):
12229 Add port directions by themselves, with no qualification, as base
12230 item of a declaration.
12231 (verilog-pretty-declarations): Add new flag that inhibits printing
12232 to the message buffer.
12233 (verilog-pretty-expr): Add new flag that inhibits printing to the
12234 message buffer. Improve handling of the many types of expression
12235 line up.
12236 (verilog-just-one-space): Don't print an empty message.
12237 (verilog-get-lineup-indent): Rework to support the better handling
12238 of expression lineup for verilog-pretty-expr.
12239 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12240 (verilog-mode-version, verilog-mode-release-date): Update.
12241
12242 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12243
12244 * subr.el (cancel-change-group): Don't move point.
12245
12246 2008-02-23 Markus Triska <markus.triska@gmx.at>
12247
12248 * linum.el (linum-after-config): Update all visible windows.
12249
12250 2008-02-23 Glenn Morris <rgm@gnu.org>
12251
12252 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
12253 Add :help for Solitaire and Tetris.
12254
12255 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
12256
12257 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
12258 (smtpmail-code-conv-from): Doc fix. Fix custom type.
12259 (smtpmail-queue-index-file): Make it a defcustom.
12260 (smtpmail-queue-index): Delete.
12261 (smtpmail-send-it, smtpmail-send-queued-mail):
12262 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
12263 smtpmail-queue-index.
12264
12265 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12266 Add :version.
12267
12268 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
12269
12270 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12271 New variables.
12272 (iwconfig): New function.
12273
12274 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
12275
12276 * vc.el (vc-find-revision): Make vc-parent-buffer local before
12277 setting it.
12278 (vc-status-menu-map): Do not define using easy-menu.
12279 (vc-status-menu-map): New defalias.
12280 (vc-status-mode-map): Hook up the menu.
12281 (top-level): Update TODO.
12282
12283 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
12284
12285 * vc-bzr.el (vc-bzr-init-version): Rename to ...
12286 (vc-bzr-init-revision): ... this.
12287
12288 2008-02-23 Jason Rumney <jasonr@gnu.org>
12289
12290 * makefile.w32-in (WINS_ALMOST): Remove term.
12291 (WINS): Add term here.
12292 (custom-deps, finder-data): Use WINS_ALMOST.
12293
12294 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
12295
12296 * faces.el (font-weight-table): Fix value of `semi-light'.
12297
12298 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12299
12300 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
12301 Make those tables bijective.
12302
12303 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
12304
12305 Finish pdbtrack integration cleanup, settling missing-functions
12306 byte compiler warnings appropriately.
12307
12308 * progmodes/python.el (python-point): Remove this - beginning-of-line
12309 was all that was necessary for `python-pdbtrack-overlay-arrow'.
12310 (python-end-of-def-or-class, python-beginning-of-def-or-class)
12311 (python-goto-initial-line): Drop these - they were only needed for
12312 python-point.
12313 (python-comint-output-filter-function): Use condition-case and
12314 beginning-of-line directly, instead of python-mode.el functions
12315 which require all sorts of baggage.
12316 (point-safe): Unnecessary - we're using condition-case directly,
12317 instead.
12318 (python-execute-file): Include for python-shell, which I'm leaving
12319 in keeping despite it being unnecessary for pdb tracking.
12320
12321 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
12322
12323 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12324 Add SRFI 11 support.
12325 (let-values, let*-values): Specify scheme-indent-function.
12326
12327 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
12328
12329 * vc.el (vc-exec-after): Move setting mode-line-process in the
12330 busy case ...
12331 (vc-set-mode-line-busy-indicator): ... in this new function.
12332 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
12333 (vc-update-vc-status-buffer): Reset mode-line-process.
12334 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
12335 mark/unmark all the files with the same state as the current one.
12336 With a prefix argument mark/unmark all files.
12337 (vc-status-mode-menu): Adjust strings.
12338 (vc-update-vc-status-buffer): Only do something when the argument
12339 is not nil.
12340 (vc-status-kill-dir-status-process): New function.
12341 (vc-status-mode-map): Bind it.
12342 (vc-status-process-buffer): New variable.
12343 (vc-status-mode): Make it local.
12344 (vc-status-refresh): Set it.
12345
12346 * vc-hg.el (vc-hg-dir-status):
12347 * vc-git.el (vc-git-dir-status):
12348 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
12349 command is run.
12350
12351 2008-02-22 Glenn Morris <rgm@gnu.org>
12352
12353 * json.el (top-level): No need to require thingatpt.
12354 (json-read-keyword): Use thing-at-point rather than word-at-point.
12355
12356 * time.el (top-level): No need to require time-date when compiling.
12357
12358 * emacs-lisp/copyright.el (copyright-update-year):
12359 Fix subexpression numbering for the case when years are split over
12360 lines, and for the replace case.
12361
12362 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
12363 (tpu-caar, tpu-cadr): Delete functions.
12364 (zmacs-regions): No need to declare for compiler.
12365 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
12366 (tpu-spell-check): Rewrite, and handle mark after point.
12367 (tpu-special-insert): Use or rather than if.
12368
12369 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
12370 rather than spell-region.
12371
12372 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
12373 warnings about spell-region.
12374
12375 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12376
12377 * ldefs-boot.el: Regenerated.
12378
12379 * loadup.el: Don't load language/devanagari, language/kannada,
12380 language/malayalam, and language/tamil. Load language/sinhala.
12381
12382 * language/indian.el (indian-font-foundry)
12383 (indian-script-language-alist, indian-font-char-index-table)
12384 (indian-font-char, indian-font-char-range, indian-script-table)
12385 (indian-default-script, indian-composable-pattern): Delete them.
12386 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
12387 language environments moved to here.
12388 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
12389 New language environments.
12390
12391 * language/devanagari.el, language/devan-util.el,
12392 * language/kannada.el, language/knd-util.el, language/malayalam.el,
12393 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
12394 Delete them.
12395
12396 * language/sinhala.el: New file.
12397
12398 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
12399
12400 Update Nick Robert's port of pdb tracking from python-mode.el.
12401
12402 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
12403 Clarify docstring.
12404 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
12405 tracking is happening.
12406 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
12407 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
12408 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
12409 Tracking is plugged in to all comint buffers once python.el is loaded.
12410 (python-pdbtrack-overlay-arrow): Toggle activation of
12411 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
12412 (python-pdbtrack-track-stack-file): Use new
12413 `python-pdbtrack-get-source-buffer' for more flexible access to
12414 debugging source files.
12415 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
12416 according to pdb stack trace, optionally using new
12417 `python-pdbtrack-grub-for-buffer' if file is not locally available.
12418 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
12419 named buffer, or having function with indicated name.
12420 (python-shell): Remove comint-output-filter-functions hook
12421 addition, it's being done elsewhere. Wrap long line.
12422
12423 2008-02-21 Michael Olson <mwolson@gnu.org>
12424
12425 * json.el: Replace XEmacs compatibility code to get rid of
12426 compiler warnings.
12427
12428 * time.el: Fix compiler warning.
12429
12430 2008-02-21 Edward O'Connor <ted@oconnor.cx>
12431
12432 * json.el: New file (JavaScript Object Notation parser / generator).
12433
12434 2008-02-21 Dave Love <fx@gnu.org>
12435
12436 * progmodes/sym-comp.el: New file.
12437
12438 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
12439 Require sym-comp. Add Python buffer to same-window-buffer-names.
12440 Fixup whitespaces.
12441 (python-font-lock-keywords): Add highlighting for Python builtins.
12442 (python-font-lock-syntactic-keywords): Rewrite.
12443 (python-quote-syntax): Use syntax-ppss-context instead of parsing
12444 ppss directly.
12445 (python-mode-map): Add binding for python-find-function.
12446 (python-calculate-indentation): Clean up the logic.
12447 (python-beginning-of-defun): Explicitly set return value.
12448 (python-beginning-of-statement): Stop looping if we get stuck
12449 going backwards.
12450 (python-next-statement): Stop looping if we somehow end up inside
12451 a string while advancing.
12452 (python-preoutput-continuation, python-version-checked): New vars.
12453 (python-check-version): New function.
12454 (run-python): Set default command to python-command instead of
12455 python-python-command.
12456 (run-python): Use python-check-version. Give PYTHONPATH
12457 precedence over data-directory in the process environment.
12458 Load function definitions in python process after.
12459 (python-check-comint-prompt): New function.
12460 (python-send-command, python-send-receive): Use it.
12461 (python-complete-symbol, python-try-complete): Functions deleted.
12462 Use symbol-complete instead of python-complete-symbol throughout.
12463 (python-fill-paragraph): Further refine the fenced-string regexp.
12464 (def-python-skeleton): Expand to the original abbrev instead if in
12465 a comment or string. Tweak skeletons for `if', `while', `for',
12466 `try/except', `try/finally', `name'.
12467 (python-pea-hook, python-abbrev-pc-hook): New functions.
12468 (python-abbrev-syntax-table): New var.
12469 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
12470 Use symbol-completion-try-complete for hippie expansion.
12471 Turn on font lock unconditionally.
12472 (python-mode-hook): Defcustom it. No need to use make-local
12473 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
12474 option, since it's buffer-local.
12475
12476 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
12477
12478 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
12479
12480 2008-02-21 Drew Adams <drew.adams@oracle.com>
12481
12482 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
12483 "Turn off" and a "Help" entry when the minor mode has no menu.
12484
12485 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
12486
12487 * vc.el (vc-status-mark, vc-status-unmark): New functions.
12488 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
12489 vc-status-mark-file and vc-status-unmark-file.
12490 (vc-status-mark-unmark): New function.
12491 (vc-status-previous-line, vc-status-next-line): No longer interactive.
12492
12493 2008-02-21 Glenn Morris <rgm@gnu.org>
12494
12495 * composite.el (encode-composition-rule): Fix typo in error message.
12496 (composition-function-table, auto-composition-mode): Doc fixes.
12497
12498 * subr.el (sit-for): Fix obsolete form for nil second argument.
12499
12500 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
12501 (spell-string): Make obsolete, in favor of ispell.
12502
12503 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12504
12505 * language/devanagari.el: Don't setup composition-function-table
12506 here.
12507 ("Devanagari"): Change charset, coding-system, coding-priority to
12508 Unicode-based ones. Don't require the feature devan-util.
12509
12510 * composite.el (compose-chars-after): Fix arguments for a function
12511 in composition-function-table.
12512 (auto-compose-region): Likewise.
12513
12514 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
12515 for Ethiopic.
12516 (ps-mule-plot-string): Ignore glyph-string based compositions.
12517
12518 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * doc-view.el: Allow different windows to show different pages.
12521 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
12522 (doc-view-current-image, doc-view-current-overlay): Remove variables,
12523 add them back as macros instead, using image-mode-winprops instead.
12524 Update all users of those variables.
12525 (doc-view-new-window-function): New function to create a new overlay
12526 for each new window.
12527 (doc-view-mode): Use it and image-mode-setup-winprops.
12528 (doc-view-clone-buffer-hook): Rewrite accordingly.
12529
12530 * image-mode.el: Extend [hv]scroll support to per-window properties.
12531 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
12532 (image-mode-winprops-alist): New var to replace them.
12533 (image-mode-new-window-functions): New hook.
12534 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
12535 New funs.
12536 (image-set-window-vscroll, image-set-window-hscroll): Use them.
12537 Remove the `window' argument, update callers.
12538 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
12539 Use the new functions.
12540 (image-mode-reapply-winprops): New fun.
12541 (image-mode): Use it.
12542
12543 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
12544
12545 * calc/calc-math.el (math-sin-raw): Add optional argument
12546 to keep track of original argument.
12547 (math-cos-raw): Use optional argument when calling math-sin-raw.
12548 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
12549 with close to original precision.
12550
12551 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12552
12553 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
12554 args in calls of sit-for.
12555
12556 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
12557
12558 * vc-svn.el (vc-svn-program): Fix typo in docstring.
12559 (vc-svn-checkin): Fix typo in error message.
12560
12561 * help-mode.el: Require easymenu when compiling.
12562
12563 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
12564
12565 * help-mode.el (help-mode-menu): New menu.
12566
12567 2008-02-20 Glenn Morris <rgm@gnu.org>
12568
12569 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
12570 on Windows.
12571
12572 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
12573
12574 * ps-mule.el (ps-mule-encode-region): Return a single string.
12575 (ps-mule-plot-string): Adjust for the above change.
12576 (ps-mule-encode-header-string): Likewise.
12577
12578 * international/latin1-disp.el (latin1-display): Don't use
12579 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
12580 standard-display-table.
12581 (latin1-display-identities): Adjust for the change of what is
12582 returned by (get-language-info charset 'charset).
12583
12584 * international/mule-util.el (char-displayable-p): Fix for Latin-1
12585 characters and terminal case.
12586
12587 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
12588
12589 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
12590
12591 * progmodes/python.el: Also require comint when loading.
12592 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
12593 Replace python-shell with run-python on menu bar.
12594 (python-shell-map): New map.
12595 (python-default-interpreter, python-python-command-args)
12596 (python-jython-command-args, python-pdbtrack-do-tracking-p):
12597 New options.
12598 (python-which-shell, python-which-args, python-which-bufname):
12599 New buffer local variables.
12600 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
12601
12602 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
12603 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
12604 New constants.
12605
12606 Pdbtrack features:
12607
12608 (python-point, python-end-of-def-or-class)
12609 (python-beginning-of-def-or-class, python-goto-initial-line)
12610 (python-comint-output-filter-function)
12611 (python-pdbtrack-overlay-arrow)
12612 (python-pdbtrack-track-stack-file, python-toggle-shells)
12613 (python-shell, python-pdbtrack-toggle-stack-tracking)
12614 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
12615 New functions.
12616
12617 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12618
12619 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
12620 when the argument is nil.
12621
12622 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12623
12624 * vc.el (dir-status): Add a brief description.
12625
12626 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
12627
12628 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
12629 If non-nil, reverse the sense of the check.
12630
12631 * vc-rcs.el (vc-rcs-root): New func.
12632 * vc-cvs.el (vc-cvs-root): New func.
12633 * vc-svn.el (vc-svn-root): New func.
12634 * vc-sccs.el (vc-sccs-root): New func.
12635
12636 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
12637
12638 * language/japan-util.el (setup-japanese-environment-internal):
12639 Call use-cjk-char-width-table.
12640
12641 * language/japanese.el ("Japanese"): Set exit-function to
12642 use-default-char-width-table.
12643
12644 * international/characters.el: Delete occurrences of non-Unicode
12645 tibetan and ethiopic characters.
12646 (cjk-char-width-table): New variable.
12647 (use-cjk-char-width-table, use-default-char-width-table):
12648 New functions.
12649
12650 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12651
12652 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
12653 (vc-status-mode-menu): Add a :filter.
12654 (vc-status-printer): Add faces.
12655
12656 * vc-hg.el (vc-hg-extra-status-menu): New function.
12657 (vc-hg-dir-status): Clean up the buffer before using it.
12658
12659 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12660
12661 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
12662 (gdb): Initialize it here instead.
12663
12664 * files.el (locate-dominating-file): Fix thinko in last change.
12665 Reported by Bruce Stephens <bruce.stephens@isode.com>.
12666
12667 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
12668
12669 * vc.el (vc-status-mode-menu): New menu for vc-status.
12670
12671 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
12672
12673 * progmodes/verilog-mode.el (customize): Fix typo in error message.
12674 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
12675 (verilog-mode-auto, verilog-indent-level-module)
12676 (verilog-minimum-comment-distance, verilog-library-flags)
12677 (verilog-library-directories, verilog-library-files)
12678 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
12679 (verilog-xemacs-menu, verilog-set-compile-command)
12680 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
12681 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
12682 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
12683 (verilog-batch-inject-auto, verilog-batch-indent)
12684 (verilog-continued-line, verilog-type-keywords)
12685 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
12686 (verilog-read-inst-pins, verilog-read-arg-pins)
12687 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
12688 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
12689 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
12690 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
12691 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
12692 (verilog-mode-version, verilog-mode-release-date)
12693 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
12694 (verilog-simulator, verilog-compiler)
12695 (verilog-auto-sense-defines-constant, verilog-company)
12696 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
12697 Fix typos in docstrings.
12698 (verilog-set-auto-endcomments, verilog-calculate-indent)
12699 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
12700 Reflow docstrings.
12701 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
12702 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
12703 (electric-verilog-forward-sexp, verilog-in-case-region-p)
12704 (verilog-in-struct-region-p, verilog-in-generate-region-p)
12705 (verilog-leap-to-head, verilog-current-indent-level)
12706 (verilog-case-indent-level, verilog-cpp-keywords)
12707 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
12708 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
12709 (verilog-signals-not-in, verilog-symbol-detick-text)
12710 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
12711 (verilog-forward-close-paren, verilog-backward-open-paren)
12712 (verilog-backward-open-bracket): Doc fixes.
12713
12714 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
12715 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
12716 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
12717 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
12718 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
12719 Fix typos in docstrings.
12720
12721 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
12722
12723 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
12724
12725 * info.el (Info-read-node-name): Removed unused `default' arg.
12726
12727 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12728
12729 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
12730
12731 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12732
12733 * image-mode.el (image-get-display-property): New fun.
12734 (image-forward-hscroll, image-next-line, image-eol, image-eob)
12735 (image-mode, image-minor-mode, image-toggle-display-text)
12736 (image-toggle-display): Use it.
12737
12738 2008-02-18 Jason Rumney <jasonr@gnu.org>
12739
12740 * international/mule.el (xml-find-file-coding-system): Don't warn
12741 about utf-16 with BOM.
12742
12743 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
12744
12745 * international/mule.el (sgml-xml-auto-coding-function): Detect and
12746 warn if file encoding is not utf-8 and encoding not specified.
12747 (xml-find-file-coding-system): New function.
12748 * international/mule-conf.el (file-coding-system-alist): Use it.
12749
12750 2008-02-17 Glenn Morris <rgm@gnu.org>
12751
12752 * international/mule-cmds.el (set-locale-environment):
12753 Pass `frame' to getenv for LC_MESSAGES.
12754
12755 2008-02-17 Juri Linkov <juri@jurta.org>
12756
12757 * time.el (emacs-init-time): Use format instead of format-seconds.
12758
12759 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12760
12761 * textmodes/bibtex.el (bibtex-search-entry): Rename from
12762 bibtex-find-entry. Add autoload cookie.
12763 (bibtex-find-entry): Alias for bibtex-search-entry.
12764 (bibtex-search-crossref): Rename from bibtex-find-crossref.
12765 (bibtex-find-crossref): Alias for bibtex-search-crossref.
12766 (bibtex-clean-entry): atomic-change-group removed.
12767 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
12768 to locate buffer location where error occurred.
12769 Make error messages more specific.
12770 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
12771
12772 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12773
12774 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
12775 top level.
12776
12777 * simple.el (transient-mark-mode): Add an :init-value.
12778
12779 * startup.el (command-line): Use custom-reevaluate-setting for
12780 transient-mark-mode.
12781
12782 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
12783
12784 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
12785
12786 2008-02-16 Juri Linkov <juri@jurta.org>
12787
12788 * startup.el (after-init-time): New variable.
12789 (command-line): Set `after-init-time' to the current time.
12790
12791 * time.el (emacs-init-time): New function.
12792
12793 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
12794
12795 * files.el (locate-dominating-file): Remove initial loop because it's
12796 not careful enough. Detect the uid-change all within the main loop.
12797
12798 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
12799
12800 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
12801
12802 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
12803
12804 * vc.el (vc-annotate): Add new argument.
12805 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
12806
12807 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
12808 Move make-variable-buffer-local code after the corresponding defvar.
12809 (hs-minor-mode-map): Define and initialize in one step.
12810 (hs-minor-mode): Change from defun to define-minor-mode.
12811
12812 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
12813
12814 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
12815 (gdb-ready): Move declaration...
12816
12817 * progmodes/gdb-ui.el (gdb-ready): ...to here.
12818 (gdb-early-user-input): New variable.
12819 (gdb): Reset gdb-flush-pending-output to nil and set
12820 comint-input-sender here (before gdb-prompt), instead of...
12821 (gdb-init-1): ...here.
12822 (gdb-send): If Emacs is not ready, defer user input to...
12823 (gdb-prompt): ...here.
12824
12825 2008-02-16 Glenn Morris <rgm@gnu.org>
12826
12827 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
12828
12829 * startup.el (emacs-startup-time): Rename to `before-init-time'.
12830 (before-init-time): New name for `emacs-startup-time'.
12831 (command-line): Use before-init-time rather than emacs-startup-time.
12832 * time.el (emacs-uptime): Use before-init-time rather than
12833 emacs-startup-time.
12834
12835 * composite.el (composition-function-table): Doc fix.
12836
12837 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
12838 in favor of `%z' specifier.
12839 (emacs-uptime): Move to time.el.
12840 * time.el (emacs-uptime): Move here from time-date.el. Add optional
12841 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
12842 argument of format-seconds.
12843
12844 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
12845
12846 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
12847
12848 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
12849
12850 * ielm.el (ielm-is-whitespace): Remove.
12851 (ielm-is-whitespace-or-comment): New function.
12852 (ielm-eval-input): Use it.
12853
12854 2008-02-15 Jason Rumney <jasonr@gnu.org>
12855
12856 * term/mac-win.el: Fix coding tag.
12857
12858 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12859
12860 * vc-hooks.el (vc-menu-map):
12861 * bindings.el (mode-line-mode-menu): Add tooltips.
12862
12863 * bindings.el (help-echo): Add more tooltips. Use a less
12864 telegraphic style for existing tooltips.
12865
12866 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
12869 from the auto-generated one.
12870
12871 2008-02-14 Glenn Morris <rgm@gnu.org>
12872
12873 * mail/rmail-spam-filter.el (rmail-spam-filter):
12874 Let-bind message-spam-status.
12875
12876 * mail/smtpmail.el (password-cache-add): Declare as function.
12877
12878 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
12879
12880 * mail/smtpmail.el: Use password-cache.
12881
12882 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
12883
12884 * uniquify.el (uniquify-buffer-base-name): New function.
12885 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12886
12887 * desktop.el (uniquify-managed): Don't defvar.
12888 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
12889 `uniquify-managed'. Return also the buffer's base name.
12890 (desktop-save): When saving the buffer info, filter out the base name,
12891 and save it as buffer name if the buffer is managed by uniquify.
12892 (uniquify-item-base): Don't declare; not called anymore.
12893
12894 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
12895
12896 * vc.el (vc-annotate-find-revision-at-line): New function.
12897 (vc-annotate-mode-map): Bind it.
12898 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
12899 some entries.
12900
12901 2008-02-14 Glenn Morris <rgm@gnu.org>
12902
12903 * calendar/time-date.el (format-seconds): New function.
12904 (emacs-uptime): Use format-seconds.
12905
12906 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12907 Remove `LC_ALL=C', since it's included in $(emacs) now.
12908
12909 2008-02-14 Zhang Wei <id.brep@gmail.com>
12910
12911 * textmodes/org-publish.el (org-publish-timestamp-filename):
12912 Replace colon characters in filename too.
12913
12914 2008-02-13 Bastien Guerry <bzg@altern.org>
12915
12916 * mail/rmail.el (rmail-header-name): New face.
12917 (rmail-font-lock-keywords): Use rmail-header-name.
12918
12919 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
12920 against X-Spam-Status header field.
12921 (rmail-spam-filter): Also check X-Spam-Status header field.
12922
12923 2008-02-14 Mark A. Hershberger <mah@everybody.org>
12924
12925 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12926 Add support for .pm files and .php files.
12927 (flymake-err-line-patterns): Add pattern for PHP errors.
12928 (flymake-php-init): New function. PHP support for flymake.
12929
12930 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12931 Add regular expression for PHP errors.
12932
12933 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
12934
12935 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
12936 This DTRT even on w32 machines.
12937 (ange-ftp-cf1): Quote FILENAME.
12938
12939 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
12942 (smerge-auto-combine): New fun.
12943
12944 2008-02-12 Juri Linkov <juri@jurta.org>
12945
12946 * startup.el (fancy-startup-screen, normal-splash-screen):
12947 Set default-directory to command-line-default-directory.
12948
12949 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
12950 after reading the desktop.
12951
12952 * progmodes/compile.el (compilation-auto-jump):
12953 Call compile-goto-error only when compilation-auto-jump-to-first-error
12954 is non-nil.
12955 (compilation-scroll-output): Replace :type 'boolean with a choice
12956 that has three options including a third option `first-error'.
12957 Doc fix.
12958 (compilation-start, compilation-forget-errors): Add an alternate
12959 condition comparing compilation-scroll-output with `first-error'
12960 in addition to compilation-auto-jump-to-first-error (to call
12961 compilation-auto-jump in the proper place).
12962
12963 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12964
12965 * international/mule.el (sgml-html-meta-auto-coding-function):
12966 Make sure the search limit is ahead.
12967
12968 * tar-mode.el: Fix broken indentation.
12969 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
12970 Use with-current-buffer.
12971
12972 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
12973
12974 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
12975 it is already automatically buffer-local.
12976
12977 2008-02-12 Drew Adams <drew.adams@oracle.com>
12978
12979 * help.el (describe-key): Join some split lines to facilitate filling.
12980 * help-fns.el (describe-function-1): Fill text of overlong lines.
12981
12982 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
12983
12984 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
12985 Use unibyte-string instead of string-make-unibyte.
12986
12987 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
12988
12989 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
12992 works also for buffers w/o buffer-file-name. Update callers.
12993 (doc-view-clone-buffer-hook): New fun.
12994 (doc-view-mode): Use it for indirect clones. Mark the overlays with
12995 the `doc-view' property so they can be recognized.
12996
12997 * simple.el (clone-indirect-buffer-hook): New hook.
12998 (clone-indirect-buffer): Run it.
12999
13000 2008-02-11 Michael Olson <mwolson@gnu.org>
13001
13002 * epa-setup.el:
13003 * epg-package-info.el: Files removed.
13004
13005 2008-02-11 Daiki Ueno <ueno@unixuser.org>
13006
13007 * epa.el (epa-menu-mode): Merge into epa-mode.
13008 (epa-menu-items): Rename the label "EasyPG Assistant" to
13009 "Encryption/Decryption".
13010
13011 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
13012 (epa-dired-mode-map): Rename from epa-dired-map.
13013 (epa-global-dired-mode): Rename the global minor mode.
13014
13015 2008-02-11 Drew Adams <drew.adams@oracle.com>
13016
13017 * isearch.el (isearch-fail): New face.
13018 (isearch-message): Highlight failure part of input.
13019
13020 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13021
13022 * ibuffer.el (ibuffer-header-line-format): New var.
13023 (ibuffer-mode): Set it instead of header-line-format.
13024 (ibuffer-update): Use it to set header-line-format.
13025
13026 * international/mule-cmds.el (ucs-insert): Inherit surrounding
13027 properties like self-insert-command.
13028
13029 2008-02-11 Drew Adams <drew.adams@oracle.com>
13030
13031 * progmodes/etags.el: Add many doc strings.
13032
13033 2008-02-11 Jason Rumney <jasonr@gnu.org>
13034
13035 * ldefs-boot.el: Regenerated.
13036
13037 2008-02-11 Glenn Morris <rgm@gnu.org>
13038
13039 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13040 Shorten some names.
13041
13042 * ffap.el (ffap-rfc-directories): Add :version.
13043
13044 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
13045
13046 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
13047 files, and backup files of same.
13048
13049 2008-02-11 Kevin Ryde <user42@zip.com.au>
13050
13051 * ffap.el (ffap-rfc-directories): New variable.
13052 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
13053
13054 * info.el (Info-next-reference, Info-prev-reference)
13055 (Info-try-follow-nearest-node): Move to and follow https:// links too.
13056
13057 * simple.el (completion-list-mode): Show full completion-list-mode-map
13058 in the docstring.
13059
13060 2008-02-11 Sam Steingold <sds@gnu.org>
13061
13062 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
13063
13064 2008-02-11 Glenn Morris <rgm@gnu.org>
13065
13066 * startup.el (emacs-startup-time): New variable.
13067 (command-line): Set emacs-startup-time.
13068
13069 * calendar/time-date.el (emacs-uptime): New function.
13070
13071 2008-02-10 Bastien Guerry <bzg@altern.org>
13072
13073 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
13074 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
13075 it is nil.
13076
13077 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13078
13079 * epg-config.el: Expand the contents of epg-package-info.el.
13080 (epg-package-name): New constant.
13081 (epg-version-number): New constant.
13082 (epg-bug-report-address): New constant.
13083
13084 * epa-mail.el (epa-mail-mode): Add autoload cookie.
13085 (epa-global-mail-mode): New global minor mode.
13086
13087 * epa-file.el (epa-file-mode): New global minor mode.
13088
13089 * epa-dired.el (epa-dired-mode): New global minor mode.
13090
13091 * epa.el (epa-menu): New variable.
13092 (epa-menu-items): New variable.
13093 (epa-menu-mode): New global minor mode.
13094 (epa-global-minor-modes): New user option.
13095 (epa-mode): New global minor mode.
13096
13097 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
13098
13099 * net/dbus.el: Remove `no-byte-compile' cookie.
13100 (dbus-call-method, dbus-register-signal, dbus-debug)
13101 (dbus-registered-functions-table): Declare them with
13102 `declare-function' or `defvar', respectively.
13103 (top): Don't assert any longer. Require 'cl when compiling.
13104 Apply `ignore-errors' but `dbus-ignore-errors'.
13105
13106 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13107
13108 * diff-mode.el (diff-add-change-log-entries-other-window):
13109 Use add-change-log-entry.
13110
13111 2008-02-09 Jason Rumney <jasonr@gnu.org>
13112
13113 * button.el (button-map):
13114 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
13115 * ldefs-boot.el: Regenerate.
13116
13117 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13118
13119 * epa.el (epa-faces, epa):
13120 * epa-file.el (epa-file):
13121 * epg-config.el (epg): Add :version.
13122
13123 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
13124
13125 * vc.el (vc-exec-after): Append CODE to previous fragments.
13126 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
13127 take MESSAGES instead of VERBOSE; use it when non-nil.
13128 (vc-diff-internal): Compute messages once; use them;
13129 update call to vc-diff-finish.
13130
13131 2008-02-09 Michael Olson <mwolson@gnu.org>
13132
13133 * net/tramp.el (tramp-process-sentinel): Avoid error when process
13134 buffer has been killed, such as by
13135 `tramp-cleanup-all-connections'.
13136
13137 2008-02-09 Miles Bader <miles@gnu.org>
13138
13139 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
13140
13141 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13142
13143 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
13144 splitter in context hunks.
13145
13146 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
13147
13148 * international/fontset.el (setup-default-fontset): Fix arabic otf
13149 font specification.
13150
13151 2008-02-08 Daiki Ueno <ueno@unixuser.org>
13152
13153 * epa-dired.el:
13154 * epa-file.el:
13155 * epa-mail.el:
13156 * epa-setup.el:
13157 * epa.el:
13158 * epg-config.el:
13159 * epg-package-info.el:
13160 * epg.el: Initial check-in of EasyPG.
13161
13162 2008-02-08 Glenn Morris <rgm@gnu.org>
13163
13164 * woman.el (woman-locale): New defcustom.
13165 (woman-expand-locale, woman-manpath-add-locales): New functions.
13166 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
13167
13168 * international/mule-cmds.el (locale-translate): New function,
13169 with old code extracted from set-locale-environment.
13170 (set-locale-environment): Use locale-translate. Set woman-locale.
13171
13172 * cus-start.el (selection-coding-system): Remove, since it's now
13173 defined in select.el rather than in xselect.c.
13174 * select.el (selection-coding-system): Make it a defcustom, and
13175 add the properties from cus-start.el. Bump :version.
13176
13177 * custom.el (custom-theme-set-variables): Sort symbols that are
13178 dependencies before symbols that depend on them.
13179 (custom-enabled-themes): Set after custom-theme-directory.
13180
13181 * pcmpl-unix.el (top-level): Move provide statement to end.
13182 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
13183 `*' from doc-string. Allow to be nil.
13184 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
13185 Allow to be nil. Add :version.
13186 (pcmpl-ssh-hosts): Move definition before use. Handle lines
13187 without hostnames, and multiple hostnames per line.
13188
13189 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
13190
13191 2008-02-08 Phil Hagelberg <phil@evri.com>
13192
13193 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
13194 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
13195
13196 2008-02-07 Timo Savola <timo.savola@iki.fi>
13197
13198 * startup.el (command-line-x-option-alist): Add --parent-id.
13199
13200 * term/x-win.el (x-handle-parent-id): New function.
13201
13202 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13203
13204 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
13205 "Font Menu".
13206
13207 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
13208
13209 * net/dbus.el (dbus-interface-peer): New defconst.
13210 (dbus-ping): New defun.
13211
13212 2008-02-06 Sam Steingold <sds@gnu.org>
13213
13214 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
13215
13216 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13217
13218 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
13219 Just return nil and let the C code provide a fallback.
13220
13221 2008-02-05 Glenn Morris <rgm@gnu.org>
13222
13223 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
13224 tramp-flush-connection-property for removed 2nd argument.
13225
13226 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13227
13228 * diff-mode.el (diff-add-change-log-entries-other-window):
13229 Rename from diff-create-changelog. Change users.
13230 Minor change to hopefully work with plain diffs.
13231 (diff-mode-map): Add binding for it.
13232
13233 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
13234
13235 * diff-mode.el: Add new TODO entry.
13236 (diff-create-changelog): New function.
13237 (diff-mode-menu): Bind it.
13238
13239 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13240
13241 * international/mule-diag.el (print-fontset-element): Handle the
13242 case of inhibiting the fallback fonts.
13243
13244 2008-02-04 Kim F. Storm <storm@cua.dk>
13245
13246 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13247 (ido-magic-delete-char): Use prefix arg.
13248
13249 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
13250
13251 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
13252 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
13253 of today, the most recent libpng is 1.2.24).
13254
13255 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
13256
13257 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
13258
13259 * net/dbus.el (top): Check (featurep 'dbusbind).
13260
13261 * net/tramp.el (tramp-process-sentinel): New defun.
13262 (tramp-do-copy-or-rename-file-out-of-band)
13263 (tramp-maybe-open-connection): Use it as process sentinel.
13264 (tramp-handle-delete-directory): Don't use the "-f" option; it
13265 isn't portable.
13266 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
13267 after the command.
13268 (tramp-handle-shell-command): Set `mode-line-process' in the
13269 asynchronous case.
13270
13271 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
13272
13273 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13274 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13275 Use `tramp-process-sentinel' as process sentinel.
13276
13277 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
13278
13279 * whitespace.el (global-whitespace-mode): Revert last change.
13280 (whitespace-unload-function): Force `global-whitespace-mode'
13281 to deactivate local modes in a slightly less intrusive way.
13282
13283 2008-02-02 Eli Zaretskii <eliz@gnu.org>
13284
13285 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
13286
13287 2008-02-02 Glenn Morris <rgm@gnu.org>
13288
13289 * international/latin1-disp.el (latin1-display):
13290 * progmodes/fortran.el (fortran-comment-indent-char):
13291 * progmodes/idlw-shell.el (top-level):
13292 * term/mac-win.el (mac-keyboard-translate-char):
13293 * whitespace.el (whitespace-char-valid-p):
13294 * wid-edit.el (widget-key-sequence-read-event):
13295 Use characterp rather than char-valid-p.
13296
13297 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
13298 to capitalized-find-word-boundary. Doc fix. Update callers.
13299 (capitalized-next-word-boundary-function-table): Rename to
13300 capitalized-find-word-boundary-function-table. Doc fix. Update users.
13301
13302 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
13303 string-to-int.
13304
13305 * ps-def.el (declare-function): Add compatibility definition.
13306 (ps-plot-with-face, ps-plot-string): Declare as functions.
13307 (ps-bold-faces, ps-italic-faces): Declare variables.
13308
13309 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
13310 (ps-mule-end-job): Declare as functions.
13311
13312 * wid-edit.el (widget-string-complete): Use assoc-string rather
13313 than assoc-ignore-case.
13314
13315 See ChangeLog.13 for earlier changes.
13316
13317 ;; Local Variables:
13318 ;; coding: utf-8
13319 ;; add-log-time-zone-rule: t
13320 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
13321 ;; End:
13322
13323 Copyright (C) 2008 Free Software Foundation, Inc.
13324
13325 This file is part of GNU Emacs.
13326
13327 GNU Emacs is free software: you can redistribute it and/or modify
13328 it under the terms of the GNU General Public License as published by
13329 the Free Software Foundation, either version 3 of the License, or
13330 (at your option) any later version.
13331
13332 GNU Emacs is distributed in the hope that it will be useful,
13333 but WITHOUT ANY WARRANTY; without even the implied warranty of
13334 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13335 GNU General Public License for more details.
13336
13337 You should have received a copy of the GNU General Public License
13338 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13339
13340 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc