]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
281d334416d898749cc7695f02dd7c5d95ed4d8d
[gnu-emacs] / lisp / ChangeLog
1 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
2
3 * ido.el (ido-file-internal): Fix typo in prompt.
4 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
5 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
7 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
8 Fix typos in docstrings.
9
10 2008-09-08 Martin Rudalics <rudalics@gmx.at>
11
12 * help-fns.el (describe-function-1): Don't print extra newline
13 after filling.
14
15 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
16
17 * help-fns.el (find-lisp-object-file-name): Handle case where
18 library is compressed.
19
20 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
21
22 * complete.el (PC-do-completion): Don't replace buffer
23 contents (bug#227).
24
25 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
26
27 * loadhist.el (unload-feature-special-hooks):
28 Add `choose-completion-string-functions'.
29
30 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
31
32 * vc-svn.el (vc-svn-root):
33 * vc-sccs.el (vc-sccs-root):
34 * vc-rcs.el (vc-rcs-root):
35 * vc-cvs.el (vc-cvs-root): Delete.
36 * vc-hooks.el (vc-find-root): Remove `invert' argument.
37
38 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
39
40 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
41 errors occurring in different files.
42
43 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
44
45 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
46 (vc-bzr-status-printer): New function.
47 (vc-bzr-after-dir-status): Deal with renamed files.
48
49 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
50
51 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
52 buffer's filename.
53
54 2008-09-07 Martin Rudalics <rudalics@gmx.at>
55
56 * subr.el (cancel-change-group): Widen buffer temporarily when
57 undoing changes. (Bug#810)
58
59 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
60
61 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
62 with gud-stop-subjob rather than exit debugger.
63
64 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
65
66 * proced.el: Require time-date.
67 (proced-command-alist, proced-command, proced-goal-header-re)
68 (proced-sorting-schemes-alist, proced-sorting-scheme)
69 (proced-header-alist, proced-sorting-schemes-re)
70 (proced-skip-regexp, proced-next-line, proced-previous-line)
71 (proced-listing-type, proced-sorting-scheme-p): Remove.
72 (proced-grammar-alist, proced-custom-attributes)
73 (proced-format-alist, proced-format, proced-filter-alist)
74 (proced-filter, proced-sort, proced-goal-attribute)
75 (proced-timer-interval, proced-timer-flag, proced-timer)
76 (proced-process-alist, proced-sort-internal, proced-process-tree)
77 (proced-header-help-echo, proced-field-help-echo): New variables.
78 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
79 (proced-omit-process, proced-filter, proced-process-tree)
80 (proced-filter-children, proced-children-pids)
81 (proced-filter-parents, proced-<, proced-string-lessp)
82 (proced-time-lessp, proced-xor, proced-sort-p)
83 (proced-format-time, proced-format-start, proced-format-ttname)
84 (proced-format, proced-process-attributes): New functions.
85 (proced-toggle-timer-flag, proced-mark-children)
86 (proced-mark-parents, proced-filter-interactive)
87 (proced-filter-attribute, proced-sort-interactive)
88 (proced-sort-header, proced-format-interactive): New commands.
89 (proced-move-to-goal-column): Use goal-column.
90 (proced-mode): Use proced-timer.
91 (proced-do-mark-all): Display process count. Use use-region-p.
92 Simplify.
93 (proced-omit-processes): Use use-region-p.
94 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
95 (proced-sort-start, proced-sort-time, proced-sort-user):
96 Use proced-sort-interactive.
97 (proced-sort): Make it a function that performs the actual sort.
98 (proced-update): New arg revert. Use proced-process-alist,
99 proced-filter, proced-sort, proced-format, and
100 proced-grammar-alist. Preserve position of point based on fields.
101 Make header line and fields clickable.
102 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
103 (proced-why): Use save-selected-window.
104 (proced-log): Use buffer-read-only.
105
106 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
107
108 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
109
110 2008-09-06 Glenn Morris <rgm@gnu.org>
111
112 * add-log.el (diff-find-source-location): Declare.
113 (find-change-log): If called from a diff buffer, try to switch to the
114 source buffer (e.g. to respect change-log-default-name there).
115
116 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
117 unallowed characters; added 2006-10-10 without comment. (Bug#753)
118
119 * Makefile.in (ELCFILES): Update.
120
121 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
122
123 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
124 user enters a mouse event in another frame, or a special event.
125
126 * server.el (server-switch-buffer): New arg.
127 (server-execute): If reusing an existing window, set file position
128 if required.
129
130 2008-09-06 Kenichi Handa <handa@m17n.org>
131
132 * language/lao.el: Fix setting of composition-function-table.
133
134 2008-09-06 Eli Zaretskii <eliz@gnu.org>
135
136 * term/pc-win.el (msdos-show-help): Don't truncate lines while
137 displaying help echo messages.
138
139 2008-09-06 Martin Rudalics <rudalics@gmx.at>
140
141 * subr.el (symbol-file): Fix doc-string.
142
143 2008-09-06 Glenn Morris <rgm@gnu.org>
144
145 * help-mode.el (help-xref-forward-stack): Doc fix.
146
147 * add-log.el (change-log-default-name): Autoload safety.
148
149 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
150
151 * verilog-mode.el (verilog-library-extensions): Enable .sv
152 filename extensions to call verilog-mode.
153 (verilog-auto, verilog-auto-inst, verilog-faq)
154 (verilog-submit-bug-report): Update author support URLs.
155 (verilog-delete-auto, verilog-auto-inout-module)
156 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
157 creating complemented testbench modules. Suggested by Yishay Belkind.
158 (verilog-auto-inst-port, verilog-simplify-range-expression):
159 When verilog-auto-inst-param-value is set, don't require a
160 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
161 Yishay Belkind.
162 (verilog-auto-inst-param-value): Add safe variable.
163 (verilog-re-search-forward, verilog-re-search-backward):
164 Fix returning wrong search results on Emacs 22.1.
165 (verilog-modi-cache-results, verilog-auto): Fix warning message
166 about "toggling font-lock-mode."
167 (verilog-auto): Fix losing font-lock on errors.
168 (verilog-auto-inst-param-value, verilog-mode-version)
169 (verilog-mode-version-date, verilog-read-inst-param-value)
170 (verilog-auto-inst, verilog-auto-inst-param)
171 (verilog-auto-inst-port, verilog-simplify-range-expression):
172 Allow parameters to be replaced with their values, on the expansion of
173 an AUTOINST with Verilog 2001 style parameter settings.
174 Suggested by David Rogoff.
175
176 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
177
178 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
179 Better support for the property statement. Sometimes this keyword
180 introduces a statement which requires an endproperty keyword, and
181 sometimes it doesn't, dependening on the work before the property
182 word. If property is prefixed with assert, assume or cover
183 keyword, then the statement is ended with a ';'. Otherwise,
184 property is like task or specify, and is followed by some number
185 of statements, which are ended with an endproperty keyword.
186 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
187 in a highlighted region: indent each line in region according to
188 mode. Supply this so it works in XEmacs and older Emacs.
189
190 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
191
192 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
193 Don't clean up a buffer when killing it.
194
195 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
196
197 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
198 buffers (bug#360). New version 11.2.1.
199 (whitespace-action): New value `warn-read-only' to give a warning when
200 buffer is read-only and whitespace action is cleanup or auto-cleanup.
201 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
202 (whitespace-warn-read-only): New fun.
203
204 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
205
206 * international/quail.el: Require help-mode.
207 (quail-help-init): Function removed.
208 (quail-keyboard-layout-button, quail-keyboard-customize-button):
209 Define directly.
210
211 * dired.el (dired-get-filename): Rewrite octal escape character
212 processor (bug#885).
213
214 2008-09-05 Eli Zaretskii <eliz@gnu.org>
215
216 * cus-edit.el (custom-button-pressed): Default to inverse-video.
217
218 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
219 not just for terminal-frame.
220
221 2008-09-05 Martin Rudalics <rudalics@gmx.at>
222
223 * window.el (window--try-to-split-window): Don't split when window
224 is not splittable in last disjunct. (Bug#888)
225
226 2008-09-05 Kenichi Handa <handa@m17n.org>
227
228 * language/tibetan.el: Fix setting of composition-function-table.
229
230 * composite.el (find-composition): Mention about the automatic
231 composition in the docstring.
232
233 * descr-text.el (describe-char): Fix handling of automatic composition.
234
235 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
236
237 * net/tramp-cache.el (tramp-flush-file-function): Fix typo in docstring.
238 (tramp-parse-connection-properties): Reflow docstring.
239
240 2008-09-04 Kim F. Storm <storm@cua.dk>
241
242 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
243 and other-frame methods when switching between file and buffer modes.
244
245 2008-09-04 Martin Rudalics <rudalics@gmx.at>
246
247 * info.el (Info-dir-remove-duplicates): Narrow buffer when
248 removing duplicate entries under same heading. Don't skip char
249 matching anything but a space or tab at bol. (Bug#864)
250
251 2008-09-03 Alan Mackenzie <acm@muc.de>
252
253 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
254
255 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
256
257 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
258 (completion-pcm--all-completions): Move the case-fold-search binding to
259 it also applies to completion-regexp-list (used in all-completions).
260 (completion-pcm--hilit-commonality): Add missing case-fold-search.
261
262 2008-09-03 Martin Rudalics <rudalics@gmx.at>
263
264 * window.el (pop-up-frame-function): Move ...
265 * frame.el (pop-up-frame-function): ... here, to avoid
266 "CHANGED outside Customize;".
267
268 2008-09-03 Glenn Morris <rgm@gnu.org>
269
270 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
271
272 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
273
274 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
275 non-alphabetical characters properly.
276
277 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
278
279 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
280
281 2008-09-02 Martin Rudalics <rudalics@gmx.at>
282
283 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
284 control-prefixed keys. (Bug#835)
285
286 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
287
288 * image-mode.el (image-mode): Fix 2008-07-19 change.
289
290 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
291
292 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
293
294 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
295
296 2008-09-02 Glenn Morris <rgm@gnu.org>
297
298 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
299
300 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
301
302 2008-09-01 Glenn Morris <rgm@gnu.org>
303
304 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
305 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
306 and fix name typos. (Bug#856)
307
308 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
309
310 * minibuffer.el (completion-pcm--pattern->regex): When
311 completion-ignore-case is non-nil, generate a regexp that ignores
312 case.
313
314 * window.el (recenter-top-bottom): Doc fix.
315
316 2008-09-01 Simon South <ssouth@member.fsf.org>
317
318 * progmodes/delphi.el: New maintainer.
319 (delphi-interface-types): New var.
320 (delphi-composite-types): Use it.
321 (delphi-enclosing-indent-of): Distinguish between "interface"
322 keyword as a unit separator and used like a class declaration.
323
324 2008-09-01 Martin Rudalics <rudalics@gmx.at>
325
326 * help-fns.el (describe-simplify-lib-file-name)
327 (find-source-lisp-file): Removed.
328 (find-lisp-object-file-name): New function giving preference to
329 files found via load-path instead of loaddefs.el.
330 (describe-function-1): Use new function instead of the removed
331 ones. (Bugs #587, #669, #690)
332 * faces.el (describe-face): Use find-lisp-object-file-name instead
333 of describe-simplify-lib-file-name.
334
335 2008-09-01 Kenichi Handa <handa@m17n.org>
336
337 * international/mule-diag.el (font-show-log): Fix previous change.
338
339 * international/mule-cmds.el (set-language-environment): Don't
340 overwrite current-iso639-language if the current language
341 environment doesn't provide that data.
342 (set-locale-environment): Set current-iso639-language from the
343 locale name.
344
345 * international/fontset.el (script-representative-chars): Re-add
346 the entry for symbol, but with vector of characters.
347 (setup-default-fontset): Cancel previous change.
348
349 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
350
351 * ido.el: Move provide statement to the end of the file.
352
353 2008-08-30 Markus Triska <markus.triska@gmx.at>
354
355 * linum.el (linum-mode): `window-size-change-functions' can now be
356 buffer-local.
357 (linum-update-window): Use result of `move-overlay'.
358
359 2008-08-30 Glenn Morris <rgm@gnu.org>
360
361 * subr.el (make-variable-frame-local): Tweak obsolescence message.
362
363 * info.el (Info-hide-note-references, Info-refill-paragraphs):
364 Doc fixes.
365
366 * apropos.el (apropos-command): Report documentation errors.
367 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
368
369 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
370
371 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
372 string.
373
374 2008-08-29 Eli Zaretskii <eliz@gnu.org>
375
376 * bindings.el (mode-line-frame-identification): Fix last change.
377
378 2008-08-29 Kenichi Handa <handa@m17n.org>
379
380 These changes are to adjust the automatic composition for the new
381 implementation (avoid using text property).
382
383 * composite.el (composition-function-table): Declaration moved to
384 composite.c.
385 (terminal-composition-base-character-p): Delete it.
386 (terminal-composition-function): Delete it.
387 (terminal-composition-function-table): Delete it.
388 (lgstring-header, lgstring-set-header, lgstring-font)
389 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
390 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
391 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
392 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
393 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
394 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
395 (compose-glyph-string, compose-glyph-string-relative)
396 (compose-gstring-for-graphic, compose-gstring-for-terminal):
397 New functions.
398 (auto-compose-chars): Argument changed.
399
400 * language/european.el: Don't setup composition-function-table.
401 (diacritic-composition-pattern, diacritic-compose-region)
402 (diacritic-compose-string, diacritic-compose-buffer)
403 (diacritic-composition-function): Delete them.
404
405 * language/lao-util.el (lao-composition-function): Argument changed.
406
407 * language/sinhala.el: Fix setting up of composition-function-table.
408
409 * language/thai.el: Fix setting up of composition-function-table.
410
411 * language/thai-util.el: Encoding changed to utf-8.
412 (thai-composition-function): Argument changed.
413
414 * language/indian.el: Fix setting up of composition-function-table.
415 (devanagari-composable-pattern)
416 (tamil-composable-pattern, kannada-composable-pattern)
417 (malayalam-composable-pattern): New variables.
418
419 * international/characters.el (unicode-category-table): Setup
420 unicode-category-table.
421
422 * international/fontset.el (setup-default-fontset): Prepend
423 iso10646-1 fonts to the fallback font groups instead of appending.
424
425 2008-08-29 Glenn Morris <rgm@gnu.org>
426
427 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
428
429 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
430
431 * term/x-win.el (x-win-suspend-error): Don't signal error if there
432 are no X frames active.
433
434 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
435
436 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
437 `ignore-errors' (the function must succeed always).
438
439 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
440
441 * json.el (json-read-number): New arg. Handle explicitly signed
442 numbers.
443 (json-readtable): Add `+' and `.'.
444
445 2008-08-28 Eli Zaretskii <eliz@gnu.org>
446
447 * term/pc-win.el (msdos-previous-message): New variable.
448 (msdos-show-help): New function.
449 (msdos-initialize-window-system): Set show-help-function to
450 msdos-show-help.
451
452 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
453
454 * emacs-lisp/debug.el (debug): When killing a noninteractive
455 Emacs, give an exit status of -1.
456
457 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
458
459 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
460
461 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
462
463 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
464 not the same as the last modification time, fall back on the
465 backend-specific check.
466
467 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
468
469 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
470 to go to the position of interest.
471
472 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
473
474 * textmodes/artist.el (artist-mode-init): Added comment on the
475 setting up of the `artist-replacement-table' array.
476 (artist-get-replacement-char): New defsubst.
477 (artist-get-char-at-xy-conv, artist-replace-char)
478 (artist-replace-chars, artist-replace-string): Use it instead of
479 accessing `artist-replacement-table' directly.
480 Reported by Rubén Berenguel <ruben@maia.ub.es>.
481
482 (artist-mt): Fixed structures for cut and copy operations.
483
484 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
485
486 * shell.el (shell-file-name-quote-list): Quote `$'.
487
488 * comint.el (comint-dynamic-complete-as-filename): Generalize last
489 change to allow quoting of characters before point.
490 (comint-dynamic-list-filename-completions): Quote common substring.
491
492 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
493
494 * comint.el (comint-dynamic-complete-as-filename): If case is
495 ignored while matching, replace the entire filename with completion.
496
497 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
498 flyspell-pre-point is valid to avoid signalling an error in
499 post-command-hook.
500
501 2008-08-26 Johan Bockgård <bojohan@gnu.org>
502
503 * linum.el (linum): Inherit remaining face attributes from default
504 face.
505
506 2008-08-26 Markus Triska <markus.triska@gmx.at>
507
508 * linum.el (linum-delay): Disable - it should no longer be
509 necessary, and can lead to longer delays.
510 (linum-update-window): Renumber if margin width has changed.
511
512 2008-08-26 Daiki Ueno <ueno@unixuser.org>
513
514 * epa.el (epa--key-widget-action): Save the selected window to
515 make `widget-button-click-moves-point' work. (Bug#733).
516
517 2008-08-26 Glenn Morris <rgm@gnu.org>
518
519 * calendar/holidays.el (calendar-holidays): Doc fix.
520
521 * progmodes/gud.el (tramp-file-name-localname)
522 (tramp-dissect-file-name): Declare.
523
524 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
525
526 2008-08-25 Eli Zaretskii <eliz@gnu.org>
527
528 * bindings.el (mode-line-frame-control): New function, caters to
529 `pc' ``window system''.
530 (mode-line-frame-identification): Use it instead of accessing
531 window-system directly.
532
533 2008-08-25 Juri Linkov <juri@jurta.org>
534
535 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
536 `center-line' and "\eS" from `center-paragraph'.
537 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
538 `center-paragraph'.
539
540 2008-08-25 Ulf Jasper <ulf@web.de>
541
542 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
543 (newsticker-treeview-treewindow-width): New.
544 (newsticker-treeview-listwindow-height): New.
545 (newsticker-treeview-browse-url-item): New.
546 (newsticker-treeview-mode-map): Added
547 newsticker-treeview-browse-url-item.
548 (newsticker--treeview-window-init): Use
549 newsticker-treeview-treewindow-width and
550 newsticker-treeview-listwindow-height.
551
552 * net/newst-reader.el (newsticker-browse-url-item): New.
553
554 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
555
556 * vc-dir.el (vc-dir-marked-only-files-and-states):
557 (vc-dir-child-files-and-states): Reverse the list before returning it.
558
559 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
560
561 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
562
563 2008-08-24 Romain Francoise <romain@orebokech.com>
564
565 * progmodes/python.el (run-python): Remove '' from sys.path.
566
567 2008-08-23 Glenn Morris <rgm@gnu.org>
568
569 * progmodes/fortran.el (fortran-tab-mode-string)
570 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
571
572 2008-08-23 Eli Zaretskii <eliz@gnu.org>
573
574 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
575 Add declare-function.
576
577 * startup.el (command-line): Don't call tty-register-default-colors
578 if initial-window-system is `pc'.
579
580 * term/internal.el (local-function-key-map): Fix unbalanced parens.
581 (msdos-key-remapping-map): New variable. Move here all the special
582 keys we will be remapping via local-function-key-map.
583 (msdos-setup-keyboard): New function.
584
585 * term/pc-win.el (msdos-create-frame-with-faces): Renamed from
586 make-msdos-frame.
587 (terminal-init-internal): New function, errors out if called.
588 (msdos-initialize-window-system): New function.
589 (msdos-create-frame-with-faces): Set the terminal's
590 `terminal-initted' (sic!) parameter.
591 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
592 (window-system-initialization-alist):
593 Add msdos-initialize-window-system.
594 (handle-args-function-alist): Use tty-handle-args for `pc'
595 ``window system'' as well.
596 (pc-win): Provide.
597
598 * term/tty-colors.el (tty-register-default-colors): Remove bogus
599 code for using msdos-color-values.
600
601 * loadup.el [ms-dos]: Load term/pc-win.
602
603 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
604
605 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
606 directory name.
607
608 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
609
610 * progmodes/gud.el (gud-common-init): Use absolute file so that
611 perldb works with tramp (sudo).
612
613 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
614 match data in process filters.
615
616 2008-08-23 Martin Rudalics <rudalics@gmx.at>
617
618 * dired.el (dired-buffer-stale-p): Do not revert buffer that
619 can be written.
620
621 2008-08-23 Glenn Morris <rgm@gnu.org>
622
623 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
624 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
625
626 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
627
628 * subr.el (temp-buffer-show-hook): Doc fix.
629
630 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
631
632 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
633 and "INSIDE_EMACS=...". Reported by Tassilo Horn
634 <tassilo@member.fsf.org>.
635
636 * net/trampver.el: Update release number.
637
638 * net/xesam.el (xesam-minor-mode): New minor mode.
639 (xesam-highlight-buffer): Remove. Code moved to
640 `xesam-minor-mode'.
641 (xesam-refresh-entry): Use `xesam-minor-mode'.
642
643 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
644
645 * minibuffer.el (completion--try-word-completion): Disable
646 partial-completion when considering the addition of a space or
647 hyphen.
648
649 2008-08-21 John Paul Wallington <jpw@pobox.com>
650
651 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
652 filename of `tofile' doesn't contain any colons on Windows,
653 Cygwin, and MS-DOS systems.
654
655 2008-08-21 Daiki Ueno <ueno@unixuser.org>
656
657 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
658 (epg-context-set-progress-callback): Make sure the callback is a
659 cons of a function and a handback. Update all callers.
660
661 2008-08-20 David Reitter <david.reitter@gmail.com>
662
663 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
664 Patch applied by Adrian Robert.
665
666 2008-08-20 Kevin Ryde <user42@zip.com.au>
667
668 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
669 directive lines.
670
671 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
672
673 * net/xesam.el (xesam-highlight-string): Precise doc string.
674 (xesam-highlight-buffer): New defun.
675 (xesam-refresh-entry): Use it. Better check for sourceModified.
676
677 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
678
679 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
680 their names.
681
682 2008-08-19 Kenichi Handa <handa@m17n.org>
683
684 * language/european.el ("Esperanto"): Change the preferred
685 charsets to iso-8859-3.
686
687 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
688
689 * international/fontset.el (script-representative-chars):
690 Delete the entry for symbol.
691 (setup-default-fontset): For symbol characters, don't specify
692 :script property.
693
694 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
695
696 * minibuffer.el (completion-table-dynamic): Doc fix.
697
698 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
699 saved.
700
701 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
702
703 * emulation/edt.el (edt-default-emulation-setup): Share
704 global-buffers-menu-map with the emulated global map.
705
706 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
707
708 * term/ns-win.el (global): Uncomment "put backspace
709 ascii-character..." and friends, they are needed for tramp.
710
711 2008-08-18 Kenichi Handa <handa@m17n.org>
712
713 * international/mule-diag.el (font-show-log): Add optional arg N
714 to control the limit of font listing.
715
716 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
717
718 * window.el (recenter-top-bottom): Determine top and bottom
719 positions using scroll-margin instead of scroll-conservatively.
720
721 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
722
723 * proced.el (proced-send-signal): Use beginning-of-line.
724
725 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
726
727 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
728 (proced-mode-map): Add tooltips for menus. Use radio buttons for
729 listing types.
730 (proced-log-buffer): New variable.
731 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
732 region if transient-mark-mode is turned on and the region is active.
733 (proced-omit-processes): Renamed from proced-hide-processes to
734 avoid key clash with describe-mode (bound to h). Search for
735 marked processes starting from point-min.
736 (proced-header-space): Removed.
737 (proced-send-signal): Handle errors. Operate on current process
738 if no process is marked.
739 (proced-why): New command.
740 (proced-log, proced-log-summary): New functions.
741 (proced-help): Use proced-why.
742 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
743 (bibtex-autokey-year-title-separator): Fix doscstring.
744
745 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
746
747 * net/xesam.el (xesam-vendor, xesam-notify-function):
748 New local variables.
749 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
750 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
751 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
752 (xesam-new-search): Initialize `xesam-vendor'.
753
754 2008-08-15 Glenn Morris <rgm@gnu.org>
755
756 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
757 a pipeline.
758 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
759 unless at the end of the pipeline. (Bug#699).
760
761 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
762
763 * minibuffer.el (completion-boundaries): Doc fix.
764 (display-completion-list): Only default base-size to zero if
765 completing in the minibuffer.
766
767 * simple.el (completion-base-size): Doc fix.
768 (choose-completion): Try reselecting completion-reference-buffer.
769
770 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
771
772 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
773 also for remote directories.
774
775 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
776
777 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
778 since those precomputed values aren't used any more.
779 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
780
781 2008-08-14 Martin Rudalics <rudalics@gmx.at>
782
783 * help.el (with-help-window): Return last value in BODY.
784
785 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
786
787 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
788 notify function of the URL.
789 (xesam-new-search): Encode special characters in the query string.
790
791 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
792
793 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
794
795 2008-08-13 Andreas Schwab <schwab@suse.de>
796
797 * net/tramp.el (tramp-handle-shell-command): Handle output going
798 to current buffer like shell-command. Don't disable undo.
799
800 2008-08-13 Glenn Morris <rgm@gnu.org>
801
802 * eshell/esh-cmd.el (eshell/which): Handle the case where no description
803 is found.
804
805 2008-08-12 Alan Mackenzie <acm@muc.de>
806
807 * progmodes/cc-defs.el (c-emacs-features):
808 argumentative-bod-function: bind mark-ring to avoid accumulating a
809 spurious mark.
810
811 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
812
813 * simple.el (visual-line--saved-state): New var.
814 (visual-line-mode): Save local values of variables, and restore
815 them when visual-line-mode is disabled.
816
817 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
818
819 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
820
821 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
822
823 * progmodes/cc-defs.el (c-emacs-features): Check
824 beginning-of-defun-raw instead of beginning-of-defun, and avoid
825 moving point during the test.
826
827 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
828
829 2008-08-11 Glenn Morris <rgm@gnu.org>
830
831 * term/ns-win.el (x-parse-geometry): Doc fix.
832
833 * dired.el (x-popup-menu):
834 * hi-lock.el (x-popup-menu):
835 * mouse.el (font-face-attributes):
836 * calendar/cal-menu.el (x-popup-menu):
837 * calendar/calendar.el (x-popup-menu):
838 * calendar/holidays.el (x-popup-menu):
839 * progmodes/cperl-mode.el (x-popup-menu):
840 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
841 (x-open-connection):
842 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
843 (x-command-line-resources):
844 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
845 (x-display-name, x-command-line-resources):
846 Add declarations for builds without X.
847
848 2008-08-10 Glenn Morris <rgm@gnu.org>
849
850 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
851
852 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
853
854 * vc-bzr.el (vc-bzr-find-revision): Rename from
855 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
856
857 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
858
859 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
860 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
861 "DONE", when all hits are retrieved.
862 (xesam-search): autoload it.
863
864 2008-08-11 John Paul Wallington <jpw@pobox.com>
865
866 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
867 empty string when no filename.
868 (define-ibuffer-column filename): Accomodate that change.
869
870 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
871 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
872
873 2008-08-10 Glenn Morris <rgm@gnu.org>
874
875 * Makefile.in (ELCFILES): Update.
876
877 2008-08-10 John Paul Wallington <jpw@pobox.com>
878
879 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
880
881 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
882
883 * battery.el (battery-echo-area-format, battery-status-function):
884 Handle new Linux sysfs format for battery reporting.
885 (battery-linux-sysfs): New function.
886
887 2008-08-07 Martin Rudalics <rudalics@gmx.at>
888
889 * add-log.el (change-log-search-tag-name)
890 (change-log-goto-source): Fix behavior when point is not on tag.
891
892 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
893
894 * startup.el (command-line-ns-option-alist): Use ignore instead of
895 ns-ignore-0-arg.
896
897 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
898 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
899 (ns-alternatives-map): New variable.
900 (x-set-up-function-keys): Use it.
901 (global): Comment out "put backspace ascii-character..." and friends.
902 Move function-key-map into ns-alternatives-map. Don't call
903 precompute-menubar-bindings. Don't set anything connected with
904 browse-url.
905 (after-make-frame-functions): Clarify comment why a hook is added.
906
907 2008-08-06 Joakim Verona <joakim@verona.se>
908
909 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
910 in url:s.
911
912 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
913
914 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
915 Fix 2008-01-01 change: use a shy group to not affect subsequent
916 match calls.
917
918 2008-08-06 Reto Zimmermann <reto@gnu.org>
919
920 * progmodes/vera-mode.el (vera-electric-tab):
921 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
922 region when active.
923
924 2008-08-06 Kenichi Handa <handa@m17n.org>
925
926 * faces.el (face-valid-attribute-values): Fix handling the value
927 of (font-family-list) and font-XXX-table.
928
929 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
930
931 * proced.el (proced-menu): Bind the correct function to for toggling.
932
933 * vc-dir.el (vc-dir-mode): Fix typo.
934
935 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
936
937 * whitespace.el (whitespace-newline-mode)
938 (global-whitespace-newline-mode, whitespace-mode)
939 (global-whitespace-mode): Improve docstring.
940
941 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
942
943 * kmacro.el (kmacro-exec-ring-item): Add autoload.
944
945 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
946
947 * cus-start.el (all): Handle auto-save-visited-file-name.
948
949 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
950
951 * files.el (hack-one-local-variable-eval-safep): Handle
952 lisp-indent-function and scheme-indent-function in addition to the
953 deprecated lisp-indent-hook.
954
955 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
956
957 * net/xesam.el (top): Require `wid-edit' always.
958 (xesam-mode-line, xesam-highlight): New deffaces.
959 (xesam-objects): New local variable.
960 (xesam-search-engines): Fix error in field list.
961 (xesam-mode): Use `xesam-mode-line' instead of
962 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
963 proper initialization (why?).
964 (xesam-highlight-string, xesam-get-hits)
965 (xesam-kill-buffer-function): New defuns.
966 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
967 result of "hit.fields", it isn't a string only. Wrap an error of
968 the strigi search engine ("xesam:size" is returned as string).
969 Highlight search items.
970 (xesam-refresh-search-buffer): Make logic of counters more simple.
971 Prefetch next hits.
972 (xesam-signal-handler): Use `xesam-mode-line' instead of
973 `font-lock-type-face'.
974 (xesam-new-search): Add `xesam-kill-buffer-function' to
975 `kill-buffer-hook'.
976
977 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
978
979 * add-log.el (change-log-next-error, change-log-mode): Add support
980 for `next-error' to call `change-log-goto-source' on named files
981 in a ChangeLog.
982
983 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
984
985 * calc/calc.el (math-read-number): Handle all C-like languages
986 properly.
987
988 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
989
990 * calc/calc.el (math-read-number): Handle C numbers beginning with
991 0 correctly.
992
993 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
994
995 * term/ns-win.el ([ns-new-frame]): New global key.
996
997 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
998
999 * international/mule-cmds.el (read-char-by-name):
1000 Check UCS names with `assoc-string' and case folding.
1001
1002 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
1003
1004 * net/dbus.el (dbus-call-method-asynchronously)
1005 (dbus-method-return-internal, dbus-method-error-internal):
1006 Declare them with `declare-function'.
1007
1008 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * descr-text.el (describe-char-display): Fix last change:
1011 don't pass CHARSET to `encoded-string-description'.
1012
1013 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
1014
1015 * vc.el (vc-next-action): Update list var correctly after delete.
1016
1017 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
1018
1019 * ido.el (ido-mode): Add toggle notification.
1020
1021 * cus-edit.el (custom-save-all): Avoid destroying symlink if
1022 already visiting the custom file.
1023
1024 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1025 pending output coming after the status change.
1026
1027 2008-08-02 Jason Rumney <jasonr@gnu.org>
1028
1029 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
1030
1031 2008-08-01 Kenichi Handa <handa@m17n.org>
1032
1033 * international/mule-cmds.el (encode-coding-char):
1034 New optional arg CHARSET.
1035
1036 * descr-text.el (describe-char-display): Call encode-coding-char
1037 with the arg CHARSET.
1038 (describe-char): Pay attention to the text-property `charset'.
1039
1040 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
1041
1042 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
1043 error messages.
1044 (dbus-set-property): Call `dbus-introspect-get-property' instead
1045 of `dbus-get-property'.
1046
1047 * net/xesam.el (xesam-all-fields): Remove source and content
1048 identifiers.
1049 (xesam-dbus-unique-names): New defvar.
1050 (xesam-dbus-call-method): New defun. Replace all calls of
1051 `dbus-call-method' by `xesam-dbus-call-method'.
1052 (xesam-get-cached-property, xesam-set-cached-property):
1053 New defuns.
1054 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
1055 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
1056 (xesam-search-engines): Make it an association list. Take changed
1057 layout into account in the corresponding function.
1058 (xesam-delete-search-engine): Remove check for consistency of
1059 `xesam-search-engines', not needed anymore.
1060 (xesam-mode): Show XML query string only in the debug case.
1061
1062 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
1063
1064 * files.el (read-file-modes): Fix typo in docstring.
1065
1066 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1067
1068 * Makefile.in: Avoid maintainer warning for autogenerated unicode
1069 files.
1070
1071 * apropos.el (apropos-symbol): Don't set button skip by default.
1072 (apropos-print): Set button skip iff searching for multiple types.
1073 (apropos-print-doc): Insert blank label button when searching for
1074 a single type.
1075
1076 * button.el (forward-button): Avoid infloop.
1077
1078 * minibuffer.el (read-file-name-completion-ignore-case):
1079 Add cygwin to the list.
1080
1081 2008-07-31 Sven Joachim <svenjoac@gmx.de>
1082
1083 * files.el (abbreviate-file-name): When replacing $HOME with ~,
1084 turn off case-fold-search.
1085
1086 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
1087
1088 * net/dbus.el (top): Don't register for "NameOwnerChanged".
1089 (dbus-message-type-invalid, dbus-message-type-method-call)
1090 (dbus-message-type-method-return, dbus-message-type-error)
1091 (dbus-message-type-signal): New defconst.
1092 (dbus-ignore-errors): Fix `edebug-form-spec' property.
1093 (dbus-return-values-table): New defvar.
1094 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
1095 New defun.
1096 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
1097 Extend docstring. Adapt implementation according to new
1098 `dbus-event' layout.
1099 (dbus-event-service-name, dbus-event-path-name)
1100 (dbus-event-interface-name, dbus-event-member-name): Adapt
1101 implementation according to new `dbus-event' layout.
1102 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
1103
1104 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
1105 (xesam-mode): Rework implementation.
1106 (xesam-new-search): Additional parameter TYPE.
1107 (xesam-search): Adapt call of `xesam-new-search'.
1108
1109 2008-07-31 Juri Linkov <juri@jurta.org>
1110
1111 * dired-aux.el (dired-do-chmod): Set default value to the original
1112 mode string using absolute notation like u=rwx,g=rx,o=rx.
1113 Use it as a new arg `default' of `dired-mark-read-string'.
1114 (dired-mark-read-string): Add new optional arg `default'.
1115
1116 * files.el (read-file-modes): Set default value to the original
1117 mode string using absolute notation like u=rwx,g=rx,o=rx.
1118 Use it as the `default' arg of `read-string'.
1119
1120 * filesets.el (filesets-cmd-isearch-getargs): Check if the
1121 variable `files' is bound to avoid warnings.
1122
1123 * isearch.el (isearch-forward-regexp, isearch-forward-word)
1124 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
1125 to the command `isearch-forward' instead of displaying "See C-s".
1126 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
1127 with their interactive specifictions. Move reading the face name to
1128 the main body after calls to isearch-done and isearch-clean-overlays.
1129
1130 * mb-depth.el: Unify all names under one common name prefix
1131 `minibuffer-depth-'.
1132 (minibuffer-depth-indicator-function): Renamed from
1133 `minibuf-depth-indicator-function'.
1134 (minibuffer-depth-overlay): Renamed from
1135 `minibuf-depth-overlay'.
1136 (minibuffer-depth-setup): Renamed from
1137 `minibuf-depth-setup-minibuffer'.
1138 (minibuffer-depth-indicate-mode): Renamed from
1139 `minibuffer-indicate-depth-mode'.
1140
1141 2008-07-31 Juri Linkov <juri@jurta.org>
1142
1143 * dired-aux.el (dired-isearch-filenames-toggle): New command.
1144 (dired-isearch-filenames-setup): Bind "\M-sf" to
1145 dired-isearch-filenames-toggle in isearch-mode-map.
1146 (dired-isearch-filenames-end): Bind "\M-sf" to nil
1147 in isearch-mode-map.
1148
1149 * isearch.el (isearch-edit-string-set-word): New command.
1150 (minibuffer-local-isearch-map): Bind "\C-w" to
1151 isearch-edit-string-set-word.
1152 (isearch-new-word): Temporary internal variable.
1153 (isearch-edit-string): Remove special case of reading the
1154 first character and checking it for C-w.
1155
1156 * simple.el (read-shell-command, shell-command):
1157 Move code that uses minibuffer-with-setup-hook to set
1158 minibuffer-default-add-function to minibuffer-default-add-shell-commands
1159 from the interactive spec of `shell-command' to `read-shell-command'.
1160
1161 * international/mule-cmds.el (read-char-by-name):
1162 Accept hash notation. Doc fix.
1163 (ucs-insert): Doc fix. Convert to number only when `arg' is
1164 a string. Use separate error message when `arg' is not an integer.
1165 Bind `ucs-insert' to `C-x 8 RET'.
1166
1167 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
1168
1169 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
1170 move the (arglist-cont-nonempty) from c-offsets-alist to
1171 c-hanging-braces-alist like other styles already have.
1172
1173 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1174
1175 * textmodes/texinfmt.el:
1176 * nxml/nxml-enc.el:
1177 * mail/feedmail.el:
1178 * international/mule.el:
1179 * international/latexenc.el:
1180 * emulation/viper-util.el:
1181 * emulation/viper-init.el:
1182 * emulation/viper-ex.el:
1183 * emacs-lisp/bytecomp.el:
1184 * version.el:
1185 * subr.el:
1186 * startup.el:
1187 * sort.el:
1188 * shadowfile.el:
1189 * recentf.el:
1190 * printing.el:
1191 * paths.el:
1192 * minibuffer.el:
1193 * ls-lisp.el:
1194 * loadup.el:
1195 * hippie-exp.el:
1196 * finder.el:
1197 * files.el:
1198 * ediff-util.el:
1199 * ediff-ptch.el:
1200 * ediff-init.el:
1201 * ediff-diff.el:
1202 * dired.el:
1203 * dired-aux.el:
1204 * cus-edit.el:
1205 * bindings.el:
1206 * arc-mode.el:
1207 * add-log.el: Remove VMS support.
1208 * obsolete/vmsproc.el:
1209 * obsolete/vms-pmail.el:
1210 * obsolete/vms-patch.el: Remove file.
1211
1212 2008-07-31 Alan Mackenzie <acm@muc.de>
1213
1214 * progmodes/cc-mode.el (c-before-hack-hook): New function
1215 (Top Level): Install c-before-hack-hook on
1216 before-hack-local-variables-hook, rather than
1217 c-postprocess-file-styles on hack-local-variables-hook.
1218
1219 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * files.el (normal-mode): Move call to hack-project-variables into
1222 hack-local-variables.
1223 (file-local-variables-alist, before-hack-local-variables-hook):
1224 New vars.
1225 (ignored-local-variables): Add file-local-variables-alist.
1226 (hack-local-variables-filter): Renamed from
1227 hack-local-variables-apply. Add the result to
1228 file-local-variables-alist, without applying them.
1229 (hack-local-variables): Set file-local-variables-alist to nil.
1230 Call hack-project-variables and before-hack-local-variables-hook.
1231 Apply variables here, instead of hack-local-variables-apply.
1232 Based on a patch by Alan Mackenzie.
1233
1234 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1235
1236 * info-look.el (autoconf-mode :doc-spec): For
1237 "(autoconf)M4 Macro Index", if the item already
1238 begins with "AS_", don't prefix that string again.
1239
1240 2008-07-30 Juri Linkov <juri@jurta.org>
1241
1242 * info.el (info, Info-mode): Doc fix.
1243
1244 * isearch.el (isearch-mode-map): Bind `M-s r' to
1245 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
1246 (search-map): Bind `M-s w' to `isearch-forward-word' globally
1247 in the global map `search-map'.
1248 (isearch-forward): Doc fix.
1249 (isearch-forward-word, isearch-toggle-case-fold): New commands.
1250
1251 * simple.el (quoted-insert): Comment out code that treats
1252 0240-0377 specially.
1253
1254 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
1255
1256 * cus-start.el: Add customization info for
1257 read-buffer-completion-ignore-case.
1258
1259 2008-07-30 Sam Steingold <sds@gnu.org>
1260
1261 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
1262
1263 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1264
1265 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
1266 (vc-dir-mode): Improve docstring.
1267
1268 2008-07-30 Juri Linkov <juri@jurta.org>
1269
1270 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
1271 for the sake of isearch-mode-hook in dired-mode in dired.el.
1272
1273 2008-07-19 Markus Triska <markus.triska@gmx.at>
1274
1275 * image-mode.el (image-mode): Set image-mode-text-map when image
1276 cannot be displayed.
1277
1278 2008-07-30 Stepehen Leake <stephen_leake@stephe-leake.org>
1279
1280 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
1281 ada-xref-set-default-prj-values.
1282 (ada-prj-display-page): Ditto.
1283
1284 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
1285 (ada-make-filename-from-adaname): Fix free variable.
1286
1287 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1288
1289 * vc-git.el (vc-git-status-printer): Synchronize with the default.
1290
1291 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
1292
1293 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
1294 for declarations inside a parenthetical list. The code is ill-advised,
1295 and doesn't work given user defined types.
1296 (verilog-set-auto-endcomments): Enhance function automatic
1297 endcomment to support functions that return user defined types.
1298 (verilog-mode): Add code to tell which-function-mode minor mode
1299 that Verilog supports this feature.
1300 (verilog-beg-block-re-ordered, verilog-indent-re)
1301 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
1302 (verilog-leap-to-head): Support the new virtual and/or protected
1303 tasks, as well as extern declarations of tasks for indenting and
1304 for foward/backward expression.
1305
1306 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
1307
1308 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
1309 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
1310 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
1311 (verilog-string-replace-matches): Avoid recursion with small
1312 replacements.
1313 (verilog-auto-inst-param-value, verilog-mode-version)
1314 (verilog-mode-version-date, verilog-read-inst-param-value)
1315 (verilog-auto-inst, verilog-auto-inst-param)
1316 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
1317 verilog-auto-inst-param-value option for AUTOINST. Suggested by
1318 David Rogoff. This allows parameters to be replaced with their
1319 values, on the expansion of an AUTOINST with Verilog 2001 style
1320 parameter settings.
1321
1322 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
1323
1324 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
1325 to `cddr'.
1326
1327 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
1328
1329 * Makefile.in (ELCFILES): Add mairix.elc.
1330
1331 2008-07-29 David Engster <deng@randomsample.de>
1332
1333 * net/mairix.el: New file.
1334
1335 2008-07-29 Juri Linkov <juri@jurta.org>
1336
1337 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
1338 instead of variable-pitch with bold and 1.2 height.
1339
1340 * dired-aux.el (dired-do-async-shell-command): New command.
1341
1342 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
1343 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
1344
1345 2008-07-29 Juri Linkov <juri@jurta.org>
1346
1347 * international/mule-cmds.el (ucs-names): New internal variable.
1348 (ucs-names): New function.
1349 (ucs-completions): New lazy completion variable.
1350 (read-char-by-name): New function.
1351 (ucs-insert): Replace interactive spec letter "s" with the call to
1352 `read-char-by-name'.
1353
1354 * replace.el (read-regexp): Add second arg `default'. Doc fix.
1355
1356 * replace.el (occur-read-primary-args):
1357 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1358 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
1359 second arg of `read-regexp'.
1360
1361 * dired-aux.el (dired-isearch-filenames): New user option.
1362 (dired-isearch-orig-success-function): New internal variable.
1363 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
1364 (dired-isearch-success-function): New functions.
1365 (dired-isearch-filenames, dired-isearch-filenames-regexp):
1366 New commands.
1367
1368 * dired.el (dired-insert-set-properties): Add new text property
1369 `dired-filename' to put on file names.
1370 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
1371 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
1372 Add menu items.
1373 (dired-mode): Add hook `dired-isearch-filenames-setup' to
1374 buffer-local `isearch-mode-hook'.
1375
1376 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
1377
1378 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
1379 (ada-create-case-exception): Fix typo in docstring.
1380 (ada-no-auto-case): Return nil, not the docstring.
1381 (ada-indent-current): Reflow docstring.
1382
1383 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
1384 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
1385 (ada-prj-load-from-file): Reflow docstring.
1386 (ada-prj-display-page): Fix typo in widget.
1387
1388 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
1389 Fix typos in docstrings.
1390
1391 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
1392 (ada-compile-current, ada-check-current, ada-run-application)
1393 (ada-get-ali-file-name): Fix typos in docstrings.
1394 (ada-xref-confirm-compile, ada-find-references)
1395 (ada-find-local-references, ada-find-any-references): Doc fixes.
1396 (ada-get-all-references): Fix typo in error message.
1397 (ada-xref-current-project): Use `let', not `let*'.
1398 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
1399
1400 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1401
1402 * whitespace.el (whitespace-newline): Change initialization to have a
1403 low contrast relative to the background color. Suggested by David
1404 Reitter <david.reitter@gmail.com>.
1405
1406 2008-07-28 Juri Linkov <juri@jurta.org>
1407
1408 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
1409 New functions.
1410
1411 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
1412 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
1413
1414 2008-07-28 Seiji Zenitani <zenitani@mac.com>
1415
1416 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
1417 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
1418
1419 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
1420
1421 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
1422 Add support for add-log.
1423 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
1424
1425 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
1426 (ada-prj-save): Prompt for file name if not given.
1427 (ada-prj-display-page): Display casing exceptions.
1428
1429 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
1430 Ada mode project files. Delete 'main_unit' project variable;
1431 only need 'main'. Simplify handling of default project values.
1432 Use cross-prefix consistently.
1433 (ada-find-executable): Throw error if not found.
1434 (ada-initialize-runtime-library): Improve error handling when
1435 gnatls not found.
1436 (ada-gnat-parse-gpr): New.
1437 (ada-treat-cmd-string): Allow process environment variables.
1438 (ada-xref-set-default-prj-values): Delete; replace with
1439 ada-default-prj-properties.
1440 (ada-parse-prj-file): Handle GNAT project files.
1441 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
1442 (ada-select-prj-file): New.
1443 (ada-get-absolute-dir-list): Allow project and environment variables.
1444
1445 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
1446
1447 Sync with Tramp 2.1.14.
1448
1449 * net/tramp.el (tramp-perl-directory-files-and-attributes)
1450 (tramp-get-device): Make device number a cons cell.
1451 (tramp-convert-file-attributes): Make inode a cons cell.
1452
1453 * net/trampver.el: Update release number.
1454
1455 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1456
1457 * faces.el (face-set-after-frame-default): Treat 'ns as all other
1458 window systems.
1459
1460 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1461
1462 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
1463
1464 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1465
1466 Remove support for Mac Carbon.
1467 * term/mac-win.el: Remove file
1468 * international/mule-cmds.el:
1469 * version.el:
1470 * startup.el:
1471 * simple.el:
1472 * mwheel.el:
1473 * mouse.el:
1474 * loadup.el:
1475 * isearch.el:
1476 * info.el:
1477 * frame.el:
1478 * faces.el:
1479 * disp-table.el:
1480 * cus-start.el:
1481 * cus-face.el:
1482 * cus-edit.el:
1483 * Makefile.in: Remove code for Carbon.
1484
1485 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1486
1487 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
1488 bindings for functions deleted by Dan N. 2008-07-21. Set
1489 where-is-preferred-modifier. Add show-manual option to Help menu.
1490
1491 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
1492
1493 * net/tramp.el (tramp-handle-start-file-process):
1494 Set query-on-exit flag. Kill temporary buffer.
1495 (tramp-process-sentinel): Remove defun.
1496 (tramp-do-copy-or-rename-file-out-of-band)
1497 (tramp-maybe-open-connection): Don't call it.
1498
1499 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
1500 `tramp-process-sentinel'.
1501
1502 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
1503 `tramp-process-sentinel'.
1504
1505 * net/xesam.el (xesam-from): Remove defvar.
1506 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
1507 and `mode-line-position'.
1508 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
1509 information to the widgets. Don't set `mode-line-position'.
1510 (xesam-refresh-search-buffer): Correct hit number computing.
1511 Don't set `mode-line-position'.
1512 (xesam-new-search): Add debug information to the mode line.
1513
1514 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1515
1516 * diff-mode.el (diff-show-trailing-blanks): Renamed to
1517 diff-show-trailing-whitespaces.
1518
1519 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1520
1521 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
1522 invalid filename strings when parsing tex errors (bug#376).
1523
1524 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
1525
1526 * menu-bar.el (menu-bar-file-menu): Fix typo.
1527
1528 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
1529
1530 * play/solitaire.el (solitaire-mode-map): Define within defvar.
1531 (solitaire-mode): Define with `define-derived-mode'.
1532 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
1533 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
1534 (solitaire-undo, solitaire-check): Use `when'.
1535 (solitaire-solve): Err out if the solitaire is already in progress.
1536 Use `when'.
1537
1538 * descr-text.el (describe-char): Don't overwrite local variable char
1539 when describing characters with display-table entries. Display font
1540 backend when describing composed characters. Simplify: use `let'
1541 instead of `let*', and `or x y' instead of `if x x y'.
1542
1543 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1544
1545 * image-mode.el (image-minor-mode): Set up winprops.
1546
1547 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1548
1549 * diff-mode.el (diff-show-trailing-blanks): New fun.
1550 Show trailing blanks in modified lines for diff-mode.
1551
1552 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
1553
1554 * Makefile.in (ELCFILES): Add net/xesam.el.
1555
1556 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
1557 process name. Reported by Markus Triska <markus.triska@gmx.at>.
1558
1559 * net/xesam.el: New file.
1560
1561 2008-07-24 Sven Joachim <svenjoac@gmx.de>
1562
1563 * dired-aux.el (dired-copy-file-recursive): Avoid calling
1564 set-file-modes when creating target directories.
1565
1566 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
1567
1568 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
1569 Set `show-trailing-whitespace' to nil.
1570 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
1571 Fix typos in docstrings.
1572
1573 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
1574
1575 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
1576 key remapping, not directly.
1577
1578 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1579
1580 * whitespace.el: New version 11.2.
1581 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
1582 minor mode visualization.
1583
1584 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1585
1586 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
1587
1588 * Makefile.in (ELCFILES): Add term/common-win.elc.
1589
1590 * vc-dir.el (vc-dir-search, vc-dir-isearch)
1591 (vc-dir-isearch-regexp): New functions.
1592 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
1593
1594 2008-07-23 Juri Linkov <juri@jurta.org>
1595
1596 * isearch-multi.el: Remove file to avoid dos file name clashes
1597 with isearch-x.el. Move most content to misearch.el.
1598
1599 * misearch.el: New file with most content from isearch-multi.el.
1600 Rename `isearch-buffers' name prefixes to `multi-isearch'.
1601 Remove `isearch-buffers-minor-mode'. Add new function
1602 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
1603 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
1604 `multi-isearch-files', `multi-isearch-files-regexp'.
1605
1606 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
1607
1608 * isearch.el (isearch-message-prefix): Display "Multi" when
1609 `multi-isearch-next-buffer-current-function' is non-nil.
1610 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
1611 with `multi-isearch-next-buffer-current-function', and
1612 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
1613
1614 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
1615 `multi-isearch-next-buffer-function' instead of
1616 `isearch-buffers-next-buffer-function'. Remove call to
1617 `isearch-buffers-minor-mode'.
1618
1619 * buff-menu.el (Buffer-menu-marked-buffers)
1620 (Buffer-menu-isearch-buffers)
1621 (Buffer-menu-isearch-buffers-regexp): New functions.
1622 (Buffer-menu-mode-map): Bind "M-s a C-s" to
1623 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
1624 `Buffer-menu-isearch-buffers-regexp'.
1625 (Buffer-menu-mode): Document new commands in docstring.
1626 (list-buffers-noselect): Add one space after Info file name
1627 according to the Info address convention.
1628
1629 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
1630 New functions.
1631
1632 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
1633 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
1634 (ibuffer-mode): Document new commands in docstring.
1635
1636 * filesets.el (filesets-commands): Add commands for "Isearch" and
1637 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
1638 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
1639 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
1640 or `multi-isearch-files-regexp'.
1641 (filesets-cmd-query-replace-getargs): Call standard function
1642 `query-replace-read-args' to read `query-replace' arguments.
1643 Add `multi-query-replace-map'.
1644 (filesets-cmd-query-replace-regexp-getargs)
1645 (filesets-cmd-isearch-getargs): New functions.
1646
1647 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1648
1649 * international/mule.el (recode-region): Deactivate mark at the end.
1650
1651 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1652
1653 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1654 Use more suitable colors on dark displays.
1655
1656 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
1657
1658 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
1659 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
1660 (tramp-temp-buffer-name): New defconst.
1661 (tramp-handle-start-file-process): Use it. Apply "exec", for the
1662 command. No trailing prompt.
1663 (tramp-process-sentinel): Remove temporary buffer, if existing.
1664 Don't handle trailing prompt.
1665 (tramp-open-connection-setup-interactive-shell):
1666 Use `tramp-temp-buffer-name'.
1667
1668 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1669
1670 * shell.el (shell-dynamic-complete-functions):
1671 Use comint-dynamic-complete-filename as well (bug#361).
1672
1673 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1674
1675 * term/ns-win.el:
1676 * version.el (emacs-version):
1677 * loadup.el:
1678 * frame.el (make-frame-on-display): Check for ns instead of
1679 ns-windowing.
1680
1681 * dired.el (dired-mode-map): Show the key binding for wdired.
1682
1683 * menu-bar.el (menu-bar-file-menu): Show the key binding for
1684 exiting Emacs.
1685
1686 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1687
1688 * term/ns-win.el (x-list-fonts): Drop alias.
1689
1690 2008-07-23 Juri Linkov <juri@jurta.org>
1691
1692 * replace.el (multi-query-replace-map): New variable.
1693 (perform-replace): Add processing of new multi-buffer keys bound
1694 to `automatic-all' and `exit-current'. Set `query-flag' to nil
1695 if last input char was `automatic-all'. Set new local variable
1696 `multi-buffer' to t when one of new two keys were typed. Return
1697 non-nil value of `multi-buffer' that tells to calling functions
1698 to continue replacement on the next file.
1699
1700 * progmodes/etags.el (tags-query-replace): Set arg `map' of
1701 `perform-replace' to `multi-query-replace-map'.
1702
1703 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1704
1705 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
1706 otherwise displayed in every buffer.
1707
1708 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
1709 (vc-arch-trim-one-revlib): Delete temp directories as well.
1710
1711 2008-07-22 Stephen Eglen <stephen@gnu.org>
1712
1713 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
1714
1715 2008-07-22 Sven Joachim <svenjoac@gmx.de>
1716
1717 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
1718
1719 2008-07-22 Miles Bader <miles@gnu.org>
1720
1721 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
1722 (sh-mode-map): Remove remapping of newline-and-indent.
1723
1724 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1725
1726 * vc.el (Todo): Update.
1727
1728 * vc-hooks.el: Remove obsolete comment.
1729
1730 * vc-git.el (vc-git-status-printer): Update the directory display
1731 to match the default.
1732
1733 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
1734
1735 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1736
1737 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
1738 for "word wrap" command.
1739
1740 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
1741
1742 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1743
1744 * term/ns-win.el: Rename ns- functions/variables to the
1745 corresponding x- versions.
1746 (x-select-text, x-cut-buffer-or-selection-value)
1747 (x-disown-selection-internal, x-get-selection-internal)
1748 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
1749 (x-display-mm-width, x-display-mm-height)
1750 (x-display-backing-store, x-display-save-under)
1751 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
1752 defaliases.
1753
1754 * frame.el (ns-display-name): Remove declaration.
1755 (make-frame-on-display): Use x-display-name instead
1756 ns-display-name. Use unless.
1757
1758 * startup.el (command-line-1): Fix indentation.
1759
1760 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
1761 checked in inadvertently.
1762
1763 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1764
1765 * term/ns-win.el: Standardize references to "Nextstep" in
1766 comments, messages, and docstrings.
1767 (ns-handle-args, x-parse-geometry)
1768 (ns-extended-platform-support-mode, x-setup-function-keys)
1769 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
1770 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
1771 (ns-initialized, ns-initialize-window-system): Doc fixes.
1772
1773 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1774
1775 * diff-mode.el (diff-auto-refine): Delete defcustom.
1776 (diff-auto-refine-mode): New func/var via define-minor-mode.
1777 Update var ref to use diff-auto-refine-mode.
1778 * smerge-mode.el (diff-mode): Require when compiling.
1779 (smerge-auto-refine): Delete defcustom.
1780 Update smerge-auto-refine ref to use diff-auto-refine-mode.
1781
1782 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1783
1784 * simple.el (visual-line): New custom group.
1785 (visual-line-fringe-indicators): New var.
1786 (visual-line-mode): Set fringe-indicator-alist based on
1787 visual-line-fringe-indicators. Add lighter.
1788
1789 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1790
1791 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
1792 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1793 (x-handle-geometry, x-handle-name-switch, x-display-name)
1794 (x-handle-display, x-handle-args, x-colors): Move ...
1795 * term/common-win.el: ... here. New file.
1796 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
1797 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1798 (x-handle-geometry, x-handle-name-switch, x-display-name)
1799 (x-handle-display, x-handle-args, x-colors): Remove.
1800 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
1801
1802 2008-07-19 Juri Linkov <juri@jurta.org>
1803
1804 * startup.el (fancy-startup-text): Move the line "To quit
1805 a partially entered command, type Control-g" a few lines below
1806 to be after the line "To start". Add text "at gnu.org" to
1807 "Overview of Emacs features".
1808
1809 * dired.el (dired-mode-map): Fix menu text of
1810 image-dired-display-thumbs.
1811
1812 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1813 (image-dired-cmd-create-temp-image-options)
1814 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
1815 ImageMagick command line to change the dimensions of the image
1816 only if its width or height exceeds the geometry specification.
1817
1818 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
1819
1820 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
1821 to docstrings.
1822
1823 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1824
1825 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
1826 Vinicius Jose Latorre.
1827
1828 2008-07-19 Glenn Morris <rgm@gnu.org>
1829
1830 * term/ns-win.el (ns-make-command-string): Use mapconcat.
1831 (ns-save-preferences): Fix typo in previous change. (Bug#573)
1832
1833 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
1834
1835 * net/dbus.el (dbus-interface-properties): New defconst.
1836 (dbus-introspect): Update docstring.
1837 (dbus-introspect-xml, dbus-introspect-get-attribute)
1838 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
1839 (dbus-introspect-get-interface-names)
1840 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
1841 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
1842 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
1843 (dbus-introspect-get-property)
1844 (dbus-introspect-get-annotation-names)
1845 (dbus-introspect-get-annotation)
1846 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
1847 (dbus-introspect-get-signature, dbus-get-property)
1848 (dbus-set-property, dbus-get-all-properties): New defuns.
1849
1850 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
1853 ns-grabenv.elc.
1854
1855 * ns-carbon-compat.el: File removed.
1856
1857 * ns-grabenv.el: File removed.
1858
1859 * term/ns-win.el: Contents of ns-carbon-compat.el and
1860 ns-grabenv.el moved here.
1861 (ns-grabenv, ns-open-file-select-line): Doc fixes.
1862 (ns-submit-bug-report): Function removed. Reports go to the main
1863 Emacs bug list.
1864 (ns-handle-args, ns-spi-service-call): Doc fixes.
1865 (info-ns-emacs): Function removed. Nextstep port manual will be
1866 merged into the Emacs manual, so no separate link needed.
1867
1868 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
1869
1870 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
1871
1872 2008-07-18 Glenn Morris <rgm@gnu.org>
1873
1874 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
1875 to XEmacs, since it does nothing for Emacs.
1876
1877 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1878
1879 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
1880 BUFFER that is a string but does not exist as a buffer object, as
1881 mentioned in the doc-string.
1882
1883 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * simple.el (line-move-visual): Make it a defcustom.
1886 (line-move-1): Convert temporary-goal-column back to an integer if
1887 it was set as a float by a previous call to line-move-visual.
1888 (end-of-visual-line, beginning-of-visual-line)
1889 (next-logical-line, previous-logical-line): New functions.
1890
1891 2008-07-17 David Reitter <david.reitter@gmail.com>
1892
1893 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
1894 functions.
1895 (visual-line-mode, global-visual-line-mode): New minor mode.
1896 (visual-line-mode-map): New variable.
1897
1898 2008-07-17 Glenn Morris <rgm@gnu.org>
1899
1900 * term/ns-win.el (parameters): Declare for compiler.
1901
1902 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
1903
1904 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
1905 for Windows.
1906
1907 2008-07-17 Daiki Ueno <ueno@unixuser.org>
1908
1909 * epa.el (epa-key-list-mode): Use run-mode-hooks.
1910 (epa-key-mode): Ditto.
1911 (epa-info-mode): Ditto.
1912
1913 2008-07-17 Glenn Morris <rgm@gnu.org>
1914
1915 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
1916 (ns-handle-numeric-switch): Just call ns-handle-switch.
1917 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
1918 (ns-handle-args): Simplify using `pop'.
1919 (ns-display-name): Define (used in frame.el).
1920 (menu-bar-select-frame): Add (ignored) arg to more closely match the
1921 original definition.
1922 (ns-perform-service): Declare.
1923 (ns-save-preferences): Use fewer `let's.
1924
1925 * frame.el (ns-display-name): Declare for compiler.
1926
1927 2008-07-17 Kenichi Handa <handa@m17n.org>
1928
1929 * descr-text.el (describe-char-unidata-list): Initialize to the
1930 list of name, general-category, decomposition, and old-name.
1931
1932 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1933
1934 * startup.el (command-line-1): Update processing of NS long options to
1935 mimic recent changes to processing of X long options.
1936
1937 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
1938
1939 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
1940 list of #defines for remote files.
1941 (gdb-source-info): Only show main if it has been found.
1942
1943 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * term/ns-win.el: Require CL; fix up comment style; reindent.
1946 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
1947 (ns-save-preferences): Use `case'.
1948 (ns-initialize-window-system): Use `dolist'.
1949
1950 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1951
1952 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
1953 windowing is used.
1954 * term/ns-win.el (ns-extended-platform-support-mode):
1955 Correct/improve documentation.
1956
1957 2008-07-16 Glenn Morris <rgm@gnu.org>
1958
1959 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
1960 Simply require 'cl (see comment in cl-compat.el).
1961 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
1962 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
1963 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
1964 directly rather by subterfuge. Provide cl before loading cl-macs.
1965
1966 * paths.el (rmail-spool-directory): Remove settings for systems that are
1967 no longer supported.
1968
1969 * frame.el (ns-initialize-window-system): Declare for compiler.
1970
1971 * term/ns-win.el: Add numerous declarations for compiler.
1972 (ns-pop-up-frames): Move definition before use. Doc fix.
1973
1974 * emacs-lisp/check-declare.el (check-declare-locate)
1975 (check-declare-verify): Handle .m files.
1976
1977 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1978
1979 * ns-carbon-compat.el: New file: user-visible compatibility of
1980 NeXTstep port with Carbon port.
1981 * ns-grabenv.el: New file: functionality useful on OS X platform to
1982 expose environment variables inside Emacs started from icon.
1983 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
1984 * cus-edit.el:
1985 * cus-face.el:
1986 * disp-table.el:
1987 * faces.el:
1988 * info.el:
1989 * mouse.el:
1990 * mwheel.el:
1991 * simple.el: Add ns to window systems treated as GUIs.
1992 * facemenu.el (facemenu-read-color): Don't require a name match under
1993 NS, to allow numeric color entry.
1994 * frame.el (make-frame-on-display): Follow code for 'x in initializing
1995 'ns window system if need be.
1996 (various): Add 'ns as described above.
1997 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
1998 ns-windowing is active.
1999 * startup.el (command-line-ns-option-alist): New constant to handle NS
2000 windowing system specific command line args analogous to how they are
2001 handled for X windows.
2002 (command-line-1): Use the above where appropriate.
2003 * version.el: Add NS port version.
2004 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
2005 Darwin (usually OS X) systems.
2006 (woman-use-own-frame): Include 'ns in list of GUI window systems.
2007 * emulation/viper-util.el (ns-display-color-p)
2008 (ns-color-defined-p): Remove these (caustically-commented) outdated
2009 compensations for a port that was never itself integrated until now.
2010 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
2011 for NS window system.
2012 * international/mule-cmds.el: Add 'ns to list of special-cased window
2013 systems (probably most of these, x/w32/mac/ns could be changed to
2014 window-system non-nil).
2015 * term/ns-win.el: New file: lisp-side support for NS windowing system.
2016
2017 2008-07-14 Jason Rumney <jasonr@gnu.org>
2018
2019 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
2020 (x-handle-numeric-switch, x-handle-initial-switch)
2021 (x-handle-xrm-switch, x-handle-args, x-handle-display)
2022 (xw-defined-colors, w32-initialize-window-system):
2023 Avoid use of cl pop and push macros.
2024
2025 2008-07-14 Martin Rudalics <rudalics@gmx.at>
2026
2027 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
2028 error when change-log-search-file-name returns nil.
2029
2030 2008-07-13 Martin Rudalics <rudalics@gmx.at>
2031
2032 * add-log.el (change-log-search-file-name):
2033 Use match-string-no-properties.
2034 (change-log-search-tag-name-1, change-log-search-tag-name)
2035 (change-log-goto-source-1, change-log-goto-source): New functions.
2036 (change-log-tag-re, change-log-find-head, change-log-find-tail):
2037 New variables.
2038 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
2039
2040 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
2041
2042 * calc/calc-help.el (calc-describe-key): Add angles to special key
2043 descriptions.
2044
2045 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
2046
2047 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
2048 search for regexp.
2049
2050 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
2051
2052 * simple.el (line-move-visual): Handle null pixel position gracefully.
2053
2054 2008-07-11 Jason Rumney <jasonr@gnu.org>
2055
2056 * files.el (file-truename): Get truename of ancestors if file does
2057 not exist on Windows.
2058
2059 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
2060
2061 * simple.el (line-move-visual): Obey goal-column and no-error arg.
2062 (track-eol, temporary-goal-column, previous-line, next-line):
2063 Update docstring.
2064 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
2065 to nil.
2066
2067 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2068
2069 * simple.el (line-move-visual): New var.
2070 (line-move-visual): New function.
2071 (line-move): Call line-move-visual.
2072
2073 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2074
2075 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
2076 pattern and add patterns for C++ header files.
2077
2078 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * window.el (truncated-partial-width-window-p): New function.
2081
2082 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
2083
2084 * faces.el (x-create-frame-with-faces): Don't pass parameters that
2085 are set later to x-create-frame.
2086 (face-set-after-frame-default): Apply X resources for non-default
2087 faces.
2088
2089 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
2090
2091 * faces.el (face-set-after-frame-default): Simplify. Don't apply
2092 frame-specific X resource settings. Set faces using a list of
2093 frame parameters explicitly passed to the calling
2094 function (e.g. make-frame).
2095 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
2096 explicit frame parameter list to face-set-after-frame-default.
2097
2098 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
2099
2100 * net/browse-url.el (browse-url-default-browser):
2101 Fix argument list in lambda.
2102
2103 2008-07-07 Ulf Jasper <ulf@web.de>
2104
2105 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
2106 from url-retrieve.
2107 (newsticker--sentinel-work): Fix xerror typo.
2108
2109 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2110
2111 * vc-dir.el (vc-dir-refresh): Only update files.
2112
2113 * vc-git.el (vc-git--ls-files-state): Remove unused function.
2114
2115 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
2116
2117 2008-07-06 John Paul Wallington <jpw@pobox.com>
2118
2119 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
2120
2121 2008-07-05 Alexandre Julliard <julliard@winehq.org>
2122
2123 * vc-git.el (vc-git-registered): Return true for removed files.
2124 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
2125 all the files instead of one per file.
2126 (vc-git-previous-revision): Add support for project-wide previous
2127 revision when specified file is nil.
2128
2129 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2130
2131 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
2132
2133 * vc-dir.el (vc-dir-find-child-files): New function.
2134 (vc-dir-resync-directory-files): New function.
2135 (vc-dir-recompute-file-state): New function, broken out of ...
2136 (vc-dir-resynch-file): ... here. Also deal with directories.
2137 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
2138 (vc-resynch-buffer): Use it.
2139
2140 * vc-hg.el (vc-hg-registered): Do not set vc-state.
2141
2142 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
2143
2144 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
2145
2146 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
2147 if it's not part of gdb-ui, e.g, at start.
2148
2149 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
2150 filenames in stack trace (text command mode).
2151
2152 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2153
2154 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
2155
2156 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
2157 Use syntax-ppss on a position *before* the char we want to change.
2158
2159 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2160
2161 * vc-dir.el (vc-dir-query-replace-regexp): New function.
2162 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
2163 (vc-dir-mode-map): Likewise.
2164
2165 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
2166
2167 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
2168 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
2169 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
2170 Remove spurious * in defcustom docstrings.
2171
2172 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
2173 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
2174 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
2175 (default-justification): Remove spurious * in defcustom docstrings.
2176
2177 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
2178 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
2179 (rst-compare-decorations, rst-default-indent, rst-update-section)
2180 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
2181 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
2182 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
2183 Fix typos in docstrings.
2184 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
2185 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
2186 (rst-get-decorations-around, rst-section-tree-point)
2187 (rst-font-lock-adornment-point): Reflow docstrings.
2188 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
2189 Doc fixes.
2190 (rst-re-enumerations): Comment out.
2191
2192 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
2193 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
2194 (nxml-unicode-block-char-name-set):
2195 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
2196 * nxml/rng-nxml.el (rng-set-state-after):
2197 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
2198
2199 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
2200 (rng-c-parse-annotation-body):
2201 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
2202
2203 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
2204 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
2205 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
2206 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
2207 Fix typos in docstrings.
2208 (nxml-attribute-indent): Reflow docstring.
2209 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
2210 (nxml-default-buffer-file-coding-system): Doc fixes.
2211
2212 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
2213 (nxml-ns-set-prefix): Fix typos in docstrings.
2214 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
2215 Reflow docstring.
2216 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
2217
2218 * nxml/nxml-outln.el (nxml-hide-all-text-content)
2219 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
2220 (nxml-hide-direct-text-content, nxml-hide-subheadings)
2221 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
2222 (nxml-outline-display-rest, nxml-outline-set-overlay)
2223 (nxml-section-tag-forward, nxml-section-tag-backward)
2224 (nxml-back-to-section-start): Fix typos in docstrings.
2225
2226 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
2227 Doc fixes.
2228
2229 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
2230 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
2231 (nxml-scan-after-change): Fix typo in docstring.
2232
2233 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
2234 (rng-name-class-possible-names): Doc fixes.
2235 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
2236 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
2237 Fix typos in docstrings.
2238 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
2239 Reflow docstrings.
2240
2241 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
2242 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
2243
2244 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
2245 (rng-xsd-convert-date-time): Reflow docstrings.
2246 (rng-xsd-compile): Fix typo in docstring.
2247
2248 * nxml/rng-loc.el (rng-current-schema-file-name)
2249 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
2250 Doc fixes.
2251 (rng-set-schema-file): Fix typo in docstring.
2252
2253 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
2254 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
2255 Fix typos in docstrings.
2256 (rng-message-overlay, rng-conditional-up-to-date-start)
2257 (rng-conditional-up-to-date-end): Doc fixes.
2258 (rng-next-error, rng-previous-error): Reflow docstrings.
2259
2260 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
2261 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
2262 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
2263 (xmltok-merge-attributes): Fix typos in docstrings.
2264 (xmltok-make-attribute, xmltok-forward-special)
2265 (xmltok-get-declared-encoding-position): Reflow docstrings.
2266
2267 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
2268 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
2269 Fix typos in docstrings.
2270
2271 2008-07-02 John Paul Wallington <jpw@pobox.com>
2272
2273 * ibuffer.el (ibuffer-buffer-file-name):
2274 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
2275 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
2276
2277 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
2278
2279 * files.el (backup-extract-version): Handle versioned directories.
2280 (trash-directory): New variable.
2281 (move-file-to-trash): New function.
2282
2283 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
2284
2285 2008-07-02 Magnus Henoch <mange@freemail.hu>
2286
2287 * vc-git.el (vc-git-annotate-command): Use proper option for
2288 specifying revision.
2289
2290 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2291
2292 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
2293 if available.
2294
2295 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
2296
2297 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
2298
2299 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
2300 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
2301
2302 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
2303
2304 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
2305
2306 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
2307 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
2308 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2309 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
2310 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2311 (gdb-stack-list-locals-regexp): Future proof regexps better.
2312
2313 2008-06-30 Juri Linkov <juri@jurta.org>
2314
2315 * faces.el (face-name-history): New variable.
2316 (make-face, make-empty-face): Replace interactive spec "S"
2317 with `read-from-minibuffer' where `read' arg is t and
2318 `hist' arg is `face-name-history'.
2319 (read-face-name): Set `hist' arg of `completing-read-multiple'
2320 to `face-name-history'.
2321 (list-faces-display): Use `read-regexp' instead of `read-string'
2322 to read regexp.
2323
2324 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
2325 to `regexp-history'.
2326 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
2327 make it an obsolete alias to it.
2328 (hi-lock-face-defaults): New variable renamed from
2329 `hi-lock-face-history'.
2330 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2331 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
2332 `read-from-minibuffer'. Doc fix.
2333 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
2334 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
2335 Set `hist' arg of `completing-read' to `face-name-history'.
2336 Put a list of default faces to `default' arg instead of `hist' arg.
2337
2338 * bindings.el (abbrev-map, narrow-map): New variables.
2339 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
2340 Rebind related commands to these new maps.
2341 (ctl-x-r-map): New variable for rectangle, register and bookmark
2342 keys. Move rectangle keybindings to rect.el and register
2343 keybindings to register.el.
2344 (next-buffer, previous-buffer): Remove C-x prefix and move
2345 keybindings to ctl-x-map.
2346
2347 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
2348 to the new map `ctl-x-r-map' in autoload cookies.
2349
2350 * expand.el: Rebind two global `C-x a' keys "n", "p"
2351 to the new map `abbrev-map' in autoload cookies.
2352
2353 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
2354
2355 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
2356
2357 2008-06-30 Miles Bader <miles@gnu.org>
2358
2359 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
2360 after processing an escape sequence.
2361
2362 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
2363
2364 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
2365 from 2008-06-28. It does not work on W32.
2366
2367 2008-06-29 Juri Linkov <juri@jurta.org>
2368
2369 * replace.el (read-regexp): New function.
2370 (keep-lines-read-args, occur-read-primary-args):
2371 Call `read-regexp' instead of code moved to new function.
2372 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
2373 from the end of prompt.
2374 (replace-re-search-function): Doc fix.
2375
2376 2008-06-29 Kenichi Handa <handa@m17n.org>
2377
2378 * descr-text.el (describe-char-display): Always return a string.
2379 (describe-char-padded-string): New function.
2380 (describe-char): Adjusted for the change of
2381 describe-char-display. Use describe-char-padded-string.
2382
2383 2008-06-29 Andreas Schwab <schwab@suse.de>
2384
2385 * vc-dir.el (vc-dir): Make backend argument optional and use
2386 vc-responsible-backend when nil. Interactively pass nil for
2387 backend instead of using the backend of what happens to be
2388 default-directory at the time of the call.
2389
2390 * find-dired.el (find-dired-filter): Preserve point.
2391
2392 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
2393
2394 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
2395 (sasl-find-mechanism, sasl-next-step):
2396 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
2397 (sasl-ntlm-response): Fix typos in docstrings.
2398
2399 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
2400
2401 * international/mule-cmds.el (view-hello-file): Doc fix.
2402
2403 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
2404
2405 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
2406 (set-face-attribute, face-set-after-frame-default)): Don't use it.
2407
2408 2008-06-28 John Paul Wallington <jpw@pobox.com>
2409
2410 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
2411
2412 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
2413
2414 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
2415 (tramp-convert-file-attributes): Convert symlinks only when
2416 returned from `tramp-handle-file-attributes-with-stat'.
2417
2418 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
2419 `substitute-in-file-name' when unloading.
2420 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
2421
2422 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
2423
2424 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
2425 (vc-string-prefix-p): Move function ...
2426 * vc.el (vc-string-prefix-p): ... here.
2427
2428 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2429
2430 * vc-dir.el (vc-dir): Complete only directory names.
2431
2432 2008-06-27 Jason Rumney <jasonr@gnu.org>
2433
2434 * w32-fns.el (top-level): Unconditionally define all charsets.
2435
2436 2008-06-27 Alan Mackenzie <acm@muc.de>
2437
2438 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
2439 the CC Mode specific functions; this is no longer needed, since
2440 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
2441
2442 * progmodes/cc-defs.el (c-emacs-features): New feature
2443 'argumentative-bod-function.
2444
2445 2008-06-27 John Paul Wallington <jpw@pobox.com>
2446
2447 * chistory.el (list-command-history): Use `bound-and-true-p'.
2448 (command-history-map): Define within defvar. Add docstring.
2449
2450 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2451
2452 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
2453 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
2454 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
2455 (image-type-from-buffer): Use `looking-at-p'.
2456
2457 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2458
2459 * ibuf-ext.el (diff-sentinel): Declare.
2460
2461 2008-06-27 Glenn Morris <rgm@gnu.org>
2462
2463 * calendar/lunar.el (calendar-lunar-phases): Rename from
2464 calendar-phases-of-moon. Keep old name as alias, update callers.
2465 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
2466 (diary-lunar-phases): Rename from diary-phases-of-moon.
2467 Keep old name as alias.
2468 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
2469 (cal-menu-global-mouse-menu): Update for lunar name changes.
2470 * calendar/calendar.el (calendar-mode-map): Update for name change.
2471 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
2472
2473 2008-06-26 Glenn Morris <rgm@gnu.org>
2474
2475 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
2476 argument `nolocation'.
2477 (calendar-sunrise-sunset-month): New function.
2478 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
2479 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
2480 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
2481 * calendar/calendar.el (solar-sunrises-buffer): New constant.
2482 (calendar-mode-map): Use cal-menu-sunmoon-menu.
2483 (calendar-buffer-list): Add solar-sunrises-buffer.
2484
2485 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
2486
2487 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * cus-start.el: Add customization types for word-wrap and
2490 shift-select-mode.
2491
2492 2008-06-26 John Paul Wallington <jpw@pobox.com>
2493
2494 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
2495 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
2496 (ibuffer-mark-on-buffer): Don't display message when removing marks.
2497 (ibuffer-mark-by-mode): Use `buffer-local-value'.
2498
2499 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2500
2501 * vc-dir.el (tool-bar): Require.
2502
2503 * vc.el (ewoc, tool-bar): Do not require.
2504
2505 2008-06-26 Kenichi Handa <handa@m17n.org>
2506
2507 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
2508 characters.
2509
2510 * composite.el (terminal-composition-base-character-p): New function.
2511 (terminal-composition-function):
2512 Use terminal-composition-base-character-p. Include the base character
2513 in the composition.
2514 (auto-compose-chars): Don't check font-object for terminal display.
2515
2516 2008-06-26 Glenn Morris <rgm@gnu.org>
2517
2518 * doc-view.el (bookmark-make-record-default):
2519 * image-mode.el (bookmark-make-record-default): Fix declaration.
2520
2521 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
2522 Add default :value for sexp type.
2523 (calendar-month-edges): New variable.
2524 (calendar-month-edges): New function.
2525 (calendar-recompute-layout-variables): Set calendar-month-edges.
2526 (calendar-intermonth-header, calendar-intermonth-text): New options.
2527 (calendar-insert-at-column): New function.
2528 (calendar-generate-month): Use calendar-insert-at-column.
2529 Handle intermonth text. Add 'date property.
2530 (calendar-column-to-month): Remove function.
2531 (calendar-column-to-segment): New function.
2532 (calendar-cursor-to-date): Use calendar-column-to-segment.
2533 Check 'date property.
2534
2535 * calendar/calendar.el (calendar-print-other-dates):
2536 Handle mouse events.
2537 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
2538 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
2539
2540 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
2541 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
2542 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
2543
2544 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2545 Use calendar-column-to-segment, calendar-month-edges, and
2546 the 'date property to handle intermonth text.
2547
2548 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
2549
2550 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
2551 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
2552 Add doc strings.
2553 (cal-menu-context-mouse-menu): Add some :keys.
2554 (calendar-check-holidays): Declare rather than autoloading.
2555 (diary-show-holidays-flag): Remove unneeded declaration.
2556
2557 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
2558 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
2559 event-start is nil.
2560
2561 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2562
2563 * minibuffer.el (completion-basic-try-completion): Use the text after
2564 point to constrain the completion candidates.
2565 (completion-basic-all-completions): Adjust accordingly.
2566
2567 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
2568
2569 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
2570 courier.
2571
2572 * faces.el (set-face-attribute): Doc fix.
2573
2574 2008-06-25 Juri Linkov <juri@jurta.org>
2575
2576 * bindings.el (goto-map): New variable. Rebind goto-related
2577 commands to this `M-g' prefix keymap.
2578 (search-map): New variable for `M-s' prefix keymap.
2579 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
2580 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
2581 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
2582 `M-shw' to `hi-lock-write-interactive-patterns'.
2583
2584 * isearch.el (isearch-mode-map): Bind `M-s h r' to
2585 `isearch-highlight-regexp'.
2586 (isearch-highlight-regexp): New function.
2587
2588 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2589
2590 * info.el (Info-bookmark-make-record):
2591 Use bookmark-make-record-default.
2592 (Info-bookmark-jump): Use bookmark-default-handler.
2593
2594 * image-mode.el (image-bookmark-make-record):
2595 Use bookmark-make-record-default.
2596 (image-bookmark-jump): Use bookmark-default-handler.
2597
2598 * doc-view.el (doc-view-bookmark-make-record):
2599 Use bookmark-make-record-default.
2600 (doc-view-bookmark-jump): Use bookmark-default-handler.
2601
2602 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
2603 used until now in bookmark.el's code.
2604 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
2605 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
2606 used until now in bookmark.el's code.
2607 (bookmark-set-filename): Remove special code, moved to its only caller.
2608 (bookmark-store): Use the newer format.
2609 (bookmark-make-record-default): Add arg `point-only'.
2610 Rename from bookmark-make-record-for-text-file.
2611 (bookmark--jump-via): New function.
2612 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
2613 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
2614 Use it.
2615 (bookmark-jump-noselect, bookmark-default-handler):
2616 Don't return an alist, instead return the data implicitly by changing
2617 current buffer and point. Signal an error if the file doesn't exist.
2618
2619 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
2620 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
2621
2622 * bs.el: Use with-current-buffer. Simplify.
2623 (bs-toggle-readonly): Avoid vc-toggle-read-only.
2624
2625 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
2626 is bound before using it.
2627
2628 2008-06-25 Kenichi Handa <handa@m17n.org>
2629
2630 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
2631
2632 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
2633
2634 * vc-hg.el:
2635 * vc-git.el: Require vc-dir when compiling.
2636
2637 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
2638 vc-dir-marked-only-files. Change the return value.
2639 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
2640 Change the return value.
2641 (vc-dir-deduce-fileset): New function broken out from ...
2642 * vc.el (vc-deduce-fileset): ... here and ...
2643 (vc-deduce-fileset): ... here.
2644
2645 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
2646 (vc-svn-parse-status): Do not set the vc-backend property.
2647
2648 2008-06-25 Andreas Schwab <schwab@suse.de>
2649
2650 * faces.el (face-font-family-alternatives, variable-pitch):
2651 Use "Sans Serif", not "Sans-Serif".
2652
2653 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
2654
2655 * faces.el (face-font-family-alternatives, variable-pitch):
2656 Change "Sans" to the canonical name "Sans-Serif".
2657
2658 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
2659
2660 * calc/calc.el (calc-mode-map): Add extra keybindings to
2661 `calc-missing-key'.
2662 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
2663 `kill-ring-save'.
2664
2665 2008-06-24 Miles Bader <miles@gnu.org>
2666
2667 * mouse.el (mouse-appearance-menu): Don't do anything if the user
2668 pops up the menu but doesn't select anything.
2669
2670 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
2671
2672 * add-log.el (add-change-log-entry): Add new arg to force each new
2673 entry to be on a new line.
2674 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
2675
2676 * vc-dir.el (vc-client-object): Remove.
2677 (vc-dir-prepare-status-buffer): Take a backend as an argument and
2678 use it when looking for a buffer.
2679 (vc-dir): Add a backend argument. Set revert-buffer-function.
2680 Don't create a client object. Move bindings ...
2681 (vc-dir-menu-map, vc-dir-mode-map): ... here.
2682 (vc-dir-revert-buffer-function): New function.
2683 (vc-generic-status-printer): Rename to ...
2684 (vc-dir-status-printer): ... this.
2685 (vc-generic-state, vc-generic-status-fileinfo-extra)
2686 (vc-dir-extra-menu, vc-make-backend-object): Remove.
2687 (vc-default-status-printer): Use a different face for
2688 directories. Don't display any text for directories in the state
2689 column. Add tooltips.
2690
2691 * vc.el (Todo): Update.
2692
2693 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
2694 * vc-rcs.el (vc-annotate-convert-time):
2695 * vc-mtn.el (vc-annotate-convert-time):
2696 * vc-git.el (vc-annotate-convert-time):
2697 * vc-cvs.el (vc-annotate-convert-time):
2698 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
2699
2700 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2701
2702 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
2703 instead of using view-mode.
2704
2705 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * Makefile.in (distclean): Don't delete *.elc and autogen files.
2708
2709 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2710
2711 * vc.el:
2712 * vc-hooks.el:
2713 * vc-dispatcher.el: Move vc-dir variables and functions ...
2714 * vc-dir.el: ... here. New file.
2715 * Makefile.in (ELCFILES): Add vc-dir.elc.
2716
2717 * vc.el: Move vc-annotate variables and functions ...
2718 * vc-annotate.el: ... here. New file.
2719 * Makefile.in (ELCFILES): Add vc-annotate.elc.
2720
2721 * vc-dav.el: Move here from url/vc-dav.el.
2722 (Todo): Note work needed to make this backend functional.
2723
2724 * Makefile.in (ELCFILES): Update vc-dav.el location.
2725
2726 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2727
2728 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2729
2730 2008-06-21 John Paul Wallington <jpw@pobox.com>
2731
2732 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
2733
2734 * textmodes/rst.el (rst-mode): Put docstring in right place.
2735
2736 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
2737
2738 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
2739 size for legibility.
2740
2741 * faces.el (fixed-pitch): Use "Monospace" family.
2742 (variable-pitch): Use "Sans" family.
2743 (face-font-family-alternatives): Define alternatives for "Sans"
2744 and "Monospace".
2745
2746 2008-06-21 Glenn Morris <rgm@gnu.org>
2747
2748 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
2749 Require 'cl when compiling.
2750
2751 * emacs-lisp/debug.el (help-xref-interned): Declare.
2752
2753 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
2754 Evaluate definition when compiling.
2755
2756 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
2757 rather than mouse-1.
2758 (bug-reference-url-format): Autoload safe if string.
2759 (bug-reference-bug-regexp): Make space after "bug" optional.
2760
2761 * Makefile.in (all): Explicitly pass EMACS to sub-make,
2762 for some non-GNU makes.
2763
2764 * cus-dep.el (custom-dependencies-no-scan-regexp):
2765 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
2766
2767 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
2768 increments.
2769
2770 * calendar/calendar.el: Factor out the magic numbers controlling the
2771 calendar layout.
2772 (calendar-month-digit-width, calendar-month-width)
2773 (calendar-right-margin): New variables.
2774 (calendar-recompute-layout-variables, calendar-set-layout-variable):
2775 New functions.
2776 (calendar-left-margin, calendar-intermonth-spacing)
2777 (calendar-column-width, calendar-day-header-width)
2778 (calendar-day-digit-width): New options.
2779 (calendar-first-date-row): New constant.
2780 (calendar-move-to-column, calendar-ensure-newline): New functions,
2781 replacing calendar-insert-indented.
2782 (calendar-insert-indented): Remove function.
2783 (calendar-generate-month): Use calendar-move-to-column and
2784 calendar-ensure-newline. Use layout variables.
2785 (calendar-generate, calendar-update-mode-line)
2786 (calendar-font-lock-keywords): Use layout variables.
2787 (calendar-column-to-month): New function.
2788 (calendar-cursor-to-date): Use calendar-column-to-month.
2789 Use layout variables.
2790 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2791 Use layout variables. Use calendar-column-to-month.
2792 (calendar-cursor-to-visible-date): Use layout variables.
2793
2794 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2795
2796 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
2797 (all): Run compile-last.
2798 (compile-onefile): New target.
2799 (compile-first): Simplify.
2800 (compile-last): Don't treat COMPILE_FIRST specially.
2801 (COMPILE_FIRST): List the elc files rather than the el files.
2802 (ELCFILES): Update.
2803
2804 2008-06-21 Ulf Jasper <ulf@web.de>
2805
2806 * net/newst-treeview.el: Remove dead code.
2807 (newsticker--window-config): Remove.
2808 (newsticker-treeview-quit): Do not save window config.
2809 (newsticker-treeview): Do not try to restore window config.
2810 (newsticker-groups, newsticker--treeview-list-sort-by-column)
2811 (newsticker--treeview-list-new-items)
2812 (newsticker--treeview-list-immortal-items)
2813 (newsticker--treeview-list-obsolete-items)
2814 (newsticker--treeview-list-all-items)
2815 (newsticker--treeview-list-feed-items): Fix documentation.
2816
2817 2008-06-21 Miles Bader <miles@gnu.org>
2818
2819 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
2820
2821 2008-06-21 Alan Mackenzie <acm@muc.de>
2822
2823 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
2824 infinite loop on invalid syntax.
2825
2826 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2827
2828 * textmodes/rst.el: Run rst-define-level-faces when loading.
2829 (rst-mode): Don't set the font-lock-multiline var.
2830 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
2831 Set the font-lock-multiline property by hand.
2832
2833 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
2834
2835 * Makefile.in (emacs-deps): Remove.
2836 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
2837 (all): Use them.
2838 (autogen-clean): Remove.
2839
2840 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * Makefile.in (all): New target.
2843 (bootstrap-prepare): Remove.
2844
2845 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
2846 the .elc file to batch-byte-compile.
2847
2848 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
2849 set-keymap-parents if set-keymap-parent doesn't exist.
2850
2851 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
2852 Allow more than one space before the |.
2853
2854 * textmodes/rst.el: Fix up docstring conventions.
2855 Move vars to before their first use.
2856 (rst-mode): Don't mess with font-lock-support-mode.
2857 (rst-suggest-new-decoration, rst-adjust-decoration):
2858 Avoid CL's copy-list.
2859 (rst-delete-entire-line): Use line-beginning-position.
2860 (rst-position): New fun.
2861 (rst-straighten-decorations): Use it instead of CL's position.
2862 (rst-straighten-bullets-region): Avoid CL's mapcar*.
2863 (rst-toc-mode): Use define-derived-mode.
2864 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
2865 Remove unused var `in-par'. Use `point' rather than `point-marker'.
2866 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
2867 (rst-replace-lines): Simplify.
2868 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
2869
2870 * simple.el (special-mode-map): New var.
2871 (special-mode): New major mode.
2872
2873 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2874
2875 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
2876 log-view-file-re.
2877
2878 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
2879 (vc-switch-backend): Simplify.
2880 (Todo): Remove solved items.
2881
2882 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
2883 the vc-backend property.
2884
2885 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2886
2887 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
2888 Bind inhibit-read-only since the buffer is always read-only.
2889
2890 2008-06-20 Ulf Jasper <ulf@web.de>
2891
2892 * net/newst-treeview.el (newsticker-treeview-own-frame):
2893 Change default value to nil.
2894 (newsticker--treeview-list-add-item)
2895 (newsticker--treeview-propertize-tag): Show item title in tooltip.
2896
2897 2008-06-20 Martin Blais <blais@furius.ca>
2898 Stefan Merten <smerten@oekonux.de>
2899 David Goodger <goodger@python.org>
2900
2901 * textmodes/rst.el: New file.
2902
2903 2008-06-20 Sam Steingold <sds@gnu.org>
2904
2905 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
2906 remove DIRECTORY entries.
2907
2908 2008-06-20 Eli Zaretskii <eliz@gnu.org>
2909
2910 * makefile.w32-in (distclean): Depend on `clean'.
2911 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
2912 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
2913 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
2914 empty cus-load.el with `echo', and include "Local Variables"
2915 section to prevent the empty file from being compiled.
2916 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
2917 that generate an empty cus-load.el.
2918
2919 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
2920
2921 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2922 Don't copy ldefs-boot.el over loaddefs.el.
2923 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
2924 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
2925 to loaddefs.el; they are not needed now. Add coding cookie.
2926
2927 2008-06-20 Miles Bader <miles@gnu.org>
2928
2929 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2930 Strip unnecessary list levels from SPECS.
2931 (buffer-face-set, buffer-face-toggle):
2932 Change argument from FACE to &rest SPECS, and strip unnecessary
2933 list levels from SPECS.
2934 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
2935
2936 2008-06-20 Jason Rumney <jasonr@gnu.org>
2937
2938 * international/fontset.el (setup-default-fontset): Specify script
2939 for latin use of iso10646-1. Fix use of lang tags.
2940
2941 2008-06-19 Miles Bader <miles@gnu.org>
2942
2943 * face-remap.el (text-scale-increase): Start from zero if
2944 text-scale-mode isn't enabled.
2945
2946 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2947
2948 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
2949 frame parameters after setting up the `default' face.
2950
2951 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2952
2953 * faces.el (face-set-after-frame-default): Don't exclude `default'.
2954
2955 2008-06-18 Glenn Morris <rgm@gnu.org>
2956
2957 * mouse.el (buffer-face-mode-invoke): Declare.
2958
2959 * Makefile.in (ELCFILES): Add org/org-id.elc.
2960
2961 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
2962 * calendar/cal-menu.el (cal-menu-holidays-menu):
2963 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
2964 (cal-menu-today-holidays): Remove function.
2965
2966 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
2967 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2968 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
2969 Remove unused functions.
2970 (calendar-mouse-view-diary-entries): Use format rather than concat.
2971
2972 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
2973 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2974 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
2975
2976 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
2977 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2978 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
2979 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
2980 cal-menu-event-to-date.
2981
2982 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
2983 Handle mouse events.
2984 * calendar/cal-tex.el (cal-tex-cursor-year)
2985 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2986 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2987 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2988 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
2989 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
2990 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
2991 (cal-tex-cursor-month): Mark N as optional.
2992 * calendar/cal-menu.el (calendar-mouse-tex-day)
2993 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
2994 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
2995 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
2996 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
2997 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
2998 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
2999 Remove functions.
3000 (cal-menu-context-mouse-menu): Replace the above functions with the
3001 cal-tex versions. Add HTML submenu.
3002
3003 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3004
3005 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
3006 text command mode.
3007 (gdb): Explain that gud-gdb is needed for text command mode.
3008
3009 2008-06-17 Martin Rudalics <rudalics@gmx.at>
3010
3011 * window.el (split-height-threshold): Remove spurious extra line.
3012
3013 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
3016 (calendar-set-mark):
3017 * calendar/diary-lib.el (diary-insert-entry):
3018 * calendar/solar.el (calendar-sunrise-sunset): Use it.
3019 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
3020 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
3021 (cal-menu-context-mouse-menu): Use calendar-set-mark,
3022 diary-insert-entry, and calendar-sunrise-sunset instead.
3023
3024 * vc.el (vc-deduce-fileset): Add arg `only-files'.
3025 (vc-next-action): Pass the new arg.
3026 (vc-register): Don't use `only-files'.
3027 Don't set `backup-inhibited' in the current buffer.
3028
3029 2008-06-17 Miles Bader <miles@gnu.org>
3030
3031 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
3032
3033 * face-remap.el (buffer-face-mode-face)
3034 (buffer-face-mode-remapping): New variables.
3035 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
3036 (buffer-face-mode-invoke): New functions.
3037 (variable-pitch-mode-remapping): Variable removed.
3038 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
3039
3040 * face-remap.el (internal-lisp-face-attributes): New variable.
3041 (face-attrs-more-relative-p, face-remap-order): New functions.
3042 (face-remap-add-relative): Use `face-remap-order'.
3043
3044 2008-06-17 Glenn Morris <rgm@gnu.org>
3045
3046 * mouse.el (x-select-font): Declare.
3047
3048 * calendar/calendar.el (calendar-move-hook):
3049 Add calendar-update-mode-line as an option.
3050 (calendar-date-echo-text): New user option.
3051 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
3052 (calendar-insert-indented): Simplify newline insertion.
3053 (calendar-describe-mode): Remove unused function.
3054 (calendar-mode-line-entry): New function.
3055 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
3056 Mark as risky.
3057 (calendar-mouse-other-month): Remove function.
3058 (calendar-other-month): Handle mouse events.
3059 (calendar-goto-info-node): Call fit-window-to-buffer.
3060 (calendar-mode): Use define-derived-mode. Doc fix.
3061 (calendar-update-mode-line): Tweak whitespace.
3062
3063 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3064
3065 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
3066 (vc-dir-marked-only-files): vc-string-prefix-p.
3067
3068 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
3069
3070 * progmodes/gdb-ui.el (gdb-memory-set-address)
3071 (gdb-memory-set-repeat-count): Allow keyboard bindings.
3072 (gdb-memory-mode-map): Bind above functions respectively
3073 to 'S' and 'N'.
3074
3075 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
3076
3077 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
3078
3079 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
3080
3081 * log-view.el (vc-diff-internal): Declare for compiler.
3082
3083 * vc-bzr.el (log-view-per-file-logs):
3084 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
3085
3086 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
3087
3088 * mouse.el (mouse-appearance-menu-map): New var.
3089 (mouse-appearance-menu): New function.
3090 Bind it to S-down-mouse-1.
3091
3092 2008-06-15 Juri Linkov <juri@jurta.org>
3093
3094 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
3095 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
3096 as the second element.
3097 (Info-build-toc): Add PARENT element extracted from the Up pointer.
3098 Don't print progress messages.
3099 (Info-toc-nodes): New variable and function.
3100 (Info-index-nodes): Optimize non-string file name case.
3101 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
3102 (Info-insert-breadcrumbs): Use the cached document structure instead
3103 of visiting all ancestor nodes. Remove the initial `>'.
3104
3105 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3106
3107 * log-view.el (log-view-diff-changeset): New function.
3108 (log-view-mode-map, log-view-mode-menu): Bind it.
3109 (log-view-per-file-logs, log-view-vc-fileset)
3110 (log-view-vc-backend): New variables.
3111 (log-view-find-revision, log-view-modify-change-comment)
3112 (log-view-annotate-version): Throw an error if the log is for more
3113 than one file and we can't find the current file. Get the current
3114 file from log-view-vc-fileset if necessary.
3115 (log-view-diff): Get the current file from log-view-vc-fileset if
3116 necessary.
3117
3118 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
3119
3120 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
3121 (vc-hg-log-view-mode): Declare for compiler.
3122 (vc-hg-log-view-mode): Set log-view-per-file-logs and
3123 log-view-file-re.
3124 (vc-hg-diff): If no file is passed, use default-directory for cwd.
3125
3126 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
3127
3128 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
3129
3130 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
3131
3132 * net/tramp.el (tramp-handle-start-file-process):
3133 Clear modification time of the connection buffer.
3134 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
3135 (tramp-open-connection-setup-interactive-shell): Flush cache, and
3136 restart `tramp-maybe-open-connection' when the remote system has
3137 been changed. Throw 'uname-changed event.
3138 (tramp-maybe-open-connection): Catch it.
3139
3140 * net/tramp-cmds.el (tramp-cleanup-all-connections):
3141 Reset `tramp-locked'.
3142
3143 2008-06-15 Ulf Jasper <ulf@web.de>
3144
3145 * net/newst-treeview.el (newsticker--treeview-list-update)
3146 (newsticker--treeview-item-update)
3147 (newsticker--treeview-tree-update)
3148 (newsticker-treeview-jump, newsticker-group-add-group)
3149 (newsticker-group-move-feed, newsticker-group-delete-group):
3150 Remove window dedication.
3151 (newsticker--group-manage-orphan-feeds): Handle ill-valued
3152 newsticker-groups.
3153 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
3154
3155 2008-06-15 Andreas Schwab <schwab@suse.de>
3156
3157 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
3158 when parsing CVS/Repository.
3159
3160 * wdired.el (wdired-search-and-rename): Fix undocumented change.
3161
3162 2008-06-15 Ulf Jasper <ulf@web.de>
3163
3164 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
3165 (newsticker-extra-face, newsticker-enclosure-face): Moved to
3166 net/newst-reader.el.
3167
3168 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
3169 (newsticker-extra-face, newsticker-enclosure-face): Moved from
3170 net/newst-reader.el.
3171
3172 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3173
3174 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
3175 Catch and recover from case when the bytes we thought we were reading
3176 turn out to be something else entirely, such as latin-1 chars from
3177 quail. See bug#396.
3178
3179 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3180
3181 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
3182 (vc-register): Call the backend function only once, instead of
3183 once for each file.
3184 (vc-next-action): Update call to vc-register.
3185 (vc-dir-register): Remove function.
3186 (vc-dir): Bind vc-register instead of vc-dir-register.
3187
3188 2008-06-14 Glenn Morris <rgm@gnu.org>
3189
3190 * Makefile.in (ELCFILES): Add net/newst-*.el.
3191
3192 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3193
3194 * wdired.el (wdired-do-renames): New function.
3195 (wdired-finish-edit): Use it to.
3196 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
3197
3198 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
3201
3202 2008-06-14 Martin Rudalics <rudalics@gmx.at>
3203
3204 * window.el (window--even-window-heights): Even window heights
3205 only if the selected window is higher than WINDOW.
3206 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3207
3208 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3209
3210 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
3211
3212 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3213
3214 * term/linux.el (terminal-init-linux): Load t-mouse.
3215
3216 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3217 Drew Adams <drew.adams@oracle.com>
3218
3219 * info.el (Info-breadcrumbs-depth): New var.
3220 (Info-insert-breadcrumbs): New function.
3221 (Info-fontify-node): Use it.
3222 (Info-mode-map): Move initialization into declaration.
3223
3224 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
3225
3226 Rename net/newsticker-*.el to net/newst-*.el.
3227 * net/newst-backend.el: Rename from net/newsticker-backend.el.
3228 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
3229 * net/newst-reader.el: Rename from net/newsticker-reader.el.
3230 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
3231 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
3232 * net/newsticker-backend.el: Rename to net/newst-backend.el.
3233 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
3234 * net/newsticker-reader.el: Rename to net/newst-reader.el.
3235 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
3236 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
3237
3238 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3239
3240 * progmodes/compile.el (compilation-start): Don't disable undo in
3241 comint buffer. Don't override the comint-filter with our own.
3242 (compilation-filter): Change point's insertion-type.
3243
3244 * comint.el (comint-output-filter): Use copy-marker.
3245
3246 2008-06-13 David Reitter <david.reitter@gmail.com>
3247
3248 * textmodes/flyspell.el (mail-mode-flyspell-verify):
3249 Check message-signature-separator exists before using it.
3250
3251 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
3252
3253 * vc.el (vc-delete-file): Bind default-directory before calling
3254 the backend.
3255 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
3256 (vc-annotate-show-diff-revision-at-line-internal): ... here.
3257 New function.
3258 (vc-annotate-show-changeset-diff-revision-at-line): New function.
3259 (vc-annotate-mode-menu): Bind it.
3260
3261 2008-06-13 Jason Rumney <jasonr@gnu.org>
3262
3263 * term/w32-win.el (mouse-set-font): Remove overridden function.
3264 (w32-select-font): Declare as obsolete alias for x-select-font.
3265
3266 2008-06-13 Daniel Engeler <engeler@gmail.com>
3267
3268 These changes add serial port access.
3269 * term.el (term-update-mode-line): Modify.
3270 (serial-port-is-file-p, serial-nice-speed-history)
3271 (serial-no-speed, serial-mode-line-speed-menu)
3272 (serial-mode-line-config-menu): New variables and constants.
3273 (serial-name-history, serial-speed-history)
3274 (serial-supported-or-barf, serial-read-name, serial-read-speed)
3275 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
3276 (serial-mode-line-speed-menu, serial-update-speed-menu)
3277 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
3278 (serial-update-config-menu): New functions.
3279
3280 2008-06-13 Glenn Morris <rgm@gnu.org>
3281
3282 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
3283
3284 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
3285
3286 2008-06-13 Kenichi Handa <handa@m17n.org>
3287
3288 * cus-face.el (custom-face-attributes): Add :foundry.
3289
3290 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
3291 (face-x-resources): Add :foundry.
3292 (face-valid-attribute-values): Likewise.
3293 (face-attribute-name-alist): Likewise.
3294 (describe-face): Likewise.
3295
3296 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3297
3298 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
3299
3300 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3301
3302 * longlines.el (longlines-search-forward, longlines-search-backward)
3303 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
3304
3305 2008-06-12 Sam Steingold <sds@gnu.org>
3306
3307 * vc.el (vc-rename-file): DTRT when the destination is a directory
3308 name and the source is a file.
3309
3310 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
3313
3314 2008-06-12 Glenn Morris <rgm@gnu.org>
3315
3316 * progmodes/f90.el (f90-beginning-of-subprogram)
3317 (f90-end-of-subprogram): Only give a message when interactive.
3318
3319 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
3320
3321 * progmodes/cperl-mode.el (cperl-info-on-command):
3322 Use display-pixel-height rather than x-display-pixel-height.
3323
3324 * mail/rmailedit.el (rmail-cease-edit):
3325 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
3326
3327 * emulation/edt.el (edt-xserver):
3328 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
3329
3330 * emulation/edt-mapper.el: Drop test for Emacs < 19.
3331
3332 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
3333 Evaluate definitions when compiling. Reverse tests.
3334
3335 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
3336 use unless.
3337
3338 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
3339
3340 * textmodes/artist.el (x-pointer-shape):
3341 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
3342 (x-open-connection, x-server-max-request-size, x-get-resource):
3343 * term/w32console.el (x-setup-function-keys):
3344 * term/w32-win.el (x-parse-geometry, x-resource-name)
3345 (generate-fontset-menu, image-library-alist, x-open-connection)
3346 (setup-default-fontset, set-fontset-font, setup-default-fontset)
3347 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
3348 (x-get-resource):
3349 * term/mac-win.el (x-parse-geometry, x-resource-name)
3350 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
3351 (new-fontset, x-display-list, x-open-connection, x-get-resource):
3352 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
3353 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
3354 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
3355 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
3356 (tooltip-identifier-from-point, define-fringe-bitmap):
3357 * play/gamegrid.el (image-size):
3358 * play/bubbles.el (image-size):
3359 * mail/emacsbug.el (x-server-vendor, x-server-version):
3360 * international/mule-util.el (internal-char-font):
3361 * international/mule-diag.el (font-info, query-fontset, fontset-info)
3362 (fontset-alias-alist, fontset-list, fontset-plain-name):
3363 * international/mule-cmds.el (x-server-vendor, x-server-version):
3364 * international/fontset.el (font-encoding-charset-alist)
3365 (otf-script-alist, new-fontset, set-fontset-font)
3366 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
3367 (fontset-list, query-fontset, x-get-resource):
3368 * emulation/edt.el (x-server-vendor):
3369 * emulation/edt-mapper.el (x-server-vendor):
3370 * emacs-lisp/map-ynp.el (x-popup-dialog):
3371 * emacs-lisp/lmenu.el (x-popup-dialog):
3372 * x-dnd.el (x-window-property, x-change-window-property)
3373 (x-get-selection-internal):
3374 * woman.el (x-list-fonts):
3375 * w32-fns.el (x-server-version):
3376 * tooltip.el (x-show-tip, x-hide-tip):
3377 * tool-bar.el (image-mask-p):
3378 * thumbs.el (image-size):
3379 * term.el (overflow-newline-into-fringe):
3380 * subr.el (scroll-bar-scale):
3381 * startup.el (x-get-resource, tool-bar-mode, image-size):
3382 * select.el (x-get-selection-internal, x-own-selection-internal)
3383 (x-disown-selection-internal):
3384 * mouse.el (generate-fontset-menu):
3385 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
3386 * image.el (image-library-alist):
3387 * image-mode.el (image-size, image-refresh):
3388 * image-dired.el (clear-image-cache):
3389 * gs.el (x-display-mm-width, x-display-pixel-width)
3390 (x-display-mm-height, x-display-pixel-height)
3391 (x-change-window-property, x-display-grayscale-p, x-window-property):
3392 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
3393 (x-focus-frame, x-list-fonts, x-display-screens)
3394 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
3395 (x-display-mm-width, x-display-backing-store, x-display-save-under)
3396 (x-display-planes, x-display-color-cells, x-display-visual-class):
3397 * faces.el (internal-face-x-get-resource)
3398 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
3399 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
3400 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
3401 (x-parse-geometry, x-create-frame, x-setup-function-keys)
3402 (tool-bar-setup):
3403 * doc-view.el (clear-image-cache, image-size, tooltip-show):
3404 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
3405 * dframe.el (x-display-pixel-width, x-display-pixel-height):
3406 * descr-text.el (internal-char-font):
3407 Define for compiler, for builds without X.
3408
3409 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3410
3411 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
3412
3413 2008-06-11 Glenn Morris <rgm@gnu.org>
3414
3415 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
3416 before trying to move there.
3417 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
3418 is non-nil, indent most terminating statements like loop body.
3419
3420 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
3421 Gregorian date, and add it, not the local date, to diary-entries-list.
3422 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
3423
3424 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3425
3426 * progmodes/compile.el (compilation-filter): Fix up last change.
3427
3428 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
3429
3430 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
3431 (gpm-mouse-mode): Make it into a proper global minor mode.
3432
3433 * files.el (save-some-buffers-action-alist): Only use recursive-edit
3434 if the user enabled recursive-minibuffers.
3435
3436 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3437 Add support for scroll-other-window.
3438
3439 2008-06-11 Jason Rumney <jasonr@gnu.org>
3440
3441 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
3442 Use tmm-menubar if menu is disabled in this frame.
3443
3444 * menu-bar.el (menu-bar-open): Determine how to open menu bar
3445 from frame type, per documentation. Add w32 case.
3446
3447 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3448
3449 * minibuffer.el (completion--merge-suffix): New function.
3450 (completion-basic-try-completion): Use it.
3451 (completion-pcm--find-all-completions): Add argument `filter'.
3452 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
3453 New functions.
3454 (completion-pcm-try-completion): Use them.
3455
3456 * xt-mouse.el (turn-on-xterm-mouse-tracking)
3457 (turn-off-xterm-mouse-tracking): Use terminal-list.
3458
3459 * cus-start.el (underline-minimum-offset): Rename from
3460 x-underline-minimum-display-offset.
3461
3462 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
3463
3464 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
3465
3466 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
3467
3468 * mouse.el (mouse-select-font): New function.
3469
3470 * faces.el (face-spec-recalc): When the face is set using
3471 Customize, avoid recalculating it twice.
3472
3473 * menu-bar.el (menu-set-font): New function. Bind "Set Default
3474 Font" menu item to it. Apply selected font to all frames, and
3475 make it savable.
3476 (menu-bar-options-save): Save `default' font if changed.
3477
3478 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3479
3480 * ffap.el (ffap-string-at-point-mode-alist):
3481 Use alpha rather than lower.
3482
3483 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
3484
3485 * subr.el (momentary-string-display): Use an overlay.
3486
3487 * progmodes/compile.el (compilation-mode):
3488 Set window-point-insertion-type.
3489 (compilation-filter): Don't use insert-before-markers any more.
3490 * emacs-lisp/trace.el (trace-make-advice):
3491 Set window-point-insertion-type in the trace buffer.
3492 * startup.el (normal-top-level): Set window-point-insertion-type in
3493 *Messages*.
3494 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
3495 (telnet-filter): Don't use insert-before-markers any more.
3496 * comint.el (comint-mode): Set window-point-insertion-type.
3497 (comint-output-filter): Don't use insert-before-markers any more.
3498 * button.el (make-text-button): Allow `start' to be a string.
3499
3500 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
3501
3502 * emacs-lisp/autoload.el (autoload-rubric):
3503 Fix coding cookie not to force Unix EOL.
3504
3505 2008-06-10 Martin Rudalics <rudalics@gmx.at>
3506
3507 * window.el (window--splittable-p, window--try-to-split-window):
3508 Don't use with-selected-window to avoid messing up get-lru-window.
3509 Reported by David Hansen <david.hansen@gmx.net>.
3510
3511 2008-06-10 Glenn Morris <rgm@gnu.org>
3512
3513 * subr.el (locate-library): Doc fix.
3514
3515 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
3516 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
3517 Check tool-bar-map is bound, for non-X builds.
3518
3519 * net/newsticker-reader.el (newsticker--next-item-image)
3520 (newsticker--previous-item-image, newsticker--previous-feed-image)
3521 (newsticker--next-feed-image, newsticker--mark-read-image)
3522 (ewsticker--mark-immortal-image, newsticker--narrow-image)
3523 (newsticker--get-all-image, newsticker--update-image)
3524 (newsticker--browse-image): Check xpm images are available.
3525 (newsticker--mark-read-image, newsticker--mark-immortal-image)
3526 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
3527
3528 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
3529 (newsticker--plainview-tool-bar-map, newsticker-mode):
3530 Check tool-bar-map is bound, for non-X builds.
3531 (w3m-toggle-inline-image): Declare.
3532
3533 * net/newsticker-backend.el (tool-bar-map): Don't declare.
3534
3535 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
3536
3537 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
3538 (finder-compile-keywords): Move let to where needed.
3539 (finder-mouse-face-on-line): Go back one more line if needed.
3540 (finder-list-matches): Use cadr.
3541 (finder-goto-xref): New function.
3542 (finder-commentary): Add buttons to jump to foo.el libraries.
3543
3544 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3545
3546 * apropos.el (apropos-function, apropos-macro, apropos-command)
3547 (apropos-variable, apropos-face, apropos-group, apropos-widget)
3548 (apropos-plist): Add apropos-short-label property.
3549 (apropos-multi-type): New variables.
3550 (apropos-command, apropos-value): Set it.
3551 (apropos-compact-layout): New custom.
3552 (apropos-print, apropos-print-doc): Use it.
3553 (apropos-print): Truncate lines.
3554
3555 2008-06-09 Kenichi Handa <handa@m17n.org>
3556
3557 * international/fontset.el (font-encoding-alist):
3558 Add an entry for "ascii-0".
3559
3560 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
3561
3562 * language/hanja-util.el (hanja-init-load): Show the message only
3563 when loading a table.
3564
3565 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
3566
3567 * net/newsticker-treeview.el (newsticker-treeview):
3568 * net/newsticker-plainview.el (newsticker-plainview):
3569 Add autoload cookie.
3570
3571 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
3572
3573 * net/newsticker.el: Split up into newsticker-backend, -ticker,
3574 -reader, -plainview, and -treeview.
3575 (newsticker-version): Change to 1.99.
3576
3577 * net/newsticker-backend.el: New. Move backend functionality from
3578 newsticker.el to newsticker-backend.el.
3579 (newsticker--download-logos): New.
3580 (newsticker--sentinel-callback): New.
3581 (newsticker--set-customvar): Remove. Split up into specific
3582 functions related to retrieval, ticker, buffer, and display.
3583 (newsticker--set-customvar-retrieval): New. Extracted from
3584 `newsticker--set-customvar'.
3585 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
3586 (newsticker-url-list-defaults):
3587 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3588 (newsticker-url-list): Doc changed. URL can be a function.
3589 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3590 (newsticker-retrieval-method): New.
3591 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
3592 (newsticker-retrieval-interval):
3593 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3594 (newsticker-desc-comp-max): Change :group.
3595 (newsticker--cache): Doc changed.
3596 (newsticker--guid-to-string): New.
3597 (newsticker--guid): Use `newsticker--guid-to-string'.
3598 (newsticker--real-feed-name): New.
3599 (newsticker--start-feed): New. Extracted from `newsticker-start'.
3600 (newsticker-start): Use `insert-file-contents' for reading cache.
3601 Use `newsticker--start-feed'.
3602 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
3603 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
3604 Use `newsticker--stop-feed'.
3605 (newsticker-save-item): New.
3606 (newsticker--get-news-by-funcall): New.
3607 (newsticker-get-news): Handle new retrieval methods.
3608 (newsticker--sentinel): Use `newsticker--sentinel-work'.
3609 (newsticker--sentinel-work): New. Extracted from
3610 `newsticker--sentinel'. Use `newsticker--download-logos',
3611 `newsticker--sentinel-callback'.
3612 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
3613 (newsticker--parse-atom-1.0): Fix link determination.
3614 (newsticker--parse-rss-0.91): Fix time determination.
3615 (newsticker--parse-rss-0.92): Fix time determination.
3616 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
3617 (newsticker--parse-generic-feed): New arg order in
3618 `newsticker--cache-add'.
3619 (newsticker--parse-generic-items): Fix for multiple items.
3620 New arg order in `newsticker--cache-add'.
3621 (newsticker--forget-preformatted): Check whether
3622 `newsticker--buffer-set-uptodate' is fbound.
3623 (newsticker--decode-iso8601-date): Handle fractions of seconds.
3624 (newsticker--decode-rfc822-date): Partial timezone handling.
3625 (newsticker--cache-contains): Fix guid problem.
3626 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
3627 (newsticker--cache-save): New.
3628 (newsticker--cache-update): Use temp buffer.
3629 (newsticker--stat-num-items): Allow multiple AGE args.
3630 (newsticker--stat-num-items-total): New.
3631 (newsticker--opml-import-outlines): New.
3632 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
3633 (newsticker--do-run-auto-mark-filter): Doc changed.
3634 (newsticker-retrieve-random-message): New.
3635
3636 * net/newsticker-ticker.el: New. Move ticker functionality from
3637 net/newsticker.el to net/newsticker-ticker.el.
3638 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
3639 `newsticker--ticker-timer'.
3640 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
3641 to `newsticker--ticker-timer'.
3642 (newsticker--set-customvar-ticker): New. Extracted from
3643 `newsticker--set-customvar'.
3644 (newsticker-ticker-interval): Rename `newsticker-display-interval'
3645 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
3646 for :set. Change :group.
3647 (newsticker-scroll-smoothly): Doc changed. Change :group.
3648 (newsticker-hide-immortal-items-in-echo-area)
3649 (newsticker-hide-old-items-in-echo-area)
3650 (newsticker-hide-obsolete-items-in-echo-area):
3651 Use `newsticker--set-customvar-ticker for :set. Change :group.
3652 (newsticker-start-ticker): Rename `newsticker--display-timer' to
3653 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
3654 to `newsticker-ticker-interval'.
3655 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
3656 `newsticker--ticker-timer'.
3657
3658 * net/newsticker-reader.el: New. Move reader functionality from
3659 net/newsticker.el to net/newsticker-reader.el.
3660 (newsticker--set-customvar-formatting): New. Extracted from
3661 `newsticker--set-customvar'.
3662 (newsticker-reader, newsticker-frontend): New.
3663 (newsticker-enable-logo-manipulations): Change :group.
3664 (newsticker-justification): Use `newsticker--set-customvar-formatting'
3665 for :set. Change :group.
3666 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
3667 for :set. Change :group.
3668 (newsticker-html-renderer): Doc changed.
3669 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3670 (newsticker-date-format):
3671 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3672 (newsticker--insert-enclosure):
3673 Rename `newsticker--buffer-insert-enclosure' to
3674 `newsticker--insert-enclosure'. Add keymap arg.
3675 (newsticker--print-extra-elements):
3676 Rename `newsticker--buffer-print-extra-elements' to
3677 `newsticker--print-extra-elements'. Add keymap arg.
3678 (newsticker--do-print-extra-element):
3679 Rename `newsticker--buffer-do-print-extra-element' to
3680 `newsticker--do-print-extra-element'. Add keymap arg.
3681 (newsticker-show-news): Use `newsticker-frontend'.
3682
3683 * net/newsticker-plainview.el: New. Move plainview functionality
3684 from net/newsticker.el to net/newsticker-reader.el.
3685 (newsticker-plainview): New.
3686 (newsticker--set-customvar-sorting): New. Extracted from
3687 `newsticker--set-customvar'.
3688 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
3689 for :set. Changed :group.
3690 (newsticker-heading-format, newsticker-item-format)
3691 (newsticker-desc-format, newsticker-statistics-format):
3692 Use `newsticker--set-customvar-formatting for :set. Change :group.
3693 (newsticker-faces): Change :group.
3694 (newsticker-default-face): Enable again.
3695 (newsticker-hide-old-items-in-newsticker-buffer)
3696 (newsticker-show-descriptions-of-new-items):
3697 Use `newsticker--set-customvar-buffer' for :set. Change :group.
3698 (newsticker-show-all-news-elements): Change :group.
3699 (newsticker-plainview-hooks): New.
3700 (newsticker-select-item-hook, newsticker-select-feed-hook)
3701 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
3702 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
3703 to `newsticker--plainview-tool-bar-map'.
3704 (newsticker--url-keymap): Add mouse-1 binding.
3705 (newsticker-plainview): New.
3706 (newsticker-mark-all-items-of-feed-as-read): Change doc.
3707 (newsticker--buffer-do-insert-text): Use renamed
3708 newsticker--[buffer-]insert-enclosure and
3709 newsticker--[buffer-]print-extra-elements.
3710 (newsticker--buffer-set-faces): Use newsticker-default-face.
3711
3712 * net/newsticker-treeview.el: New.
3713
3714 2008-06-08 Andreas Schwab <schwab@suse.de>
3715
3716 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
3717
3718 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
3719
3720 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
3721 empty line.
3722
3723 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
3724
3725 2008-06-08 Martin Rudalics <rudalics@gmx.at>
3726
3727 * window.el (split-height-threshold, split-width-threshold):
3728 Add choice nil.
3729 (split-window-preferred-function): Allow either nil or a function.
3730 (window--splittable-p, window--try-to-split-window):
3731 Handle changed option values.
3732
3733 (window--frame-usable-p): Handle nil argument.
3734
3735 (display-buffer): Call get-lru-window when pop-up-windows is nil
3736 and window can't be split.
3737
3738 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
3739
3740 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
3741
3742 * net/tramp.el (top): Quote feature names. Remove
3743 `tramp-rfn-eshadow-setup-minibuffer' from
3744 `rfn-eshadow-setup-minibuffer-hook' when unloading.
3745 (tramp-read-passwd): There is only one call to
3746 `auth-source-user-or-password' needed. Pacify byte compiler.
3747
3748 2008-06-08 Andreas Schwab <schwab@suse.de>
3749
3750 * window.el (display-buffer): Use lru window if current window
3751 cannot be split.
3752
3753 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3754
3755 * apropos.el (apropos-library): New command and new button.
3756 (apropos-library-button): New function.
3757
3758 * apropos.el: Remove spurious * in docstrings.
3759 (apropos-label-face): Use variable pitch.
3760 (apropos-print): Use dolist and with-current-buffer.
3761 (apropos-print-doc): Use when.
3762
3763 * window.el (special-display-p, display-buffer):
3764 Fix up C->Elisp transcription error.
3765
3766 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3767
3768 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3769 (byte-compile-file): Initialize it.
3770 (byte-compile-nogroup-warn): Keep track of the current group.
3771
3772 2008-06-08 Glenn Morris <rgm@gnu.org>
3773
3774 * Makefile.in (compile, compile-always, bootstrap-prepare):
3775 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
3776
3777 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
3778
3779 * language/hanja-util.el (hanja-init-load): Use a char-table for
3780 hanja-table.
3781 (hangul-to-hanja-char): Adjust for the above change.
3782
3783 2008-06-07 Glenn Morris <rgm@gnu.org>
3784
3785 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
3786 lm-keywords.
3787
3788 * mail/sendmail.el (mail-interactive): Add :version.
3789
3790 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
3791 obsolete alias.
3792
3793 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
3794 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
3795 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
3796 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
3797 * eshell/esh-util.el, international/mule-cmds.el:
3798 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
3799 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
3800 Remove unnecessary eval-when-compiles and eval-and-compiles.
3801
3802 * Makefile.in (bootstrap-clean): Run autogen-clean.
3803 (maintainer-clean): No need to run autogen-clean now it is included in
3804 bootstrap-clean.
3805
3806 2008-06-06 Miles Bader <miles@gnu.org>
3807
3808 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
3809
3810 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
3811
3812 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
3813 longlines mode.
3814
3815 * replace.el (replace-search-function)
3816 (replace-re-search-function): New vars.
3817 (perform-replace): Use them.
3818
3819 * longlines.el (longlines-re-search-forward): New function.
3820 (longlines-mode): Bind replace-search-function and
3821 replace-re-search-function, to ensure that replacement commands
3822 treat newlines as spaces.
3823 (longlines-show-effect): Default to a pilcrow sign.
3824
3825 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3826
3827 * help.el (function-called-at-point):
3828 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
3829 even when calling find-tag-default.
3830
3831 2008-06-06 Daniel Colascione <danc@merrillpress.com>
3832
3833 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
3834 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
3835 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
3836 (nxml-fontify-buffer, nxml-do-fontify):
3837 Remove obsolete variables and functions.
3838 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
3839 (nxml-degrade, nxml-after-change, nxml-after-change1)
3840 (nxml-extend-region, nxml-extend-after-change-region)
3841 (nxml-extend-after-change-region1, nxml-fontify-matcher)
3842 (nxml-toggle-char-ref-extra-display): Use font-lock, and
3843 font-lock-extend-region-functions in particular, to fontify
3844 nxml-mode buffers.
3845 (nxml-debug-region): New debugging helper function.
3846
3847 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
3848 (nxml-scan-after-change, nxml-move-tag-backwards):
3849 Adapt for font-lock changes.
3850
3851 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
3852 (nxml-debug-set-inside, nxml-debug-clear-inside):
3853 New debugging functions.
3854 (nxml-with-degradation-on-error): New helper macro.
3855
3856 2008-06-06 Martin Rudalics <rudalics@gmx.at>
3857
3858 * window.el (display-buffer): Remove dead call to get-lru-window.
3859
3860 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3861
3862 * mail/sendmail.el (mail-interactive): Change default.
3863
3864 2008-06-05 John Paul Wallington <jpw@pobox.com>
3865
3866 * bindings.el (completion-ignored-extensions):
3867 Add .p64fsl, .d64fsl, and .dx64fsl.
3868
3869 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3870
3871 * ffap.el (ffap-prompter): Don't use the region.
3872
3873 2008-06-05 Sam Steingold <sds@gnu.org>
3874
3875 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
3876 subdirectory to be registered.
3877
3878 2008-06-05 Martin Rudalics <rudalics@gmx.at>
3879
3880 * window.el (display-buffer-function, special-display-p)
3881 (special-display-buffer-names, special-display-regexps)
3882 (special-display-function, same-window-p, same-window-buffer-names)
3883 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
3884 (pop-up-frame-function, pop-up-windows, even-window-heights)
3885 (split-window-preferred-function, split-height-threshold)
3886 (window--display-buffer-1, display-buffer, pop-to-buffer):
3887 Move from window.c and buffer.c.
3888 (window--splittable-p, window--try-to-split-window)
3889 (window--frame-usable-p, window--display-buffer-2)
3890 (window--even-window-heights): New functions.
3891 (split-width-threshold): New option.
3892 (split-window-preferred-horizontally): Remove.
3893
3894 * cus-start.el: Remove corresponding declarations.
3895
3896 2008-06-05 Sam Steingold <sds@gnu.org>
3897
3898 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
3899 an error on modified buffers.
3900
3901 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * progmodes/etags.el (tags-verify-table): Be careful to use and update
3904 tags-file-name and tags-table-list from the right buffer.
3905 (tags-table-check-computed-list, tags-table-extend-computed-list)
3906 (find-tag-noselect): Use with-current-buffer.
3907
3908 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
3909 Use print-circle.
3910
3911 * minibuffer.el (minibuffer-local-must-match-filename-map):
3912 Declare obsolete alias for the old name.
3913
3914 * abbrev.el (unexpand-abbrev): Better preserve markers.
3915
3916 2008-06-05 Glenn Morris <rgm@gnu.org>
3917
3918 * emacs-lisp/autoload.el (autoload-rubric): New function,
3919 extracted from autoload-ensure-default-file.
3920 (autoload-ensure-default-file): Use autoload-rubric.
3921
3922 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
3923 (custom-dependencies-no-scan-regexp): New variable.
3924 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
3925 Don't scan files matching custom-dependencies-no-scan-regexp.
3926 Disable undo in the output buffer. Remove kept-new-versions wackiness.
3927
3928 * finder.el (finder-headmark): Initialize and add doc string.
3929 (generated-finder-keywords-file): Doc fix.
3930 (finder-no-scan-regexp): New variable.
3931 (finder-compile-keywords): Use a single let binding.
3932 Disable undo in the output buffer. Use autoload-rubric.
3933 Use mapc rather than mapcar. Don't scan files matching
3934 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
3935 rather than concat. Use directory-files to do regexp matching.
3936 No need to require jka-compr.
3937 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
3938 (finder-list-matches): Disable undo.
3939 (finder-commentary): Use let rather than let*. Disable undo.
3940 (finder-current-item): Use zerop.
3941 (finder-mode): Use define-derived-mode.
3942 (finder-exit): Doc fix. Use dolist.
3943
3944 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
3945 (custom-deps): Don't require $(lisp)/cus-load.el.
3946 (custom-deps, finder-data): Don't depend on autoloads.
3947 Should not be needed now, and doing so was causing make install to
3948 re-dump emacs post-bootstrap.
3949 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
3950 mid-build forces some things to be rebuilt.
3951
3952 2008-06-05 Miles Bader <miles@gnu.org>
3953
3954 * face-remap.el
3955 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
3956 (face-remap-remove-relative): Renamed from
3957 `remove-relative-face-remapping'.
3958 (face-remap-reset-base): Renamed from
3959 `set-default-base-face-remapping'.
3960 (face-remap-set-base): Renamed from `set-base-face-remapping'.
3961 (text-scale-increase): Renamed from `increase-buffer-face-height'.
3962 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
3963 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
3964
3965 * face-remap.el (variable-pitch-mode): Autoload.
3966
3967 2008-06-04 Sam Steingold <sds@gnu.org>
3968
3969 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
3970 Generate extra status headers for a Mercurial tree.
3971
3972 2008-06-04 John Paul Wallington <jpw@pobox.com>
3973
3974 * echistory.el (electric-history-map): Define within defvar.
3975 Add docstring.
3976
3977 * font-lock.el (font-lock-turn-off-thing-lock)
3978 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
3979 Use `bound-and-true-p'.
3980 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
3981 Doc fixes.
3982
3983 * international/ccl.el (define-ccl-program): Add `doc-string'
3984 declaration.
3985
3986 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * face-remap.el (variable-pitch-mode): Reflow docstrings.
3989 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
3990
3991 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
3992
3993 * emacs-lisp/rx.el (rx): Doc fix.
3994
3995 2008-06-04 Markus Triska <markus.triska@gmx.at>
3996
3997 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
3998
3999 2008-06-04 Miles Bader <miles@gnu.org>
4000
4001 * face-remap.el (adjust-buffer-face-height): New function.
4002 Add autoloaded keybindings in ctl-x-map.
4003 (increase-buffer-face-height, decrease-buffer-face-height):
4004 Simplify interactive spec to just "p". Remove autoloaded keybindings.
4005
4006 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
4007
4008 * simple.el (line-move-1): If we did not move as far as desired,
4009 ensure that point-left and point-entered hooks are called.
4010
4011 2008-06-03 Sam Steingold <sds@gnu.org>
4012
4013 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
4014
4015 2008-06-03 John Paul Wallington <jpw@pobox.com>
4016
4017 * progmodes/make-mode.el (makefile-cleanup-continuations)
4018 (makefile-warn-suspicious-lines, makefile-warn-continuations):
4019 Use `derived-mode-p'.
4020
4021 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
4024 (ELCFILES): Update.
4025
4026 2008-06-03 Miles Bader <miles@gnu.org>
4027
4028 * face-remap.el: New file.
4029 * Makefile.in (ELCFILES): Add face-remap.elc.
4030
4031 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4032
4033 * progmodes/flymake.el (flymake-process-filter): Make sure the source
4034 buffer isn't dead.
4035
4036 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
4037 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
4038 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
4039 * obsolete/auto-show.el, obsolete/hscroll.el:
4040 Remove packages that were obsolete in Emacs-20, or that were obsolete
4041 in Emacs-21 and do not contain any more code.
4042
4043 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
4044 vc-client-mode is not set.
4045
4046 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
4047 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
4048
4049 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
4050 yet a bit more clever at distinguishing / from /.
4051
4052 2008-06-03 Kenichi Handa <handa@m17n.org>
4053
4054 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
4055
4056 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
4057
4058 * language/hanja-util.el: New file.
4059
4060 2008-06-03 Glenn Morris <rgm@gnu.org>
4061
4062 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
4063 Check that end-of-word follows "type".
4064
4065 2008-06-02 Daiki Ueno <ueno@unixuser.org>
4066
4067 * epa-file.el (epa-file-write-region): Write the entire buffer
4068 content if START is nil.
4069
4070 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
4071
4072 * select.el (x-get-selection): Fix typo.
4073
4074 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
4077 (describe-char): Use `looking-at-p', `string-match-p' when possible.
4078
4079 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4080
4081 * tar-mode.el (tar-header-block-summarize): Ensure one space around
4082 user&group.
4083
4084 2008-05-31 John Paul Wallington <jpw@pobox.com>
4085
4086 * help-fns.el (describe-variable-custom-version-info):
4087 Handle dotted `package-version' info.
4088
4089 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
4090
4091 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
4092
4093 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
4094
4095 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
4096 names and improve support for unregistered files.
4097
4098 2008-05-31 Glenn Morris <rgm@gnu.org>
4099
4100 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
4101 Remove shell variable `elc'. Split tests to hopefully be more portable.
4102 Fix `sel' assignment.
4103
4104 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
4105
4106 * minibuffer.el (completion-table-dynamic): Doc fix.
4107
4108 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
4111 Try and return `unregistered' when applicable.
4112
4113 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4114 Don't encourage naming variables with "-flag".
4115
4116 2008-05-30 Glenn Morris <rgm@gnu.org>
4117
4118 * Makefile.in (update-elclist): Hide the warning when it does not apply,
4119 make it milder when it does.
4120 (autogen-clean): New target.
4121 (maintainer-clean): Use autogen-clean.
4122
4123 * calendar/diary-lib.el (diary-display-function): New name for
4124 diary-display-hook. Keep old name as obsolete alias. Doc fix.
4125 Change custom type and version.
4126 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
4127 (diary-fancy-display): Doc fixes.
4128 (diary-list-entries, diary-include-other-diary-files)
4129 (diary-mail-entries):
4130 Use diary-display-function rather than diary-display-hook.
4131
4132 * calendar/appt.el (appt-check): Use diary-display-function rather than
4133 diary-display-hook.
4134 * calendar/cal-x.el (calendar-dedicate-diary): Update for
4135 diary-display-function replacing diary-display-hook.
4136 * org/org-agenda.el (org-get-entries-from-diary): Also set
4137 diary-display-function.
4138
4139 * calendar/cal-html.el (cal-html-list-diary-entries):
4140 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
4141 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
4142 argument of diary-list-entries rather than setting diary-display-hook.
4143
4144 2008-05-30 Kenichi Handa <handa@m17n.org>
4145
4146 * international/mule-conf.el (utf-8-with-signature): Renamed from
4147 utf-8-sig.
4148 (utf-8-auto): Adjusted for the above change.
4149
4150 * international/mule-diag.el (describe-font): Don't check fontset
4151 here, and just call font-info. Get the default font by from the
4152 default face.
4153
4154 2008-05-29 Kenichi Handa <handa@m17n.org>
4155
4156 * international/mule-conf.el (utf-8-sig, utf-8-auto):
4157 New coding systems.
4158
4159 * international/mule.el (define-coding-system): Accept :bom for utf-8.
4160
4161 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
4162
4163 * international/utf-7.el (utf-7-encode): Use the right escape char
4164 depending on imap/nonimap encoding.
4165
4166 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
4169
4170 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
4171
4172 * icomplete.el (icomplete-prospects-height): Add :group.
4173
4174 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4175
4176 * icomplete.el (icomplete-prospects-length): Make obsolete.
4177 (icomplete-prospects-height): New var.
4178 (icomplete-completions): Use it.
4179
4180 2008-05-29 David Kastrup <dak@gnu.org>
4181
4182 * autoinsert.el (auto-insert): Add :link.
4183
4184 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4185
4186 * tar-mode.el (tar-header): New field `header-start'.
4187 (tar-header-block-tokenize): Set it when useful.
4188 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
4189 (tar-header-data-end): New function.
4190 (tar-summarize-buffer): Use it.
4191 (tar-next-line): Fix goal column for long usernames.
4192 (tar-expunge-internal): Use header-start.
4193 (tar-rename-entry): Handle ustar-style long names.
4194 (tar-alter-one-field): Add optional `descriptor' argument.
4195 (tar-subfile-save-buffer): Use it.
4196
4197 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * tar-mode.el (tar-header): New field `header-start'.
4200 (tar-header-block-tokenize): Set header-start for longlink entries.
4201 (tar-expunge-internal): Use header-start to expunge longlink entries.
4202
4203 * files.el (hack-local-variables): Don't signal an error if the local
4204 variable section is not properly terminated.
4205
4206 * emacs-lisp/easymenu.el (easy-menu-convert-item)
4207 (easy-menu-convert-item-1): Move the duplicate-generation outside of
4208 the caching so it also works for identical entries.
4209
4210 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
4211 (tar-mode): Use write-region-annotate-functions rather than
4212 write-contents-functions.
4213 (tar-extract): Remove unused var `pos'.
4214 (tar-subfile-save-buffer): Remove unused var `following-descs'.
4215 (tar-mode-write-file): Remove.
4216 (tar-write-region-annotate): New function.
4217
4218 * progmodes/flymake.el (flymake-save-buffer-in-file):
4219 * shadowfile.el (shadow-copy-file):
4220 * arc-mode.el (archive-*-write-file-member):
4221 * files.el (diff-buffer-with-file):
4222 * subr.el (with-temp-file): Pass nil to write-region.
4223 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
4224
4225 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
4226 the custom.
4227
4228 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
4229 to write-region.
4230
4231 2008-05-28 Glenn Morris <rgm@gnu.org>
4232
4233 * Makefile.in (update-elclist): Work around non-portability of "\"
4234 in various implementations of echo.
4235
4236 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4237
4238 * international/mule-diag.el (describe-current-coding-system):
4239 Don't assume selection-coding-system is always defined.
4240
4241 * tar-mode.el: Use defstruct and markers.
4242 (tar-setf): Remove.
4243 (tar-header): Use defstruct. Add `data-start' field.
4244 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
4245 (tar-desc-data-start): Remove (now called tar-header-data-start).
4246 (tar-roundup-512): New fun.
4247 (tar-header-block-tokenize): Receive a buffer position rather than
4248 a string. Handle @longLink here, be more careful about it.
4249 Create a marker for data-start.
4250 (tar-summarize-buffer): Don't handle @LongLink here any more.
4251 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
4252 data-start on the following entries any more.
4253 (tar-chown-entry, tar-chgrp-entry): Use read-number.
4254
4255 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
4256 (tar-header-offset): Remove.
4257 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
4258 Not permanent any more.
4259 (tar-data-buffer): New var.
4260 (tar-data-swapped-p, tar-change-major-mode-hook)
4261 (tar-mode-kill-buffer-hook): New funs.
4262 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
4263 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
4264 (tar-clear-modification-flags, tar-alter-one-field)
4265 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
4266 Change accordingly.
4267
4268 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
4269
4270 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
4271 (vc-dir-resynch-file): ... this. Update callers.
4272 Use vc-string-prefix-p. Ignore directory args.
4273 (vc-string-prefix-p): CSE.
4274 (vc-resynch-buffer): Restore conditional.
4275
4276 * vc-hooks.el (vc-after-save): Improve test.
4277 (vc-mode-line): Fix indentation.
4278
4279 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
4280
4281 * calendar/parse-time.el (parse-time-months)
4282 (parse-time-weekdays): Add long-form month and day names.
4283
4284 2008-05-27 Glenn Morris <rgm@gnu.org>
4285
4286 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
4287
4288 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * vc-dispatcher.el (vc-string-prefix-p): New function.
4291 (vc-dir-parent-marked-p): Use it.
4292
4293 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
4294
4295 * vc.el (Problems): Remove fixed issues.
4296 (vc-expand-dirs): Avoid returning directories.
4297 (vc-dir): Fix C-x v v binding.
4298 (vc-make-backend-object): Fix name.
4299 (vc-dir-show-fileentry): Fix docstring.
4300 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
4301 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
4302 Reset the state for directories.
4303 (vc-dir-headers): Align labels.
4304 (vc-default-status-printer): Do no call prettify-state-info.
4305 (vc-deduce-fileset): Replace implementation with one based on a
4306 working older version.
4307 (vc-next-action): Use the new form of vc-deduce-fileset.
4308 Fix dealing with unregistered files.
4309
4310 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
4311 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
4312 (vc-dir-child-files): New function.
4313 (vc-dir-node-directory): New function.
4314 (vc-dir-update, vc-dir-parent-marked-p)
4315 (vc-dir-children-marked-p, vc-dir-mark-all-files)
4316 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
4317
4318 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
4319
4320 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4321
4322 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
4323 (diff-font-lock-keywords, diff-context->unified)
4324 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
4325 (diff-hunk-text, diff-find-source-location): Use it.
4326 (diff-post-command-hook): Let the user edit the hunk headers.
4327
4328 2008-05-26 Andreas Schwab <schwab@suse.de>
4329
4330 * vc.el (vc-default-prettify-state-info): Fix formatting of an
4331 unknown state.
4332
4333 * tar-mode.el (tar-summarize-buffer): Comment fix.
4334
4335 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4336
4337 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
4338
4339 2008-05-26 Glenn Morris <rgm@gnu.org>
4340
4341 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
4342
4343 2008-05-25 John Paul Wallington <jpw@pobox.com>
4344
4345 * proced.el (proced-next-line, proced-previous-line):
4346 Avoid calling `next-line' and `previous-line' from Lisp code.
4347
4348 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
4349
4350 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
4351 Use diary-ordinal-suffix.
4352
4353 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
4354
4355 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
4356 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
4357 (edebug-save-displayed-buffer-points, edebug-initial-mode)
4358 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
4359 (edebug-print-length, edebug-print-level, edebug-print-circle)
4360 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
4361 (edebug-global-break-condition, edebug-sit-for-seconds):
4362 Remove spurious * from defcustom docstrings.
4363 (edebug-unwrap*, edebug-signal, edebug-eval-display):
4364 Improve argument/docstring consistency.
4365 (edebug-test-coverage, edebug-gensym, edebug-read)
4366 (edebug-top-level-nonstop, edebug-eval-result-list)
4367 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
4368 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
4369 (edebug-display-freq-count): Reflow docstrings.
4370 (edebug-restore-status): Doc fix.
4371
4372 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * proced.el (proced-header-line): Use the :align-to 0 feature
4375 rather than computing the corresponding position manually.
4376 (proced-update): Don't hardcode point-min==1.
4377
4378 2008-05-24 Alan Mackenzie <acm@muc.de>
4379
4380 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
4381 if c-file-style is set to a non-string.
4382
4383 (c-neutralize-CPP-line): Surround by `save-excursion'.
4384 (c-neutralize-syntax-in-CPP): Optimize for speed.
4385
4386 2008-05-24 Glenn Morris <rgm@gnu.org>
4387
4388 * Makefile.in (update-elclist): New target, to update ELCFILES.
4389 (bootstrap-after): Run update-elclist.
4390
4391 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
4392
4393 * icalendar.el (icalendar-version): Increase to "0.19".
4394 (icalendar--date-style): New function.
4395 (icalendar--datetime-to-diary-date): Doc fix.
4396 Use icalendar--date-style.
4397 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
4398 (icalendar--convert-yearly-to-ical)
4399 (icalendar--convert-recurring-to-diary): Handle iso date style,
4400 use icalendar-date-style.
4401
4402 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
4403
4404 * vc.el (vc-delete-file): Make sure the buffer is deleted and
4405 vc-dir buffers are updated.
4406
4407 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4408
4409 * vc.el (vc-delete-file): Don't try to resynch the buffer.
4410
4411 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
4412
4413 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
4414 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
4415 (reftex-extra-bindings): Use it.
4416
4417 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
4418 away from the user-reserved keys.
4419
4420 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
4421 New vars.
4422 (ada-create-keymap): Use them.
4423
4424 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4425
4426 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
4427 a properly-grouped regexp.
4428
4429 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * progmodes/cap-words.el (capitalized-words-mode):
4432 Fix typos in docstring.
4433
4434 2008-05-23 Kenichi Handa <handa@m17n.org>
4435
4436 * international/mule-conf.el: Don't define the charset `emacs'
4437 here, just put :docstring, :short-name, and :long-name.
4438
4439 2008-05-22 Kenichi Handa <handa@m17n.org>
4440
4441 * international/mule-diag.el (font-show-log): Limit each listing
4442 to 20 items.
4443
4444 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
4445
4446 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
4447 (gdb-annotation-rules): New entry for "thread-changed".
4448 (gdb-thread-changed): New function.
4449
4450 2008-05-23 Glenn Morris <rgm@gnu.org>
4451
4452 * Makefile.in (SOURCES): Remove, unused.
4453 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
4454 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
4455 Exclude more '*loaddefs' files.
4456 (compile-always): Simplify '.elc' deletion.
4457
4458 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4459
4460 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
4461 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
4462
4463 * minibuffer.el (completion-boundaries): Change calling
4464 convention, so `string' has the same semantics as in
4465 try-completion and all-completions.
4466 (completion-table-with-context, completion--embedded-envvar-table)
4467 (completion--file-name-table)
4468 (completion-pcm--find-all-completions): Adjust code accordingly.
4469
4470 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
4471
4472 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
4473 prune image-mode-winprops-alist, preventing it from growing
4474 indefinitely.
4475 (image-mode-reapply-winprops): Use it.
4476
4477 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
4478
4479 * net/netrc.el (netrc-machine): Always match if the port is not given.
4480
4481 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * minibuffer.el (completion-pcm--find-all-completions):
4484 Don't add pseudo-completions.
4485
4486 * icomplete.el (icomplete-eoinput): Remove.
4487 (icomplete-overlay): New var to replace it.
4488 (icomplete-tidy): Rewrite.
4489 (icomplete-exhibit): Use an overlay.
4490 (icomplete-completions): Use completion-all-sorted-completions.
4491 Obey completion-ignore-case.
4492
4493 * files.el (locate-dominating-file): Accept non-existing argument.
4494 (project-find-settings-file): Rewrite, using locate-dominating-file.
4495
4496 2008-05-22 Kenichi Handa <handa@m17n.org>
4497
4498 * faces.el (font-weight-table, font-slant-table, font-width-table):
4499 Delete them. Don't call internal-set-font-style-table.
4500
4501 * international/mule-diag.el (font-show-log): New function.
4502
4503 * international/fontset.el (script-representative-chars): Add more
4504 chars for latin. Add data for symbol.
4505 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
4506
4507 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4508
4509 * minibuffer.el (completion-all-sorted-completions): New var.
4510 (completion--flush-all-sorted-completions)
4511 (completion-all-sorted-completions): New functions.
4512 (minibuffer-force-complete): New command.
4513
4514 2008-05-21 Glenn Morris <rgm@gnu.org>
4515
4516 * files.el (c-postprocess-file-styles): Declare for compiler.
4517
4518 * Makefile.in: Allow for parallel byte-compiling.
4519 (ELCFILES): New variable.
4520 (.el.elc): Remove prerequisites from suffix rule. Print a message.
4521 (compile-first, compile-main, compile-last): New targets.
4522 (compile-always): Simplify - delete .elc files, then `make compile'.
4523
4524 * Makefile.in (compile-calc): Use glob rather than find.
4525 ($(lisp)/progmodes/cc-mode.elc): Use $@.
4526
4527 * eshell/esh-module.el: No need for cl when compiling.
4528
4529 * eshell/eshell.el (eshell-defgroup): New alias.
4530 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4531 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4532 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4533 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4534 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4535 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
4536 Autoload the custom group. Set generated-autoload-file.
4537 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
4538 for eshell-defgroup.
4539 * eshell/esh-module.el (eshell-load-defgroups): Remove.
4540 Require esh-groups rather than loading it.
4541
4542 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4543
4544 * proced.el (proced-header-line): New variable and new function.
4545 (proced-mode): Set header-line-format.
4546 (proced-update): Set proced-header-line.
4547 (proced-send-signal): Use proced-header-line.
4548
4549 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * macros.el (insert-kbd-macro): Use prin1-char.
4552
4553 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4554
4555 * minibuffer.el (completion-boundaries): New function.
4556 (completion--some): Delay errors.
4557 (complete-with-action, completion-table-with-context):
4558 Handle `boundaries' case.
4559 (completion--try-word-completion): Avoid partial-completion
4560 when the user hasn't entered anything yet.
4561 (minibuffer-local-map, minibuffer-local-filename-completion-map)
4562 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
4563 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
4564 Setup default keybindings.
4565 (completion--embedded-envvar-re): New var.
4566 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
4567 (completion--file-name-table): Handle `boundaries' case.
4568 (completion-pcm--pattern->regex): Avoid pathological backtracking.
4569 (completion-pcm--all-completions): Add a `prefix' arg.
4570 (completion-pcm--find-all-completions): New function.
4571 (completion-pcm-all-completions, completion-pcm-try-completion):
4572 Use it.
4573
4574 * icomplete.el (icomplete-completions): Don't use `predicate' with
4575 a table of a different type than `candidates'.
4576
4577 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4578
4579 * proced.el (proced-goal-column): Rename from proced-procname-column.
4580 (proced-goal-header-re): Rename from proced-procname-column-regexp.
4581 (proced-move-to-goal-column): Rename from proced-move-to-procname.
4582 (proced-header-face, proced-header-regexp): Remove.
4583 (proced-font-lock-keywords): Remove proced-header-face.
4584 (proced-header-alist, proced-sorting-schemes-re): New variables.
4585 (proced): Rename Proced buffer to *Proced*.
4586 (proced-next-line, proced-previous-line): New commands.
4587 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
4588 (proced-hide-processes): Do not treat first line as special.
4589 (proced-header-space): New function.
4590 (proced-update): Use header-line-format.
4591 Initialize proced-header-alist and proced-sorting-schemes-re.
4592 Set proced-goal-column. Include proced-command in mode-name.
4593 (proced-send-signal): Use header-line-format for *Marked
4594 Processes* buffer.
4595 (proced-sort): Restrict minibuffer completion to applicable
4596 sorting schemes.
4597 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
4598
4599 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4600
4601 * icomplete.el (icomplete-simple-completing-p):
4602 Allow icomplete-with-completion-tables to say "use it everywhere".
4603 (icomplete-completions): Obey completion-styles. Try to accommodate
4604 partial-completion style.
4605
4606 2008-05-20 Michael Olson <mwolson@gnu.org>
4607
4608 * files.el (project-find-settings-file): Change concat to
4609 expand-file-name.
4610
4611 2008-05-19 Tom Tromey <tromey@redhat.com>
4612
4613 * files.el (normal-mode): Call hack-project-variables.
4614 (hack-local-variables-confirm): Add 'project' argument.
4615 (hack-local-variables-apply): New function.
4616 (hack-local-variables): Use it.
4617 (project-class-alist, project-directory-alist): New variables.
4618 (project-get-alist): New function.
4619 (project-collect-bindings-from-alist)
4620 (project-collect-binding-list, set-directory-project)
4621 (project-find-settings-file, project-define-from-project-file)
4622 (hack-project-variables): New functions.
4623
4624 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4625
4626 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
4627
4628 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
4629
4630 * faces.el (font-weight-table): Fix typo in docstring.
4631
4632 2008-05-18 David Hull <david@snap.com> (tiny change)
4633
4634 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
4635 (vc-hg-annotate-command): Allow white space before version number.
4636
4637 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4638
4639 * calc/calc-yank.el (calc-register-alist): New variable.
4640 (calc-set-register, calc-get-register, calc-copy-to-register)
4641 (calc-insert-register, calc-add-to-register, calc-append-to-register)
4642 (calc-prepend-to-register): New functions.
4643
4644 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
4645 `calc-copy-to-register' and `calc-insert-register'.
4646 Autoload new register functions.
4647
4648 * calc/calc-help.el (calc-r-prefix-help): Add help for register
4649 functions.
4650
4651 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
4652
4653 * vc.el (Todo): Add known problems.
4654 (vc-dir-backend): New variable.
4655 (vc-dir): Set it.
4656 (vc-make-backend-object, vc-generic-status-printer)
4657 (vc-generic-state, vc-generic-status-fileinfo-extra)
4658 (vc-dir-extra-menu): Use it.
4659 (vc-generic-dir-headers): Remove, unused.
4660
4661 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
4662 vc-dir-prev-directory for consistency with vc-dir-previous-line.
4663 (vc-dir-mode-map): Fix bindings.
4664
4665 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
4666
4667 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4668
4669 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
4670 operated on.
4671 (calc-kill-region): Kill entire lines.
4672
4673 2008-05-17 Glenn Morris <rgm@gnu.org>
4674
4675 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
4676 simplify initial value.
4677 (defezimage): Drop support for Emacs without defimage, use a featurep
4678 test rather than fboundp when defining, drop with-no-warnings.
4679 (ezimage-insert-over-text): Move featurep test inside
4680 add-text-properties.
4681
4682 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
4683
4684 * net/tramp.el (top-level): Load auth-source when compiling.
4685
4686 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
4687
4688 2008-05-17 Andreas Schwab <schwab@suse.de>
4689
4690 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
4691
4692 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
4693
4694 * vc.el (vc-annotate-show-diff-revision-at-line): Change
4695 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
4696
4697 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4698
4699 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
4700
4701 2008-05-17 Jim Meyering <meyering@redhat.com>
4702
4703 * ido.el (ido-save-history): Do not emit a trailing newline at the
4704 end of the ido history file.
4705
4706 2008-05-16 John Paul Wallington <jpw@pobox.com>
4707
4708 * vc-dispatcher.el (top-level): Revert previous change: require cl
4709 when compiling.
4710
4711 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4712
4713 * vc.el (vc-default-status-printer)
4714 (vc-default-prettify-state-info): Enhance the state prettyprinter
4715 to deal better with unknown states and indirect through it when
4716 painting vc-dir buffers.
4717
4718 2008-05-16 John Paul Wallington <jpw@pobox.com>
4719
4720 * vc-dispatcher.el (top-level): Don't require cl when compiling.
4721 (vc-dir-mode-map): Fix backquote.
4722 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
4723
4724 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
4725
4726 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
4727 Reported by Glenn Morris <rgm@gnu.org>.
4728
4729 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4730
4731 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
4732 the end of the file, it was good work at one time but has been
4733 stale since 1995 and may now be actively misleading.
4734 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
4735 CVS repository and module (assumptions for the latter a bit iffy).
4736 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
4737 SVN repository.
4738
4739 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
4740
4741 * vc-rcs.el (vc-rcs-create-tag):
4742 * vc-sccs.el (vc-sccs-create-tag):
4743 Fix typo in error message and pass backend arg.
4744
4745 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
4746
4747 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
4748
4749 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
4750
4751 * net/tramp.el: Load auth-source library.
4752 (tramp-read-passwd): Use it for password, not login.
4753
4754 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
4755
4756 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
4757 (ses-print-cell): Use string-width, truncate-string-to-width,
4758 delete-region rather than length, substring, delete-char.
4759 (ses-setup): Set inhibit-point-motion-hooks to t.
4760 Calculate position by actually moving point rather than just using
4761 unibyte character length.
4762 (ses-mode): Set indent-tabs-mode to nil.
4763 (ses-center): Use string-width rather than length.
4764
4765 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4766
4767 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
4768 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
4769 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
4770 vc-*-create-tag and vc-*-retrieve-tag respectively.
4771
4772 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
4773 unneeded defalias.
4774
4775 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
4776
4777 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
4778 about buffer names.
4779
4780 2008-05-15 Glenn Morris <rgm@gnu.org>
4781
4782 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
4783
4784 * org/org-exp.el (org-infojs-options-inbuffer-template):
4785 Fix declaration.
4786
4787 * progmodes/cc-mode.el (declare-function): Add compat definition.
4788 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
4789
4790 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
4791
4792 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
4793 list to a cons so the caller can get back both expanded and
4794 unexpanded filesets.
4795 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
4796 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
4797 Change handling of selection-set returns as required.
4798
4799 2008-05-15 John Paul Wallington <jpw@pobox.com>
4800
4801 * add-log.el (top-level): Don't require cl when compiling.
4802
4803 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
4804 (archive-*-extract): Use `zerop'.
4805 (archive-*-write-file-member): Use `or', use `zerop'.
4806
4807 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
4808
4809 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
4810 (ibuffer-mark-interactive, ibuffer-set-mark)
4811 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
4812 (ibuffer-map-lines, ibuffer-switch-format)
4813 (ibuffer-update-title-and-summary)
4814 (ibuffer-redisplay-engine): Use it.
4815
4816 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
4817 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
4818 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
4819 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
4820 (ibuffer-mark-read-only-buffers)
4821 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
4822
4823 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
4824 (define-ibuffer-column, define-ibuffer-sorter)
4825 (define-ibuffer-op, define-ibuffer-filter): Add declarations
4826 containing indentation specs, replacing equivalent top-level
4827 forms that set `lisp-indent-function' properties.
4828 (define-ibuffer-op): Use `derived-mode-p'.
4829 (define-ibuffer-filter): Remove redundant `concat' call.
4830
4831 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
4832
4833 * net/tramp.el (tramp-echo-mark): Update docstring.
4834 (tramp-echo-mark-marker): New defconst.
4835 (tramp-check-for-regexp): Use it.
4836
4837 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
4838
4839 * vc.el (vc-deduce-fileset): Do the right thing when visting a
4840 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
4841 as parent.
4842
4843 2008-05-14 John Paul Wallington <jpw@pobox.com>
4844
4845 * international/mule.el (convert-define-charset-argument):
4846 Remove period from end of error message.
4847 (coding-system-mnemonic): Doc fix.
4848 (ctext-pre-write-conversion): Doc fix.
4849
4850 2008-05-14 Simon Marshall <simon@gnu.org>
4851
4852 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
4853 from its default value and give it the risky-local-variable
4854 property (CVE-2008-2142).
4855
4856 2008-05-14 Kenichi Handa <handa@m17n.org>
4857
4858 * language/korean.el ("Korean"): Set `iso639-language'
4859 property to `ko'.
4860
4861 * language/japanese.el ("Japanese"): Set `iso639-language'
4862 property to `ja'.
4863
4864 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4865 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
4866 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
4867
4868 * international/mule-cmds.el (set-language-environment):
4869 Set current-iso639-language.
4870
4871 * international/fontset.el (setup-default-fontset): For kana, han,
4872 hangul, and cjk-misc, move an entry with font-spec at the end.
4873 (generate-fontset-menu): Exclue fontset-auto* from the list.
4874
4875 * composite.el (compose-chars-after): Assume that WINDOW is always
4876 non-nil.
4877
4878 * faces.el (font-weight-table, font-slant-table)
4879 (font-swidth-table): Declare them by defconst. Change the format
4880 of elements. Call internal-set-font-style-table after their
4881 declaration.
4882 (face-valid-attribute-values): Call font-family-list. Get values
4883 for width, weight, and slant from font-xxx-table.
4884
4885 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
4886
4887 2008-05-13 John Paul Wallington <jpw@pobox.com>
4888
4889 * ibuffer.el (ibuffer-buffer-file-name): New function.
4890 (define-ibuffer-column filename): Use it.
4891
4892 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
4893
4894 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
4895
4896 * talk.el (talk): Simplify. Pass display arg to talk-add-display
4897 as a string.
4898 (talk-add-display): Simplify. Accept only string args.
4899
4900 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4901
4902 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
4903
4904 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * Makefile.in (bootstrap-prepare): Don't chmod files.
4907 (autoloads): Do it here instead, where it's actually needed.
4908
4909 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
4910
4911 * tool-bar.el (tool-bar-make-keymap): Account for the optional
4912 KEY-BINDING-DATA field in menu-item list.
4913
4914 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4915
4916 * dired.el (dired-read-dir-and-switches): Move things about to use less
4917 recursion during macroexpansion.
4918
4919 * dired.el (dired-read-dir-and-switches): Use read-file-name.
4920
4921 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
4922 completion-ignored-extension directories if there's something else.
4923 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
4924 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
4925 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
4926 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
4927 buffer-read-only -> inhibit-read-only.
4928
4929 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
4930
4931 * vc.el (vc-expand-dirs): Stop this function from tossing out
4932 explicitly specified files.
4933
4934 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4935
4936 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
4937 to `insert'.
4938
4939 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4940
4941 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
4942 cons. Use vc-annotate-backend.
4943 (with-vc-file, edit-vc-file): Remove unused macros.
4944
4945 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
4946
4947 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
4948 (smtpmail-try-auth-methods): Use it.
4949
4950 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4951
4952 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
4953 (setf (nthcdr ..) ..) doesn't require CL at runtime.
4954
4955 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
4956
4957 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
4958
4959 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4960
4961 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
4962 (vc-bzr-revision-completion-table): Use process-file.
4963 (vc-bzr-working-revision): Pass relative file names.
4964
4965 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
4966
4967 2008-05-11 Juri Linkov <juri@jurta.org>
4968
4969 * wid-edit.el (widget-image-directory): Change default image data
4970 subdirectory from "custom" to "images/custom".
4971
4972 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
4973 before recursive call to `Info-next-preorder' to not add
4974 intermediate nodes to the history.
4975
4976 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
4977
4978 * emulation/cua-base.el: Put isearch-scroll property
4979 on cua-scroll-up and cua-scroll-down.
4980
4981 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
4982
4983 * vc-hooks.el (vc-recompute-state): Remove (dead code).
4984
4985 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
4986
4987 * vc-dispatcher.el (ewoc): Require.
4988 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
4989
4990 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
4991
4992 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
4993
4994 * term/w32-win.el (x-colors):
4995 * term/mac-win.el (x-colors):
4996 * term/x-win.el (x-colors): Re-order colors.
4997
4998 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
4999
5000 * smerge-mode.el (smerge-command-prefix): Fix custom type.
5001
5002 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
5003
5004 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
5005 New functions implementing motion to next and previous directory.
5006
5007 * vc-arch.el (vc-arch-command):
5008 * vc-bzr.el (vc-bzr-command):
5009 * vc-cvs.el (vc-cvs-command):
5010 * vc-dispatcher.el (vc-do-command):
5011 * vc-git.el (vc-git-command):
5012 * vc-hg.el (vc-hg-command):
5013 * vc-mcvs.el (vc-mvcs-command):
5014 * vc-mtn.el (vc-mtn-command):
5015 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
5016 (vc-sccs-workfile-unchanged-p):
5017 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
5018 * vc-rcs.el (all methods): Remove assumption about what a nil
5019 argument to vc-do-command means. This means no buffer name needs
5020 to be hardcoded into the dispatcher layer, and it's better to be
5021 explicit anyway.
5022
5023 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
5024
5025 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5026
5027 * vc.el: Update todo.
5028
5029 * vc-sccs.el (vc-sccs-dir-status):
5030 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
5031 backends and returning up to date files.
5032
5033 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
5034
5035 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5036
5037 * vc.el (vc-dir):
5038 * vc-hooks.el: Tweak the VC directory bindings. These are now
5039 documented in the manual.
5040
5041 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
5042 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
5043 (vc-dispatcher-selection-set): Allow callers to pass in an
5044 observer flag that says no buffer sync is required.
5045 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
5046 Use the observer flag.
5047
5048 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
5049
5050 * simple.el (start-file-process): Clarify docstring.
5051
5052 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5053
5054 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
5055 Remove stub implementations of, and references to, wash-log.
5056 * vc-rcs.el (vc-rcs-comment-history):
5057 * vc-cvs.el (vc-cvs-comment-history):
5058 Inline the code that used to be wash-log.
5059
5060 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
5061 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
5062 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
5063 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
5064 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
5065 (vc-rcs-print-log): Grok directories.
5066
5067 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * vc.el (vc-mark-resolved): Add `backend' argument.
5070 (vc-next-action): Pass it the backend.
5071 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
5072 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
5073 (vc-default-comment-history, vc-default-create-snapshot)
5074 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
5075 (vc-annotate-revision-previous-to-line)
5076 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
5077 * vc-svn.el (vc-svn-checkout):
5078 * vc-mcvs.el (vc-mcvs-checkout):
5079 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
5080 (vc-working-revision, vc-before-save, vc-mode-line):
5081 Prefer vc-call-backend to vc-call so as not to recompute the backend.
5082
5083 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
5084 state to be consistent since it's often an unwarranted restriction.
5085 Don't return the state either.
5086 (vc-next-action): Check that the state is consistent.
5087 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
5088 (vc-rollback, vc-update): Adapt to new return value of
5089 vc-deduce-fileset.
5090
5091 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
5092 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
5093 (vc-dispatcher-in-fileset-p): New fun.
5094 (vc-dispatcher-selection-set): Use it to properly handle directories.
5095
5096 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
5097
5098 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
5099 (vc-update): Remove unused let bindings.
5100
5101 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5102
5103 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
5104 (vc-diff, vc-revert, vc-rollback, vc-update):
5105 * vc-dispatcher.el (vc-dispatcher-selection-set):
5106 Get rid of 4 special cases in fileset selection. This involved
5107 changing the return value of (vc-deduce-fileset) so that it passes
5108 back a deduced state as well as a deduced back end.
5109
5110 2008-05-08 Sam Steingold <sds@gnu.org>
5111
5112 * progmodes/compile.el (compilation-minor-mode-map)
5113 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
5114 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
5115 it to `compilation-minor-mode-map' (instead of an explicit `cons').
5116
5117 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5118
5119 * org/org.el (org-modules, org-format-latex-options):
5120 * org/org-archive.el (org-archive-stamp-time)
5121 (org-archive-save-context-info):
5122 * org/org-faces.el (org-hide):
5123 * org/org-irc.el (org-irc-parse-link):
5124 * org/org-macs.el (org-call-with-arg, org-autoload):
5125 * org/org-mew.el (org-mew-store-link):
5126 * org/org-remember.el (org-remember-store-without-prompt)
5127 (org-remember-templates): Fix typos in docstrings.
5128
5129 * org/org-info.el (org-info-store-link): Remove leftover docstring.
5130
5131 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5132 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5133 (org-bbdb-anniv-split): Fix typos in docstrings.
5134
5135 * org/org-publish.el (org-publish-project-alist): Doc fixes.
5136 (org-publish-use-timestamps-flag): Reflow docstring.
5137 (org-publish-files-alist): Fix typos in docstring.
5138
5139 2008-05-07 Sam Steingold <sds@gnu.org>
5140
5141 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
5142 appears to be too aggressive with window removal.
5143
5144 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
5145
5146 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5147 Add leda and 0in as pragma keywords.
5148 (verilog-pretty-expr): Support lining up assignments which include
5149 part selects.
5150 (verilog-mode): More portable check for the availability of
5151 hideshow support.
5152 (verilog-do-indent): Remove special indent for declarations inside
5153 a parenthetical list. The code is ill-advised, and doesn't work
5154 given the new user defined types.
5155 (verilog-set-auto-endcomments): Enhance function automatic
5156 endcomment to support functions that return user defined types.
5157 (verilog-mode): Add code to tell which-function-mode minor mode
5158 that Verilog supports this feature.
5159
5160 2008-05-08 Eli Zaretskii <eliz@gnu.org>
5161
5162 * epa-file.el: Require epa-hook.
5163
5164 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
5165
5166 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
5167 file-names clashes on 8+3 filesystems. Provide epa-hook.
5168
5169 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
5170 file-names clashes on 8+3 filesystems.
5171
5172 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
5173
5174 * org/org.el (org-read-date-get-relative): Interpret lone
5175 weekday abbreviation as relative to today.
5176
5177 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * abbrev.el (define-abbrev-table):
5180 * composite.el (toggle-auto-composition):
5181 * json.el (json-alist-p, json-plist-p):
5182 * minibuffer.el (completion-table-with-predicate):
5183 * ps-mule.el (ps-mule-external-libraries):
5184 * emacs-lisp/advice.el (ad-special-form-p):
5185 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5186 * eshell/em-smart.el (eshell-review-quick-commands):
5187 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
5188 (python-skip-out, python-check-comint-prompt):
5189 Don't use `iff' in docstrings.
5190
5191 * international/robin.el (robin-package-alist): Fix typo in docstring.
5192 (robin-current-package-name): Doc fix.
5193 (robin-activate): Don't use `iff' in docstring.
5194
5195 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
5196
5197 * vc.el, vc-dispatcher.el: VC-Dired support removed.
5198 The code uses a ewoc-based implementation now.
5199 * vc-hooks.el: Support for Meta-CVS has been removed.
5200
5201 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5202
5203 * tool-bar.el: Choose images dynamically.
5204 (tool-bar-make-keymap, tool-bar-find-image): New function.
5205 (tool-bar-find-image-cache): New var.
5206 (tool-bar-local-item, tool-bar-local-item-from-menu):
5207 Don't select the image yet, do it later in tool-bar-make-keymap.
5208
5209 2008-05-07 Andreas Schwab <schwab@suse.de>
5210
5211 * window.el: Require 'cl when compiling.
5212
5213 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5214
5215 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
5216
5217 2008-05-07 Glenn Morris <rgm@gnu.org>
5218
5219 * subr.el (ignore-errors): Move here from cl-macs.el.
5220 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
5221
5222 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
5223 oddness.
5224
5225 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
5226
5227 * vc-hooks.el (vc-find-file-hook):
5228 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
5229 further from vc.el.
5230 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
5231
5232 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
5233
5234 * progmodes/verilog-mode.el (verilog-getopt-file):
5235 Cleanup warning message format.
5236 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
5237 (verilog-auto-inout, verilog-auto-inout-module)
5238 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
5239 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5240 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
5241 (verilog-auto-sense-sigs, verilog-auto-tieoff)
5242 (verilog-auto-unused, verilog-auto-wire)
5243 (verilog-decls-get-assigns, verilog-decls-get-consts)
5244 (verilog-decls-get-gparams, verilog-decls-get-inouts)
5245 (verilog-decls-get-inputs, verilog-decls-get-outputs)
5246 (verilog-decls-get-ports, verilog-decls-get-regs)
5247 (verilog-decls-get-signals, verilog-decls-get-wires)
5248 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
5249 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
5250 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
5251 (verilog-inject-sense, verilog-library-filenames)
5252 (verilog-mode-release-date, verilog-mode-version)
5253 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
5254 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
5255 (verilog-modi-get-assigns, verilog-modi-get-consts)
5256 (verilog-modi-get-gparams, verilog-modi-get-inouts)
5257 (verilog-modi-get-inputs, verilog-modi-get-outputs)
5258 (verilog-modi-get-ports, verilog-modi-get-regs)
5259 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
5260 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
5261 (verilog-modi-get-wires, verilog-preserve-cache)
5262 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
5263 (verilog-read-sub-decls, verilog-read-sub-decls-line)
5264 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
5265 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
5266 Add caching of additional state, and rework signal extraction
5267 routines to improve AUTO expansion performance by 300%++.
5268
5269 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
5270
5271 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5272 Tweak Open Watcom regexp to distinguish between errors and warnings.
5273
5274 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5275
5276 * dired.el (dired-read-dir-and-switches): Fix up last change.
5277
5278 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
5279
5280 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
5281 out of this function, move it to vc-dispatcher-selection-set.
5282
5283 2008-05-05 Sam Steingold <sds@gnu.org>
5284
5285 * window.el (delete-other-windows-vertically): New function.
5286
5287 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5288
5289 * dired.el (dired-read-dir-and-switches):
5290 Obey read-file-name-completion-ignore-case.
5291
5292 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
5293
5294 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5295 Add regexp for Open Watcom compiler output.
5296
5297 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
5298
5299 * progmodes/python.el (python-block-pairs): Align finally with except.
5300
5301 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5302
5303 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
5304
5305 2008-05-05 Tom Tromey <tromey@redhat.com>
5306
5307 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
5308 looking at conflict marker.
5309
5310 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
5313 client-mode -> vc-client-object, and guess `funcall' was meant.
5314 (vc-dir-mode): Rename client-mode -> vc-client-mode.
5315
5316 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5317
5318 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
5319 (dbus-debug): Move declarations outside eval-when-compile.
5320
5321 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5322
5323 * proced.el (proced-command-alist): Fix system-type values.
5324 Fix defcustom.
5325 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
5326 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5327 (proced-sort-start, proced-sort, proced-sort-time): New commands.
5328 (proced-update): Use proced-sorting-scheme. Update modeline.
5329 (proced-send-signal): Use nreverse.
5330 (proced-sorting-scheme-p): New function.
5331
5332 2008-05-04 Andreas Schwab <schwab@suse.de>
5333
5334 * vc.el: Require dired when compiling.
5335
5336 * minibuffer.el (completion--insert-strings): Don't delete past bol.
5337
5338 2008-05-03 Glenn Morris <rgm@gnu.org>
5339
5340 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
5341 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
5342 Simplify compilation requirements.
5343 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
5344 declarations.
5345
5346 2008-05-03 Dave Love <fx@gnu.org>
5347
5348 * progmodes/python.el (python-beginning-of-statement):
5349 Loop at least once (fixes 2008-02-21 change).
5350
5351 2008-05-03 Eli Zaretskii <eliz@gnu.org>
5352
5353 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
5354 instead of `length' for comparing length of user and group names.
5355
5356 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
5357
5358 * vc-dispatcher.el: New file, separates out the UI and command
5359 execution machinery from VCS-specific logic left in vc.el.
5360 The separation is not yet completely clean, but it's a good start.
5361 * vc.el: This file is about 1700 lines shorter now.
5362 Remove obsolete logentry-check from the backend API.
5363 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
5364 implementation of the logentry-check method, and it guarded against
5365 a log length limit that has probably been obsolete for 15 years (!).
5366
5367 2008-05-02 Sam Steingold <sds@gnu.org>
5368
5369 * progmodes/compile.el (compilation-start): Move setting of
5370 compilation-directory after (funcall mode) as that resets local
5371 variables, this fixes recompile in grep buffers.
5372 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
5373 in dired &c).
5374
5375 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5376
5377 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
5378 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5379 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
5380 has one of these and that all are called in compatible ways.
5381 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
5382 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5383 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
5384 backend has one of these.
5385
5386 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5387
5388 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
5389 initialization into define-abbrev-table. Use :regexp.
5390 (octave-mode-syntax-table): Don't set word syntax for `.
5391
5392 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
5393 than only value.
5394
5395 * dired.el (dired-read-dir-and-switches):
5396 Set minibuffer-completing-file-name and call substitute-in-file-name.
5397 (dired-format-columns-of-files): Use completion--insert-strings.
5398
5399 * minibuffer.el (completion-hilit-commonality): Revert last change:
5400 the leftover code was actually useful.
5401 (completion--insert-strings): Use string-width rather than length.
5402
5403 2008-05-02 Sam Steingold <sds@gnu.org>
5404
5405 * vc.el (vc-dir-mode-map): Enable mouse bindings.
5406 (vc-at-event): New macro: run the body at the even location.
5407 (vc-dir-menu, vc-dir-toggle-mark): Use it.
5408 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
5409 * subr.el (mouse-event-p): Check if the event is mouse-related.
5410
5411 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
5412
5413 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5414 Don't throw error if no file is found.
5415
5416 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5417
5418 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
5419 (vc-default-state-heuristic): Doc fix.
5420
5421 2008-05-02 Richard Sharman <rsharman@pobox.com>
5422
5423 * hilit-chg.el (highlight-changes-mode): Remove references to
5424 hooks that no longer exist. Because define-minor-mode is used the
5425 hook highlight-changes-mode-hook exists and can do what both the
5426 old hooks used to do. The documentation at the top of the file
5427 was updated to demonstrate this.
5428 (highlight-changes-mode): Remove commented out call to a hook
5429 function that is no longer there.
5430 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
5431
5432 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5433
5434 * vc.el (vc-default-dired-state-info): Change name of primitive
5435 to prettify-state-info, in preparation for ripping out dired mode.
5436 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
5437 to prettify-state-info, in preparation for ripping out dired mode.
5438 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
5439 tries this on a version-controlled buffer. It will do useless or
5440 actively bad things on any version control system newer than RCS.
5441 * vc-hooks.el (vc-dired-resynch-file):
5442 * vc.el (vc-dired-resynch-file): Change name of primitive to
5443 vc-directory-resynch-file, preparing to remove dired.
5444
5445 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5446
5447 * vc-rcs.el (vc-rcs-state): Fix typos.
5448
5449 * vc.el (vc-register): Change argument order so that the prefix
5450 argument is assigned correctly.
5451 (vc-next-action, vc-dir-register): Update for the above change.
5452
5453 2008-05-01 Juri Linkov <juri@jurta.org>
5454
5455 * replace.el (occur-read-primary-args): Set default to the car of
5456 regexp-history and display it in the prompt, but don't add to the
5457 list of minibuffer defaults. Bind history-add-new-input to nil to
5458 not add automatically `default'. For empty input return `default'.
5459 Otherwise, add `input' to regexp-history and return it.
5460 (occur-1): Signal an error for the empty regexp.
5461
5462 * progmodes/compile.el (compilation-auto-jump):
5463 Set window point to `pos' explicitly.
5464
5465 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
5466
5467 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
5468 when appropriate.
5469 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
5470 we report the 'unregistered state reliably.
5471 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
5472 we report the 'unregistered state reliably.
5473 * vc-git.el (vc-git-state): Call vc-git-unregistered so
5474 we report the 'unregistered state reliably.
5475 * vc-hooks.el (vc-state): Document that vc-unregistered is
5476 now expected to be returned reliably.
5477 * vc.el (vc-default-dired-state): Change needs-patch state to
5478 needs-update, since the name now shows up in dir-status listings
5479 and was somewhat misleading.
5480 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
5481 immediately after removing the file.
5482 * vc.el (vc-next-action): More informative messages when a fileset
5483 is in a mixed state or files are missing.
5484
5485 2008-05-01 Sam Steingold <sds@gnu.org>
5486
5487 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
5488
5489 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5490
5491 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
5492
5493 2008-05-01 Daiki Ueno <ueno@unixuser.org>
5494
5495 * epa-file-hook.el: New file split from epa-file.el.
5496 * epa-file.el: Require 'epa-file-hook.
5497 (epa-file-handler): Add autoload cookie.
5498 * loadup.el: Load epa-file-hook.
5499 * startup.el (command-line): Eval the body of auto-encryption-mode.
5500
5501 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5502
5503 * vc.el (vc-dir-mode-map): Don't bind "r".
5504
5505 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
5506 (vc-hg-status-printer): New function.
5507 (vc-hg-after-dir-status): Deal with copied and renamed files.
5508 (vc-hg-dir-status): Add flag to show copied files.
5509
5510 2008-05-01 John Paul Wallington <jpw@pobox.com>
5511
5512 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
5513 (ibuffer-do-sort-by-recency): Reverse sorting order if last
5514 sorting mode was recency.
5515
5516 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
5517 reverse sorting order if last sorting mode was the sorter's.
5518
5519 2008-05-01 Jason Rumney <jasonr@gnu.org>
5520
5521 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
5522
5523 2008-04-30 John Paul Wallington <jpw@pobox.com>
5524
5525 * ibuffer.el (define-ibuffer-column filename): When the major mode
5526 is `vc-dir-mode' show the buffer's default directory.
5527
5528 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
5529 major mode is `vc-dir-mode' use the buffer's default directory.
5530
5531 2008-04-30 Sam Steingold <sds@gnu.org>
5532
5533 * vc.el (vc-dir-delete-file): Add.
5534 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
5535 (vc-delete-file): Do not barf when the file has been already deleted.
5536
5537 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5538
5539 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
5540
5541 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * progmodes/octave-mod.el (octave-help): New function.
5544 * progmodes/octave-hlp.el: Delete.
5545 * info-look.el (octave-mode): Add operator index.
5546
5547 * vc.el (vc-checkout): Typo.
5548
5549 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5550
5551 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
5552 Add "..." in the appropriate places.
5553
5554 * epa.el (epa-key-list-mode-map): Add more menu entries.
5555 Add "..." in the appropriate places.
5556
5557 * dired.el (dired-mode-map): Add :help.
5558
5559 * vc.el (vc-deduce-fileset): Add new parameter.
5560 (vc-dir-marked-only-files): New function.
5561 (vc-next-action): Don't ignore directories, look at the files
5562 inside them.
5563 (vc-dir-mode): Document how the mark/unmark commands work.
5564
5565 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5566
5567 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5568 Rule out trailing spaces in file and directory names as well.
5569
5570 * minibuffer.el (completion--do-completion): Move point even if the
5571 completion makes no change.
5572 (completion-pcm-try-completion): Fix computation of new point.
5573
5574 2008-04-30 David Hansen <david.hansen@gmx.net>
5575
5576 * dired.el: Require 'cl.
5577
5578 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
5579
5580 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
5581 hollow if not in innermost frame.
5582
5583 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5584 Make `checkout-model' apply to filesets.
5585 * vc-hooks.el (vc-checkout-model): Rewrite.
5586 (vc-before-save, vc-after-save): Adjust callers accordingly.
5587 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
5588 (vc-transfer-file): Adjust callers accordingly.
5589 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
5590 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
5591 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
5592 instead of vc-checkout-model.
5593 * vc-mcvs.el (vc-mcvs-revert):
5594 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
5595 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
5596 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
5597 * vc-svn.el (vc-svn-checkout-model):
5598 * vc-hg.el (vc-hg-checkout-model):
5599 * vc-git.el (vc-git-checkout-model):
5600 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
5601
5602 * dired.el (dired-read-dir-and-switches): Replace last change with
5603 a new approach that mixes read-file-name and read-directory-name.
5604
5605 * files.el (read-buffer-to-switch):
5606 Avoid making assumptions about `other-buffer'.
5607
5608 2008-04-29 Sam Steingold <sds@gnu.org>
5609
5610 * vc.el (vc-dir-mode-hook): Add normal hook.
5611 (vc-dir-mode): Run it.
5612
5613 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5614
5615 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
5616 Always split windows.
5617 (gdb-speedbar-timer-fn): Only raise frame after user input.
5618 (gdb-same-frame): Reverse initial value.
5619 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
5620
5621 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
5622 gdb-speedbar-timer-fn.
5623
5624 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5625
5626 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
5627
5628 2008-04-29 Daiki Ueno <ueno@unixuser.org>
5629
5630 * epa.el (epa-key-list-mode-map): Add menu.
5631 (epa-delete-keys, epa-import-keys): Fix typo.
5632
5633 2008-04-29 Glenn Morris <rgm@gnu.org>
5634
5635 * find-cmd.el (top-level): Does not need cl when compiling.
5636
5637 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
5638
5639 * find-cmd.el: New file.
5640
5641 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5642
5643 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
5644 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
5645 (completion-pcm--hilit-commonality): New function.
5646 (completion-pcm-all-completions): Use it.
5647
5648 * minibuffer.el (completion-common-substring): Mark obsolete.
5649 (completions-first-difference, completions-common-part):
5650 Move from simple.el.
5651 (completion-hilit-commonality): New fun.
5652 (display-completion-list, completion-emacs21-all-completions)
5653 (completion-emacs22-all-completions): Use it.
5654 * simple.el (completions-first-difference, completions-common-part):
5655 Move to minibuffer.el.
5656 (choose-completion-string): Use field functions and minibufferp.
5657 (completion-setup-function): Don't set completions faces.
5658
5659 2008-04-29 Glenn Morris <rgm@gnu.org>
5660
5661 * calendar/calendar.el (calendar-nth-named-absday)
5662 (calendar-nth-named-day):
5663 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
5664 * calendar/holidays.el (holiday-float): Doc fixes.
5665
5666 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
5667 the `full' case.
5668
5669 * org/org-agenda.el (calendar-iso-from-absolute):
5670 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
5671 Fix declarations.
5672
5673 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
5674
5675 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
5676 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
5677 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
5678 (gdb-assembler-custom): Be careful not to match other addresses.
5679
5680 2008-04-29 Jason Rumney <jasonr@gnu.org>
5681
5682 * battery.el (battery-status-function): Use w32-battery-status
5683 on Windows.
5684 (battery-echo-area-format): Make apm format the general case.
5685 (battery-mode-line-format): Merge apm and pmset formats as the
5686 general case.
5687
5688 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5689
5690 * progmodes/gdb-ui.el (gdb-info-stack-custom):
5691 Use gud-tool-bar-item-visible-no-fringe.
5692 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
5693 is already visible in frame. Remove optional size parameter
5694 and add optional frame parameter.
5695
5696 * progmodes/gud.el (gud-display-line): Only consider visible
5697 frames when looking for source buffer.
5698
5699 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
5700
5701 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
5702 argument to get-char-property, in case the current buffer hasn't
5703 been assigned to that window yet.
5704 (doc-view-display): Default to selected window if the current
5705 buffer hasn't been assigned to a window yet.
5706
5707 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
5708
5709 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
5710
5711 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5712
5713 * net/tramp.el (tramp-mode): New defcustom.
5714 (tramp-file-name-handler, tramp-completion-file-name-handler):
5715 Use it.
5716 (tramp-replace-environment-variables): Handle "$$".
5717
5718 2008-04-28 Sam Steingold <sds@gnu.org>
5719
5720 * vc-hg.el (vc-hg-rename-file): Fix argument order.
5721
5722 2008-04-28 Bastien Guerry <bzg@altern.org>
5723
5724 * whitespace.el (whitespace-trailing): Fix typo.
5725
5726 2008-04-28 Sam Steingold <sds@gnu.org>
5727
5728 * textmodes/remember.el (diary-make-entry): Update the autoload.
5729
5730 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5731
5732 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
5733 all-completions.
5734
5735 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
5736
5737 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
5738
5739 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5740
5741 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
5742 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
5743 (vc-dir-mark-file): Add an optional argument.
5744 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
5745
5746 2008-04-27 Daiki Ueno <ueno@unixuser.org>
5747
5748 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
5749 rather than obsolete alias find-file-hooks.
5750 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
5751 Use find-file-hook rather than obsolete alias find-file-hooks.
5752 Add to find-file-not-found-functions.
5753 (epa-file-handler): Put 'safe-magic and 'operations properties.
5754
5755 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
5756 (epa-menu-items): Remove.
5757
5758 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
5759 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
5760 (epa-dired-mode, epa-global-dired-mode): Remove.
5761
5762 * dired.el (dired-mode-map): Bind encryption/decryption commands.
5763
5764 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
5765
5766 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
5767
5768 2008-04-27 Glenn Morris <rgm@gnu.org>
5769
5770 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
5771 Remove un-needed local `orig-list'. Replace cl `copy-list'.
5772
5773 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
5774
5775 * org/org.el (org-html-level-start): Always have id's in HTML.
5776 (org-export-as-html): Use `org-link-protocols' to
5777 retrieve the export form of the link.
5778 (org-add-link-type): Final parameter renamed from PUBLISH.
5779 Better documentation of how it is to be used. Avoid double entries for
5780 the same link type.
5781 (org-add-link-props): New function.
5782 (org-modules-loaded): New variable.
5783 (org-load-modules-maybe, org-set-modules): New function.
5784 (org-modules): New option.
5785 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
5786 (orgtbl-mode, org-store-link, org-insert-link-global)
5787 (org-open-at-point): Call `org-load-modules-maybe'.
5788 (org-search-view): Add more text properties.
5789 (org-agenda-schedule, org-agenda-deadline): Allow also in
5790 search-type agendas.
5791 (org-search-view): Order of arguments has been changed.
5792 Interpret prefix-arg as TODO-ONLY.
5793 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
5794 Take new argument order of `org-search-view' into account.
5795 (org-todo-only): New variable.
5796 (org-search-syntax-table): New variable and function.
5797 (org-search-view): Do the search with the special syntax table.
5798 (define-obsolete-function-alias): Make work with XEmacs.
5799 (org-add-planning-info): Use old date as default when modifying an
5800 existing deadline or scheduled item.
5801 (org-agenda-compute-time-span): Make argument N optional.
5802 (org-agenda-format-date-aligned): Require `cal-iso'.
5803 (org-agenda-list): Include week into agenda heading, don't
5804 list it at each date (only on Mondays).
5805 (org-read-date-analyze): Define local variable `iso-date'.
5806 (org-agenda-format-date-aligned): Remove dependency on
5807 `calendar-time-from-absolute'.
5808 (org-remember-apply-template, org-go-to-remember-target):
5809 Interpret filenames relative to `org-directory'.
5810 (org-complete): Silently fail when trying to complete
5811 keywords that don't have a default value.
5812 (org-get-current-options): Add a #+DATE: option.
5813 (org-additional-option-like-keywords): Remove "DATE:" from the
5814 list of additional keywords.
5815 (org-export-as-html): Remove (current-time) as unnecessary second
5816 argument of `format-time-string'.
5817 (org-clock-find-position): Handle special case at end of buffer.
5818 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
5819 `org-agenda-change-time-span'.
5820 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
5821 `org-agenda-change-time-span'.
5822 (org-agenda-month-view): New argument MONTH, pass it on to
5823 `org-agenda-change-time-span'.
5824 (org-agenda-year-view): New argument YEAR, pass it on to
5825 `org-agenda-change-time-span'.
5826 (org-agenda-change-time-span): New optional argument N, pass it on
5827 to `org-agenda-compute-time-span'.
5828 (org-agenda-compute-time-span): New argument N, interpret it by
5829 changing the starting day.
5830 (org-small-year-to-year): New function.
5831 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
5832 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
5833 into the future, and that the shift is at least one interval, never 0.
5834 (org-update-checkbox-count): Fix bug with checkbox counting.
5835 (org-add-note): New command.
5836 (org-add-log-setup): Rename from `org-add-log-maybe'.
5837 (org-log-note-headings): New entry for plain notes (i.e. notes not
5838 related to state changes or clocking).
5839 (org-get-org-file): Check for availability of `remember-data-file'.
5840 (org-cached-entry-get): Allow a regexp value for
5841 `org-use-property-inheritance'.
5842 (org-use-property-inheritance): Allow regexp value. Fix bug in
5843 customization type.
5844 (org-use-tag-inheritance): Allow a list and a regexp value for
5845 this variable.
5846 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
5847 (org-entry-get): Respect value `selective' for the INHERIT argument.
5848 (org-tag-inherit-p, org-property-inherit-p): New functions.
5849 (org-agenda-format-date-aligned): Allow 10 characters for
5850 weekday, to acomodate German locale.
5851 (org-add-archive-files): New function.
5852 (org-agenda-files): New argument `ext', to get archive files as well.
5853 (org-tbl-menu): Protect the use of variables that
5854 are only available when org-table.el gets loaded.
5855 (org-read-agenda-file-list): Error if `org-agenda-files' is a
5856 single directory.
5857 (org-open-file): Allow a batch process to trigger
5858 waiting after executing a system command.
5859 (org-store-link): Link to headline when there is not
5860 target and no region in an org-mode buffer when creating a link.
5861 (org-link-types-re): New variable.
5862 (org-make-link-regexps): Compute `org-link-types-re'.
5863 (org-make-link-description-function): New option.
5864 (org-agenda-date, org-agenda-date-weekend): New faces.
5865 (org-archive-sibling-heading): New option.
5866 (org-archive-to-archive-sibling): New function.
5867 (org-iswitchb): New command.
5868 (org-buffer-list): New function.
5869 (org-agenda-columns): Also try the #+COLUMNS line in
5870 the buffer associated with the entry at point (or with the first
5871 entry in the agenda view).
5872 (org-modules): Add entry for org-bibtex.el.
5873 (org-completion-fallback-command): Move into `org-completion' group.
5874 (org-clock-heading-function): Move to `org-progress' group.
5875 (org-auto-repeat-maybe): Make sure that a note can
5876 be enforces if `org-log-repeat' is `note'.
5877 (org-modules): Allow additional symbols for external packages.
5878 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
5879 (org-clock-goto): Hide drawers after showing an
5880 entry with `org-clock-goto'.
5881 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
5882 Try also a clocktable block shift.
5883 (org-clocktable-try-shift): New function.
5884 (org-columns-hscoll-title): New function.
5885 (org-columns-previous-hscroll): New variable.
5886 (org-columns-full-header-line-format): New variable.
5887 (org-columns-display-here-title, org-columns-remove-overlays):
5888 Install `org-columns-hscoll-title' in post-command-hook.
5889
5890 * org/org.el: Split into many small files.
5891
5892 * org/org-agenda.el: New file, split off from org.el.
5893
5894 * org/org-archive.el: New file, split off from org.el.
5895
5896 * org/org-bbdb.el: New file.
5897
5898 * org/org-bibtex.el: New file, split off from org.el.
5899
5900 * org/org-clock.el: New file, split off from org.el.
5901
5902 * org/org-colview.el: New file, split off from org.el.
5903
5904 * org/org-compat.el: New file, split off from org.el.
5905
5906 * org/org-exp.el: New file, split off from org.el.
5907
5908 * org/org-faces.el: New file, split off from org.el.
5909
5910 * org/org-gnus.el: New file, split off from org.el.
5911
5912 * org/org-info.el: New file, split off from org.el.
5913
5914 * org/org-infojs.el: New file.
5915
5916 * org/org-irc.el: New file.
5917
5918 * org/org-macs.el: New file, split off from org.el.
5919
5920 * org/org-mew.el: New file.
5921
5922 * org/org-mhe.el: New file, split off from org.el.
5923
5924 * org/org-publish.el: New file, split off from org.el.
5925
5926 * org/org-remember.el: New file, split off from org.el.
5927
5928 * org/org-rmail.el: New file, split off from org.el.
5929
5930 * org/org-table.el: New file, split off from org.el.
5931
5932 * org/org-vm.el: New file, split off from org.el.
5933
5934 * org/org-wl.el: New file, split off from org.el.
5935
5936 2008-04-27 Jason Riedy <jason@acm.org>
5937
5938 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
5939 parameter that supresses lines that evaluate to NIL.
5940 (orgtbl-get-fmt): New inline function for
5941 picking apart formats that may be lists.
5942 (orgtbl-apply-fmt): New inline function for applying formats that
5943 may be functions.
5944 (orgtbl-eval-str): New inline function for strings that may be
5945 functions.
5946 (orgtbl-format-line, orgtbl-to-generic): Use and document.
5947 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
5948 (*orgtbl-llfmt*, *orgtbl-llstart*)
5949 (*orgtbl-llend*): Dynamic variables for last-line formatting.
5950 (orgtbl-format-section): Shift formatting to support detecting the
5951 last line and formatting it specially.
5952 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
5953 formats unless overridden.
5954 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
5955 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
5956 bound variables to hold the input collection of lines and output
5957 formatted text.
5958 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
5959 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
5960 format parameters.
5961 (orgtbl-format-line): New function encapsulating formatting for a
5962 single line.
5963 (orgtbl-format-section): Similar for each section. Rebinding the
5964 dynamic vars customizes the formatting for each section.
5965 (orgtbl-to-generic): Use orgtbl-format-line and
5966 orgtbl-format-section.
5967 (org-get-param): Now unused, so delete.
5968 (orgtbl-gather-send-defs): New function to
5969 gather all the SEND definitions before a table.
5970 (orgtbl-send-replace-tbl): New function to find the RECEIVE
5971 corresponding to the current name.
5972 (orgtbl-send-table): Use the previous two functions and implement
5973 multiple destinations for each table.
5974
5975 * doc/org.texi (A LaTeX example): Note that fmt may be a
5976 one-argument function, and efmt may be a two-argument function.
5977 (Radio tables): Document multiple destinations.
5978
5979 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
5980
5981 * org/org-agenda.el (org-add-to-diary-list): New function.
5982 (org-prefix-has-effort): New variable.
5983 (org-sort-agenda-noeffort-is-high): New option.
5984 (org-agenda-columns-show-summaries)
5985 (org-agenda-columns-compute-summary-properties): New options.
5986 (org-format-agenda-item): Compute the duration of the item.
5987 (org-agenda-weekend-days): New variable.
5988 (org-agenda-list, org-timeline): Use the proper faces for dates in
5989 the agenda and timeline buffers.
5990 (org-agenda-archive-to-archive-sibling): New command.
5991 (org-agenda-start-with-clockreport-mode): New option.
5992 (org-agenda-clockreport-parameter-plist): New option.
5993 (org-agenda-clocktable-mode): New variable.
5994 (org-agenda-deadline-leaders): Allow a function value for the
5995 deadline leader.
5996 (org-agenda-get-deadlines): Deal with new function value.
5997
5998 * org/org-clock.el (org-clock): New customization group.
5999 (org-clock-into-drawer, org-clock-out-when-done)
6000 (org-clock-in-switch-to-state, org-clock-heading-function):
6001 Move into the new group.
6002 (org-clock-out-remove-zero-time-clocks): New option.
6003 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
6004 (org-dblock-write:clocktable): Allow a Lisp form for the scope
6005 parameter.
6006 (org-dblock-write:clocktable): Fix bug with total time calculation.
6007 (org-dblock-write:clocktable): Request the unrestricted list of files.
6008 (org-get-clocktable): New function.
6009 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
6010 be strings but also integers (an absolute day number) and lists (m d y).
6011
6012 * org/org-colview.el (org-columns-next-allowed-value)
6013 (org-columns-edit-value): Limit the effort for updating in the
6014 agenda to recomputing a single file.
6015 (org-columns-compute): Only write property value if it has changed.
6016 This avoids raising the buffer-change-flag unnecessarily.
6017 (org-agenda-colview-summarize)
6018 (org-agenda-colview-compute): New functions.
6019 (org-agenda-columns): Call `org-agenda-colview-summarize'.
6020
6021 * org/org-exp.el (org-export-run-in-background): New option.
6022 (org-export-icalendar): Allow a batch process to trigger waiting
6023 after executing a system command.
6024 (org-export-preprocess-string): Rename from
6025 `org-cleaned-string-for-export'.
6026 (org-export-html-style): Made target class look like normal text.
6027 (org-export-as-html): Make use of the better proprocessing in
6028 `org-cleaned-string-for-export'.
6029 (org-cleaned-string-for-export): Better treatment of heuristic
6030 targets, many more internal links will now work in HTML export.
6031 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
6032 (org-export-inbuffer-options-extra): New variable.
6033 (org-export-options-filters): New hook.
6034 (org-infile-export-plist): Find also the settings keywords in
6035 `org-export-inbuffer-options-extra'.
6036 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
6037 multiple #+INFOJS_OPT lines.
6038 (org-export-html-handle-js-options): New function.
6039 (org-export-html-infojs-setup): New option.
6040 (org-export-as-html): Call `org-export-html-handle-js-options'.
6041 Add autoload to all entry points.
6042 (org-skip-comments): Function removed.
6043
6044 * org/org-table.el (org-table-make-reference): Extra parenthesis
6045 around single fields, to make sure that algebraic formulas get
6046 correctly interpreted by calc.
6047 (org-table-current-column): No longer interactive.
6048
6049 * org/org-export-latex.el (org-export-latex-preprocess):
6050 Rename from `org-export-latex-cleaned-string'.
6051
6052 2008-04-27 Bastien Guerry <bzg@altern.org>
6053
6054 * org/org-publish.el (org-publish-get-base-files-1): New function.
6055 (org-publish-get-base-files): Use it.
6056 (org-publish-temp-files): New variable.
6057 Don't require 'dired-aux anymore.
6058 (org-publish-initial-buffer): New variable.
6059 (org-publish-org-to, org-publish): Use it.
6060 (org-publish-get-base-files-1): Bug fix: get
6061 the proper list of files when recursing thru a directory.
6062 (org-publish-get-base-files): Use the :exclude property to skip
6063 both files and directories.
6064
6065 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
6066
6067 * net/tramp.el (tramp-handle-make-symbolic-link)
6068 (tramp-handle-file-name-directory)
6069 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6070 (tramp-do-copy-or-rename-file-directly)
6071 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
6072 (tramp-handle-substitute-in-file-name)
6073 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6074 * net/tramp-cache.el (tramp-get-file-property)
6075 (tramp-set-file-property, tramp-flush-file-property)
6076 (tramp-flush-directory-property)
6077 * net/tramp-compat.el (tramp-compat-make-temp-file)
6078 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6079 Disable `file-name-handler-alist' when handling localname.
6080 It could have a remote file syntax, like a VMS file name.
6081
6082 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6083
6084 * whitespace.el: New version 11.1.
6085 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
6086 enclosed by \\( and \\)$. Docstring fix.
6087 (whitespace-trailing-regexp): Fun removed.
6088 (whitespace-report-list): Const initialization fix.
6089 (whitespace-color-on): Code fix.
6090
6091 2008-04-27 Andreas Schwab <schwab@suse.de>
6092
6093 * Makefile.el: Unbreak bootstrap.
6094
6095 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
6096
6097 * net/tramp.el (tramp-replace-environment-variables): New defun.
6098 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
6099 Use it.
6100
6101 2008-04-27 Glenn Morris <rgm@gnu.org>
6102
6103 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
6104
6105 * calculator.el (calculator-expt): Replace cl function `oddp'.
6106
6107 2008-04-27 Johan Bockgård <bojohan@gnu.org>
6108
6109 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6110 Simplify. Collect `defun' and `autoload' entries.
6111 Avoid modifying load-history.
6112
6113 2008-04-26 Glenn Morris <rgm@gnu.org>
6114
6115 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
6116
6117 * simple.el (quoted-insert, zap-to-char): Revert previous change.
6118
6119 2008-04-26 John Paul Wallington <jpw@pobox.com>
6120
6121 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
6122 `hexl-mode-old-eldoc-documentation-function'.
6123 (hexl-mode-exit): Restore it.
6124 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
6125
6126 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
6127
6128 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
6129
6130 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
6131 (completion-pcm--all-completions): Doc fix.
6132 (completion-styles-alist, completion-all-completions):
6133 Fix typos in docstrings.
6134
6135 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6136
6137 * whitespace.el: There is now only one variable (whitespace-style) to
6138 specify which kind of blank is visualized. Doc and docstring fix.
6139 New version 11.0.
6140 (whitespace-style): New option, replace whitespace-style-mark and
6141 whitespace-style-color.
6142 (whitespace-style-mark, whitespace-style-color): Options removed.
6143 (whitespace-hspace, whitespace-tab, whitespace-newline)
6144 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
6145 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
6146 (whitespace-hspace-regexp, whitespace-space-regexp)
6147 (whitespace-tab-regexp, whitespace-trailing-regexp)
6148 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6149 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6150 (whitespace-space-after-tab-regexp, whitespace-line-column)
6151 (whitespace-display-mappings, whitespace-report): Docstring fix.
6152 (whitespace-color-value-list, whitespace-mark-value-list)
6153 (whitespace-active-color, whitespace-active-mark)
6154 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
6155 (whitespace-style-value-list, whitespace-active-style)
6156 (whitespace-toggle-style): New vars.
6157 (whitespace-toggle-option-alist, whitespace-help-text):
6158 Var initialization and docstring fix.
6159 (whitespace-toggle-options, global-whitespace-toggle-options)
6160 (whitespace-cleanup, whitespace-cleanup-region)
6161 (whitespace-report-region, whitespace-interactive-char)
6162 (whitespace-toggle-list): Docstring and code fix.
6163 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
6164 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
6165 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
6166 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
6167
6168 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6169
6170 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
6171 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
6172 (diff-sanity-check-hunk): Adjust code accordingly.
6173
6174 2008-04-26 Glenn Morris <rgm@gnu.org>
6175
6176 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
6177
6178 * forms-d2.dat: Move to ../etc.
6179 * forms-d2.el (forms-file): Adapt for above change.
6180
6181 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
6182 `translation-table-for-input'.
6183
6184 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
6185 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
6186
6187 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
6188 to punctuation now it's not needed for abbrevs.
6189 (fortran-mode-abbrev-table): Remove defvar, make use of new
6190 define-abbrev-table :regexp feature.
6191
6192 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
6193 insert, now that translation-table-for-input is not needed.
6194
6195 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
6196
6197 * emacs-lisp/pp.el (pp-display-expression): New function,
6198 extracted from pp-eval-expression.
6199 (pp-eval-expression): Use pp-display-expression.
6200 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
6201 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
6202 (pp-eval-last-sexp): Use pp-last-sexp.
6203
6204 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6205
6206 * abbrev.el (define-abbrev-table): Apply props even if the table
6207 exists already.
6208
6209 * minibuffer.el (completion-table-with-context): Fix `pred' for the
6210 various kinds of completion tables.
6211 (completion-emacs22-try-completion): Place cursor after the /, as was
6212 done in Emacs-22's minibuffer-complete-word.
6213 Fix bug reported by David Hansen <david.hansen@gmx.net>.
6214 (completion-emacs22-try-completion): Merge all mergable text rather
6215 than just /.
6216 (completion-pcm--delim-wild-regex): New var.
6217 (completion-pcm-word-delimiters): New custom.
6218 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
6219 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
6220 (completion-pcm--all-completions, completion-pcm-all-completions)
6221 (completion-pcm--merge-completions, completion-pcm--pattern->string)
6222 (completion-pcm-try-completion): New functions.
6223 (completion-styles-alist): Add them.
6224 (completion-styles): Add it to the default.
6225
6226 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
6227
6228 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
6229 (gdb-var-create-handler): ...until here when there are values.
6230 (gdb-post-prompt): Don't do -var-update with no watch expressions.
6231 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
6232
6233 2008-04-25 Eli Zaretskii <eliz@gnu.org>
6234
6235 * ls-lisp.el (ls-lisp-format): Fix last change.
6236 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
6237 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
6238 (ls-lisp-filesize-f-fmt): New defvars.
6239 (ls-lisp-insert-directory): Dynamically compute format specifiers
6240 for displaying UID, GID, and file size, and store them in the
6241 above variables.
6242 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
6243 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
6244 instead of constant format strings.
6245 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
6246 ls-lisp-filesize-d-fmt instead of constant format strings.
6247
6248 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
6249
6250 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
6251 value of addresses rather than (partial) string value.
6252 (gdb-frame-handler): Change regexp according to above change.
6253 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6254 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
6255 (gdb-assembler-mode): Disable undo in these buffers.
6256
6257 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
6258
6259 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
6260 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
6261
6262 2008-04-24 Sam Steingold <sds@gnu.org>
6263
6264 * textmodes/remember.el (remember-diary-extract-entries): Use
6265 diary-make-entry instead of the obsolete make-diary-entry.
6266
6267 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * subr.el (translation-table-for-input): Mark as obsolete.
6270
6271 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
6272
6273 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
6274
6275 * textmodes/ispell.el (ispell-dictionary-alist-1)
6276 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
6277 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
6278 (ispell-dictionary-alist-6): Remove.
6279 (ispell-dictionary-base-alist): New var, merges the above.
6280 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
6281 Use it.
6282 (ispell-dictionary-alist): Default to nil. Remove autoload.
6283 (ispell-local-dictionary-alist): Remove autoload.
6284
6285 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
6286 (f90-mode-abbrev-table): Use the new :regexp feature.
6287 Merge defvar and mapc into define-abbrev-table.
6288 (f90-imenu-type-matcher): Remove unused `l'.
6289 (f90-imenu-generic-expression): Remove unused `not-ib'.
6290 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
6291 (f90-change-keywords): Use restore-buffer-modified-p.
6292
6293 2008-04-24 Glenn Morris <rgm@gnu.org>
6294
6295 * net/goto-addr.el (goto-address-prog-mode):
6296 * progmodes/bug-reference.el (bug-reference-prog-mode):
6297 Define for compiler.
6298
6299 * minibuffer.el (x-file-dialog): Declare as function.
6300
6301 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
6302 dframe-update-speed rather than obsolete alias speedbar-update-speed.
6303
6304 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
6305 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
6306 work with easymenu. Add :keys where needed.
6307
6308 * calendar/cal-move.el (calendar-scroll-left): Handle case when
6309 event-start is nil.
6310
6311 * calendar/calendar.el (calendar-mode-map): Fix typo.
6312
6313 2008-04-24 Tom Tromey <tromey@redhat.com>
6314
6315 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6316 Document keywords. Add :suppress.
6317 * pcvs-defs.el (cvs-mode-map): Use :suppress.
6318
6319 * net/goto-addr.el (goto-address-unfontify): New function.
6320 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
6321 (goto-address-fontify-region, goto-address-mode)
6322 (goto-address-prog-mode): New functions.
6323
6324 * progmodes/bug-reference.el: New file.
6325
6326 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6327
6328 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
6329
6330 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6331
6332 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
6333 macros within lambdas.
6334
6335 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6336
6337 * minibuffer.el (completion-try-completion): Add `point' argument.
6338 Change return value.
6339 (completion-all-completions): Add `point' argument.
6340 (minibuffer-completion-help): Pass the new `point' argument.
6341 (completion--do-completion): Pass the whole field to try-completion.
6342 (completion--try-word-completion): Rewrite, making fewer assumptions.
6343 (completion-emacs21-try-completion, completion-emacs21-all-completions)
6344 (completion-emacs22-try-completion, completion-emacs22-all-completions)
6345 (completion-basic-try-completion, completion-basic-all-completions):
6346 New functions.
6347 (completion-styles-alist): Use them.
6348
6349 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
6350
6351 * textmodes/ispell.el (ispell-set-spellchecker-params):
6352 New function to make sure right params and dictionary alists are used
6353 after spellchecker changes.
6354 (ispell-aspell-dictionary-alist, ispell-last-program-name)
6355 (ispell-initialize-spellchecker-hook): New variables and hook.
6356 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
6357 (ispell-maybe-find-aspell-dictionaries): Remove.
6358 Calls replaced by (ispell-set-spellchecker-params) calls.
6359 (ispell-have-aspell-dictionaries): Remove.
6360
6361 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
6362 by ispell-set-spellchecker-params.
6363
6364 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * complete.el (PC-do-completion): Be more robust in the presence of
6367 unexpected values in minibuffer-completion-predicate.
6368
6369 * minibuffer.el (read-file-name): Don't let-bind default-directory.
6370 Only abbreviate default-filename if it's a file.
6371
6372 * minibuffer.el (read-file-name-function, read-file-name-predicate)
6373 (read-file-name-completion-ignore-case, insert-default-directory):
6374 New vars, moved from fileio.c.
6375 (read-file-name): New fun, moved from fileio.c.
6376 * cus-start.el: Remove insert-default-directory and
6377 read-file-name-completion-ignore-case.
6378
6379 2008-04-23 Magnus Henoch <mange@freemail.hu>
6380
6381 * tar-mode.el (tar-untar-buffer): If the entry has directory
6382 link type, extract it as a directory even if its file name doesn't
6383 end with a slash. Fixes extraction of NetBSD tar archives.
6384
6385 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6386
6387 * server.el (server-start): Also don't get confused by CRs since we
6388 don't quote them.
6389
6390 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
6391
6392 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
6393 (gdb-set-gud-minor-mode-existing-buffers)
6394 (gdb-info-breakpoints-custom, gdb-get-location)
6395 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6396 Previously gdb-create-define-alist wasn't always run and added to
6397 after-save-hook.
6398
6399 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
6400
6401 2008-04-23 Kevin Ryde <user42@zip.com.au>
6402
6403 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
6404 comments like unindented ones.
6405
6406 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6407
6408 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
6409 parameter origins.
6410
6411 2008-04-23 Kevin Ryde <user42@zip.com.au>
6412
6413 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6414 Bind print-level to ensure output forms aren't truncated if
6415 print-level is set to eval-expression-print-level when going via
6416 eval-defun and friends, or has been otherwise fiddled with.
6417
6418 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6419
6420 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6421 font-lock-extend-after-change-region-function globally.
6422
6423 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
6424
6425 * speedbar.el (speedbar-use-tool-tips-flag)
6426 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
6427 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
6428 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
6429 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
6430 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
6431 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
6432 (speedbar-separator-face): Fix typos in docstrings.
6433 (speedbar-stealthy-function-list, speedbar-verbosity-level)
6434 (speedbar-supported-extension-expressions, speedbar-update-current-file)
6435 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
6436 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
6437 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
6438 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
6439 (speedbar-check-vc-this-line, speedbar-files-line-directory)
6440 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
6441 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
6442 (speedbar-recenter): Doc fixes.
6443 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
6444 declaration and remove redundant info in docstring.
6445
6446 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6447
6448 * vc-git.el (vc-git-status-printer): Deal with directories.
6449
6450 * vc.el (vc-next-action): Look at more than the first file to
6451 determine the state.
6452
6453 2008-04-23 Glenn Morris <rgm@gnu.org>
6454
6455 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
6456 timers. Doc fix.
6457 (dframe-update-speed): Drop support for XEmacs < 20.
6458 (dframe-frame-mode): Drop support for Emacs < 20.
6459 (dframe-set-timer-internal): Drop support for Emacs without timers.
6460 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
6461
6462 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
6463 versions. Add doc-string. Mark as obsolete.
6464
6465 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
6466
6467 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
6468 rather than using an Emacs version test.
6469
6470 * tree-widget.el (tree-widget-image-enable): Use display-images-p
6471 rather than an Emacs version test.
6472
6473 * calendar/cal-china.el (holiday-chinese-qingming)
6474 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
6475 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
6476 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
6477
6478 * calendar/cal-islam.el (holiday-islamic): Doc fix.
6479
6480 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
6481 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
6482 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6483
6484 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
6485
6486 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
6487 (gdb-previous-frame-pc-address): ...to this.
6488 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
6489 of "info frame" with Gdb 6.4+.
6490 (gdb-stack-list-frames-regexp): New regexp.
6491 (gdb-frame-handler-1): Parse output of -stack-info-frame.
6492
6493 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
6494
6495 * tar-mode.el (tar-prefix-offset): New constant.
6496 (tar-header-block-tokenize): Support paths with long names
6497 which use the "ustar" standard.
6498
6499 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
6500
6501 * image-dired.el (image-dired-track-original-file)
6502 (image-dired-modify-mark-on-thumb-original-file):
6503 Use `dired-goto-file' instead of `search-forward'. This solves
6504 a bug with finding files where the file name is a subset of other
6505 file names. Doc fix.
6506
6507 2008-04-22 Juri Linkov <juri@jurta.org>
6508
6509 * menu-bar.el (buffers-menu-max-size): Move its definition down to
6510 the "Buffers Menu" section. Change group name `mouse' to `menu'.
6511 (yank-menu-length): Change group name `mouse' to `menu'.
6512 (buffers-menu-buffer-name-length): New user option.
6513 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
6514 instead of the hard-coded number 27.
6515
6516 2008-04-22 Juri Linkov <juri@jurta.org>
6517
6518 * isearch.el (eval-when-compile): Require `help-macro'.
6519 (isearch-help-for-help-internal): Isearch specific Help screen
6520 created by `make-help-screen'.
6521 (isearch-help-map): New variable that binds "b", "k", "m" to
6522 isearch-specific commands, and binds other keys to
6523 isearch-other-control-char, thus allowing other Help keys to
6524 exit isearch mode and execute their global definitions.
6525 (isearch-help-for-help, isearch-describe-bindings)
6526 (isearch-describe-key, isearch-describe-mode): New commands.
6527 (isearch-mode-help): Define alias to isearch-describe-mode
6528 and remove its old function definition.
6529 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
6530 Remove old comments because this issue is settled now.
6531 (isearch-forward): Describe three new Help commands in the docstring.
6532 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
6533 leave the single sentence at the first line of the docstring,
6534 and prepend the word "function" before `isearch-forward'
6535 to make the Help link to the function instead of variable.
6536
6537 2008-04-22 Juri Linkov <juri@jurta.org>
6538
6539 * isearch.el (isearch-success-function): New variable with default
6540 to `isearch-success-function-default'.
6541 (isearch-search): Call a function from `isearch-success-function'
6542 instead of calling the hard-coded `isearch-range-invisible'.
6543 (isearch-success-function-default): New function that calls
6544 `isearch-range-invisible' and inverts its return value.
6545
6546 * info.el (Info-search): In two similar places that skip
6547 undesired search matches move code to Info-search-success-function,
6548 and call `isearch-success-function' instead.
6549 (Info-search-success-function): New function copied from code
6550 in Info-search. Replace isearch-range-invisible with
6551 text-property-not-all that checks for 'invisible and 'display
6552 properties to skip partially invisible matches (whose display
6553 properties were set by Info-fontify-node).
6554 (Info-mode): Set buffer-local isearch-success-function
6555 to Info-search-success-function.
6556
6557 2008-04-22 Juri Linkov <juri@jurta.org>
6558
6559 * minibuffer.el (internal-complete-buffer-except): New function.
6560
6561 * files.el (read-buffer-to-switch): New function.
6562 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6563 Change interactive spec to call read-buffer-to-switch instead of
6564 using the letter "B".
6565
6566 * simple.el (minibuffer-default-add-shell-commands): New function.
6567 Use declare-function for mailcap-file-default-commands from "mailcap".
6568 (shell-command): Set local minibuffer-default-add-function to
6569 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
6570 before calling read-shell-command. Set 4th arg default-value of
6571 read-shell-command to relative buffer-file-name in file buffers.
6572
6573 * dired-aux.el (dired-read-shell-command-default): Move it to
6574 gnus/mailcap.el and change its name to more general name
6575 mailcap-file-default-commands.
6576 (minibuffer-default-add-dired-shell-commands): New function.
6577 Use declare-function for mailcap-file-default-commands from "mailcap".
6578 (dired-read-shell-command): Set local minibuffer-default-add-function
6579 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
6580 before calling read-shell-command. Remove dired-read-shell-command-default
6581 from the default value arg because default values are not set in
6582 minibuffer-default-add-dired-shell-commands. Doc fix.
6583
6584 * dired-x.el (dired-smart-shell-command): Sync arguments and
6585 interactive spec with changes in `shell-command'.
6586 Use dired-get-filename to get the dired file name at point
6587 as the default value in dired mode.
6588
6589 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
6590
6591 * info.el (Info-complete-menu-item): Add missing parenthesis.
6592
6593 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6594
6595 * info.el (Info-complete-menu-item): Save point.
6596
6597 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
6598
6599 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
6600
6601 2008-04-22 Andreas Schwab <schwab@suse.de>
6602
6603 * Makefile.in (emacs-deps): Define.
6604 Use it instead of $(lisp)/subdirs.el.
6605
6606 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6607
6608 * vc.el (vc-next-action): Do not consider directories when
6609 checking for state compatibility.
6610 (vc-transfer-file): Use when not if.
6611 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
6612 (vc-dir-mark-file): Use them.
6613 (vc-deduce-fileset): Also return the backend.
6614 (vc-diff-internal): Take as argument the value returned by
6615 vc-deduce-fileset instead of just the fileset.
6616 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
6617 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
6618 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
6619
6620 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
6621
6622 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
6623 set-window-vscroll but image-scroll-down. Fixes a bug where a
6624 command following SPC scrolled up again.
6625
6626 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
6627
6628 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
6629 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
6630 (gud-watch): Add "$" prefix when in registers buffer.
6631
6632 2008-04-22 Glenn Morris <rgm@gnu.org>
6633
6634 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
6635
6636 * whitespace.el (whitespace-display-table)
6637 (whitespace-display-table-was-local): Move definitions before use.
6638
6639 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
6640 (copyright-limit): Respect copyright-at-end-flag.
6641 (copyright-re-search, copyright-start-point)
6642 (copyright-offset-too-large-p): New functions.
6643 (copyright-update-year): Use copyright-re-search.
6644 (copyright-update, copyright-fix-years): Use copyright-start-point,
6645 and copyright-re-search.
6646 (copyright): Use copyright-offset-too-large-p.
6647 * add-log.el (change-log-mode): Set copyright-at-end-flag.
6648
6649 * add-log.el (top-level): Require 'cl when compiling.
6650
6651 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
6654 Treat minibuffer-completion-predicate as a predicate.
6655
6656 * minibuffer.el (completion--file-name-table): Accept both the old
6657 `dir' arg or the new `pred' arg.
6658
6659 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
6660 `predicate' argument to pass non-predicate data.
6661 (ffap-read-url-internal, ffap-read-file-or-url-internal):
6662 Use second arg as proper predicate.
6663
6664 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
6665 (vc-bzr-revision-completion-table): Use completion-table-with-context
6666 instead.
6667
6668 * simple.el (choose-completion-string): Use minibuffer-completion-table.
6669
6670 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
6671
6672 * term.el (term-emulate-terminal): Perform redisplay after the
6673 process filter has finished running.
6674
6675 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6676
6677 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
6678
6679 * minibuffer.el (completion-try-completion): Change magic symbol
6680 property name. Rename from minibuffer-try-completion.
6681 (completion-all-completions): Rename from minibuffer-all-completions.
6682 Remove hide-spaces argument.
6683 (completion--do-completion): Rename from minibuffer--do-completion.
6684 (minibuffer-complete-and-exit): Call just try-completion rather than
6685 completion-try-completion to fix up the case.
6686 (completion--try-word-completion): Try to add space or hyphen before
6687 making `string' a prefix of `completion'.
6688 (completion--insert-strings): Rename from minibuffer--insert-strings.
6689
6690 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6691
6692 * net/tls.el (tls-program): Add -ign_eof argument to call the
6693 openssl commands.
6694 (tls-checktrust): Ditto.
6695
6696 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6697
6698 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
6699
6700 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
6701 (vc-check-master-templates, vc-file-not-found-hook)
6702 (vc-kill-buffer-hook):
6703 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
6704 (vc-find-position-by-context, vc-buffer-context)
6705 (vc-restore-buffer-context, vc-responsible-backend)
6706 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
6707 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
6708 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
6709 (vc-version-diff, vc-diff, vc-insert-headers)
6710 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
6711 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
6712 (vc-revert, vc-rollback, vc-version-backup-file)
6713 (vc-rename-master, vc-delete-file, vc-rename-file)
6714 (vc-branch-part, vc-default-retrieve-snapshot)
6715 (vc-annotate-display-autoscale, vc-annotate-display-select)
6716 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
6717 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
6718 (vc-dir-update): Handle directories.
6719 (vc-default-status-printer): Simplify.
6720
6721 * progmodes/asm-mode.el (asm-mode-map):
6722 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
6723
6724 * progmodes/m4-mode.el (m4-mode-map): Add menu.
6725
6726 2008-04-21 Kenichi Handa <handa@m17n.org>
6727
6728 * select.el (xselect-convert-to-string): Send a C_STRING only if
6729 the polymorphic target TEXT is requested.
6730
6731 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * minibuffer.el (completion-setup-hook, display-completion-list)
6734 (completion--file-name-table): Fix typos in docstrings.
6735 (completion-table-dynamic): Fix typo, and reflow docstring.
6736
6737 2008-04-20 Andreas Schwab <schwab@suse.de>
6738
6739 * server.el (server-switch-buffer): Also consider clients in the
6740 selected frame.
6741
6742 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6743
6744 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6745 Select window clicked on first.
6746 (gdb): Display thread number in mode-line.
6747 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
6748 (gdb-breakpoints-header): New variable.
6749 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
6750
6751 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
6754 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
6755 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
6756 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6757 (vc-sccs-print-log): Use it.
6758
6759 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
6760
6761 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
6762 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
6763
6764 * tooltip.el (tooltip-previous-message): New var.
6765 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
6766 the C code (avoid overwriting a minibuffer, restore previous echo
6767 message, ...).
6768 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
6769 Simplify.
6770
6771 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6772
6773 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
6774 (gdb-init-1): Initialise it.
6775 (gdb-annotation-rules): New entry for "new-thread".
6776 (gdb-thread-identification): New function to customize
6777 mode-line-buffer-identification.
6778 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
6779 (gdb-assembler-mode): Use it.
6780 (gdb-threads-mode): Force "info threads" onto queue.
6781
6782 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * files.el (locate-file-completion-table): Rename from
6785 locate-file-completion and make it use `pred' in the normal way.
6786 (locate-file-completion): New compatibility wrapper.
6787 (load-library): Use locate-file-completion-table.
6788 * finder.el (finder-commentary):
6789 * subr.el (locate-library):
6790 * emacs-lisp/find-func.el (find-library): Likewise.
6791 * info.el: Use with-current-buffer and inhibit-read-only.
6792 (Info-read-node-name-2): Change to use `predicate' in the normal way.
6793 (Info-read-node-name-1): Adjust uses accordingly.
6794
6795 * minibuffer.el (completion-table-with-context): Add support for `pred'.
6796 (completion-table-with-terminator): Don't use complete-with-action
6797 since we have to distinguish all three cases anyway.
6798 (completion-table-with-predicate): New function.
6799 (dynamic-completion-table): Add obsolete alias.
6800
6801 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
6802
6803 2008-04-18 Sam Steingold <sds@gnu.org>
6804
6805 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
6806 Use quit-window instead of bury-buffer.
6807
6808 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6809
6810 * minibuffer.el (completion-table-with-terminator): Fix last fix.
6811
6812 2008-04-18 Andreas Schwab <schwab@suse.de>
6813
6814 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6815 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6816 Depend on $(lisp)/subdirs.el.
6817
6818 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
6819
6820 * descr-text.el (describe-char-after):
6821 Use `define-obsolete-function-alias'.
6822
6823 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
6824
6825 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
6826
6827 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
6828 Remove redundant obsolescence info in docstring.
6829
6830 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6831 (vc-header-alist): Add WHEN to obsolescence declaration.
6832 (vc-state): Fix typo in docstring.
6833
6834 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
6835 Use `define-obsolete-variable-alias'.
6836
6837 * emulation/tpu-edt.el (tpu-have-ispell):
6838 * international/codepage.el (codepage-setup):
6839 Fix typo in obsolescence declaration.
6840
6841 * international/mule.el (char-coding-system-table):
6842 Remove redundant obsolescence info in docstring.
6843 (charset-list, generic-char-p, set-char-table-default):
6844 Fix typos in obsolescence decarations.
6845
6846 * international/mule-diag.el (non-iso-charset-alist):
6847 Fix typo in obsolescence declaration.
6848 (decode-codepage-char): Remove redundant obsolescence info in docstring.
6849
6850 * font-core.el (font-lock-defaults-alist):
6851 * font-lock.el (font-lock-reference-face):
6852 * frame.el (screen-height, screen-width, set-screen-width)
6853 (set-screen-height):
6854 * hilit-chg.el (highlight-changes-initial-state):
6855 * isearch.el (isearch-return-char):
6856 * log-edit.el (cvs-commit-buffer-require-final-newline)
6857 (cvs-changelog-full-paragraphs):
6858 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
6859 (mouse-popup-menubar-stuff):
6860 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
6861 (mouse-wheel-click-button):
6862 * outline.el (outline-visible):
6863 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
6864 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
6865 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
6866 * progmodes/compile.el (compile-internal):
6867 Add WHEN to obsolescence declarations.
6868
6869 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
6872 is not better anyway.
6873
6874 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6875
6876 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
6877 properly.
6878
6879 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
6882 (python-use-skeletons): Remove, unused.
6883 (python-skeletons): Remove. Use the abbrev table instead.
6884 (python-mode-abbrev-table): Fix regexp;
6885 add enable-function and case-fixed.
6886 (def-python-skeleton): Simplify.
6887 (python-expand-template): Use the abbrev-table and abbrev-insert.
6888 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
6889 Remove.
6890 (python-mode): Don't set pre-abbrev-expand-hook.
6891
6892 * skeleton.el: Set coding-tag.
6893
6894 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
6895 (expand-abbrev): Use it.
6896 (abbrev-table-menu): New function.
6897
6898 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
6899
6900 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
6901
6902 2008-04-17 Sam Steingold <sds@gnu.org>
6903
6904 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
6905 idiosyncratic bury-buffer/delete-window logic.
6906
6907 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
6908
6909 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
6910 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
6911
6912 2008-04-17 Kenichi Handa <handa@m17n.org>
6913
6914 * international/characters.el: Don't make the width of U+00AD to 0.
6915
6916 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
6917
6918 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
6919 (gdb, gdb-starting, gdb-frames-mode): Use it.
6920 (gdb-invalidate-frames): Advise to call "info stack" only if
6921 execution has occurred.
6922 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
6923 selected frame if no execution has occurred.
6924 (gdb-frames-force-update): New interactive function.
6925 (gdb-frames-mode-map): Bind it to "F".
6926
6927 2008-04-17 Michael Olson <mwolson@gnu.org>
6928
6929 * textmodes/remember.el (remember-version): Release Remember 2.0.
6930
6931 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
6932
6933 * textmodes/artist.el:
6934 * progmodes/vhdl-mode.el:
6935 * progmodes/verilog-mode.el:
6936 * progmodes/vera-mode.el:
6937 * progmodes/simula.el:
6938 * progmodes/ps-mode.el:
6939 * progmodes/cmacexp.el:
6940 * obsolete/hilit19.el:
6941 * emulation/viper.el:
6942 * ediff.el: Cleanup the bug-report email addresses and make sure the
6943 maintainer is still willing to handle bug reports.
6944
6945 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6946
6947 * vc.el (vc-dir-kill-query): Fix thinko.
6948
6949 2008-04-16 Glenn Morris <rgm@gnu.org>
6950
6951 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
6952 by diary-sexp-entry.
6953
6954 2008-04-16 Markus Triska <markus.triska@gmx.at>
6955
6956 * proced.el (proced-command-alist): Add support for darwin.
6957
6958 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6959
6960 * proced.el (proced-mode): Redefine as just the major-mode.
6961 (proced): Separate it from proced-mode.
6962
6963 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
6964
6965 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6966
6967 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
6968 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
6969 `tab-width' setting from user. New version 10.0. Doc and docstring
6970 fix.
6971 (whitespace-style, whitespace-chars): Remove options.
6972 (whitespace-style-mark): New option, replace whitespace-style deleted
6973 option. Fix docstring.
6974 (whitespace-style-color): New option, replace whitespace-chars deleted
6975 option. Fix docstring.
6976 (whitespace-space, whitespace-hspace, whitespace-tab)
6977 (whitespace-newline, whitespace-trailing, whitespace-line)
6978 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
6979 (whitespace-space-after-tab, whitespace-hspace-regexp)
6980 (whitespace-space-regexp, whitespace-tab-regexp)
6981 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6982 (whitespace-empty-at-eob-regexp, whitespace-line-column)
6983 (whitespace-toggle-option-alist): Fix docstring.
6984 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6985 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
6986 docstring and initialization.
6987 (global-whitespace-mode): Autoloaded global minor mode.
6988 (whitespace-chars-value-list, whitespace-style-value-list)
6989 (whitespace-active-chars, whitespace-active-style)
6990 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
6991 (whitespace-color-value-list): New var, replace
6992 whitespace-chars-value-list removed var.
6993 (whitespace-mark-value-list): New var, replace
6994 whitespace-style-value-list removed var.
6995 (whitespace-active-color): New var, replace whitespace-active-chars
6996 removed var.
6997 (whitespace-active-mark): New var, replace whitespace-active-style
6998 removed var.
6999 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
7000 removed var.
7001 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
7002 removed var.
7003 (whitespace-toggle-option-alist, whitespace-report-list)
7004 (whitespace-report-text, whitespace-help-text): Fix initialization.
7005 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
7006 (whitespace-toggle-options, global-whitespace-toggle-options)
7007 (whitespace-cleanup-region, whitespace-report-region)
7008 (whitespace-interactive-char): Fix docstring and code.
7009 (whitespace-cleanup, whitespace-report): Fix docstring.
7010 (whitespace-replace-spaces-by-tabs): Remove fun.
7011 (whitespace-replace-action): New fun, replace
7012 whitespace-replace-spaces-by-tabs removed fun.
7013 (whitespace-regexp, whitespace-indentation-regexp)
7014 (whitespace-space-after-tab-regexp, whitespace-insert-value)
7015 (whitespace-kill-buffer): New funs.
7016 (whitespace-insert-option-mark, whitespace-help-on)
7017 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
7018 (whitespace-color-on, whitespace-color-off)
7019 (whitespace-display-char-on): Fix code.
7020
7021 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7022
7023 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
7024 (mouse-throw-magnifier-with-mouse-movement): Remove.
7025 (mouse-throw-magnifier-base): New const.
7026 (mouse-drag-scroll-delta): New fun.
7027 (mouse-drag-throw): Use it.
7028
7029 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
7030
7031 * international/uni-bidi.el, international/uni-category.el:
7032 * international/uni-combining.el, international/uni-comment.el:
7033 * international/uni-decimal.el, international/uni-decomposition.el:
7034 * international/uni-digit.el, international/uni-lowercase.el:
7035 * international/uni-mirrored.el, international/uni-name.el:
7036 * international/uni-numeric.el, international/uni-old-name.el:
7037 * international/uni-titlecase.el, international/uni-uppercase.el:
7038 * international/charprop.el: Regenerate.
7039
7040 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7041
7042 * vc.el (vc-status-fileinfo): Add new member directoryp.
7043 (vc-default-status-printer): Print directories.
7044 (vc-status-update): Sort files before subdirectories.
7045
7046 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7047 Add alternative implementation based on "cvs update".
7048
7049 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
7050
7051 * doc-view.el: Changed requirements section to tell that only one
7052 of dvipdf or dvipdfm is needed.
7053 (doc-view-already-converted-p): Fix bug that forced reconversion
7054 if doc was already converted.
7055
7056 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7057
7058 * minibuffer.el (minibuffer-message):
7059 Make sure we can put-text-property.
7060
7061 * emacs-lisp/crm.el: Complete rewrite.
7062
7063 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
7064 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
7065 case of an error in display-completion-list.
7066
7067 * filecache.el (file-cache-completions-keymap): Move init from
7068 file-cache-completion-setup-function into declaration.
7069 (file-cache-minibuffer-complete): Simplify.
7070 (file-cache-completion-setup-function): Use standard-output,
7071 preserve current-buffer.
7072
7073 * vc.el (vc-status-update): Fix typo.
7074 (vc-status-update): Set needs-update.
7075 (vc-status-refresh): η-reduce.
7076
7077 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
7078
7079 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
7080 to image-eol.
7081
7082 2008-04-14 Alexandre Julliard <julliard@winehq.org>
7083
7084 * vc.el (vc-status-update): Undo the previous revert.
7085
7086 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7087
7088 * minibuffer.el (completion-table-with-terminator): Those completions
7089 are never valid w.r.t test-completion.
7090 (completion--file-name-table):
7091 Check completion-all-completions-with-base-size.
7092
7093 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
7094
7095 * doc-view.el (doc-view-dvipdf-program): New variable.
7096 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
7097 (doc-view-mode-p): Check for doc-view-dvipdf-program as
7098 alternative for doc-view-dvipdfm-program.
7099 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
7100
7101 * doc-view.el (doc-view-start-process): Don't set
7102 default-directory to "~/" if the current value is valid.
7103 This broke PS files that run other files in the same directory.
7104
7105 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
7106
7107 * vc.el (vc-status-kill-query): New function.
7108 (vc-status-mode): Add it to kill-buffer-query-functions.
7109 (vc-status-show-fileentry): New function.
7110 (vc-status-menu-map): Bind it. Bind vc-next-action.
7111
7112 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7113
7114 * minibuffer.el (minibuffer-message): Put cursor at the right place.
7115
7116 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7117
7118 * proced.el (proced-send-signal): Fix error recognition.
7119
7120 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7121
7122 * proced.el (proced-command-alist): Remove sort column.
7123 (proced-command, proced-procname-column):
7124 Use make-variable-buffer-local.
7125 (proced-signal-function): Rename from proced-kill-program.
7126 Allow for elisp symbols and string values representing system calls.
7127 (proced-marker-regexp, proced-success-message): New functions.
7128 (proced): Use defalias. Add autoload cookie.
7129 (proced-unmark-backward, proced-toggle-marks)
7130 (proced-hide-processes): New commands.
7131 (proced-do-mark): Simplify code.
7132 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
7133 (proced-update): Remove sorting.
7134 (proced-send-signal): Display number of processes to operate on.
7135 Allow for system calls or elisp functions to send signals.
7136 Check if signal was sent successfully.
7137
7138 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7139
7140 * minibuffer.el (completion-all-completion-with-base-size): New var.
7141 (completion--some): New function.
7142 (completion-table-with-context, completion--file-name-table):
7143 Return the base-size if requested.
7144 (completion-table-in-turn): Generalize to multiple arguments.
7145 (complete-in-turn): Compatibility alias.
7146 (completion-styles-alist): New var.
7147 (completion-styles): New customization.
7148 (minibuffer-try-completion, minibuffer-all-completions):
7149 New functions.
7150 (minibuffer--do-completion, minibuffer-complete-and-exit)
7151 (minibuffer-try-word-completion): Use them.
7152 (display-completion-list, minibuffer-completion-help): Use them.
7153 Handle all-completions's new base-size info to set completion-base-size.
7154 * info.el (Info-read-node-name-1): Use completion-table-with-context,
7155 completion-table-with-terminator and complete-with-action.
7156 Remove the now obsolete completion-base-size-function property.
7157 * simple.el (completion-list-mode-map): Move init into declaration.
7158 (completion-list-mode): Use define-derived-mode.
7159 (completion-setup-function): Use any completion-base-size that may
7160 have been set before. Remove handling of completion-base-size-function.
7161 * loadup.el: Move abbrev.el up earlier.
7162
7163 2008-04-13 Alexandre Julliard <julliard@winehq.org>
7164
7165 * vc-git.el (vc-git-after-dir-status-stage)
7166 (vc-git-dir-status-goto-stage): New functions.
7167 (vc-git-after-dir-status-stage1)
7168 (vc-git-after-dir-status-stage1-empty-db)
7169 (vc-git-after-dir-status-stage2): Remove, functionality moved
7170 into the new generic stage functions.
7171 (vc-git-dir-status-files): New function.
7172
7173 * vc.el (vc-status-update): Revert an incorrect rewrite.
7174 Add some comments.
7175 (vc-status-refresh-files): New function.
7176 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
7177 state of up-to-date files.
7178 (vc-default-dir-status-files): New function.
7179
7180 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
7181
7182 * minibuffer.el (completion--embedded-envvar-table)
7183 (read-file-name-internal): Fix typos in 2008-04-11 change.
7184
7185 * faces.el (read-face-name): Use `completion-table-in-turn',
7186 not `complete-in-turn'.
7187
7188 2008-04-13 Andreas Schwab <schwab@suse.de>
7189
7190 * progmodes/etags.el: Require 'cl when compiling.
7191
7192 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
7193
7194 * progmodes/gud.el (gud-menu-map): Expand tooltip.
7195
7196 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
7197 (menu): Add/expand menu tooltips.
7198
7199 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7200
7201 * progmodes/sh-script.el (sh-show-indent): Fix typo.
7202 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
7203
7204 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
7205 considered registered.
7206
7207 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7208
7209 * emacs-lisp/copyright.el (copyright-update-directory): New command.
7210
7211 * ediff-wind.el (ediff-split-window-function)
7212 (ediff-merge-split-window-function): Improve custom type.
7213
7214 2008-04-12 Eli Zaretskii <eliz@gnu.org>
7215
7216 * loadup.el ("minibuffer"): Move after "faces".
7217
7218 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * progmodes/hideif.el (hif-factor): Handle unary minus.
7221
7222 2008-04-12 Glenn Morris <rgm@gnu.org>
7223
7224 * calendar/cal-china.el (chinese-calendar-time-zone):
7225 Mark obsolete name as risky too.
7226
7227 * calendar/calendar.el (calendar-faces): New custom group.
7228 (calendar-today, diary, holiday): Doc fix.
7229 Move to calendar-faces group.
7230 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
7231 (diary-button): Doc fix. Move to calendar-faces group.
7232
7233 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7234 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
7235 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
7236 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
7237 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
7238 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
7239 not in dumped files before the associated defcustom.
7240
7241 2008-04-11 Johan Bockgård <bojohan@gnu.org>
7242
7243 * minibuffer.el (lazy-completion-table): Fix debug spec.
7244
7245 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7246
7247 * minibuffer.el (complete-with-action, lazy-completion-table):
7248 Move from subr.el.
7249 (apply-partially, completion-table-dynamic)
7250 (completion-table-with-context, completion-table-with-terminator)
7251 (completion-table-in-turn): New funs.
7252 (completion--make-envvar-table, completion--embedded-envvar-table):
7253 New funs.
7254 (read-file-name-internal): Use them.
7255 (completion-setup-hook): Move from simple.el.
7256 * subr.el (complete-with-action, lazy-completion-table):
7257 * simple.el (completion-setup-hook): Move to minibuffer.el.
7258
7259 2008-04-11 Glenn Morris <rgm@gnu.org>
7260
7261 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
7262
7263 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7264
7265 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
7266
7267 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
7268
7269 * textmodes/fill.el (fill-forward-paragraph-function): New var.
7270 (fill-forward-paragraph): New fun.
7271 (fill-paragraph, fill-region): Use it.
7272
7273 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
7274 (vc-status-create-fileinfo): Make `extra' optional.
7275 (vc-status-busy): New fun.
7276 (vc-status-menu-map): Use it.
7277 (vc-status-crt-marked): Remove.
7278 (vc-status-update): Rename from vc-status-add-entries.
7279 Add argument so as to prevent addition of entries. Rewrite.
7280 (vc-update-vc-status-buffer): Remove.
7281 (vc-status-refresh): Don't remove old entries, set them to
7282 up-to-date instead. Also do it after the update is complete.
7283 (vc-status-marked-files): η-reduce.
7284
7285 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
7286 for non-dialogs.
7287
7288 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
7289
7290 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
7291
7292 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
7293
7294 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
7295 to t and don't truncate msg.
7296
7297 2008-04-11 Glenn Morris <rgm@gnu.org>
7298
7299 * calendar/calendar.el (diary, holidays):
7300 Move custom groups to other files.
7301 (holiday-general-holidays, holiday-oriental-holidays)
7302 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
7303 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7304 (holiday-hebrew-holidays, holiday-christian-holidays)
7305 (holiday-islamic-holidays, holiday-bahai-holidays)
7306 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
7307 * calendar/diary-lib.el: Move custom group here from calendar.el.
7308 * calendar/holidays.el: Move custom group and variables here
7309 from calendar.el.
7310
7311 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
7312
7313 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7314 Fix custom group.
7315 (calendar-current-time-zone-cache): Autoload riskiness.
7316
7317 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
7318
7319 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
7320
7321 * woman.el (woman2-TH): Use string-equal instead of string-match.
7322
7323 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7324
7325 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
7326 (smerge-resolve): Merge the "2-way refinement" case with one half of
7327 the "mere whitespace" resolution.
7328
7329 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7330
7331 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
7332
7333 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
7334
7335 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7336 Add WHEN to obsolescence declaration.
7337
7338 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
7339
7340 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7341
7342 * vc-hooks.el (vc-state): Add new state `conflict'.
7343 (vc-after-save): Use when not if.
7344 (vc-default-mode-line-string): Deal with the conflict state.
7345 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
7346
7347 * vc.el (vc-editable-p, vc-default-status-printer)
7348 (vc-next-action): Deal with the conflict state.
7349 (vc-mark-resolved): New function.
7350 (vc-status-mode): Fix mode name.
7351 (vc-default-comment-history): Use when not if.
7352 (Todo): Add new entries, remove old ones.
7353
7354 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
7355 (vc-cvs-parse-status, vc-cvs-after-dir-status):
7356 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
7357 Detect the conflict state.
7358
7359 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
7360
7361 2008-04-10 Glenn Morris <rgm@gnu.org>
7362
7363 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
7364 Respect truncate-partial-width-windows in non-full windows,
7365 with regards to :toggle and :enable state.
7366
7367 * simple.el (toggle-truncate-lines): Doc fix.
7368
7369 * Makefile.in (MH_E_DIR): New variable.
7370 (MH_E_SRC): Restore variable removed 2008-03-13.
7371 (mh-loaddefs.el): Depend on $MH_E_SRC.
7372 (CAL_DIR, CAL_SRC): New variables.
7373 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
7374 Depend on CAL_SRC.
7375
7376 * calendar/calendar.el (calendar, diary): Add :prefix.
7377 (holidays): Change :prefix.
7378 (calendar-today, holiday, calendar-holiday-marker)
7379 (european-calendar-style): Change custom groups.
7380
7381 * calendar/calendar.el (diary-hook, diary-display-hook):
7382 Move to diary-lib.el.
7383 * calendar/diary-lib.el (diary-hook, diary-display-hook):
7384 Move here from calendar.el.
7385 * calendar/appt.el: Require diary-lib rather than calendar.
7386 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
7387
7388 * calendar/appt.el (appt): Add :prefix.
7389
7390 * calendar/diary-lib.el (diary-hook): Doc fix.
7391 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
7392
7393 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7394
7395 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
7396 New functions.
7397
7398 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
7399 the arg to recursive calls.
7400
7401 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7402
7403 * minibuffer.el (completion-auto-help): Fix typo.
7404
7405 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7406
7407 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
7408
7409 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
7410
7411 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
7412 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
7413
7414 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7415
7416 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
7417
7418 * minibuffer.el (minibuffer): Move group from cus-edit.el.
7419 (completion-auto-help): Move from C code.
7420 (minibuffer--maybe-completion-help): Remove.
7421 (minibuffer--bitset): New function.
7422 (minibuffer--do-completion): Rename from minibuffer-do-completion.
7423 Renumber a bit. Really complete on string *before* point.
7424 Add argument used for word-completion.
7425 Join trailing / in completion with following text, as done in
7426 minibuffer-complete-word.
7427 Handle new value `lazy' for completion-auto-help.
7428 (minibuffer-try-word-completion): New function extracted from
7429 minibuffer-complete-word.
7430 (minibuffer-complete-word): Use minibuffer--do-completion.
7431 (minibuffer--insert-strings): Rename from
7432 minibuffer-complete-insert-strings.
7433 (exit-minibuffer): Fix typo.
7434 * cus-edit.el (minibuffer): Move group to minibuffer.el.
7435 * cus-start.el: Remove completion-auto-help.
7436
7437 2008-04-09 Alexandre Julliard <julliard@winehq.org>
7438
7439 * vc.el (vc-status-add-entries): New function.
7440 (vc-status-add-entry): Remove.
7441 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
7442 Use vc-status-add-entries.
7443
7444 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
7445 order.
7446
7447 2008-04-09 Jason Rumney <jasonr@gnu.org>
7448
7449 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
7450 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
7451 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
7452 (AUTOGENEL): New variable.
7453 (distclean, maintainer-clean): New targets.
7454
7455 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
7456
7457 * emacs-lisp/regexp-opt.el (regexp-opt):
7458 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
7459
7460 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
7461
7462 * nxml/nxml-mode.el (nxml-cleanup): New function.
7463 (nxml-mode): Add it to change-major-mode-hook.
7464
7465 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7466
7467 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
7468
7469 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7470
7471 * calc/.cvsignore: New file.
7472
7473 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7474
7475 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
7476
7477 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
7478 show-help-function when turning tooltip off.
7479 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
7480 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
7481
7482 2008-04-09 Alan Mackenzie <acm@muc.de>
7483
7484 * font-lock.el (font-lock-extend-after-change-region-function):
7485 Make it buffer local.
7486
7487 2008-04-09 Glenn Morris <rgm@gnu.org>
7488
7489 * calendar/calendar.el (diary-file, european-calendar-style):
7490 Remove autoload cookies.
7491
7492 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7493
7494 * outline.el (outline-mode-menu-bar-map):
7495 * log-view.el (log-view-mode-menu):
7496 * log-edit.el (log-edit-menu): Add :help.
7497
7498 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
7499
7500 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7501 Use substring-no-properties for correct handling of unibyte strings.
7502
7503 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * add-log.el (change-log-next-buffer): Handle the case where version<
7506 signals an error.
7507
7508 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
7509 mouse-major-mode-menu.
7510 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
7511 (mouse-major-mode-menu, mouse-popup-menubar)
7512 (mouse-popup-menubar-stuff): Use them.
7513 (C-down-mouse-3): Bind to a dynamic map rather than to
7514 mouse-popup-menubar-stuff.
7515
7516 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
7517 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
7518
7519 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7520
7521 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
7522 file:// access method.
7523
7524 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7525
7526 * minibuffer.el: New file.
7527 * loadup.el: Load it.
7528
7529 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
7532 rather than subdirs.el. It introduces an ugly circular dependency, tho.
7533
7534 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
7535 (calc-mode-map, calc-digit-map, calc-dispatch-map):
7536 Move initialization into declaration.
7537 * calc/calc-yank.el:
7538 * calc/calc-misc.el:
7539 * calc/calc-embed.el:
7540 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
7541
7542 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
7543
7544 * ps-samp.el (ps-add-printer, ps-remove-printer)
7545 (ps-make-dynamic-printer-menu): New functions.
7546
7547 * net/zeroconf.el: New file.
7548
7549 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7550
7551 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
7552
7553 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7554
7555 * vc-rcs.el (vc-rcs-modify-change-comment):
7556 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
7557
7558 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
7559
7560 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
7561
7562 * international/mule-cmds.el (set-locale-environment): Don't warn if
7563 coding system doesn't agree with system locale (this reverts changes
7564 by Dave Love, dated 2002-10-27 and 2002-10-09).
7565
7566 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7567 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
7568
7569 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
7570
7571 2008-04-08 Glenn Morris <rgm@gnu.org>
7572
7573 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
7574 * textmodes/remember.el (remember-diary-convert-entry):
7575 Require calendar.
7576
7577 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
7578 diary-file, since it is the default for make-diary-entry anyway.
7579
7580 * calendar/cal-menu.el (cal-menu-event-to-date):
7581 Rename calendar-event-to-date. Update callers.
7582 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
7583 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
7584 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
7585 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
7586 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
7587 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
7588 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
7589 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
7590 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
7591 (calendar-mouse-tex-month-landscape):
7592 Rename cal-tex-mouse-month-landscape.
7593 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
7594 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
7595 (calendar-mouse-tex-year-landscape):
7596 Rename cal-tex-mouse-year-landscape.
7597 (cal-menu-context-mouse-menu): Update for above name changes.
7598
7599 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7600 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7601 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
7602 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
7603 * calendar/holidays.el: Replace int-to-string with number-to-string.
7604
7605 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
7606
7607 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
7608 region if point moves.
7609
7610 2008-04-08 Kenichi Handa <handa@m17n.org>
7611
7612 * faces.el (font-slant-table): Change numeric values for `r',
7613 `roman', and `normal'.
7614
7615 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
7616
7617 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
7618
7619 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
7620
7621 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
7622 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
7623
7624 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
7625
7626 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
7627 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
7628
7629 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
7632
7633 2008-04-07 Sam Steingold <sds@gnu.org>
7634
7635 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
7636 Add helper functions.
7637 (lisp-do-defun): Extract the common part of lisp-eval-defun and
7638 lisp-compile-defun; DEFVAR forms reset the variables to the init
7639 values, just like in emacs-lisp mode eval-defun.
7640 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
7641 (lisp-compile-region): Use lisp-compile-string.
7642
7643 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7644
7645 * subr.el (combine-and-quote-strings): Also quote strings that contain
7646 the separator.
7647
7648 * pcvs-util.el (cvs-map): Avoid recursion :-(
7649
7650 2008-04-07 Glenn Morris <rgm@gnu.org>
7651
7652 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
7653
7654 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
7655 view-diary-entries-initially. Keep old name as alias, update users.
7656 (calendar-mark-diary-entries-flag): Rename
7657 mark-diary-entries-in-calendar. Keep old name as alias, update users.
7658 (calendar-view-holidays-initially-flag): Rename
7659 view-calendar-holidays-initially. Keep old name as alias, update users.
7660 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
7661 Keep old name as alias, update users.
7662 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
7663 Keep old name as alias, update users.
7664 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
7665 Keep old name as alias, update users.
7666 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
7667 Keep old name as alias, update users.
7668 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
7669 (diary-american-date-forms): Rename american-date-diary-pattern.
7670 Keep old name as alias, update users.
7671 (diary-european-date-forms): Rename european-date-diary-pattern.
7672 Keep old name as alias, update users.
7673 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
7674 Keep old name as alias, update users.
7675 (calendar-european-date-display-form): Rename
7676 european-calendar-display-form. Keep old name as alias, update users.
7677 (calendar-american-date-display-form): Rename
7678 european-calendar-display-form. Keep old name as alias, update users.
7679 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
7680 Keep old name as alias, update users.
7681 (holiday-general-holidays): Rename general-holidays.
7682 Keep old name as alias, update users.
7683 (holiday-oriental-holidays): Rename oriental-holidays.
7684 Keep old name as alias, update users.
7685 (holiday-local-holidays): Rename local-holidays.
7686 Keep old name as alias, update users.
7687 (holiday-other-holidays): Rename other-holidays.
7688 Keep old name as alias, update users.
7689 (holiday-hebrew-holidays): Rename hebrew-holidays.
7690 Keep old name as alias, update users.
7691 (holiday-christian-holidays): Rename christian-holidays.
7692 Keep old name as alias, update users.
7693 (holiday-islamic-holidays): Rename islamic-holidays.
7694 Keep old name as alias, update users.
7695 (holiday-bahai-holidays): Rename bahai-holidays.
7696 Keep old name as alias, update users.
7697 (holiday-solar-holidays): Rename solar-holidays.
7698 Keep old name as alias, update users.
7699 (diary-fancy-buffer): Rename fancy-diary-buffer.
7700 Keep old name as alias, update users.
7701 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
7702 Update users.
7703 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
7704 Update users.
7705 (calendar-increment-month): Rename increment-calendar-month.
7706 Keep old name as alias, update callers.
7707 (calendar-increment-month-cons): Rename old calendar-increment-month.
7708 Update callers.
7709 (calendar-extract-month): Rename extract-calendar-month.
7710 Keep old name as alias, update callers.
7711 (calendar-extract-day): Rename extract-calendar-day.
7712 Keep old name as alias, update callers.
7713 (calendar-extract-year): Rename extract-calendar-year.
7714 Keep old name as alias, update callers.
7715 (calendar-generate-window): Rename generate-calendar-window.
7716 Update callers.
7717 (calendar-generate): Rename generate-calendar. Update callers.
7718 (calendar-generate-month): Rename generate-calendar-month.
7719 Update callers.
7720 (calendar-redraw): Rename redraw-calendar. Update callers.
7721 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
7722 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
7723 Update callers.
7724 (calendar-update-mode-line): Rename update-calendar-mode-line.
7725 Update callers.
7726 (calendar-exit): Rename exit-calendar. Keep old name as alias,
7727 update callers.
7728 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
7729 Keep old name as alias, update callers.
7730 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7731 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
7732 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
7733 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
7734 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
7735 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
7736 * calendar/solar.el: Update for calendar.el name changes.
7737 * org/org.el (org-agenda-format-date-aligned)
7738 (org-agenda-execute-calendar-command): Access date elements directly
7739 rather than using calendar functions.
7740 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
7741 Also set calendar-view-diary-initially-flag,
7742 calendar-view-holidays-initially-flag.
7743 (org-get-entries-from-diary): Also set diary-fancy-buffer.
7744 (org-agenda-execute-calendar-command): No need to set displayed-day.
7745
7746 2008-04-06 Alan Mackenzie <acm@muc.de>
7747
7748 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
7749 typo in the doc string.
7750
7751 * progmodes/cc-mode.el (c-basic-common-init):
7752 Set font-lock-extend-after-change-region-function.
7753 (c-extend-after-change-region): New function, used in
7754 font-lock-extend-after-change-region-function, thus superseding
7755 advice on the Font Lock after change functions.
7756 (c-advise-fl-for-region): Remove this macro.
7757
7758 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7759
7760 * textmodes/flyspell.el (flyspell-duplicate-distance):
7761 Improve custom type.
7762
7763 2008-04-06 Glenn Morris <rgm@gnu.org>
7764
7765 * calendar/diary-lib.el (diary-sexp-entry-symbol):
7766 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
7767 (diary-list-entries-hook): Rename list-diary-entries-hook.
7768 Keep old name as alias, update users.
7769 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
7770 Keep old name as alias, update users.
7771 (diary-nongregorian-listing-hook): Rename
7772 nongregorian-diary-listing-hook. Keep old name as alias, update users.
7773 (diary-nongregorian-marking-hook): Rename
7774 nongregorian-diary-marking-hook. Keep old name as alias, update users.
7775 (diary-print-entries-hook): Rename print-diary-entries-hook.
7776 Keep old name as alias, update users.
7777 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
7778 Keep old name as alias, update users.
7779 (diary-number-of-entries): Rename number-of-diary-entries.
7780 Keep old name as alias, update users.
7781 (view-diary-entries, list-diary-entries, show-all-diary-entries):
7782 Give version of obsolescence.
7783 (diary-view-other-diary-entries): Rename view-other-diary-entries.
7784 Keep old name as alias, update callers.
7785 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
7786 update callers.
7787 (diary-include-other-diary-files): Rename include-other-diary-files.
7788 Keep old name as alias, update callers.
7789 (diary-simple-display): Rename simple-diary-display.
7790 Keep old name as alias, update callers.
7791 (diary-fancy-display): Rename fancy-diary-display.
7792 Keep old name as alias, update callers.
7793 (diary-print-entries): Rename print-diary-entries.
7794 Keep old name as alias, update callers.
7795 (diary-marking-entries-flag): Rename marking-diary-entries.
7796 Update users.
7797 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
7798 (diary-mark-entries): Rename mark-diary-entries.
7799 Keep old name as alias, update callers.
7800 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
7801 Keep old name as alias, update callers.
7802 (diary-mark-included-diary-files): Rename mark-included-diary-files.
7803 Keep old name as alias, update callers.
7804 (calendar-mark-days-named): Rename mark-calendar-days-named.
7805 Keep old name as alias, update callers.
7806 (calendar-mark-month): Rename mark-calendar-month.
7807 Keep old name as alias, update callers.
7808 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
7809 Keep old name as alias, update callers.
7810 (diary-sort-entries): Rename sort-diary-entries.
7811 Keep old name as alias, update callers.
7812 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
7813 Keep old name as alias, update callers.
7814 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
7815 update callers.
7816 (diary-insert-entry): Rename insert-diary-entry.
7817 Keep old name as alias.
7818 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
7819 Keep old name as alias.
7820 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
7821 Keep old name as alias.
7822 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
7823 Keep old name as alias.
7824 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
7825 Keep old name as alias.
7826 (diary-insert-block-entry): Rename insert-block-diary-entry.
7827 Keep old name as alias.
7828 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
7829 Keep old name as alias.
7830 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
7831 Keep old name as alias, update users.
7832 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
7833 Keep old name as alias, update callers.
7834 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7835 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
7836 * calendar/icalendar.el: Update for diary-lib name changes.
7837
7838 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
7839
7840 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
7841
7842 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
7843 for copy, move, and link operations.
7844
7845 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
7846
7847 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
7848 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
7849
7850 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
7851 'require' statements with 1-argument ones (wrapped in if's).
7852 For compatibility with the current stable version of XEmacs.
7853
7854 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7855
7856 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
7857
7858 2008-04-06 Jason Rumney <jasonr@gnu.org>
7859
7860 * language/burmese.el ("Burmese"): Make sample text consistent with
7861 language name.
7862
7863 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
7864
7865 * progmodes/gdb-ui.el (gdb): New group.
7866 (gdb-debug-log-max, gdb-enable-debug)
7867 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
7868 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
7869 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
7870 (gdb-show-changed-values, gdb-max-children)
7871 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
7872 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
7873 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
7874 (gdb-memory-unit): Move to new group from GUD group.
7875 (menu): Allow customization from GDB-UI menu-item.
7876
7877 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
7878
7879 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
7880
7881 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7882
7883 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
7884 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7885 Revision numbers can include ".".
7886
7887 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
7888 "+" lines not accounted for by counting "-" and context lines.
7889
7890 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7891
7892 * term/mac-win.el (mac-service-open-file): Use file URL instead of
7893 file name string.
7894
7895 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
7898 (vc-bzr-annotate-time): Accept space used to preserve alignment.
7899
7900 2008-04-05 Richard Stallman <rms@gnu.org>
7901
7902 * emacs-lisp/advice.el (defadvice): Add usage pattern.
7903
7904 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
7905
7906 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
7907 thread in [h-e-w]).
7908
7909 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
7910
7911 * files.el (abort-if-file-too-large): Fix typo in docstring.
7912
7913 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7914
7915 * subr.el (functionp): Return nil for special forms.
7916
7917 2008-04-05 Glenn Morris <rgm@gnu.org>
7918
7919 * emacs-lisp/autoload.el (autoload-ensure-default-file):
7920 Provide a feature.
7921 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
7922 Require loaddef file rather than loading it.
7923 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
7924 autoload-ensure-default-file provides a feature.
7925
7926 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
7927 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
7928 (compile, compile-always, recompile): Use $LOADDEFS.
7929 (cal-autoloads): Remove.
7930
7931 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
7932 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
7933
7934 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
7935 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
7936
7937 * calendar/calendar.el (diary-hebrew-entry-symbol):
7938 Rename hebrew-diary-entry-symbol. Keep old name as alias.
7939 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
7940 Keep old name as alias.
7941 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
7942 Keep old name as alias.
7943 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
7944 to diary-bahai-entry-symbol.
7945 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
7946 to diary-hebrew-entry-symbol.
7947 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
7948 to diary-islamic-entry-symbol.
7949 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
7950
7951 * calendar/solar.el (diary-sabbath-candles-minutes)
7952 (diary-sabbath-candles): Move to cal-hebrew.
7953 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
7954 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
7955 Doc fix. Keep old name as alias.
7956 (diary-hebrew-sabbath-candles): Simplify.
7957 (solar-setup, solar-sunrise-sunset, calendar-latitude)
7958 (calendar-longitude, calendar-time-zone): Declare for compiler.
7959 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
7960 rename.
7961
7962 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
7963 Rename coptic-calendar-month-name-array. Update callers.
7964 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
7965 (calendar-coptic-name): Rename coptic-name. Update callers.
7966 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
7967 Update callers.
7968 (calendar-coptic-last-day-of-month):
7969 Rename coptic-calendar-last-day-of-month. Update callers.
7970 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
7971 Keep old name as alias, update callers.
7972 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
7973 Keep old name as alias, update callers.
7974 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
7975 Keep old name as alias.
7976 (calendar-ethiopic-month-name-array):
7977 Rename ethiopic-calendar-month-name-array. Update callers.
7978 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
7979 Update callers.
7980 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
7981 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
7982 Keep old name as alias, update callers.
7983 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
7984 Keep old name as alias, update callers.
7985 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
7986 Keep old name as alias.
7987
7988 * calendar/cal-french.el (calendar-french-epoch):
7989 Rename french-calendar-epoch. Update callers.
7990 (calendar-french-month-name-array): Rename variable and function
7991 french-calendar-month-name-array. Update callers.
7992 (calendar-french-multibyte-month-name-array):
7993 Rename french-calendar-multibyte-month-name-array. Update callers.
7994 (calendar-french-day-name-array): Rename variable and function
7995 french-calendar-day-name-array. Update callers.
7996 (calendar-french-special-days-array): Rename variable and function
7997 french-calendar-special-days-array. Update callers.
7998 (calendar-french-multibyte-special-days-array):
7999 Rename french-calendar-multibyte-special-days-array. Update callers.
8000 (calendar-french-accents-p): Rename french-calendar-accents.
8001 Update callers.
8002 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
8003 Update callers.
8004 (calendar-french-last-day-of-month):
8005 Rename french-calendar-last-day-of-month. Update callers.
8006 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
8007 Keep old name as alias, update callers.
8008 (calendar-french-print-date): Rename calendar-print-french-date.
8009 Keep old name as alias, update callers.
8010 (calendar-french-goto-date): Rename calendar-goto-french-date.
8011 Keep old name as alias.
8012
8013 * calendar/cal-menu.el, calendar/calendar.el:
8014 Update for Coptic and French name changes.
8015
8016 * calendar/cal-china.el (calendar-chinese): Rename custom group
8017 from chinese-calendar. Update users.
8018 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
8019 Keep old name as alias, update users.
8020 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
8021 Keep old name as alias.
8022 (calendar-chinese-daylight-time-offset):
8023 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
8024 update users.
8025 (calendar-chinese-standard-time-zone-name):
8026 Rename chinese-calendar-standard-time-zone-name.
8027 Keep old name as alias, update users.
8028 (calendar-chinese-daylight-saving-start):
8029 Rename chinese-calendar-daylight-savings-starts.
8030 Keep old name as alias, update users.
8031 (calendar-chinese-daylight-saving-end):
8032 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
8033 update users.
8034 (calendar-chinese-daylight-saving-start-time):
8035 Rename chinese-calendar-daylight-savings-starts-time.
8036 Keep old name as alias, update users.
8037 (calendar-chinese-daylight-saving-end-time):
8038 Rename chinese-calendar-daylight-savings-ends-time.
8039 Keep old name as alias, update users.
8040 (calendar-chinese-celestial-stem): Rename
8041 calendar-chinese-celestial-stem. Keep old name as alias, update users.
8042 (calendar-chinese-terrestrial-branch):
8043 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
8044 update users.
8045 (calendar-chinese-zodiac-sign-on-or-after):
8046 Rename chinese-zodiac-sign-on-or-after. Update callers.
8047 (calendar-chinese-new-moon-on-or-after):
8048 Rename chinese-new-moon-on-or-after. Update callers.
8049 (calendar-chinese-month-list): Rename chinese-month-list.
8050 Update callers.
8051 (calendar-chinese-number-months): Rename number-chinese-months.
8052 Update callers.
8053 (calendar-chinese-compute-year): Rename compute-chinese-year.
8054 Update callers.
8055 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
8056 (calendar-chinese-year): Rename chinese-year. Update callers.
8057 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
8058 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
8059 Keep old name as alias, update callers.
8060 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
8061 Keep old name as alias, update callers.
8062 (calendar-chinese-months-to-alist):
8063 Rename make-chinese-month-assoc-list. Update callers.
8064 (calendar-chinese-months): Rename chinese-months. Update callers.
8065 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
8066 Keep old name as alias, update callers.
8067
8068 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
8069 Rename hebrew-calendar-leap-year-p. Update callers.
8070 (calendar-hebrew-last-month-of-year):
8071 Rename hebrew-calendar-last-month-of-year. Update callers.
8072 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
8073 Update callers.
8074 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
8075 Update callers.
8076 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
8077 Update callers.
8078 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
8079 Update callers.
8080 (calendar-hebrew-last-day-of-month):
8081 Rename hebrew-calendar-last-day-of-month. Update callers.
8082 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
8083 Keep old name as alias, update callers.
8084 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
8085 Keep old name as alias, update callers.
8086 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
8087 Keep old name as alias, update callers.
8088 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
8089 Keep old name as alias.
8090 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
8091 Keep old name as alias.
8092 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
8093 Keep old name as alias.
8094 (holiday-hebrew-passover): Rename holiday-passover-etc.
8095 Keep old name as alias.
8096 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
8097 Keep old name as alias, update callers.
8098 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
8099 Keep old name as alias.
8100 (calendar-hebrew-mark-date-pattern):
8101 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
8102 update callers.
8103 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
8104 Keep old name as alias.
8105 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
8106 Keep old name as alias.
8107 (diary-hebrew-insert-monthly-entry):
8108 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
8109 (diary-hebrew-insert-yearly-entry):
8110 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
8111 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
8112 Keep old name as alias.
8113 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
8114 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
8115 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
8116 Keep old name as alias.
8117 (calendar-hebrew-parashiot-names):
8118 Rename hebrew-calendar-parashiot-names. Update callers.
8119 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
8120 (calendar-hebrew-year-Saturday-incomplete-Sunday):
8121 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
8122 (calendar-hebrew-year-Saturday-complete-Tuesday):
8123 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
8124 (calendar-hebrew-year-Monday-incomplete-Tuesday):
8125 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
8126 (calendar-hebrew-year-Monday-complete-Thursday):
8127 Rename hebrew-calendar-year-Monday-complete-Thursday.
8128 (calendar-hebrew-year-Tuesday-regular-Thursday):
8129 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
8130 (calendar-hebrew-year-Thursday-regular-Saturday):
8131 Rename hebrew-calendar-year-Thursday-regular-Saturday.
8132 (calendar-hebrew-year-Thursday-complete-Sunday):
8133 Rename hebrew-calendar-year-Thursday-complete-Sunday.
8134 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
8135 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
8136 (calendar-hebrew-year-Saturday-complete-Thursday):
8137 Rename hebrew-calendar-year-Saturday-complete-Thursday.
8138 (calendar-hebrew-year-Monday-incomplete-Thursday):
8139 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
8140 (calendar-hebrew-year-Monday-complete-Saturday):
8141 Rename hebrew-calendar-year-Monday-complete-Saturday.
8142 (calendar-hebrew-year-Tuesday-regular-Saturday):
8143 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
8144 (calendar-hebrew-year-Thursday-incomplete-Sunday):
8145 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
8146 (calendar-hebrew-year-Thursday-complete-Tuesday):
8147 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
8148 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
8149 Update for above name changes of constants.
8150
8151 * calendar/cal-menu.el, calendar/calendar.el:
8152 Update for chinese and hebrew name changes.
8153 * calendar/diary-lib.el: Update for hebrew name changes.
8154
8155 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * subr.el (keymap-canonicalize): Correct thinko.
8158
8159 * server.el: Undo part of the multi-tty change, which is only
8160 needed if server.el is preloaded, and broke server-running-p.
8161 (server-socket-dir): Initialize in the defvar, as before.
8162 (server-start): Remove initialization of server-socket-dir.
8163
8164 2008-04-05 Eli Zaretskii <eliz@gnu.org>
8165
8166 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
8167 3-member cons cells.
8168
8169 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
8170
8171 * cus-face.el (custom-face-attributes): Handle roman slant.
8172
8173 * faces.el (default): Ensure the face-defface-spec property is set.
8174
8175 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
8176
8177 * files.el (abort-if-file-too-large): New function.
8178 (find-file-noselect, insert-file-1): Use it.
8179
8180 2008-04-05 Reto Zimmermann <reto@gnu.org>
8181
8182 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8183 Replace C-c[a-zA-Z] key bindings.
8184
8185 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8186
8187 * progmodes/hideif.el (hif-token-alist): New var.
8188 (hif-token-regexp, hif-tokenize): Use it.
8189 (hif-mathify-binop): New macro.
8190 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
8191 (hif-greater-equal, hif-less-equal): Use it.
8192 (hif-logior, hif-logand): New functions.
8193 (hif-math): Accept | and & as well.
8194
8195 * progmodes/etags.el: Fix problem with completion for buffer-local
8196 tables. Reported by Radey Shouman <shouman@comcast.net>.
8197 (tags-complete-tag): Remove.
8198 (tags-lazy-completion-table): New function to replace it.
8199 (find-tag-tag, complete-tag): Update users.
8200
8201 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8202
8203 * vc-rcs.el (vc-rcs-dir-status):
8204 * vc-sccs.el (vc-sccs-dir-status): New function.
8205
8206 * outline.el (outline-mode-menu-bar-map):
8207 * term.el (terminal-signal-menu): Add :help.
8208
8209 * net/eudc.el (eudc-mode-map): Declare and define in one step.
8210 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
8211
8212 * emacs-lisp/re-builder.el (reb-mode-map):
8213 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
8214
8215 * diff-mode.el (diff-file-junk-re): Recognize the git format for
8216 new files, deleted files and for changing permissions.
8217 (diff-mode): Set beginning-of-defun-function and
8218 end-of-defun-function.
8219
8220 * vc-bzr.el (vc-bzr-state): Use when instead of if.
8221
8222 * vc.el (vc-default-status-fileinfo-extra): New function.
8223 (vc-status-mark-buffer-changed): Use it.
8224 (vc-update-vc-status-buffer): Allow for partial updates.
8225
8226 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8227
8228 * net/tramp.el (after-init-hook): Don't wrap a lambda around
8229 tramp-register-completion-file-name-handler.
8230
8231 * subr.el (keymap-canonicalize): New function.
8232 * mouse.el (mouse-menu-non-singleton): Use it.
8233 (mouse-major-mode-menu): Remove hack made unnecessary.
8234
8235 * simple.el (set-fill-column): Prompt rather than error by default.
8236
8237 2008-04-04 Andreas Schwab <schwab@suse.de>
8238
8239 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8240 Reset new-rules after each round.
8241
8242 * Makefile.in (cal-autoloads): New target.
8243 (compile, compile-always, recompile): Depend on it.
8244 ($(lisp)/calendar/cal-loaddefs.el)
8245 ($(lisp)/calendar/diary-loaddefs.el)
8246 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
8247
8248 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
8249
8250 * ediff*.el: Replace load with require in eval-when-compile.
8251
8252 * ediff-hook.el: Delete all invocations of (autoload ...).
8253
8254 * ediff-util.el (ediff-setup): Make window-min-height a local variable
8255 in ediff control window, and set its min height to 2.
8256 (ediff-setup-control-buffer): Dedicate the control window.
8257 (ediff-toggle-multiframe): Undedicate control window.
8258 Work directly with ediff-setup-windows-multiframe and
8259 ediff-setup-windows-plain.
8260
8261 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
8262 New function.
8263 (ediff-window-setup-function): Change initialization.
8264 (ediff-setup-windows-automatic): Delete.
8265 (ediff-setup-windows-plain-merge): Make control window dedicated.
8266 (ediff-destroy-control-frame): Do not skip frames if working in a
8267 single frame.
8268
8269 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
8270 eval-when-compile.
8271
8272 * emulation/viper-util.el: Move provide's forward, prevent recursion in
8273 eval-when-compile.
8274
8275 2008-04-04 Glenn Morris <rgm@gnu.org>
8276
8277 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
8278 calendar-absolute-from-bahai. Update callers, keep old name as alias.
8279
8280 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
8281 Rename islamic-calendar-leap-year-p. Update callers.
8282 (calendar-islamic-last-day-of-month):
8283 Rename islamic-calendar-last-day-of-month. Update callers.
8284 (calendar-islamic-day-number):
8285 Rename islamic-calendar-day-number. Update callers.
8286 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
8287 Update callers, keep old name as alias.
8288 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
8289 Update callers, keep old name as alias.
8290 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
8291 Keep old name as alias.
8292 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
8293 Update callers, keep old name as alias.
8294 (calendar-islamic-mark-date-pattern):
8295 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
8296 name as alias.
8297 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
8298 Keep old name as alias.
8299 (diary-islamic-insert-monthly-entry):
8300 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
8301 (diary-islamic-insert-yearly-entry):
8302 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
8303
8304 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
8305 calendar-absolute-from-iso. Update callers, keep old name as alias.
8306 (calendar-iso-print-date): Rename calendar-print-iso-date.
8307 Update callers, keep old name as alias.
8308 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
8309 Keep old name as alias.
8310 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
8311 Keep old name as alias.
8312
8313 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
8314 calendar-absolute-from-julian. Update callers, keep old name as alias.
8315 (calendar-julian-print-date): Rename calendar-print-julian-date.
8316 Update callers, keep old name as alias.
8317 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
8318 Update callers, keep old name as alias.
8319 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
8320 Update callers, keep old name as alias.
8321 (calendar-astro-print-day-number):
8322 Rename calendar-print-astro-day-number. Update callers, keep old
8323 name as alias.
8324 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
8325 Update callers, keep old name as alias.
8326
8327 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
8328 Rename calendar-string-to-mayan-long-count. Update callers.
8329 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
8330 Update callers, keep old name as alias.
8331 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
8332 Update callers.
8333 (calendar-mayan-read-tzolkin-date):
8334 Rename calendar-read-mayan-tzolkin-date. Update callers.
8335 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
8336 Keep old name as alias.
8337 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
8338 Keep old name as alias.
8339 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
8340 Keep old name as alias.
8341 (calendar-mayan-previous-tzolkin-date):
8342 Rename calendar-previous-tzolkin-date. Keep old name as alias.
8343 (calendar-mayan-next-round-date):
8344 Rename calendar-next-calendar-round-date. Keep old name as alias.
8345 (calendar-mayan-previous-round-date):
8346 Rename calendar-previous-calendar-round-date. Keep old name as alias.
8347 (calendar-mayan-long-count-to-absolute): Rename
8348 calendar-absolute-from-mayan-long-count. Keep old name as alias.
8349 (calendar-mayan-goto-long-count-date):
8350 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
8351
8352 * calendar/cal-persia.el (calendar-persian-month-name-array):
8353 Rename persian-calendar-month-name-array. Update callers.
8354 (calendar-persian-epoch): Rename persian-calendar-epoch.
8355 Update callers.
8356 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
8357 Update callers.
8358 (calendar-persian-last-day-of-month):
8359 Rename persian-calendar-last-day-of-month. Update callers.
8360 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
8361 Update callers, keep old name as alias.
8362 (calendar-persian-print-date): Rename calendar-print-persian-date.
8363 Update callers, keep old name as alias.
8364 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
8365 Keep old name as alias.
8366
8367 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
8368 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
8369 * calendar/solar.el: Update for cal-julian name changes.
8370
8371 * calendar/cal-dst.el: Update for persian name changes.
8372
8373 * calendar/cal-menu.el, calendar/calendar.el:
8374 Update for islamic, iso, julian, mayan, persian name changes.
8375
8376 * calendar/diary-lib.el: Update for islamic name changes.
8377
8378 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
8379 Rename all-hebrew-calendar-holidays. Update callers, keep old name
8380 as alias.
8381 (calendar-christian-all-holidays-flag):
8382 Rename all-christian-calendar-holidays. Update callers, keep old
8383 name as alias.
8384 (calendar-islamic-all-holidays-flag):
8385 Rename all-islamic-calendar-holidays. Update callers, keep old
8386 name as alias.
8387 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
8388 Update callers, keep old name as alias.
8389 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
8390 Update for the above name changes.
8391
8392 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
8393
8394 * hilit-chg.el (global-highlight-changes-mode)
8395 (highlight-changes-passive-string, highlight-changes-active-string):
8396 Mark as obsolete since 23.1, not 22.1.
8397
8398 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
8399
8400 * hilit-chg.el (highlight-changes-visibility-initial-state)
8401 (hilit-chg-update, highlight-changes-mode-turn-on):
8402 Fix typos in docstrings.
8403
8404 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
8405
8406 * newcomment.el (comment-enter-backward): Be careful to restore
8407 position changed during narrowing.
8408
8409 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
8410
8411 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8412 Recognize `sub ($$)'.
8413
8414 2008-04-03 Richard Sharman <rsharman@pobox.com>
8415
8416 * hilit-chg.el (highlight-changes-mode): Rename from
8417 highlight-changes; no longer uses sub-modes active and passive;
8418 implemented by define-minor-mode.
8419 (highlight-changes-toggle-visibility): New function, to replace
8420 the old passive/active submodes of global-highlight-changes-mode;
8421 implemented by define-minor-mode.
8422 (global-highlight-changes-mode): Rename from global-highlight-changes;
8423 rewrite using define-globalized-minor-mode.
8424 (hilit-chg-major-mode-hook, hilit-chg-check-global)
8425 (hilit-chg-post-command-hook, hilit-chg-check-global)
8426 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
8427 to use of define-globalized-minor-mode.
8428 (highlight-changes-global-initial-state): Change to be boolean.
8429 (highlight-changes-visible-string, highlight-changes-invisible-string):
8430 Rename from highlight-changes-active-string and
8431 highlight-changes-passive-string.
8432 (hilit-chg-update, hilit-chg-set): Use them.
8433 (global-highlight-changes-mode): Rename from global-highlight-changes.
8434 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
8435 docstring.
8436 (hilit-chg-hide-changes): Rewrite to use dolist.
8437 (hilit-chg-set-face-on-change, hilit-chg-update)
8438 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
8439 variable instead of testing highlight-changes-mode.
8440 (highlight-markup-buffers): Add require ediff-util; argument on calls
8441 to highlight-changes-mode changed.
8442 (highlight-compare-with-file): Fix problems with interactive
8443 call giving invalid default file.
8444
8445 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
8446
8447 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
8448 Fix in disassembly buffer (regression in 22.2).
8449
8450 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
8451
8452 * emulation/viper-macs.el (viper-read-fast-keysequence):
8453 Use viper-read-event instead of viper-read-key.
8454
8455 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
8456
8457 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
8458 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
8459 let-statements.
8460
8461 * emulation/viper-ex.el, emulation/viper-macs.el:
8462 * emulation/viper-mous.el:
8463 Replace load with require in eval-when-compile.
8464
8465 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
8468
8469 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
8470 (archive-try-jka-compr): New function.
8471 (archive-set-buffer-as-visiting-file): Use it.
8472
8473 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
8474
8475 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
8476
8477 * simple.el (handle-shift-selection): New arg.
8478
8479 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8480
8481 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
8482
8483 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
8484
8485 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
8486
8487 * shell.el (shell-dynamic-complete-filename): New fun.
8488 (shell-dynamic-complete-functions): Use it.
8489
8490 * help-fns.el (describe-variable): Undo 2008-02-25 change.
8491
8492 2008-04-03 Kenichi Handa <handa@m17n.org>
8493
8494 * international/fontset.el (create-fontset-from-x-resource):
8495 Handle the error of X resource more gracefully.
8496
8497 * international/latin1-disp.el (latin1-display): Don't use make-char.
8498 Fix the argument to set-char-table-range.
8499 (latin1-display-identities): Don't use make-char.
8500 (latin1-display-reset): Use map-charset-chars instead of directly
8501 calling standard-display-default.
8502 (latin1-display-check-font): Don't use make-char.
8503 (latin1-display-setup): Likewise.
8504 (latin1-display-ucs-per-lynx): Likewise.
8505
8506 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8507
8508 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
8509 name the fields, to make the code clearer.
8510 Rewrite all `aset' and `aref' using the defined accessors.
8511 (timer--time): New pseudo-field.
8512 (timer-set-time, timer-set-idle-time, timer-inc-time)
8513 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
8514 (timer--time-less-p): New function.
8515 (timer--activate): New function, extracted from timer-activate.
8516 (timer-activate-when-idle, timer-activate): Use it.
8517 (cancel-function-timers): Use dolist.
8518
8519 2008-04-03 Glenn Morris <rgm@gnu.org>
8520
8521 * add-log.el (c-beginning-of-defun, c-end-of-defun):
8522 Remove declarations; no longer used.
8523 (c-cpp-define-name, c-defun-name): Declare as functions.
8524
8525 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
8526 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
8527
8528 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
8529 (holiday-passover-etc, holiday-hanukkah): Doc fix.
8530 Add optional argument. Simplify.
8531 (holiday-tisha-b-av-etc): Use memq rather than unless.
8532 (holiday-julian): Autoload it.
8533 (holiday-hebrew-misc): New function.
8534
8535 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
8536
8537 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8538 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
8539 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
8540 all-hebrew-calendar-holidays.
8541 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
8542 Simplify using new functions.
8543 (calendar-holidays): Doc fix.
8544 (generate-calendar-window): Use bound-and-true-p.
8545
8546 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
8547
8548 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
8549 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
8550 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
8551 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
8552
8553 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
8554
8555 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
8558
8559 * vc-bzr.el (vc-bzr-checkout): Simplify.
8560
8561 * image-mode.el (image-mode-fit-frame): New command.
8562
8563 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
8564 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
8565 (keyboard-escape-quit): Check region-active-p i.s.o
8566 transient-mark-mode.
8567
8568 2008-04-02 Simon Josefsson <simon@josefsson.org>
8569
8570 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
8571 (imap-message-copyuid-1): Use it.
8572 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
8573 J. Williams in
8574 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8575
8576 2008-04-02 Alan Mackenzie <acm@muc.de>
8577
8578 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
8579 New optimised functions to get the name of the current defun/macro.
8580
8581 * add-log.el (add-log-current-defun): Move the functionality which
8582 gets the current function name for C like modes to cc-cmds.el,
8583 thus optimising for speed.
8584
8585 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
8586
8587 * simple.el (deactivate-mark): When the mark is temporarily
8588 active, restore the original value of transient-mark-mode.
8589 (set-mark-command): First deactivate the mark if was temporarily active.
8590 (exchange-point-and-mark): Reactivate the mark if it was
8591 temporarily active.
8592 (handle-shift-selection): New fun.
8593 (transient-mark-mode): Move var documentation here from buffer.c.
8594 (next-line, previous-line, backward-word, move-end-of-line)
8595 (move-beginning-of-line, forward-to-indentation)
8596 (backward-to-indentation, back-to-indentation)
8597 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
8598
8599 * mouse.el (mouse-set-region-1): Save the old value of
8600 transient-mark-mode.
8601 (mouse-drag-track): Ignore the now-obsolete value `identity' for
8602 transient-mark-mode.
8603
8604 * textmodes/paragraphs.el (forward-paragraph)
8605 (backward-paragraph, forward-sentence, backward-sentence): Add ^
8606 interactive spec.
8607
8608 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
8609
8610 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
8611
8612 * net/tramp.el (tramp-make-tramp-temp-file):
8613 Use `tramp-drop-volume-letter' for the local file name part.
8614
8615 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8616
8617 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
8618 Add menu entries corresponding to all the key bindings.
8619
8620 * emacs-lisp/debug.el (debugger-mode-map):
8621 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
8622 (conf-align-assignments): Only work on the region if it is active.
8623 (conf-quote-normal): Use when instead of if. Remove redundant test.
8624
8625 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8626 for tracing and re-builder.
8627
8628 2008-04-02 Glenn Morris <rgm@gnu.org>
8629
8630 * calendar/appt.el (appt-disp-window-function): Doc fix.
8631 (appt-display-message): Move beep before display.
8632 (appt-check): Make interactive. Reduce the number of lets.
8633 Use string-equal to compare mode-line strings.
8634 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
8635 read-only.
8636 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
8637 (appt-delete): Simplify.
8638
8639 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
8640
8641 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8642
8643 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8644 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
8645 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
8646
8647 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
8648 (calendar-holiday-marker, mark-visible-calendar-date):
8649 * calendar/diary-lib.el (fancy-diary-display):
8650 Check for font-lock-mode before using faces.
8651
8652 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
8653 (calendar-gregorian-from-absolute): Reduce the number of lets.
8654 (hebrew-holidays-4, generate-calendar-window): Simplify.
8655 (calendar-for-loop): Make obsolete.
8656 (calendar-nth-named-day): Doc fix.
8657
8658 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
8659 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
8660 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
8661 Reduce the number of lets.
8662 (mark-sexp-diary-entries, calendar-mark-complex):
8663 Expand calendar-for-loops.
8664
8665 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
8666
8667 * find-dired.el (find-dired-filter): Fix last patch to handle
8668 multi-line process input. Pad link numbers too.
8669
8670 2008-04-01 Jari Aalto <jari.aalto@cante.net>
8671
8672 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
8673
8674 2008-04-01 Jason Rumney <jasonr@gnu.org>
8675
8676 * international/characters.el (script-list): Add phonetic script,
8677 covering IPA (previously Latin), Phonetic Extensions and
8678 Phonetic Extensions Supplement (both previously unassigned).
8679
8680 * international/fontset.el (setup-default-fontset): Use unicode fonts
8681 that cover bopomofo script for bopomofo.
8682 Likewise for braille and mathematical.
8683 Use unicode scripts that cover the phonetic script for IPA.
8684
8685 2008-04-01 Johan Bockgård <bojohan@gnu.org>
8686
8687 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
8688 return the assigned value.
8689
8690 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8691
8692 * abbrev.el (abbrev-mode): Use define-minor-mode.
8693
8694 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
8695 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
8696 Use map-keymap.
8697 (minor-mode-menu-from-indicator): Use it. Simplify.
8698
8699 * bindings.el (mode-line-mode-menu): Move before (new) first use.
8700 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
8701 Bind the key directly to the menu.
8702 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
8703
8704 2008-04-01 Daiki Ueno <ueno@unixuser.org>
8705
8706 * epa.el (epa-decrypt-region): Explain the reason why this
8707 function should not be used in Lisp programs.
8708 (epa-decrypt-armor-in-region): Ditto.
8709 (epa-verify-region): Ditto.
8710 (epa-verify-cleartext-in-region): Ditto.
8711 (epa-sign-region): Ditto.
8712 (epa-encrypt-region): Ditto.
8713
8714 * epg.el (epg-start-receive-keys): Fix typo in docstring.
8715
8716 * epa.el (epa-select-keys): Show menu even if there is no key in
8717 GnuPG's keyring.
8718
8719 2008-04-01 Glenn Morris <rgm@gnu.org>
8720
8721 * calendar/calendar.el (calendar-make-temp-face): New function.
8722 (mark-visible-calendar-date):
8723 * calendar/diary-lib.el (fancy-diary-display): Use it.
8724
8725 * vc-hooks.el (vc-responsible-backend): Declare as function.
8726
8727 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
8728 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
8729 * calendar/cal-julian.el (holiday-julian): Use it.
8730
8731 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
8732 (calendar-hebrew-date-is-visible-p): Extract some common code into
8733 separate function.
8734 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
8735
8736 * calendar/cal-menu.el (cal-menu-holidays-menu):
8737 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
8738 rather than obsolete alias.
8739
8740 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
8741 for mark characters.
8742 (calendar-unmark): Unmark by removing all overlays, rather than
8743 redrawing.
8744 (calendar-starred-day): Remove.
8745 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
8746 (calendar-cursor-to-date): No need for special star handling now
8747 using overlays.
8748 (calendar-star-date): Use overlays.
8749
8750 * calendar/cal-french.el (calendar-goto-french-date):
8751 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
8752 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
8753 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
8754 * calendar/cal-persia.el (calendar-persian-date-string):
8755 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8756 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
8757 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
8758 * calendar/solar.el (solar-equinoxes-solstices):
8759 Reduce nesting of some lets.
8760
8761 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8762 (calendar-goto-mayan-long-count-date): Simplify.
8763
8764 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
8765 Simplify by using mapcar.
8766 (calendar-list-holidays): Return holiday-list.
8767 (list-holidays): Use let rather than let*. Remove un-needed locals
8768 `d', `never'.
8769 (calendar-check-holidays): Return result from dolist.
8770 (holiday-float): Use a single let*. Simplify if-and to and.
8771 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
8772 single let*.
8773
8774 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
8775
8776 * calc/calc.el: Autoload `calc-yank'.
8777 (calc-mode-map): Add keybindings for `calc-yank'.
8778 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
8779 assignments for `calc-yank'.
8780
8781 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
8782
8783 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
8784 (vc-status-mark-buffer-changed): Handle the extra field.
8785
8786 * vc-bzr.el (vc-bzr-after-dir-status):
8787 * vc-cvs.el (vc-cvs-after-dir-status):
8788 * vc-hg.el (vc-hg-after-dir-status):
8789 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
8790
8791 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * doc-view.el: Compute displayed pages first (in PDF).
8794 (doc-view-current-converter-processes): Rename from
8795 doc-view-current-converter-process. Update users.
8796 (doc-view-sentinel): Test buffer's liveness.
8797 (doc-view-pdf/ps->png-sentinel): Remove.
8798 (doc-view-start-process): New function.
8799 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
8800 (doc-view-ps->pdf): Use it.
8801 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
8802 New functions.
8803 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
8804 (doc-view-mode): Kill the processes when leaving the mode.
8805
8806 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
8807
8808 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
8809 Use `byte-compile-warning-types'. Add docstring.
8810
8811 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8812
8813 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
8814 (smerge-resolve): Add various resolution heuristics.
8815
8816 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
8817 in 3-way conflicts.
8818
8819 2008-03-31 Glenn Morris <rgm@gnu.org>
8820
8821 * calendar/cal-bahai.el (diary-bahai-mark-entries):
8822 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8823 * calendar/cal-islam.el (mark-islamic-diary-entries):
8824 Fix argument order in call to diary-mark-entries-1.
8825
8826 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
8827 pre-Bahai dates.
8828 (holiday-bahai): Use an algorithm actually relevant to this calendar
8829 system.
8830
8831 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
8832
8833 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
8834 Use and.
8835
8836 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
8837 in the last fortnight in Julian October.
8838
8839 * calendar/calendar.el (increment-calendar-month): Optionally handle
8840 systems without 12 months per year.
8841
8842 (calendar-date-is-visible-p): Doc fix. Simplify.
8843
8844 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
8845 from dolist.
8846
8847 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
8848
8849 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
8850 (hi-lock-unload-function): New function.
8851
8852 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
8853
8854 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
8855 overwriting when NEWNAME is a local file.
8856
8857 * net/trampver.el: Update release number.
8858
8859 2008-03-30 Alexandre Julliard <julliard@winehq.org>
8860
8861 * vc-git.el: Make vc-status display information about copies,
8862 renames and permission changes.
8863 (vc-git-extra-fileinfo): New defstruct.
8864 (vc-git-escape-file-name, vc-git-file-type-as-string)
8865 (vc-git-rename-as-string, vc-git-permissions-as-string)
8866 (vc-git-status-printer): New functions.
8867 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
8868 (vc-git-after-dir-status-stage1): Look for copies, renames and
8869 permission changes.
8870 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
8871 (vc-git-dir-status): Ask for staged files and renames.
8872
8873 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
8874
8875 * vc.el: Allow backends to display backend specific information in
8876 the vc-status listing.
8877 (vc-status-fileinfo): Add a field for backend specific information.
8878 (vc-status-printer): Rename to ...
8879 (vc-default-status-printer): ... this.
8880 (vc-status-printer): New function.
8881 (vc-update-vc-status-buffer): Set the backend specific file info
8882 if provided.
8883
8884 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * textmodes/remember.el (remember-diary-convert-entry): Revert last
8887 change (ill-conceived).
8888
8889 2008-03-29 Glenn Morris <rgm@gnu.org>
8890
8891 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
8892 * calendar/cal-julian.el (holiday-julian): Simplify.
8893
8894 * calendar/holidays.el (list-holidays): Use or.
8895
8896 2008-03-29 Juri Linkov <juri@jurta.org>
8897
8898 * window.el (split-window-preferred-horizontally): New function.
8899
8900 * cus-start.el (split-window-preferred-function):
8901 Set choice for "vertically" to nil instead of split-window.
8902 Set choice for "horizontally" to split-window-preferred-horizontally
8903 instead of lambda.
8904
8905 2008-03-29 Juri Linkov <juri@jurta.org>
8906
8907 * simple.el (minibuffer-default-add-function): New variable with
8908 the default to minibuffer-default-add-completions.
8909 (minibuffer-default-add-done): New variable. Make it buffer-local.
8910 (minibuffer-default-add-completions): New function.
8911 (goto-history-element): Set minibuffer-default-add-done to t and
8912 call a function in minibuffer-default-add-function when the
8913 specified absolute history position is greater than the length of
8914 the minibuffer-default list and minibuffer-default-add-done is nil.
8915 Change "^End of history; no next item$" to "^End of defaults;
8916 no next item$".
8917
8918 * bindings.el (debug-ignored-errors): Change "^End of history;
8919 no next item$" to "^End of defaults; no next item$".
8920
8921 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8922
8923 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
8924
8925 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
8926 to with-no-warnings.
8927
8928 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
8929
8930 Sync with Tramp 2.1.13.
8931
8932 * net/tramp-ftp.el: Require 'cl when byte-compiling.
8933
8934 * net/trampver.el: Update release number.
8935
8936 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
8937
8938 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
8939 the current backend.
8940
8941 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
8942 (vc-status-refresh): Create a temporary buffer and call the
8943 `dir-status' backend function from that buffer.
8944
8945 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
8946 (vc-bzr-after-dir-status): Don't kill the buffer.
8947
8948 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
8949 (vc-cvs-after-dir-status): Don't kill the buffer.
8950
8951 * vc-git.el (vc-git-dir-status): Don't create a buffer.
8952 (vc-git-after-dir-status-stage2): Don't kill the buffer.
8953
8954 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
8955 (vc-hg-after-dir-status): Don't kill the buffer.
8956
8957 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
8958 (vc-svn-after-dir-status): Don't kill the buffer.
8959
8960 2008-03-29 Glenn Morris <rgm@gnu.org>
8961
8962 * calendar/calendar.el (diary-file, american-date-diary-pattern)
8963 (european-date-diary-pattern, european-calendar-display-form)
8964 (american-calendar-display-form, diary-display-hook): Doc fixes.
8965 (european-calendar-style): Doc fix. Use calendar-set-date-style for
8966 custom :set. Mark as obsolete.
8967 (calendar-date-style, iso-date-diary-pattern)
8968 (iso-calendar-display-form): New user variables.
8969 (diary-date-forms, calendar-date-display-form): Set using
8970 calendar-date-style. Doc fix.
8971 (calendar-set-date-style): New command.
8972 (european-calendar, american-calendar): Use calendar-set-date-style.
8973 Mark as obsolete.
8974
8975 * calendar/diary-lib.el (number): Move declaration where needed.
8976 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
8977 (diary-make-date): New function.
8978 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
8979 Use diary-make-date.
8980 (diary-date-display-form, diary-insert-entry-1): New functions.
8981 (insert-monthly-diary-entry, insert-yearly-diary-entry):
8982 Use diary-insert-entry-1.
8983 (insert-anniversary-diary-entry, insert-block-diary-entry)
8984 (insert-cyclic-diary-entry): Use diary-date-display-form.
8985
8986 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8987 Autoload diary-insert-entry-1.
8988 * calendar/cal-bahai.el (diary-bahai-insert-entry)
8989 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8990 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
8991 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
8992 * calendar/cal-islam.el (insert-islamic-diary-entry)
8993 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
8994 Use diary-insert-entry-1.
8995
8996 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
8997 (diary-yahrzeit): Doc fix. Use diary-make-date.
8998
8999 * calendar/icalendar.el (icalendar--datetime-to-american-date):
9000 New name for icalendar--datetime-to-noneuropean-date. Make old name
9001 obsolete alias.
9002 (icalendar--datetime-to-iso-date): New function.
9003 (icalendar--datetime-to-diary-date): Doc fix. Respect
9004 calendar-date-style if bound.
9005
9006 * textmodes/remember.el (remember-diary-convert-entry):
9007 Respect calendar-date-style if bound.
9008
9009 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
9012 (xterm-mouse-handle-delete-frame): Delete.
9013
9014 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
9015 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
9016 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
9017 in xterm-modify-other-keys-terminal-list.
9018
9019 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
9020 are conflicts.
9021
9022 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9023
9024 * vc.el (vc-update): Check if the buffer is unsaved only if it
9025 actually exists.
9026 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
9027 vc-print-log.
9028
9029 2008-03-28 Magnus Henoch <mange@freemail.hu>
9030
9031 * net/dns.el (dns-write): Use set-buffer-multibyte.
9032
9033 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9034
9035 * vc-bzr.el (vc-bzr-sha1): New fun.
9036 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
9037 (vc-bzr-registered): Use it.
9038
9039 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
9040
9041 * vc.el (vc-status-kill-dir-status-process): Simplify.
9042 (vc-status-refresh): Make sure the buffer is live.
9043 (ring): Don't require it, not used.
9044
9045 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
9046
9047 * progmodes/verilog-mode.el (verilog-auto-inout-module):
9048 Add optional regular expression to AUTOINOUTMODULE.
9049 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
9050 (verilog-auto-inst-param, verilog-auto-reg)
9051 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9052 (verilog-auto-output-every, verilog-auto-input)
9053 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
9054 (verilog-auto-unused, verilog-auto): Update documentation to use
9055 more obvious instance module names versus cell names.
9056
9057 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
9058
9059 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
9060 kill if a process is running.
9061
9062 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
9063
9064 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
9065
9066 * vc.el: Add new backend function 'status-extra-headers.
9067 (vc-default-status-extra-headers): New function.
9068 (vc-status-headers): Call 'status-extra-headers. Add colors.
9069
9070 * vc-git.el (vc-git-status-extra-headers): New function.
9071
9072 2008-03-28 Glenn Morris <rgm@gnu.org>
9073
9074 * calendar/cal-menu.el (cal-menu-holidays-menu)
9075 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9076 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
9077 holiday-list is optional.
9078 (calendar-mouse-holidays): Remove un-needed local `l'.
9079
9080 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9081 Remove un-needed local `date'.
9082 (calendar-cursor-to-visible-date): Use let rather than let*.
9083 Remove un-needed local `first-of-month-weekday'.
9084
9085 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
9086
9087 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
9088 Doc fixes.
9089 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
9090 (diary-header-line-flag, diary-header-line-format): Declare.
9091 (diary-pull-attrs): Check for multiple matches.
9092 (diary-list-entries-2): Simplify finding start of date.
9093 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
9094 pop-up-frames.
9095 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
9096 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
9097
9098 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
9099
9100 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
9101
9102 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
9103
9104 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9105
9106 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
9107
9108 * image-mode.el (image-mode-reapply-winprops): Fix last change.
9109
9110 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
9111
9112 * international/mule-conf.el (define-iso-single-byte-charset):
9113 Don't make latin-iso8859-* supplementary.
9114 (#'set-charset-priority): Don't change the priority of charsets
9115 `unicode' and `emacs'.
9116
9117 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9118
9119 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
9120 temp buffer.
9121
9122 2008-03-27 Glenn Morris <rgm@gnu.org>
9123
9124 * calendar/cal-bahai.el (diary-bahai-list-entries):
9125 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
9126 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
9127
9128 * calendar/calendar.el (diary-file): Doc fix.
9129
9130 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
9131 (list-diary-entries-hook, mark-diary-entries-hook)
9132 (include-other-diary-files, diary-mail-entries)
9133 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
9134 (diary-set-header): New function.
9135 (diary-header-line-flag, diary-header-line-format):
9136 Use diary-set-header for custom :set function.
9137 (diary-set-maybe-redraw): Use symbol-value rather than eval.
9138 (diary-attrtype-convert): Use intern-soft rather than read.
9139 (diary-display-no-entries): New function.
9140 (simple-diary-display, fancy-diary-display): Use it.
9141 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
9142 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
9143
9144 * calendar/holidays.el (list-holidays): Doc fix.
9145
9146 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
9147
9148 * calc/calc-store.el (calc-read-var-name-history): New variable.
9149 (calc-read-var-name): Use `calc-read-var-name-history'.
9150
9151 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9152
9153 * image-mode.el (image-mode-reapply-winprops): Simplify now that
9154 window-configuration-change-hook works buffer-locally.
9155
9156 2008-03-26 Johan Bockgård <bojohan@gnu.org>
9157
9158 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
9159 for Emacs Lisp, not Lisp.
9160
9161 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
9162
9163 * help-fns.el (describe-function-1, describe-variable):
9164 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
9165
9166 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
9167 replacement is provided, don't print "use nil instead".
9168
9169 2008-03-26 Johan Bockgård <bojohan@gnu.org>
9170
9171 * complete.el (PC-do-completion): Use regexp-quote.
9172
9173 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
9174
9175 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
9176 Detect missing files.
9177
9178 * vc-git.el (vc-git-extra-menu-map): New key map.
9179 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
9180 New functions.
9181
9182 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
9183 and 'missing files.
9184
9185 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9186
9187 * calendar/holidays.el (list-holidays): Make Y2 optional.
9188
9189 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
9190 buffers shown to the user.
9191 (appt-disp-window): Disable undo explicitly now that the leading space
9192 is gone.
9193
9194 * simple.el (activate-mark): New function.
9195 (set-mark-command): Use it with region-active-p to clean up the code.
9196 (exchange-point-and-mark): Invert the meaning of C-u when
9197 transient-mark-mode is active.
9198
9199 * dired-aux.el (dired-create-files): Use dolist.
9200
9201 * bindings.el (mode-line-change-eol): Use with-selected-window.
9202
9203 * apropos.el (apropos-command): Include macros.
9204
9205 2008-03-26 Glenn Morris <rgm@gnu.org>
9206
9207 * calendar/cal-bahai.el: Require calendar, not cal-julian.
9208 (calendar-bahai-epoch): Doc fix.
9209
9210 * calendar/cal-china.el: Explicitly require calendar.
9211
9212 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
9213 Require calendar rather than cal-julian.
9214 Autoload calendar-absolute-from-julian.
9215 * calendar/cal-coptic.el (coptic-calendar-epoch):
9216 * calendar/cal-islam.el (calendar-islamic-epoch):
9217 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
9218
9219 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
9220
9221 * calendar/cal-dst.el: Don't require cal-persia.
9222 (calendar-absolute-from-persian): Autoload it.
9223 (dst-adjust-time): Doc fix.
9224
9225 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
9226 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
9227 calendar.
9228
9229 * calendar/cal-menu.el: Require calendar rather than declaring
9230 functions.
9231 * calendar/calendar.el: Provide calendar before requiring cal-menu.
9232
9233 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
9234 calendar-after-frame-setup-hooks. Update callers, make old name an
9235 obsolete alias. Doc fix.
9236 (calendar-frame-1): Doc fix.
9237
9238 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
9239
9240 * calendar/calendar.el (oriental-holidays, solar-holidays):
9241 * calendar/holidays.el (list-holidays): Assume atan always bound.
9242
9243 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
9244 Explicitly require calendar, not cal-julian.
9245 * calendar/lunar.el: Explicitly require cal-dst.
9246
9247 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9248
9249 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
9250
9251 * help-fns.el (describe-function-1, describe-variable): If no
9252 replacement is provided, don't print "use nil instead".
9253
9254 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9255
9256 * proced.el: New file.
9257
9258 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9259
9260 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
9261
9262 2008-03-25 Juri Linkov <juri@jurta.org>
9263
9264 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
9265 in battery-mode-line-format.
9266
9267 * bindings.el (minibuffer-local-map): For the command
9268 file-cache-minibuffer-complete replace keymap minibuffer-local-map
9269 with map which is already locally bound to minibuffer-local-map.
9270
9271 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9272
9273 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
9274 Remove `sort-first' argument.
9275
9276 * subr.el (redisplay-end-trigger-functions)
9277 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
9278 (process-filter-multibyte-p, set-process-filter-multibyte):
9279 Mark as obsolete.
9280
9281 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
9282
9283 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
9284 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
9285 use the LOCAL arg of `add-hook'.
9286 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
9287 Remove spurious * from defcustom docstrings.
9288 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
9289 Fix typos in messages.
9290 (reb-mode-buffer-p): New function.
9291 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
9292 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
9293 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
9294 Use `unless', `when'.
9295 (re-builder-unload-function): New function.
9296
9297 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
9298
9299 * vc-hooks.el (vc-state): Add documentation for 'missing.
9300
9301 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
9302
9303 * progmodes/verilog-mode.el (verilog-auto-output)
9304 (verilog-auto-input, verilog-auto-inout, verilog-auto)
9305 (verilog-delete-auto): Add optional regular expression to
9306 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
9307 (verilog-signals-matching-regexp): New internal function for
9308 signal matching.
9309
9310 2008-03-25 Johan Bockgård <bojohan@gnu.org>
9311
9312 * info.el (Info-isearch-search): Always return point.
9313
9314 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9315
9316 * diff-mode.el (diff-remembered-defdir): New var.
9317 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
9318
9319 2008-03-25 Glenn Morris <rgm@gnu.org>
9320
9321 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
9322 calendar-bahai-prompt-for-date. Update callers, make old name an
9323 obsolete alias. Doc fix.
9324 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
9325 coptic-prompt-for-date. Update callers, make old name an
9326 obsolete alias. Doc fix.
9327 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
9328 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
9329 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
9330 calendar-islamic-prompt-for-date. Update callers. Doc fix.
9331 * calendar/cal-iso.el (calendar-iso-read-date): New name for
9332 calendar-iso-read-args. Update callers, make old name an obsolete
9333 alias.
9334 * calendar/cal-persia.el (calendar-persian-read-date): New name for
9335 persian-prompt-for-date. Update callers, make old name an
9336 obsolete alias. Doc fix. Move definition before use.
9337
9338 * calendar/cal-x.el (diary-frame-parameters)
9339 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
9340 (calendar-frame-1): Doc fixes.
9341 (make-fancy-diary-buffer): Remove declaration.
9342 (calendar-dedicate-diary): Replace call to deleted function
9343 make-fancy-diary-buffer.
9344 (calendar-frame-setup): New function.
9345 (calendar-one-frame-setup, calendar-only-one-frame-setup)
9346 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
9347 work, and mark as obsolete.
9348 (special-display-buffer-names): Don't mess with this; it's not our
9349 business.
9350 (cal-x-load-hook): Defvar it, and mark as obsolete.
9351
9352 * calendar/calendar.el (calendar-remove-frame-by-deleting):
9353 Default to t. Add to 'calendar group.
9354 (calendar): Doc fix. Use calendar-frame-setup.
9355 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
9356 (generate-calendar-window): Doc fix.
9357
9358 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9359
9360 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
9361
9362 2008-03-24 Drew Adams <drew.adams@oracle.com>
9363
9364 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
9365 New variables.
9366 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
9367 (finder-exit): Ignore errors rather than avoiding them.
9368 Kill *Finder-package* buffer also.
9369
9370 2008-03-24 Andreas Schwab <schwab@suse.de>
9371
9372 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
9373
9374 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
9375
9376 * vc-hg.el (vc-hg-after-dir-status):
9377 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
9378
9379 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
9380 Detect removed files.
9381
9382 * vc.el (vc-status-printer): Use a different face for missing files.
9383 (vc-status-hide-up-to-date): Rename from
9384 vc-status-remove-up-to-date. Update all callers.
9385 (vc-status-mode-map): Bind C-m.
9386
9387 2008-03-24 Alexandre Julliard <julliard@winehq.org>
9388
9389 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
9390 code ...
9391 (vc-git--state-code): ... to this new function.
9392 (vc-git-state): Use it.
9393
9394 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
9395
9396 * textmodes/remember.el (remember-mail-date)
9397 (remember-store-in-mailbox): Write date and From line in such a
9398 way that Mutt can read it.
9399
9400 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
9401
9402 * simple.el (transient-mark-mode): Turn on by default.
9403
9404 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9405
9406 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
9407 'unregistered for unregistered files.
9408
9409 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
9410
9411 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
9412
9413 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
9414 subdirectories.
9415
9416 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
9417 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
9418 Add :enable for vc-status-refresh.
9419 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
9420 (vc-status-tool-bar-map): Add binding for
9421 vc-status-kill-dir-status-process.
9422 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
9423 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
9424 Reset vc-status-process-buffer.
9425 (vc-status-refresh): Don't run two refreshes at a time.
9426 (vc-status): If the buffer is already in vc-status-mode only refresh.
9427 (vc-status-mark-buffer-changed): Add an optional file parameter.
9428 (vc-resynch-buffer): Use it.
9429 (vc-delete-file): Expand the file name before using it.
9430 Be careful to not create a new buffer with the old file contents.
9431 Update the VC state after performing the operation.
9432
9433 2008-03-23 Andreas Schwab <schwab@suse.de>
9434
9435 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
9436 Fix radio button condition.
9437 [box]: Likewise.
9438 [customize]: Add radio button.
9439
9440 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
9441
9442 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
9443 (calc-user-parse-tables, calc-gnuplot-default-device)
9444 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9445 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9446 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
9447 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
9448 (calc-undo-list, calc-redo-list, calc-main-buffer)
9449 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
9450 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
9451 (calc-said-hello, calc-executing-macro, calc-any-selections)
9452 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
9453 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
9454 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
9455 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
9456 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
9457 (calc-create-buffer, calc-quit): Add docstrings.
9458
9459 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
9460
9461 * makefile.w32-in (WINS_ALMOST): Add org.
9462
9463 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9464
9465 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9466 New functions to implement vc-status support.
9467
9468 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9469
9470 * vc.el (vc-status-prepare-status-buffer): New function.
9471 (vc-status): Use it.
9472
9473 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
9474 appropriate.
9475
9476 2008-03-22 Alexandre Julliard <julliard@winehq.org>
9477
9478 * vc-git.el (vc-git--empty-db-p)
9479 (vc-git-after-dir-status-stage1-empty-db): New functions.
9480 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
9481 Add support for empty repositories.
9482
9483 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9484
9485 * vc-git.el (vc-git-annotate-extract-revision-at-line):
9486 Allow "^" in a version name.
9487
9488 * vc-mtn.el (vc-mtn-state): Support the added state.
9489
9490 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
9491
9492 * org: New directory for Org-mode.
9493
9494 * org/org-export-latex.el: Moved from lisp/texmodes.
9495
9496 * org/org-irc.el: Moved from lisp/texmodes.
9497
9498 * org/org-mac-message.el: Moved from lisp/texmodes.
9499
9500 * org/org-mouse.el: Moved from lisp/texmodes.
9501
9502 * org/org-publish.el: Moved from lisp/texmodes.
9503
9504 2008-03-21 Juri Linkov <juri@jurta.org>
9505
9506 * comint.el (comint-dynamic-simple-complete):
9507 Use variable `stub' for the second arg `common-substring'
9508 of `comint-dynamic-list-completions'.
9509 (comint-dynamic-list-filename-completions):
9510 Use variable `filenondir' for the second arg `common-substring'
9511 of `comint-dynamic-list-completions'.
9512 (comint-dynamic-list-completions): Add new optional arg
9513 `common-substring'. Add `common-substring' as the second arg of
9514 the call to `display-completion-list'. Doc fix.
9515
9516 * comint.el (comint-dynamic-complete-as-filename)
9517 (comint-dynamic-list-filename-completions)
9518 (comint-dynamic-simple-complete): Use `minibuffer-message'
9519 to display message "No completions of %s" when a command
9520 is called in the minibuffer.
9521 (comint-dynamic-simple-complete): Don't display other
9522 completion messages when a command is called in the minibuffer.
9523 (comint-dynamic-list-completions): Use `minibuffer-message'
9524 to display message " [Type space to flush ...]" when a command
9525 is called in the minibuffer.
9526
9527 * shell.el (shell-dynamic-complete-command)
9528 (shell-dynamic-complete-environment-variable): Don't display
9529 completion messages when command is called in the minibuffer.
9530
9531 * emacs-lisp/lisp.el (lisp-complete-symbol):
9532 Use `minibuffer-message' to display message "No completions of %s"
9533 when this command is called in the minibuffer.
9534
9535 * bindings.el (standard-mode-line-modes): Put special help-echo
9536 tooltip on recursive edit %[ %] mode-line constructs.
9537
9538 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
9539 "^No dynamic expansion for .* found$" to allow error messages like
9540 "No dynamic expansion for \"%s\" found in this-buffer".
9541
9542 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
9543
9544 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
9545 "psftp".
9546
9547 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9548
9549 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
9550 * vc.el (vc-default-dired-state-info): Use just "modified".
9551 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
9552 (vc-cvs-mode-line-string): Make use of the better default.
9553 (vc-cvs-parse-entry): Use the new `added'.
9554 (vc-cvs-dired-state-info): Remove.
9555 * vc-svn.el (vc-svn-dired-state-info): Remove.
9556 * vc-hg.el (vc-hg-dired-state-info): Remove.
9557 * vc-git.el (vc-git-dired-state-info): Remove.
9558
9559 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9560
9561 * vc-git.el (vc-git-status-result): New variable.
9562 (vc-git-dir-status): Split out ...
9563 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
9564 ... these new functions and work asynchronously.
9565
9566 2008-03-21 Alexandre Julliard <julliard@winehq.org>
9567
9568 * vc-git.el (vc-git-after-dir-status): Remove.
9569 (vc-git-dired-state-info): Reimplement.
9570
9571 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9572
9573 * replace.el (occur-mode-map): Add :help.
9574
9575 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
9576 for disassemble.
9577
9578 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
9579 the 'added state.
9580 (vc-status-remove-up-to-date): New function.
9581 (vc-status-mode-map, vc-status-menu-map): Bind it.
9582 (vc-status-printer): Use a different face up-to-date files.
9583 (vc-resynch-buffer): Update the vc-status buffer if it exists.
9584 (Todo): Remove solved entries.
9585
9586 * vc-hg.el (vc-hg-state):
9587 * vc-git.el (vc-git-state):
9588 * vc-cvs.el (vc-cvs-parse-status):
9589 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
9590 state.
9591
9592 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9593
9594 * progmodes/compile.el (compile):
9595 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
9596
9597 * simple.el (minibuffer-local-shell-command-map): New var.
9598 (minibuffer-complete-shell-command, read-shell-command): New funs.
9599 (shell-command, shell-command-on-region): Use them.
9600
9601 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9602
9603 * vc.el (vc-status-mark-buffer-changed): New function to implement
9604 updating of the *vc-status* buffer when a buffer is saved.
9605 (vc-status-mode): Use it for after-change-hook.
9606 (vc-add-to-vc-status-buffer): Rename to ...
9607 (vc-status-add-entry): ... this.
9608 (Todo): Add new entry.
9609
9610 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9611
9612 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
9613
9614 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
9615
9616 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
9617 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
9618 Remove spurious * from defcustom docstrings.
9619 (icomplete-compute-delay): Fix docstring and remove spurious *.
9620 (icomplete-delay-completions-threshold): Fix typo in docstring and
9621 remove spurious *.
9622 (icomplete-completions): While collecting the list of prospective
9623 candidates, don't overshoot `icomplete-prospects-length'.
9624
9625 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9626
9627 * textmodes/refbib.el:
9628 * textmodes/reftex.el:
9629 * textmodes/reftex-global.el:
9630 * textmodes/reftex-vars.el:
9631 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
9632 compiler pacifying defvars.
9633 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
9634 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
9635 not needed.
9636
9637 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
9638
9639 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
9640 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
9641 (verilog-customize, verilog-font-customize)
9642 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
9643 (verilog-mode): Update documentation strings to match tool tips.
9644 (verilog-auto-search-do, verilog-auto-re-search-do)
9645 (verilog-skip-forward-comment-or-string): Fix verilog-auto
9646 expansion when a .* appears inside a string.
9647 (verilog-re-search-forward, verilog-re-search-backward):
9648 Add comment to recall how this works.
9649 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
9650
9651 2008-03-20 Glenn Morris <rgm@gnu.org>
9652
9653 * calendar/calendar.el (calendar-other-dates): New function.
9654 (calendar-print-other-dates): Use calendar-other-dates.
9655 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
9656 the declarations it replaces.
9657 (calendar-mouse-print-dates): Use calendar-other-dates.
9658
9659 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
9660 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
9661 (calendar-absolute-from-bahai): Fix the leap-year case.
9662 (calendar-bahai-from-absolute): Re-use the Gregorian month.
9663 (calendar-bahai-date-string, calendar-bahai-print-date):
9664 Handle pre-Bahai dates.
9665
9666 * calendar/cal-china.el (chinese-calendar-celestial-stem)
9667 (chinese-calendar-terrestrial-branch): Make defcustoms.
9668
9669 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
9670 (calendar-mouse-view-diary-entries): Use or.
9671 (calendar-mouse-chinese-date): Remove unused command.
9672 (cal-menu-load-hook): Mark as obsolete.
9673
9674 * calendar/solar.el (calendar-location-name, calendar-latitude)
9675 (calendar-longitude, solar-arctan, sunrise-sunset)
9676 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
9677
9678 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9679
9680 * calc/calc.el: Remove outdated comments.
9681 (defcalcmodevar, calc-mode-var-list-restore-default-values)
9682 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
9683 Add docstrings.
9684
9685 2008-03-19 Jason Rumney <jasonr@gnu.org>
9686
9687 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
9688
9689 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9690
9691 * net/tls.el (open-tls-stream): Reindent.
9692
9693 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
9694
9695 * net/tramp.el (tramp-let-maybe): Removed.
9696 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
9697 It does not exist under XEmacs.
9698 (tramp-handle-file-truename, tramp-handle-expand-file-name)
9699 (tramp-completion-file-name-handler): Let-bind
9700 `directory-sep-char'.
9701
9702 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
9703 `directory-sep-char'.
9704
9705 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9706
9707 * help-fns.el (describe-function-1): Don't signal "missing arglist"
9708 for autoloaded keymaps.
9709
9710 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
9711 (electric-verilog-terminate-line, verilog-in-struct-region-p)
9712 (verilog-backward-ws&directives, verilog-forward-ws&directives)
9713 (verilog-in-comment-p, verilog-in-star-comment-p)
9714 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
9715 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
9716 (verilog-skip-forward-comment-or-string, verilog-in-paren)
9717 (verilog-skip-forward-comment-p): Use it.
9718
9719 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9720
9721 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
9722 (org-remember-templates, org-time-stamp-rounding-minutes)
9723 (org-back-over-empty-lines, org-find-base-buffer-visiting)
9724 (org-columns-new): Fix typos in docstrings.
9725
9726 2008-03-19 Glenn Morris <rgm@gnu.org>
9727
9728 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
9729 (tramp-handle-shell-command): Use condition-case rather than
9730 ignore-errors.
9731
9732 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9733
9734 * diff-mode.el (diff-header): Make the color louder.
9735 (diff-refine-change): Tone the color down.
9736
9737 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9738
9739 * descr-text.el (describe-char): When `describe-char-unidata-list'
9740 is set to show all properties, list them in the right order.
9741
9742 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9743
9744 * international/mule.el (load-with-code-conversion): Avoid setting
9745 default-enable-multibyte-characters.
9746
9747 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
9748
9749 * vc.el (vc-annotate-background): Fix custom type.
9750
9751 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9752
9753 * descr-text.el (describe-char-unidata-list): Allow specifying
9754 just all properties.
9755 (describe-char): Handle that new value.
9756
9757 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
9758
9759 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9760
9761 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
9762 instead of file name extension to make docs with uncommon
9763 extensions work.
9764
9765 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9766
9767 * doc-view.el (require): Require cl at compile time because
9768 `assert' needs it.
9769
9770 2008-03-18 Glenn Morris <rgm@gnu.org>
9771
9772 * calendar/calendar.el (initial-calendar-window-hook)
9773 (today-visible-calendar-hook): Doc fixes.
9774
9775 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
9776
9777 * net/tramp.el (tramp-root-regexp): Simplify.
9778 (tramp-completion-file-name-regexp-separate): Don't insist on
9779 leading "[". This prevents method or user or host completion.
9780 (tramp-let-maybe): Autoload it.
9781 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
9782 is an alias for `identity'.
9783 (tramp-handle-write-region): Protect `last-coding-system-used'
9784 over the trailing statements.
9785 (tramp-completion-file-name-handler-post-function): Remove.
9786 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
9787 instead of calling `tramp-drop-volume-letter'.
9788
9789 * net/tramp.el:
9790 * net/tramp-uu.el:
9791 * net/trampver.el: Move coding cookie at the end.
9792
9793 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9794
9795 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
9796 elements which may be something else than characters.
9797
9798 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
9799
9800 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
9801 New functions to implement vc-status support.
9802
9803 * vc.el (vc-default-extra-status-menu)
9804 (vc-add-to-vc-status-buffer): New functions.
9805
9806 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9807 for eldoc and ielm.
9808
9809 2008-03-17 Glenn Morris <rgm@gnu.org>
9810
9811 * calendar/cal-x.el (diary-frame-parameters)
9812 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
9813 Fix custom type; add options.
9814 (calendar-frame, diary-frame): Doc fixes.
9815 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
9816 new functions.
9817 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
9818 Use calendar-frame-1 and calendar-dedicate-diary.
9819 (calendar-one-frame-setup): Also handle only-one-frame case.
9820 (calendar-only-one-frame-setup): Doc fix. Just call
9821 calendar-one-frame-setup.
9822
9823 * calendar/diary-lib.el: Re-order some definitions before their use.
9824 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
9825 (diary-list-entries): Doc fixes.
9826 (make-fancy-diary-display): Remove function.
9827
9828 * calendar/calendar.el (calendar-today-marker)
9829 (initial-calendar-window-hook, today-visible-calendar-hook)
9830 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
9831 (calendar-star-date, calendar-mark-today): Doc fixes.
9832 (today-visible-calendar-hook): Add options.
9833 (calendar-in-read-only-buffer): New macro.
9834 (calendar-basic-setup): Adapt for change in calendar-read-date.
9835 Place holiday let inside if.
9836 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
9837 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
9838 (calendar-print-other-dates): Use one let rather than many.
9839
9840 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
9841 (calendar-print-other-dates):
9842 * calendar/cal-hebrew.el (list-yahrzeit-dates):
9843 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
9844 * calendar/holidays.el (calendar-list-holidays, list-holidays)
9845 (calendar-cursor-holidays):
9846 * calendar/lunar.el (calendar-phases-of-moon): Use
9847 calendar-in-read-only-buffer to replace previous code and disable undo.
9848
9849 2008-03-16 Juri Linkov <juri@jurta.org>
9850
9851 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
9852 and regexp-search-ring-yank-pointer for the HISTPOS argument of
9853 read-from-minibuffer to provide the correct initial minibuffer
9854 history position in isearch-edit-string when it is called from
9855 isearch-ring-adjust.
9856
9857 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
9858 to check if the current buffer is the minibuffer, and in this case
9859 call abort-recursive-edit to kill the minibuffer. Doc fix.
9860 (kill-this-buffer-enabled-p): Allow this function to return non-nil
9861 when the current buffer is the minibuffer.
9862
9863 * simple.el (goto-line): Leave mark at previous position. Doc fix.
9864
9865 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
9866
9867 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
9868 Use non-nil PARENTS attribute of make-directory instead of
9869 explicitly checking existence the current cache directory.
9870
9871 2008-03-16 Daiki Ueno <ueno@unixuser.org>
9872
9873 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
9874 M-x epa-file-select-keys.
9875
9876 2008-03-16 Kenichi Handa <handa@m17n.org>
9877
9878 * international/mule.el (auto-coding-alist):
9879 Use no-conversion-multibyte for archive files.
9880
9881 2008-03-16 Glenn Morris <rgm@gnu.org>
9882
9883 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
9884 New functions.
9885 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
9886 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
9887 Use calendar-mark-1.
9888 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
9889 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
9890 Use calendar-mark-complex.
9891 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
9892 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
9893 Use calendar-mark-1.
9894
9895 * calendar/calendar.el (calendar-mod): Remove.
9896 * calendar/cal-china.el (calendar-chinese-from-absolute)
9897 (calendar-chinese-date-string): Expand calendar-mod calls.
9898 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
9899 Expand calendar-mod calls.
9900
9901 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
9902 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
9903 (diary-bahai-insert-yearly-entry): Use let rather than let*.
9904 Move obsolete aliases after the functions that replaced them.
9905
9906 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
9907 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
9908 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
9909 Use let rather than let*.
9910 (calendar-hebrew-prompt-for-date): New function.
9911 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
9912 (holiday-tisha-b-av-etc): Use unless, let.
9913
9914 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
9915 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
9916
9917 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
9918
9919 * calendar/calendar.el (calendar-for-loop): Add indent spec.
9920
9921 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
9922 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
9923 than concat.
9924 (diary): Remove un-needed let.
9925 (view-other-diary-entries): Rename argument.
9926 (diary-list-entries-2): New function.
9927 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
9928 (print-diary-entries): Use unless.
9929 (diary-mark-entries-1): Change argument order, make all but
9930 markfunc optional. Handle the standard (Gregorian) case.
9931 Use match-string-no-properties. Handle marks.
9932 (mark-diary-entries): Use diary-mark-entries-1.
9933 (diary-font-lock-keywords-1): New macro.
9934 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
9935
9936 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
9937
9938 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
9939 (icalendar-export-hidden-diary-entries): New variable.
9940 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
9941 In case of error, insert full error-val.
9942 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
9943 Use calendar-day-of-week. Return the day number.
9944 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
9945
9946 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
9947
9948 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
9949 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
9950 (icalendar-export-region): Ignore hidden diary entries.
9951 (icalendar--convert-ordinary-to-ical): Fix case where event
9952 spans across midnight boundary.
9953 (icalendar-first-weekday-of-year): New function.
9954 (icalendar--convert-weekly-to-ical): Allow user-selectable start
9955 year for recurring events (Mozilla calendars do not propagate
9956 recurring events forever, so year 2000 start date was not working).
9957 (icalendar--convert-yearly-to-ical): Remove extra spaces in
9958 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
9959
9960 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
9961
9962 * net/tramp.el (tramp-root-regexp): New defconst.
9963 (tramp-completion-file-name-regexp-unified)
9964 (tramp-completion-file-name-regexp-separate)
9965 (tramp-completion-file-name-regexp-url): Use it.
9966 (tramp-do-copy-or-rename-file-via-buffer):
9967 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
9968 t for `insert-file-contents-literally'.
9969 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
9970 Autoload it.
9971 (tramp-completion-file-name-handler-post-function): New defconst.
9972 (tramp-completion-file-name-handler): Use it.
9973 (tramp-maybe-open-connection): Update calls to
9974 `tramp-flush-connection-property' for removed 2nd argument.
9975
9976 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
9979 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
9980 New functions.
9981
9982 2008-03-15 Glenn Morris <rgm@gnu.org>
9983
9984 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
9985 New functions.
9986 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
9987 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9988 (diary-list-entries-1, diary-mark-entries-1): Autoload.
9989 (diary-bahai-list-entries): Use diary-list-entries-1.
9990 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
9991 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
9992 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9993 (diary-list-entries-1, diary-mark-entries-1): Autoload.
9994 (list-hebrew-diary-entries): Use diary-list-entries-1.
9995 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
9996 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
9997 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9998 (diary-list-entries-1, diary-mark-entries-1): Autoload.
9999 (list-islamic-diary-entries): Use diary-list-entries-1.
10000 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
10001
10002 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
10003
10004 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
10005
10006 * calendar/cal-china.el (number-chinese-months)
10007 (calendar-chinese-from-absolute): Use nth, caar.
10008
10009 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
10010
10011 * calendar/cal-french.el (french-calendar-accents): Doc fix.
10012
10013 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
10014 (calendar-hebrew-month-name-array-leap-year)
10015 (hebrew-calendar-parashiot-names): Make constants.
10016 (diary-parasha): Move definition after constants it uses.
10017
10018 * calendar/cal-html.el (cal-html-insert-link-yearpage)
10019 (cal-html-htmlify-list): Doc fix.
10020 (cal-html-htmlify-entry): Use nth.
10021
10022 * calendar/cal-islam.el (calendar-islamic-month-name-array)
10023 (calendar-islamic-epoch): Make constants.
10024 (calendar-islamic-epoch): Doc fix.
10025
10026 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
10027
10028 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
10029 (cal-tex-month-name): Doc fix.
10030 (cal-tex-last-blank-p): Use zerop.
10031
10032 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
10033 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
10034 (calendar-cursor-to-date): Doc fix.
10035 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
10036 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
10037 (calendar-day-number): Use when.
10038 (generate-calendar-month): Use dotimes.
10039 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
10040 (calendar-set-mark): Reverse conditional.
10041 (calendar-make-alist): Move definition before use.
10042
10043 * calendar/diary-lib.el (diary-face-attrs)
10044 (diary-glob-file-regexp-prefix, diary-selective-display)
10045 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
10046 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
10047 (diary-anniversary, diary-cyclic)
10048 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
10049 (diary-header-line-format): Change wording.
10050 (diary-list-entries): Set `date-start' in let.
10051 (include-other-diary-files, mark-included-diary-files): Use format.
10052 (simple-diary-display, fancy-diary-display): Use cadr, unless.
10053 (mark-diary-entries): Use 1+.
10054 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
10055 (mark-calendar-month): Use dotimes.
10056
10057 * calendar/holidays.el (displayed-month, displayed-year):
10058 Move declarations where needed.
10059 (calendar-list-holidays): Doc fix.
10060
10061 * calendar/parse-time.el (parse-time-string): Simplify.
10062
10063 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
10064 Make constants.
10065 (solar-sunrise-sunset): Rename some local variables for clarity.
10066 (sunrise-sunset): Use zerop.
10067 (solar-mean-equinoxes/solstices): Doc fix.
10068
10069 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
10070 Use nth.
10071 (timeclock-completing-read, timeclock-generate-report): Use zerop.
10072 (timeclock-mean, timeclock-generate-report): Use dolist.
10073
10074 * calendar/todo-mode.el (todo-add-category): Simplify.
10075 (todo-more-important-p, todo-delete-item, todo-file-item):
10076 Use unless, when.
10077 (todo-top-priorities): Use zerop.
10078
10079 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
10080
10081 * buff-menu.el (list-buffers-noselect): Display buffer name in
10082 tooltip instead of mouse binding when it doesn't fit in the list.
10083
10084 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10085
10086 * faces.el (xw-defined-colors):
10087 * simple.el (widget-convert, shell-mode): Declare as functions
10088 instead of autoloading.
10089
10090 * abbrev.el:
10091 * button.el:
10092 * cus-face.el:
10093 * ediff-hook.el:
10094 * emacs-lisp/backquote.el:
10095 * emacs-lisp/timer.el:
10096 * facemenu.el:
10097 * faces.el:
10098 * menu-bar.el:
10099 * simple.el:
10100 * subr.el:
10101 * textmodes/fill.el:
10102 * textmodes/paragraphs.el: Remove autoloads, redundant when the
10103 files are preloaded.
10104
10105 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * desktop.el (desktop-create-buffer): Don't catch errors if
10108 debug-on-error is set.
10109
10110 2008-03-14 Eli Zaretskii <eliz@gnu.org>
10111
10112 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10113 ($(lisp)/calendar/diary-loaddefs.el)
10114 ($(lisp)/calendar/hol-loaddefs.el): New targets.
10115 (LOADDEFS): New macro.
10116 (autoloads): Depend on $(LOADDEFS).
10117
10118 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10119
10120 * font-lock.el (featurep): Remove test, not useful anymore.
10121 (facemenu-keymap): Move key binding ...
10122 * facemenu.el (facemenu-keymap): ... here.
10123
10124 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
10125 for each file in the list.
10126 (vc-bzr-log-view-mode): Recognize the file marker.
10127
10128 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10129 for checkdoc and profiling.
10130
10131 2008-03-14 Bastien Guerry <bzg@altern.org>
10132
10133 * textmodes/flyspell.el (nxml-mode): Add the right
10134 `flyspell-mode-predicate'.
10135
10136 * wid-edit.el (link): Use 'mouse-face for :follow-link.
10137
10138 2008-03-14 Glenn Morris <rgm@gnu.org>
10139
10140 * calendar/solar.el: Reorder so that functions are defined before use.
10141 (displayed-month, displayed-year): Move declarations where needed.
10142 (solar-get-number): Move definition before use. Use unless.
10143 (solar-equatorial-coordinates): Simplify.
10144 (solar-sunrise-and-sunset): Use let rather than let*.
10145 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
10146
10147 * startup.el (command-line-1): Rename -internal-script back to
10148 -scriptload (reverts previous change).
10149
10150 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10151 (calendar-bahai-leap-base): Add doc strings.
10152 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
10153 Move definition before use.
10154 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
10155 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
10156 variables outside the loop. Use dolist.
10157 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
10158
10159 * calendar/cal-china.el: Re-order so that functions are defined before
10160 use.
10161 (displayed-month, displayed-year): Move declarations where needed.
10162 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
10163 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10164 Add doc strings.
10165 (chinese-year-cache): Recenter on 2010. Doc fix.
10166 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
10167 Doc fix. Simplify.
10168 (chinese-year-cache-init): New function.
10169 (compute-chinese-year, holiday-chinese-new-year)
10170 (calendar-chinese-date-string, calendar-goto-chinese-date)
10171 (make-chinese-month-assoc-list): Use cadr, nth.
10172 (chinese-months): Remove un-needed let.
10173
10174 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
10175 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
10176 (coptic-prompt-for-date): Move definition before use.
10177
10178 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
10179 (calendar-dst-find-data, calendar-daylight-time-offset)
10180 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
10181 (calendar-daylight-savings-starts-time)
10182 (calendar-daylight-savings-ends-time): Use cadr, nth.
10183
10184 * calendar/cal-french.el (french-calendar-epoch)
10185 (calendar-goto-french-date): Doc fix.
10186 (french-calendar-month-name-array)
10187 (french-calendar-multibyte-month-name-array)
10188 (french-calendar-day-name-array, french-calendar-special-days-array):
10189 Add doc strings.
10190
10191 * calendar/cal-hebrew.el (displayed-month, displayed-year)
10192 (original-date): Move declarations where needed.
10193 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
10194 Doc fix.
10195 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
10196 constant variables outside the loop. Use dolist.
10197
10198 * calendar/cal-islam.el (displayed-month, displayed-year)
10199 (original-date): Move declarations where needed.
10200 (islamic-calendar-day-number): Remove unused local variable `day'.
10201 (calendar-goto-islamic-date): Doc fix.
10202 (holiday-islamic): Use unless.
10203 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
10204 constant variables outside the loop. Use dolist.
10205 (mark-islamic-calendar-date-pattern): Move definition before use.
10206 Use unless.
10207 (mark-islamic-diary-entries): Doc fix.
10208 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10209 (insert-yearly-islamic-diary-entry): Use let rather than let*.
10210
10211 * calendar/cal-julian.el (calendar-absolute-from-julian):
10212 Move definition before use. Remove un-needed local `day'.
10213 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
10214
10215 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
10216 (calendar-mayan-tzolkin-names-array): Add doc strings.
10217 (calendar-mayan-long-count-from-absolute): Use a single let.
10218 (calendar-string-to-mayan-long-count): Simplify.
10219 (calendar-next-haab-date, calendar-previous-haab-date)
10220 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
10221 (calendar-previous-calendar-round-date)
10222 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
10223 Doc fix.
10224 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
10225 (calendar-mayan-date-string, calendar-print-mayan-date)
10226 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
10227 (calendar-mayan-long-count-common-era): Move definitions before use.
10228
10229 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
10230 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
10231 Doc fix.
10232 (calendar-mouse-goto-date): Move definition before use.
10233
10234 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
10235 Move definition before use.
10236 (calendar-cursor-to-visible-date): Move definition before use.
10237 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
10238 and place inside the conditional.
10239 (calendar-forward-day): Simplify.
10240 (calendar-end-of-month): Use unless.
10241 (calendar-goto-day-of-year): Doc fix.
10242 Relocate obsolete aliases after their replacements.
10243
10244 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
10245
10246 * calendar/diary-lib.el (mark-diary-entries): Move some constant
10247 variables outside the diary-date-forms loop.
10248
10249 * calendar/calendar.el (diary-file): Doc fix.
10250 (calendar-buffer-list): Return buffers rather than strings (fixes
10251 previous change).
10252 (hebrew-holidays-4): Fix typo.
10253
10254 * calendar/holidays.el (displayed-month, displayed-year):
10255 Move declarations where needed.
10256 (calendar-holiday-list, calendar-list-holidays)
10257 (holiday-filter-visible-calendar): Move definitions before use.
10258 (list-holidays): Use cadr.
10259 Relocate obsolete aliases after their replacements.
10260
10261 * calendar/lunar.el (date, displayed-month, displayed-year):
10262 Move declarations where needed.
10263 (lunar-phase-list): Move definition after functions it uses.
10264 (calendar-phases-of-moon, diary-phases-of-moon)
10265 (lunar-new-moon-on-or-after): Use cadr, nth.
10266 (lunar-new-moon-on-or-after): Doc fix.
10267
10268 * textmodes/org-irc.el (top-level): CL not required when compiling.
10269 (org-irc-visit-erc): Replace runtime CL functions.
10270
10271 * textmodes/org-publish.el (declare-function): Add compatibility stub.
10272 (org-publish-delete-dups): Declare as function.
10273
10274 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10275
10276 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
10277 (vc-bzr-show-log-entry): Make regexp match more cases.
10278 (vc-diff-switches-list): Remove autoload, not needed.
10279
10280 2008-03-14 Juri Linkov <juri@jurta.org>
10281
10282 * isearch.el (isearch-edit-string): Remove one call to
10283 `isearch-push-state' not to push an inconsistent state,
10284 but keep another correct call to `isearch-push-state'.
10285 (isearch-ring-adjust): Call `isearch-push-state' only when
10286 `search-ring-update' is non-nil since `isearch-edit-string'
10287 already pushes its state.
10288 (isearch-message): Improve matching the failed part by checking
10289 if the original message starts with the last successful message.
10290
10291 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
10292 (dired-perm-write): Rename from `dired-warn-writable'.
10293 Change parent face from `font-lock-warning-face' to
10294 `font-lock-comment-delimiter-face'.
10295 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
10296 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
10297 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
10298 with `dired-perm-write-face'.
10299
10300 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
10301
10302 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10303 Create cache dir only if it doesn't already exist.
10304
10305 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10306
10307 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
10308 of \ and '.
10309
10310 2008-03-13 Johan Bockgård <bojohan@gnu.org>
10311
10312 * net/browse-url.el (browse-url-text-xterm):
10313 Unquote browse-url-text-browser.
10314
10315 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
10316
10317 * textmodes/org-mouse.el: Version number change.
10318
10319 * textmodes/org-publish.el (org-publish-expand-components):
10320 Remove null projects from the list of components.
10321 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
10322 Remove unused retrieval of the :publishing-directory property.
10323 (org-publish-file): Bugfix: when using a relative directory as the
10324 publishing directory, convert it to a directory filename.
10325 (org-publish-project): New alias.
10326 (org-publish-get-files): Protect against empty p.
10327 (org-publish-file): Send an error when file is not part of any project.
10328 (org-publish-file): Offer to refresh the list of files in known
10329 project when the current file is not part of any project.
10330 (org-publish-before-export-hook)
10331 (org-publish-after-export-hook): New hooks.
10332 (org-publish-org-to): Use new hooks and kill buffers.
10333 (org-publish-file): Remove the code for killing buffers.
10334 (org-publish-initialize-files-alist): Use interactive.
10335 (org-publish-file): If the publishing function creates a new
10336 buffer, kill it after publishing.
10337 (org-publish-timestamp-filename): Protect ":" in file name path
10338 under windows.
10339
10340 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
10341 change that killed the LaTeX buffer.
10342
10343 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
10344 in the decision tree.
10345 (org-select-remember-template): Clean the code.
10346 (org-prepare-dblock): Add the extra :content parameter.
10347 (org-write-agenda): New output type ".ics" files.
10348 (org-write-agenda): Call `org-icalendar-verify-function', both for
10349 time stamps and for TODO entries.
10350 (org-agenda-collect-markers, org-create-marker-find-array)
10351 (org-check-agenda-marker-table): New functions.
10352 (org-agenda-marker-table): New variable.
10353 (org-export-as-html): Revert the change that killed the html
10354 buffer. Side effects first need to be studied carefully.
10355 (org-get-tags-at): Fix the structure of the condition-case statement.
10356 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
10357 (org-timestamp-change): Fix regulear expressions to swallow the
10358 extra character for repeat-shift control.
10359 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
10360 (org-get-legal-level): Alias to `org-get-valid-level'.
10361 (org-dblock-write:clocktable): Add a :link parameter, linking
10362 headlines to their location in the Org agenda files.
10363 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
10364 throwing an error when getting tags before headlines.
10365 (org-timestamp-change, org-modify-ts-extra)
10366 (org-ts-regexp1): Fix timestamp editing.
10367 (org-agenda-custom-commands-local-options): New constant.
10368 (org-agenda-custom-commands):
10369 Use `org-agenda-custom-commands-local-options' to improve customize
10370 type. "htmlize": Removed hack to fix face problem with htmlize,
10371 it no longer seem necessary.
10372 (org-follow-link-hook): New hook.
10373 (org-agenda-custom-commands): Add "Component" as a tag for each
10374 item in a command serie.
10375 (org-open-at-point): Run `org-follow-link-hook'.
10376 (org-agenda-schedule): Bugfix: don't display marker type when it
10377 is nil.
10378 (org-store-link): org-irc required.
10379 (org-set-regexps-and-options): Parse the new logging options.
10380 (org-extract-log-state-settings): New function.
10381 (org-todo): Handle the new ways of recording state change stuff.
10382 (org-local-logging): New function.
10383 (org-columns-open-link): Fix bug with opening link in column view.
10384 (org-local-logging): New function.
10385 (org-todo): Make sure that LOGGING properties are honoured.
10386 (org-todo-keywords): Improve docstring.
10387 (org-startup-options): Cleanup startup options.
10388 (org-set-regexps-and-options): Process the "!" markers.
10389 (org-todo): Respect the new logging stuff.
10390 (org-log-note-how): New variable.
10391 (org-add-log-maybe): New parameter HOW that defines how logging
10392 should be done and also overrides PURPOSE. Add a docstring.
10393 (org-add-log-note): Check if we really need to ask for a note.
10394 (org-get-current-options): Digest the new keyword.
10395 (org-agenda-reset-markers): Rename from
10396 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
10397 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
10398 function, without force argument.
10399 (org-buffer-property-keys): Bind local variables s and p.
10400 (org-make-tags-matcher): Allow "" to match an empty or
10401 non-existent property value.
10402 (org-export-as-html): Join unsorted lists when they directly
10403 follow each other. Such lists may be created by headlines that
10404 are converted to lists.
10405 (org-nofm-to-completion): New function.
10406 (org-export-as-html): Use :html-extension instead of
10407 org-export-html-extension.
10408 (org-store-link): Support for links from `rmail-summary-mode'.
10409 (org-columns-new, org-complete, org-set-property): Set the
10410 `include-columns' argument in the call to
10411 `org-buffer-property-keys'.
10412 (org-buffer-property-keys): New argument `include-columns', to
10413 include properties expected by any of the COLUMS formats in the
10414 current buffer.
10415 (org-cleaned-string-for-export): Get rid of drawers first, so that
10416 they will be removed also in the text before the first headline.
10417 (org-clock-report): Show the clocktable when found.
10418 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
10419 (org-version): With prefix argument, insert `org-version' at point.
10420 (org-agenda-goto): Recenter the window after finding the target
10421 location, to make sure the correct position will be displayed.
10422 (org-agenda-get-deadlines): Don't scale priority with the warning
10423 period.
10424 (org-insert-heading): Don't break line in the middle of the line.
10425 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
10426 be 0.
10427 (org-update-checkbox-count): Revamp to deal with hierarchical
10428 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
10429 (org-remove-timestamp-with-keyword): New function.
10430 (org-schedule, org-deadline):
10431 Use `org-remove-timestamp-with-keyword' to make sure all such time
10432 stamps are removed.
10433 (org-mode): Support for `align'.
10434 (org-agenda-get-deadlines): Make sure priorities increase as the
10435 due date approaches and is passed.
10436 (org-remember-apply-template): Fix problem with tags that
10437 contain "_" or "@".
10438 (org-make-link-regexps): Improve the regular expression for plain links.
10439 (org-agenda-get-closed): List each clocking entry.
10440 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
10441 (org-special-ctrl-k): New option.
10442 (org-kill-line): New function.
10443 (org-archive-all-done): Fix incorrect number of stars in regexp.
10444 (org-refile-get-location): New function.
10445 (org-refile-goto-last-stored): New function.
10446 (org-global-tags-completion-table): Add the value of org-tag-alist
10447 in each buffer, to make sure that also unused tags will be
10448 available for completion.
10449 (org-columns-edit-value)
10450 (org-columns-next-allowed-value): Only update if not in agenda.
10451 (org-clocktable-steps): New function.
10452 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
10453 (org-archive-subtree): Add the outline tree context as a property.
10454 (org-closest-date): New optional argument `prefer'.
10455 (org-goto-auto-isearch): New option.
10456 (org-goto-map, org-get-location): Implement auto-isearch.
10457 (org-goto-local-auto-isearch-map): New variable.
10458 (org-goto-local-search-forward-headings)
10459 (org-goto-local-auto-isearch): New functions.
10460
10461 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
10462
10463 * textmodes/org-irc.el: New file.
10464
10465 2008-03-13 John Wiegley <johnw@gnu.org>
10466
10467 * textmodes/org-mac-message.el: New file.
10468
10469 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
10470
10471 * font-lock.el (font-lock-comment-face): Set the foreground for
10472 the light background 8 colors case.
10473
10474 2008-03-13 Glenn Morris <rgm@gnu.org>
10475
10476 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
10477 generate-autoload-cookie patterns.
10478
10479 * startup.el (command-line-1): Rename -scriptload to -internal-script.
10480
10481 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
10482 (MH_E_SRC): Remove variable.
10483 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
10484 Simplify file header. Use $@ for generated-autoload-file.
10485
10486 * Makefile.in (LOADDEFS): New variable.
10487 (AUTOGENEL): Use $LOADDEFS.
10488 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
10489 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
10490 ($(lisp)/calendar/hol-loaddefs.el): New targets.
10491 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10492 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
10493 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
10494 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
10495 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
10496 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
10497 Add calendar-specific autoload cookies, and remove any setting of
10498 generated-autoload-file.
10499 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
10500 * calendar/diary-lib.el: Replace explicit autoloads with reading of
10501 diary-loaddefs.
10502 * calendar/holidays.el: Replace explicit autoloads with reading of
10503 hol-loaddefs.
10504
10505 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
10506 (calendar-buffer-list): Simplify.
10507 (generate-calendar-window): Use calendar-mark-holidays rather than
10508 obsolete alias.
10509
10510 * calendar/cal-hebrew.el (list-yahrzeit-dates):
10511 Use cal-hebrew-yahrzeit-buffer.
10512
10513 * calendar/cal-x.el (calendar-only-one-frame-setup)
10514 (calendar-two-frame-setup): Doc fixes.
10515 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
10516
10517 * calendar/appt.el (appt-mode-string): Mark as risky.
10518 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
10519
10520 * calendar/cal-html.el (diary-list-entries):
10521 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
10522 (calendar-iso-from-absolute): Fix autoloads.
10523
10524 * calendar/cal-iso.el (calendar-absolute-from-iso)
10525 (calendar-iso-read-args): Simplify.
10526 (calendar-iso-date-string, calendar-iso-read-args)
10527 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
10528
10529 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
10530 (displayed-month, displayed-year): Move declarations where needed.
10531 (calendar-print-astro-day-number): Doc fix.
10532
10533 * calendar/cal-persia.el (persian-calendar-month-name-array)
10534 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
10535 (persian-prompt-for-date): Remove local variable `today'.
10536
10537 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
10538
10539 * calendar/solar.el (solar-moment, solar-exact-local-noon)
10540 (solar-sunrise-sunset, solar-sunrise-sunset-string)
10541 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
10542 (diary-sabbath-candles, solar-equinoxes/solstices)
10543 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
10544 (solar-time-equation, solar-date-to-et): Simplify.
10545
10546 * mail/supercite.el: Remove the `function' in `(function (lambda'.
10547 Replace `(car (cdr' with cadr'.
10548
10549 * progmodes/f90.el (f90-font-lock-n): New function.
10550 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
10551 Use f90-font-lock-n.
10552 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
10553
10554 * progmodes/f90.el (f90-mode-abbrev-table):
10555 * progmodes/fortran.el (fortran-mode-abbrev-table):
10556 Use newer form of define-abbrev, where supported. No need to bind
10557 abbrevs-changed for system abbrevs.
10558
10559 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10560
10561 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
10562 delete-frame-functions.
10563
10564 * bookmark.el (Info-current-node): Remove.
10565
10566 2008-03-12 Juri Linkov <juri@jurta.org>
10567
10568 * help.el (describe-project): Remove defaliases for view-todo and
10569 describe-project that are now unnecessary after the merge from
10570 emacs--rel--22 that added define-obsolete-function-alias.
10571
10572 * startup.el (inhibit-startup-screen): Revert incomplete
10573 2008-03-10 merge from emacs--rel--22 that partly reverted
10574 2008-02-28 change that added initial message to *scratch* buffer
10575 regardless of the value of `inhibit-startup-screen'.
10576 Now keep this change in the trunk, but not in the 22 branch.
10577
10578 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * international/quail.el (quail-setup-completion-buf, quail-help):
10581 * mail/binhex.el (binhex-decode-region-internal):
10582 * mail/uudecode.el (uudecode-decode-region-internal):
10583 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10584 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10585 setting default-enable-multibyte-characters.
10586
10587 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
10588
10589 * comint.el: Fix up indentation and comment style. Remove `function'.
10590
10591 * international/mule-cmds.el (reset-language-environment)
10592 (set-language-environment-nonascii-translation):
10593 Don't set-unibyte-charset.
10594
10595 * doc-view.el: Remove all cb-args, use closures instead.
10596 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
10597 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
10598 doing an incorrect check). Update all callers to use the new name.
10599 (doc-view-doc->txt): Add missing `txt' argument.
10600
10601 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
10602
10603 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
10604 md5 sum calculation to single-byte.
10605
10606 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10607
10608 * doc-view.el (doc-view-new-window-function): Add assertion.
10609 (doc-view-doc-type): New var.
10610 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
10611 (doc-view-intersection): New fun.
10612 (doc-view-mode): Use it to set the new var.
10613
10614 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
10615
10616 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
10617 (doc-view-already-converted-p): New functions.
10618 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
10619 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
10620 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
10621 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
10622 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
10623 (doc-view-convert-current-doc): Don't hardwire the functions the
10624 sentinels call. Now they're provided by two args CALLBACK and
10625 CB-ARGS to the functions.
10626 (doc-view-search): Use doc-view-doc->txt.
10627 (doc-view-initiate-display): Use doc-view-already-converted-p.
10628 Mention new binding C-c C-t if doc-view-mode doesn't work.
10629
10630 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10631
10632 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
10633
10634 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10635
10636 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
10637 Mark " outside of tags as punctuation.
10638
10639 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10640
10641 * menu-bar.el (minibuffer-local-map): Use the same command for the
10642 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
10643 Prefer RET over C-j for exit-minibuffer.
10644
10645 * files.el (display-buffer-other-frame): Eliminate problematic code.
10646
10647 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
10648 (menu-bar-select-buffer): Remove.
10649 (menu-bar-select-frame): Make non-interactive and take a frame arg.
10650 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
10651
10652 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
10653
10654 * icomplete.el (icomplete-completions): Remove obsolete code.
10655
10656 * net/net-utils.el (iwconfig-program-options): Doc fix.
10657 (net-utils-run-program, run-network-program): Define as functions.
10658
10659 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
10660
10661 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
10662
10663 2008-03-11 Glenn Morris <rgm@gnu.org>
10664
10665 * faces.el (mode-line-emphasis): New face.
10666 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
10667
10668 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
10669
10670 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
10671
10672 * simple.el (set-mark-command): Doc fix.
10673
10674 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10675
10676 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
10677
10678 * emacs-lisp/autoload.el (autoload-find-destination):
10679 Don't force raw-text.
10680
10681 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
10682 * calendar/cal-loaddefs.el: Don't version control.
10683
10684 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10685
10686 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
10687 entries and add :help to the existing ones.
10688
10689 2008-03-10 Glenn Morris <rgm@gnu.org>
10690
10691 * calendar/cal-hebrew.el (date, entry, number): Move declarations
10692 to where they are needed.
10693
10694 * calendar/calendar.el (diary-file, hebrew-holidays-1)
10695 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10696 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
10697 (calendar-version): Doc fixes.
10698 (calendar-absolute-from-gregorian): Use zerop.
10699 (calendar-mode-line-format): Make it a defcustom.
10700
10701 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
10702 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
10703 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
10704 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
10705 (mark-included-diary-files, mark-calendar-days-named)
10706 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
10707 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
10708 (insert-monthly-diary-entry, insert-yearly-diary-entry)
10709 (insert-anniversary-diary-entry, insert-block-diary-entry)
10710 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
10711 (diary-font-lock-sexps): Doc fixes.
10712 (diary-remind-message, mark-calendar-month): Use zerop.
10713 (diary-attrtype-convert, diary-pull-attrs): Simplify.
10714 (diary-list-entries): Revert let to let* (previous change).
10715
10716 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
10717
10718 2008-03-10 Kim F. Storm <storm@cua.dk>
10719
10720 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
10721 function aliases for the old names.
10722
10723 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
10724
10725 * iswitchb.el (iswitchb-use-faces): Doc fix.
10726 (iswitchb-buffer-ignore, iswitchb-read-buffer):
10727 Fix typos in docstrings.
10728
10729 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10730
10731 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
10732 Fix typo.
10733 (verilog-type-font-keywords): Reindent.
10734
10735 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
10736
10737 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
10738 Fix bug in the grouping-keyword regular expression.
10739 (verilog-font-lock-keywords): Allow users to toggle special
10740 highlight of grouping-keywords.
10741 (verilog-highlight-grouping-keywords): The toggle for special
10742 highlighting of grouping keywords.
10743
10744 2008-03-10 Juri Linkov <juri@jurta.org>
10745
10746 * startup.el: Revert 2008-02-28 change that adds initial message
10747 to *scratch* buffer regardless of the value of
10748 `inhibit-startup-screen'.
10749
10750 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10751
10752 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
10753 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
10754 * progmodes/verilog-mode.el (verilog-mode):
10755 * net/socks.el (socks):
10756 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
10757
10758 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10759
10760 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
10761 (doc-view-bookmark-make-record): Use them.
10762 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
10763 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
10764
10765 * bookmark.el (bookmark-make-record-function): Change expected return
10766 value to include a suggested bookmark name.
10767 (bookmark-make): Split into bookmark-make-record and bookmark-store.
10768 Fix reversed `overwrite' semantics.
10769 (bookmark-set): Call bookmark-make-record before prompting the user.
10770 Then pass the result to bookmark-store later on.
10771 (bookmark-make-name-function): Remove.
10772 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
10773 * info.el (bookmark-make-name-function): Remove.
10774 (Info-mode): Don't set it.
10775 (Info-bookmark-make-name): Remove.
10776 (Info-bookmark-make-record): Use Info-current-node as suggested default
10777 bookmark name.
10778
10779 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
10780 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
10781 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
10782 (bookmark-annotation-buffer, bookmark-annotation-file)
10783 (bookmark-annotation-point, bookmark-send-annotation)
10784 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
10785 (bookmark-edit-annotation-text-func): Rename from
10786 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
10787 (bookmark-edit-annotation-mode-map): Move initialization into
10788 declaration.
10789
10790 * bookmark.el: Remove spurious * in docstrings.
10791 (bookmark-minibuffer-read-name-map): New var.
10792 (bookmark-set): Use it. Also pass the default value as it should.
10793 (bookmark-send-edited-annotation): Take no chances with text properties.
10794 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
10795 (bookmark-insert-buffer-name): Remove.
10796 (bookmark-buffer-file-name): Signal an error rather than returning nil.
10797
10798 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
10799
10800 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
10801
10802 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
10803
10804 * diff-mode.el (diff-mode-menu): Add :help.
10805
10806 2008-03-09 Glenn Morris <rgm@gnu.org>
10807
10808 * calendar/calendar.el (general-holidays, oriental-holidays)
10809 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
10810 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
10811 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
10812 (calendar-holidays): Restore autoload cookies, because people are
10813 used to using these variables without loading calendar.el.
10814
10815 * calendar/cal-islam.el (diary-islamic-date): Move to end.
10816 (date, number): Declare where needed.
10817
10818 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
10819 (list-sexp-diary-entries): Doc fixes.
10820 (diary-list-entries): Doc fix. Remove free variable `entry'.
10821 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
10822 Simplify setting of `date-holiday-list'.
10823 (mark-diary-entries): Remove free variable `entry'.
10824 (diary-list-entries, include-other-diary-files, fancy-diary-display):
10825 Use let where let* is not needed.
10826
10827 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10828
10829 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
10830 make-record function, instead paste it in afterwards.
10831 (bookmark-make-record-for-text-file):
10832 * doc-view.el (doc-view-bookmark-make-record):
10833 * info.el (Info-bookmark-make-record): Don't mess with annotations.
10834
10835 2008-03-08 Glenn Morris <rgm@gnu.org>
10836
10837 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
10838
10839 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
10840
10841 * calendar/diary-lib.el (diary-list-entries)
10842 (include-other-diary-files, mark-diary-entries)
10843 (mark-sexp-diary-entries, mark-included-diary-files)
10844 (diary-entry-time, list-sexp-diary-entries): Remove the special
10845 handling of ^M that dates back to the use of selective-display.
10846 (simple-diary-display): Obey setting of pop-up-frames.
10847 (body, entry): Remove unnecessary declarations.
10848
10849 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
10850 (bookmark-get-annotation, bookmark-set-annotation)
10851 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10852 (bookmark-set-position, bookmark-get-front-context-string)
10853 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10854 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
10855 * info.el (Info-bookmark-make-record): Don't bother recording point.
10856 (bookmark-get-filename, bookmark-get-front-context-string)
10857 (bookmark-get-rear-context-string, bookmark-get-position):
10858 Don't declare any more.
10859 (bookmark-get-info-node): Remove.
10860 (bookmark-prop-get): Declare.
10861 (Info-bookmark-jump): Use it.
10862
10863 2008-03-08 Johan Bockgård <bojohan@gnu.org>
10864
10865 * subr.el (while-no-input): Don't splice BODY directly into the
10866 `or' form.
10867
10868 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
10869
10870 * diff-mode.el (diff-ignore-whitespace-hunk):
10871 Bind inhibit-read-only before trying to change the buffer.
10872
10873 2008-03-08 Glenn Morris <rgm@gnu.org>
10874
10875 * calendar/appt.el (appt): Move custom group here from calendar.el.
10876 (appt-disp-window, appt-convert-time): Doc fixes.
10877
10878 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
10879 (calendar-bahai-mark-date-pattern):
10880 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
10881 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
10882 * calendar/cal-julian.el (calendar-absolute-from-julian):
10883 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
10884
10885 * calendar/cal-china.el (chinese-calendar): Move custom group here from
10886 calendar.el.
10887 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10888 Make constants.
10889 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
10890 (chinese-calendar-daylight-savings-starts)
10891 (chinese-calendar-daylight-savings-ends)
10892 (chinese-calendar-daylight-savings-starts-time)
10893 (chinese-calendar-daylight-savings-ends-time)
10894 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
10895 Doc fixes.
10896
10897 * calendar/cal-coptic.el (coptic-name): Add doc string.
10898
10899 * calendar/cal-french.el (french-calendar-month-name-array)
10900 (french-calendar-day-name-array, french-calendar-special-days-array):
10901 Add doc strings.
10902
10903 * calendar/cal-bahai.el (diary-bahai-mark-entries)
10904 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10905 (diary-bahai-insert-yearly-entry):
10906 * calendar/cal-dst.el (calendar-next-time-zone-transition)
10907 (calendar-time-zone):
10908 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
10909 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
10910 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
10911 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
10912 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
10913 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
10914 (list-islamic-diary-entries, mark-islamic-diary-entries)
10915 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10916 (insert-yearly-islamic-diary-entry):
10917 * calendar/cal-iso.el (calendar-iso-read-args):
10918 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
10919 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
10920 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
10921 (calendar-next-calendar-round-date)
10922 (calendar-mayan-long-count-common-era):
10923 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
10924 (cal-menu-x-popup-menu, calendar-mouse-holidays)
10925 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
10926 (calendar-mouse-goto-date):
10927 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10928 * calendar/holidays.el (holidays):
10929 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
10930 * calendar/time-date.el (date-to-time, time-subtract, time-add)
10931 (safe-date-to-time): Doc fixes.
10932
10933 * calendar/cal-persia.el (persian-calendar-month-name-array)
10934 (persian-calendar-epoch): Make constants.
10935
10936 * calendar/cal-tex.el (calendar-tex): Move custom group here from
10937 calendar.el.
10938
10939 * calendar/cal-x.el (diary-frame-parameters)
10940 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
10941 (calendar-after-frame-setup-hooks): Make defcustoms.
10942 (calendar-one-frame-setup, calendar-only-one-frame-setup)
10943 (calendar-two-frame-setup): Doc fix.
10944
10945 * calendar/cal-loaddefs.el: New file.
10946
10947 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10948 * calendar/cal-french.el, calendar/cal-html.el:
10949 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
10950 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
10951 * calendar/cal-tex.el, calendar/cal-x.el:
10952 Unquote lambda functions. Add autoload cookies to functions formerly
10953 autoloaded in calendar.el. Set `generated-autoload-file' to
10954 "cal-loaddefs.el".
10955
10956 * calendar/calendar.el: Move many autoloads to separate file,
10957 cal-loaddefs.el. Move defcustoms to start and re-order.
10958 (calendar-month-name-array, calendar-starred-day): No need to
10959 declare for compiler.
10960 (cal-loaddefs): Require it.
10961 (appt, chinese-calendar, calendar-tex): Move custom groups to the
10962 appropriate file.
10963 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
10964 Reverse logic.
10965 (diary-face, diary-file-name-prefix-function, diary-include-string)
10966 (diary-glob-file-regexp-prefix, diary-face-attrs)
10967 (diary-file-name-prefix, sexp-diary-entry-symbol)
10968 (print-diary-entries-hook, list-diary-entries-hook)
10969 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
10970 (nongregorian-diary-marking-hook, diary-list-include-blanks):
10971 Move to diary-lib.
10972 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
10973 (all-bahai-calendar-holidays): Doc fix.
10974 (calendar-insert-indented): Doc fix. Use when rather than if.
10975 (exit-calendar): Use mapc rather than mapcar.
10976 (calendar-cursor-to-date): Use zerop.
10977 (calendar-mark-ring): Add doc-string.
10978 (calendar-starred-day): Defvar it.
10979 (calendar-mode): Make calendar-starred-day local.
10980 (calendar-star-date): No need to make calendar-starred-day local.
10981
10982 * calendar/diary-lib.el: Move defcustoms to start.
10983 (diary-include-string, diary-list-include-blanks)
10984 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
10985 (diary-file-name-prefix, diary-file-name-prefix-function)
10986 (sexp-diary-entry-symbol, list-diary-entries-hook)
10987 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
10988 (nongregorian-diary-marking-hook, print-diary-entries-hook):
10989 Move here from calendar.el.
10990 (diary-file-name-prefix-function): Use 'identity.
10991 (diary-face): Make it a defcustom, and mark as obsolete.
10992 (top-level): No need to require cal-hebrew, cal-islam when compiling.
10993 (calendar-hebrew-month-name-array-leap-year)
10994 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
10995 Define for compiler.
10996 (diary-font-lock-keywords): Use format rather than concat.
10997 Add bahai-diary-entry-symbol.
10998
10999 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
11000 * calendar/solar.el: Unquote lambda functions.
11001
11002 * calendar/solar.el (calendar-location-name, calendar-latitude)
11003 (calendar-longitude, solar-setup, solar-sin-degrees)
11004 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
11005 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
11006 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
11007 (solar-exact-local-noon, solar-julian-ut-centuries)
11008 (solar-ephemeris-time, solar-date-next-longitude)
11009 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11010 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
11011 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
11012 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
11013 Doc fixes.
11014 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11015 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
11016 (solar-ecliptic-coordinates): Use unless.
11017 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
11018 Use or.
11019
11020 * calendar/timeclock.el: Add doc-strings to all functions.
11021 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
11022 (timeclock-entry-list-length, timeclock-entry-list-projects)
11023 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
11024
11025 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
11026
11027 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
11028 (org-get-entries-from-diary): Require diary-lib.
11029
11030 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
11031
11032 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
11033 Pacify byte-compiler.
11034
11035 2008-03-07 Alan Mackenzie <acm@muc.de>
11036
11037 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
11038 paren/bracket pairs parsed, to solve performance problem.
11039
11040 2008-03-07 Bastien Guerry <bzg@altern.org>
11041
11042 * bookmark.el (bookmark-set): Don't check for
11043 `bookmark-make-name-function' since `bookmark-buffer-file-name'
11044 already takes care of this.
11045 (bookmark-buffer-name, bookmark-buffer-file-name):
11046 Remove Info-mode specific code.
11047
11048 * info.el (bookmark-get-info-node): Define this function in
11049 info.el, not in bookmark.el.
11050 (Info-mode): Set `bookmark-make-name-function' to
11051 `Info-bookmark-make-name' locally.
11052 (Info-bookmark-make-name): New function.
11053
11054 * bookmark.el (bookmark-make-name-function): New variable.
11055
11056 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11057
11058 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
11059 buffer-local, not `bookmark-make-cell-function' (the old name).
11060
11061 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
11062
11063 * doc-view.el (doc-view-bookmark-make-record):
11064 * image-mode.el (image-bookmark-make-record):
11065 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
11066
11067 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
11068
11069 * vc.el (vc-status-menu-map-filter): Return orig-binding if
11070 boundp 'vc-ignore-menu-filter.
11071 (vc-status-tool-bar-map): Make it defvar.
11072 (vc-status-mode): vc-status-tool-bar-map now variable.
11073 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
11074
11075 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11076
11077 Give a better name to part of the bookmark interface.
11078
11079 This was originally a much larger change, but halfway through I
11080 updated and discovered that Stefan Monnier had done the rest.
11081 It looks like he anticipated the new name too, because he used
11082 `the-record' instead of `the-cell' for some internal variable names.
11083
11084 * bookmark.el (bookmark-make-record-function): Was
11085 `bookmark-make-cell-function'.
11086 (bookmark-make, bookmark-send-annotation): Update for above.
11087 (bookmark-make-record-for-text-file):
11088 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
11089
11090 * info.el: Adjust accordingly.
11091 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
11092
11093 * image-mode.el: Adjust accordingly.
11094 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
11095
11096 * doc-view.el: Adjust accordingly.
11097 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
11098
11099 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
11102 Move initialization into declaration.
11103 (bookmark-get-info-node, bookmark-set-info-node): Remove.
11104 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
11105 (bookmark-info-current-node): Remove.
11106 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
11107 Add relocation fallback. Set bookmark-current-bookmark.
11108 (bookmark-default-handler): Rename from bookmark-jump-noselect.
11109 Remove relocation fallback. Don't set bookmark-current-bookmark.
11110 (bookmark-set): Let it be used even if there's no buffer-file-name
11111 as long as there is a bookmark-make-cell-function.
11112 * info.el (Info-bookmark-jump): Remove relocation fallback.
11113 Don't set bookmark-current-bookmark.
11114
11115 2008-03-07 Glenn Morris <rgm@gnu.org>
11116
11117 * calendar/appt.el (appt-issue-message)
11118 (appt-message-warning-time, appt-audible, appt-visible)
11119 (appt-msg-window, appt-display-mode-line, appt-display-duration)
11120 (appt-display-diary): Remove autoload cookies.
11121
11122 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
11123 Remove leading `*' from defcustom doc-strings.
11124
11125 * calendar/cal-dst.el (calendar-dst): New custom group.
11126 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
11127 (calendar-time-zone, calendar-daylight-time-offset)
11128 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
11129 (calendar-daylight-savings-starts-time)
11130 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
11131 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
11132 Move to start.
11133
11134 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
11135
11136 * calendar/calendar.el (calendar-version): Use emacs-version and
11137 make it obsolete. Move to end.
11138 (calendar-offset, view-diary-entries-initially)
11139 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
11140 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
11141 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11142 (all-bahai-calendar-holidays, calendar-load-hook)
11143 (initial-calendar-window-hook, today-visible-calendar-hook)
11144 (today-invisible-calendar-hook, calendar-move-hook)
11145 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
11146 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
11147 (diary-include-string, sexp-diary-entry-symbol)
11148 (abbreviated-calendar-year, american-date-diary-pattern)
11149 (european-date-diary-pattern, european-calendar-display-form)
11150 (american-calendar-display-form, print-diary-entries-hook)
11151 (list-diary-entries-hook, diary-hook, diary-display-hook)
11152 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11153 (nongregorian-diary-marking-hook, diary-list-include-blanks)
11154 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
11155 (local-holidays, other-holidays, hebrew-holidays-1)
11156 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11157 (hebrew-holidays, christian-holidays, islamic-holidays)
11158 (bahai-holidays, solar-holidays, calendar-setup)
11159 (calendar-week-start-day): Remove autoload cookies.
11160 (diary-glob-file-regexp-prefix): Doc fix.
11161 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
11162 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
11163 (calendar-week-start-day, calendar-debug-sexp): Move to start.
11164
11165 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
11166 (calendar-time-display-form, calendar-latitude)
11167 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
11168 cookies.
11169 (calendar-latitude, calendar-longitude): Move functions after
11170 variables.
11171 (diary-sabbath-candles-minutes): Move to start.
11172 (solar-setup): Use or rather than if.
11173 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
11174 Remove condition-case.
11175 (solar-atn2): Use zerop.
11176 (solar-equinoxes-solstices): Doc fix.
11177
11178 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
11179 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
11180
11181 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
11182 (calendar-longitude, calendar-latitude, calendar-location-name):
11183 Declare for compiler.
11184
11185 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11186
11187 * arc-mode.el (archive-ar-file-header-re): New const.
11188 (archive-ar-summarize, archive-ar-extract): New funs.
11189 (archive-find-type): Recognize ar archives.
11190
11191 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
11192 New functions.
11193
11194 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
11195
11196 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
11197
11198 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11199 Replace :enable (mark-active) with :enable mark-active.
11200
11201 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
11202
11203 * vms-patch.el (make-legal-file-name): New obsolete alias.
11204 (make-valid-file-name): Rename from `make-legal-file-name'.
11205 (make-auto-save-file-name): Use it.
11206
11207 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
11208 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
11209 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
11210
11211 * textmodes/org.el (org-export-html-style): Doc fix.
11212 (org-get-legal-level): New obsolete alias.
11213 (org-get-valid-level): Rename from `org-get-legal-level'.
11214 (org-promote, org-demote, org-archive-subtree)
11215 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
11216
11217 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
11218
11219 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
11220
11221 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
11222 (vc-status-toggle-mark): New functions.
11223 (vc-status-mode): Set tool bar map.
11224
11225 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
11226
11227 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
11228 Reported by Drew Adams <drew.adams@oracle.com>.
11229
11230 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11231
11232 * subr.el (read-quoted-char): Resolve modifers of the character
11233 event.
11234
11235 * comint.el (comint-exec-1): Don't change the coding-system for
11236 decoding to dos-like EOL.
11237 (comint-carriage-motion): Fully rewrite.
11238
11239 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
11240
11241 * epg.el (epg-context-include-certs): Reflow docstring.
11242 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
11243 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
11244 (epg-context-set-signers, epg-context-set-sig-notations)
11245 (epg-make-import-status, epg-make-import-result)
11246 (epg-start-delete-keys): Fix typos in docstrings.
11247 (epg-start-sign-keys, epg-sign-keys):
11248 Fix typos in obsolescence declarations.
11249
11250 * iswitchb.el: Don't check for `cadr' and `last'.
11251 (iswitchb-define-mode-map, iswitchb-default-keybindings):
11252 Add obsolescence declaration and remove redundant info from docstring.
11253 (iswitchb-set-common-completion, iswitchb-set-matches)
11254 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
11255 (recentf-list, most-len, most-is-exact):
11256 Don't wrap defvars within `eval-when-compile'.
11257
11258 2008-03-05 Glenn Morris <rgm@gnu.org>
11259
11260 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
11261 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
11262 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
11263 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
11264 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
11265
11266 * ediff-hook.el (ediff-window-setup-function): Don't autoload
11267 declaration for compiler.
11268 (ediff-xemacs-init-menus): Use when rather than if.
11269
11270 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
11271 if+and to just and.
11272 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
11273 (ediff-delete-overlay): Move the XEmacs test inside the definition.
11274
11275 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
11276
11277 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
11278 test inside XEmacs test.
11279 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
11280 since it was doing nothing on Emacs.
11281 (ediff-make-bullet-proof-overlay): Use when rather than if.
11282
11283 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
11284 (ediff-setup-control-frame): Remove
11285 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
11286 a (featurep 'xemacs) test.
11287
11288 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
11289
11290 * calc/calc-ext.el (calc-extended-command-history): New variable.
11291 (calc-exectute-extended-command): Use `calc-extended-command-history'.
11292
11293 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
11294
11295 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
11296 (standard-mode-line-position): Add mouse-face.
11297
11298 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
11299 * progmodes/grep.el (grep-mode-map): Add :help.
11300
11301 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
11302 initialize in one step. Add :help. Use :enable to activate menu
11303 items. Show the key binding for edebug-defun.
11304 (lisp-interaction-mode-map): Add a menu.
11305
11306 * term.el (term-mode-map): Define and initialize in one step.
11307
11308 * ediff-init.el (ediff-color-display-p): Simplify.
11309 (Xor): Remove unused function.
11310 (ediff-with-syntax-table): Simplify for Emacs.
11311
11312 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
11313 menu-bar being loaded, it always is.
11314
11315 2008-03-05 Glenn Morris <rgm@gnu.org>
11316
11317 * textmodes/tex-mode.el (tex-mode): Suppress warning about
11318 multiple definitions when compiling.
11319
11320 2008-03-04 Alan Mackenzie <acm@muc.de>
11321
11322 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
11323
11324 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
11325 doc-string, "c-old-LEN" -> "c-old-END".
11326
11327 2008-03-04 Jason Rumney <jasonr@gnu.org>
11328
11329 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
11330 namespaces.
11331
11332 2008-03-04 Glenn Morris <rgm@gnu.org>
11333
11334 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
11335
11336 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
11337 than mapcar.
11338
11339 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11342 (byte-compile-nilconstp): Can't use recursion in a defsubst.
11343
11344 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
11345 so that M-q can fill comments.
11346 (tex-executable-exists-p, tex-compile): Extend with special syntax for
11347 commands implemented in elisp.
11348 (tex-compile-commands): Add an entry to use doc-view for pdf files.
11349 (tex-format-cmd): New function.
11350 (tex-compile): Use it to let the user specify default arguments.
11351 (tex-cmd-bibtex-args): New var.
11352 (tex-cmd-doc-view): New function.
11353
11354 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
11355
11356 * faces.el (face-spec-set): Fix typos in docstring.
11357
11358 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11359
11360 * bindings.el (mode-line-column-line-number-mode-map): New variable.
11361 (standard-mode-line-position): Use it to add a menu for toggling
11362 column number and line number display.
11363
11364 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11365
11366 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11367 Remove optimization that was working around the form-code-walker bug.
11368
11369 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11370 Walk into the body of lambdas after byte-compile-unfold-lambda.
11371
11372 2008-03-03 Glenn Morris <rgm@gnu.org>
11373
11374 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
11375 value, if set, over frame value.
11376
11377 * simple.el (transient-mark-mode): Don't turn on by default.
11378
11379 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
11380 accidentally removed by the 2007-12-05 merge from Gnus.
11381
11382 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
11383
11384 * progmodes/compile.el (compilation-menu-map): Add menu entries
11385 for useful options.
11386
11387 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
11388 Glenn Morris <rgm@gnu.org>
11389
11390 * emacs-lisp/bytecomp.el (byte-recompile-directory)
11391 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
11392 Give a `bytecomp-' prefix to local variables with common names.
11393
11394 2008-03-01 Glenn Morris <rgm@gnu.org>
11395
11396 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
11397 code commented out 2007-11-10.
11398
11399 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
11400
11401 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
11402 Delete macro.
11403 * emulation/viper-cmd.el, emulation/viper-ex.el:
11404 * emulation/viper-init.el, emulation/viper-keym.el:
11405 * emulation/viper-mous.el, emulation/viper-util.el:
11406 * emulation/viper.el:
11407 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
11408 featurep test.
11409
11410 Replace obselete frame-local variables with frame-parameters.
11411 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11412 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11413 (viper-vi-state-cursor-color): Only call make-variable-frame-local
11414 on XEmacs.
11415 * emulation/viper-util.el (viper-frame-value): New macro.
11416 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
11417 (viper-R-state-post-command-sentinel)
11418 (viper-replace-state-post-command-sentinel)
11419 (viper-change-state-to-insert, viper-change-state-to-emacs):
11420 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
11421 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
11422 (viper-get-saved-cursor-color-in-insert-mode)
11423 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
11424 Use viper-frame-value for viper-replace-overlay-cursor-color,
11425 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
11426 viper-vi-state-cursor-color values.
11427
11428 * emulation/viper-cmd.el (zmacs-region-stays):
11429 * emulation/viper-util.el (zmacs-region-stays): No need to define
11430 for compiler.
11431
11432 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
11433 mapcar on Emacs.
11434
11435 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
11436 on XEmacs.
11437
11438 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
11439 rather than if.
11440
11441 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11442
11443 * whitespace.el: New version 9.3. As the glyph code generation was
11444 fixed, it is possible now to use character code above ?\x1FFFF in the
11445 display table. Fix `whitespace-indentation-regexp' to not include an
11446 extra ending character. Reported by Michael Welsh Duggan
11447 <mwd@cert.org>. Added hook actions when buffer is written or killed as
11448 the original whitespace package had. Suggested by Eric Cooper
11449 <ecc@cmu.edu>. Doc fix.
11450 (whitespace-action): New option.
11451 (whitespace-display-mappings): Changed default newline visualization to
11452 display downwards arrow, as the glyph code generation was fixed.
11453 (whitespace-unload-function): Assure that all local whitespace mode is
11454 turned off.
11455 (whitespace-global-modes): Fix type customization.
11456 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
11457 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11458 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
11459 Fix code.
11460 (whitespace-buffer): Command removed.
11461 (whitespace-trailing-regexp, whitespace-mark-x)
11462 (whitespace-display-window, whitespace-action-when-on)
11463 (whitespace-add-local-hook, whitespace-remove-local-hook)
11464 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
11465 (whitespace-action): New funs.
11466 (whitespace-report-list, whitespace-report-text)
11467 (whitespace-report-buffer-name): New consts.
11468 (whitespace-report, whitespace-report-region): New commands.
11469
11470 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11471
11472 * disp-table.el (make-glyph-code): Don't test the result of
11473 `face-id', which already signals an error for invalid faces.
11474 (glyph-face): Simplify.
11475
11476 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
11477 running `desktop-not-loaded-hook' to allow modifying it.
11478 Don't show warning message if `desktop-dirname' was modified.
11479
11480 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
11481
11482 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
11483 we still expect more lines.
11484
11485 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
11486 comment-paragraph filling if the commark doesn't match
11487 comment-start-skip.
11488
11489 2008-03-01 Daiki Ueno <ueno@unixuser.org>
11490
11491 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
11492 the `imap' variant.
11493
11494 2008-03-01 Jason Rumney <jasonr@gnu.org>
11495
11496 * files.el (make-auto-save-file-name): Encode more characters in
11497 non-file buffer names. Use url-encoding.
11498
11499 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11500
11501 * net/net-utils.el (ftp-program): Fix typo in docstring.
11502 (ifconfig-program-options, netstat-program-options)
11503 (arp-program-options, route-program-options, nslookup-program-options)
11504 (ftp-program-options, smbclient-program-options)
11505 (dns-lookup-program-options, arp, route): Doc fixes.
11506
11507 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
11508 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
11509 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
11510 Fix typos in docstrings.
11511 (gdb-pending-triggers): Reflow docstring.
11512 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
11513
11514 2008-03-01 Alan Mackenzie <acm@muc.de>
11515
11516 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
11517 typing "#" at EOB.
11518
11519 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11520
11521 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
11522
11523 2008-02-29 Kim F. Storm <storm@cua.dk>
11524
11525 * emulation/cua-base.el (cua-remap-control-v)
11526 (cua-remap-control-z): New defcustoms.
11527 (cua-mode): Add them to set-after property.
11528 (cua--init-keymaps): Use them.
11529 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
11530
11531 * help.el (view-emacs-todo): Rename from view-todo.
11532 (describe-gnu-project): Rename from describe-project. Users changed.
11533 (view-help-file): New helper function.
11534 (describe-distribution, describe-copying, describe-gnu-project)
11535 (view-todo, view-order-manuals, view-emacs-problems): Use it.
11536 (view-emacs-debugging, view-external-packages): New commands.
11537 (help-map): Move describe-distribution to C-h C-o (ordering).
11538 Move view-emacs-problems to C-h C-p (problems).
11539 Bind view-emacs-debugging to C-h C-d (debugging).
11540 Bind view-external-packages to C-h C-e (extras).
11541 (help-for-help-internal): Cleanup and align descriptions.
11542 Remove command names to reduce clutter.
11543
11544 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
11545
11546 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
11547 and quieter face (not a warning).
11548
11549 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
11550
11551 * vc.el (vc-status-crt-marked): New variable.
11552 (vc-status-mode): Make it local.
11553 (vc-status-refresh): Use it to save the marked files.
11554 (vc-update-vc-status-buffer): Use it to restore the marked files.
11555
11556 * vc-svn.el (vc-svn-after-dir-status):
11557 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
11558
11559 2008-02-29 Glenn Morris <rgm@gnu.org>
11560
11561 * allout.el (allout-topic-encryption-bullet)
11562 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
11563 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
11564 from 22.0 to 22.1.
11565
11566 * net/imap.el (imap-ping-server):
11567 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
11568 Change defcustom :version from 23.0 to 23.1.
11569
11570 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
11571
11572 * desktop.el (desktop-save): Save the buffer name if the
11573 uniquified base name is empty.
11574
11575 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
11576
11577 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
11578 correctly when user has "set print address off".
11579
11580 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
11581
11582 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
11583 version number of the next major Emacs release, not 23.0.
11584
11585 * longlines.el (longlines-unload-function): New function.
11586
11587 2008-02-28 Juri Linkov <juri@jurta.org>
11588
11589 * startup.el (normal-splash-screen): Add argument `concise'.
11590 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
11591 to the created buffer. If `concise' is non-nil, call
11592 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
11593 (display-startup-screen): Add argument `concise' to the call to
11594 `normal-splash-screen'.
11595
11596 2008-02-28 Kim F. Storm <storm@cua.dk>
11597
11598 * startup.el (startup-echo-area-message): Check for about-emacs.
11599
11600 2008-02-28 Juri Linkov <juri@jurta.org>
11601
11602 * startup.el: Always add initial message to *scratch* buffer if
11603 `initial-scratch-message' is non-nil regardless of the value of
11604 `inhibit-startup-screen'.
11605 (inhibit-startup-screen, initial-scratch-message): Doc fix.
11606 (command-line-1): Move code that inserts `initial-scratch-message'
11607 up before the if-form that checks for `inhibit-startup-screen'.
11608 Suggested by Jonathan Rockway <jon@jrock.us>.
11609
11610 2008-02-28 Juri Linkov <juri@jurta.org>
11611
11612 * cus-edit.el (custom-mode-map, custom-mode-link-map):
11613 Rename `custom-mode' to `Custom-mode' in docstrings.
11614 (custom-buffer-create-internal, customize-browse):
11615 Rename `custom-mode' to `Custom-mode'.
11616 (custom-mode-hook): Rename to `Custom-mode-hook'.
11617 (Custom-mode-hook): Renamed from `custom-mode-hook'.
11618 (custom-mode): Rename to `Custom-mode'.
11619 (Custom-mode): Renamed from `custom-mode'. Doc fix.
11620 (custom-mode): Add backward-compatible non-interactive variant of
11621 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
11622 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
11623
11624 * info-look.el: Rename `custom-mode' to `Custom-mode'.
11625
11626 * emulation/viper.el (viper-emacs-state-mode-list):
11627 Rename `custom-mode' to `Custom-mode'.
11628
11629 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
11630 Capitalize "Tagged Files".
11631 (minibuffer-local-map): Add menu items for next/previous
11632 history elements and isearch history forward/backward.
11633
11634 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
11635 `hs-isearch-open' with t instead of `comment' in :selected
11636 for "Code and Comment blocks" menu item.
11637
11638 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * uniquify.el (uniquify-buffer-base-name): Undo last change.
11641 Should be done in desktop.el instead.
11642
11643 2008-02-28 Glenn Morris <rgm@gnu.org>
11644
11645 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
11646
11647 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
11648
11649 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
11650 (Info-menu, Info-goto-node): Remove declarations.
11651 (report-emacs-bug-info): Use info rather than Info-goto-node.
11652
11653 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
11654 (idlwave-convert-xml-system-routine-info): Don't require xml.
11655 (idlwave-show-commentary, idlwave-shell-show-commentary):
11656 Don't require finder.
11657 (idlwave-info): Don't require info. Use info rather than
11658 Info-goto-node.
11659
11660 * textmodes/org.el (Info-goto-node): Remove declaration.
11661 (org-info): Use info rather than Info-goto-node.
11662
11663 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
11664 (reftex-info): Don't require info. Use info rather than Info-goto-node.
11665
11666 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
11667
11668 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
11669 the menu.
11670
11671 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
11672 (vc-finish-logentry): Check for vc-status-mode, not only for
11673 vc-dired-mode.
11674
11675 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11676
11677 * isearch.el (isearch-printing-char): Don't check
11678 keyboard-coding-system.
11679 Call isearch-process-search-multibyte-characters only when
11680 current-input-method is non-nil.
11681
11682 2008-02-27 Kim F. Storm <storm@cua.dk>
11683
11684 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
11685 (glyph-char, glyph-face): Handle cons encoding.
11686
11687 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
11688
11689 * uniquify.el (uniquify-buffer-base-name): If the base name is an
11690 empty string, return nil to allow the caller to default to the
11691 buffer name. Reported by Martin Fischer <parozusa@web.de>.
11692
11693 * tool-bar.el (tool-bar-setup): Doc fix.
11694
11695 * mail/supercite.el (sc-describe):
11696 Fix typos in obsolescence declaration.
11697
11698 2008-02-27 Glenn Morris <rgm@gnu.org>
11699
11700 * autoinsert.el (auto-insert-alist): Change permission text to
11701 match FSF's GPLv3 form.
11702
11703 * mail/supercite.el (sc-cite-original): Doc fix.
11704 (sc-version): Make obsolete.
11705 (sc-describe): Show the SC info page. Make obsolete.
11706
11707 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11708
11709 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
11710 when using transient-mark-mode.
11711 (default-indicate-unused-lines): Remove unused var.
11712
11713 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
11714
11715 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
11716 and previous.
11717
11718 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
11719
11720 2008-02-26 Glenn Morris <rgm@gnu.org>
11721
11722 * net/net-utils.el (top-level): Don't require comint when compiling.
11723 (nslookup-font-lock-keywords): Don't require font-lock.
11724 Use font-lock faces rather than variables.
11725 (nslookup, ftp, smbclient, network-service-connection):
11726 Don't require comint.
11727 (comint-prompt-regexp, comint-input-autoexpand)
11728 (comint-input-ring): Declare for compiler.
11729 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
11730 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
11731
11732 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
11733 doc-string.
11734
11735 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11736
11737 * doc-view.el (doc-view-current-page): Add a `win' argument.
11738
11739 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11740
11741 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
11742 Demote it to plain defvar.
11743 (doc-view-conversion-refresh-interval): Reduce interval.
11744 (doc-view-goto-page): Allow moving to pages not yet rendered.
11745 (doc-view-goto-page): Construct a file name rather than extracting it
11746 from doc-view-current-files.
11747 (doc-view-kill-proc): Ignore errors from kill-process.
11748 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
11749 (doc-view-insert-image): Use appropriate text if the page hasn't been
11750 rendered yet. Adjust scrolling so the text is displayed.
11751 (doc-view-display): Detect not just that a page is available, but also
11752 that it wasn't available before, so as to avoid refreshing all pages
11753 repeatedly.
11754 (doc-view-mode): Make doc-view-cache-directory if needed.
11755
11756 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11757
11758 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
11759 toggle-read-only.
11760
11761 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
11762 refering to a missing required field with the OPT prefix.
11763 Make unwindform more robust.
11764
11765 * textmodes/bibtex.el: Remove support for hideshow minor mode as
11766 it duplicates the bibtex support in progmodes/hideshow.el.
11767 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
11768 entries that do not start at the beginning of a line.
11769
11770 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
11771
11772 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
11773
11774 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
11775
11776 * help-fns.el (describe-variable): Add phrases about
11777 initialization file with and without customization;
11778 use new button type help-info-variable.
11779
11780 * help-mode.el (help-info-variable):
11781 New button able to read Info files for help-fns.el.
11782
11783 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
11784
11785 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
11786 (grep-mode): Use grep-mode-tool-bar-map.
11787
11788 * progmodes/compile.el (tool-bar): Require tool-bar.
11789 (compilation-mode-tool-bar-map): New variable.
11790 (compilation-mode): Use compilation-mode-tool-bar-map.
11791
11792 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
11793
11794 2008-02-25 Glenn Morris <rgm@gnu.org>
11795
11796 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
11797
11798 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * diff-mode.el (diff-file-junk-re): New const.
11801 (diff-beginning-of-file-and-junk): Use it.
11802 (diff-file-kill): Make sure we were really inside a file diff.
11803
11804 * diff-mode.el: Make it more robust in the presence of empty context
11805 lines in unified hunks.
11806 (diff-valid-unified-empty-line): New var.
11807 (diff-unified->context, diff-sanity-check-hunk): Obey it.
11808 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
11809 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
11810 (diff-hunk-header-re-unified): New const.
11811 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
11812 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
11813 (diff-sanity-check-hunk): Use it.
11814
11815 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
11816 Index: line, don't search backward for the previous one.
11817
11818 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11819
11820 * international/fontset.el (setup-default-fontset): Add non-OTF
11821 lao font for lao script.
11822
11823 * language/tibetan.el: Register tibetan-composition-function in
11824 composition-function-table.
11825
11826 * language/tibet-util.el (tibetan-composition-function):
11827 Adjust for the new calling way (argument changed). Try font-shape-text
11828 if possible.
11829
11830 * language/lao.el: Register lao-composition-function in
11831 composition-function-table.
11832
11833 * language/lao-util.el (lao-composition-function): Adjust for the new
11834 calling way (argument changed). Try font-shape-text if possible.
11835
11836 2008-02-25 Jason Rumney <jasonr@gnu.org>
11837
11838 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
11839
11840 2008-02-25 Juri Linkov <juri@jurta.org>
11841
11842 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
11843 background, "red4" for a dark background, "red" for 16 and
11844 8 colors, "grey" for grayscale, and inverse video otherwise.
11845 Add :version tag.
11846 (isearch-message): Keep the original isearch-message intact, and
11847 add text properties to it where necessary. Add `isearch-error' to
11848 the condition that checks if isearch is unsuccessful.
11849
11850 2008-02-24 Juri Linkov <juri@jurta.org>
11851
11852 * progmodes/compile.el (compilation-handle-exit):
11853 Use compilation-error face instead of font-lock-warning-face.
11854 Display the same message in the minibuffer as is inserted
11855 at the end of the compilation buffer.
11856
11857 2008-02-24 Glenn Morris <rgm@gnu.org>
11858
11859 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
11860 multiple file case.
11861
11862 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
11863
11864 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
11865 multiple file case. Use a single `let' rather than two.
11866
11867 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11868
11869 * progmodes/compile.el (compilation-start): Specify a face for
11870 mode-line-process.
11871 (compilation-handle-exit): Specify a face and a tooltip for
11872 mode-line-process.
11873
11874 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * hilit-chg.el: Remove spurious * in defcustom docstrings.
11877 (hilit-chg-make-ov): Simplify.
11878 (hilit-chg-fixup): Use remove-overlays.
11879 (hilit-chg-set-face-on-change): Remove redundant call to
11880 `remove-text-properties'.
11881
11882 * dired.el (dired-mark-prompt): Don't count/display the t element.
11883 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
11884
11885 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11886
11887 * progmodes/verilog-mode.el (eval-when-compile): Don't define
11888 add-submenu.
11889 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
11890 Remove. Move contents to the only use ...
11891 (verilog-menu): ... here.
11892 (verilog-statement-menu): Remove. Move contents to the only use ...
11893 (verilog-stmt-menu): ... here.
11894 (verilog-mark-defun): Simply call mark-defun for emacs.
11895 (occur-pos-list): Declare for byte compiler.
11896 (mode-popup-menu): Don't defvar.
11897 (verilog-add-statement-menu): Remove.
11898 (verilog-mode-hook): Don't add verilog-add-statement-menu.
11899 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
11900
11901 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
11902
11903 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
11904 conditional.
11905 (verilog-font-grouping-keywords-face): Make the begin..end
11906 keywords standout more than other verilog keywords.
11907 (verilog-type-font-keywords): Move the begin..end out of this list
11908 to facilitate making them to (potentially) stand out more.
11909 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
11910 function & task blocks.
11911 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
11912 initial, function & task blocks.
11913 (verilog-forward-sexp): Handle the new "disable fork" statement of
11914 IEEE-1800 Verilog.
11915 (verilog-beg-block-re-ordered): Handle the new "disable fork"
11916 statement of IEEE-1800 Verilog.
11917 (verilog-calc-1): Handle the new "disable fork" statement of
11918 IEEE-1800 Verilog.
11919 (verilog-disable-fork-re): Add const to help handle the new
11920 "disable fork" statement of IEEE-1800 Verilog.
11921 (verilog-declaration-core-re): Add port directions by themselves,
11922 with no qualification, as base item of a declaration.
11923 (verilog-pretty-declarations): Add new flag to ask it to refrain
11924 from printing to the message buffer.
11925 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
11926 printing to the message buffer. Improve handling of the many
11927 types of expression line up.
11928 (verilog-just-one-space): Remove printing of an empty message.
11929 (verilog-get-lineup-indent): Rework to support the better handling
11930 of expression lineup for verilog-pretty-expr.
11931 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
11932
11933 2008-02-24 Alan Mackenzie <acm@muc.de>
11934
11935 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
11936 yesterday's commit.
11937
11938 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
11939
11940 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
11941 to mouse-set-point in buffers that aren't associated with files.
11942
11943 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
11944
11945 2008-02-24 Alan Mackenzie <acm@muc.de>
11946
11947 Set of changes so that "obtrusive" syntactic elements in a
11948 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
11949 unmatched paren) don't interact syntactically with stuff outside
11950 the CPP line.
11951
11952 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
11953 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
11954 off-by-one bug.
11955 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
11956 a bit of refactoring.
11957 (c-awk-extend-and-syntax-tablify-region): Takes some of the
11958 functionality of c-awk-advise-fl-for-awk-region, which has been
11959 refactored away.
11960
11961 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
11962 (c-clear-char-property-with-value): New function and macro which
11963 remove text-properties `equal' to a supplied value.
11964
11965 * progmodes/cc-engine.el: Comment about text properties amended.
11966
11967 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
11968 parens around "error\\|warning".
11969
11970 * progmodes/cc-langs.el (c-get-state-before-change-function)
11971 (c-before-font-lock-function, c-anchored-cpp-prefix):
11972 New language variables.
11973 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
11974
11975 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
11976 syntax-table text properties.
11977 (c-common-init): Call language specific before/after-change
11978 functions at mode initialisation.
11979 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
11980 (c-extend-region-for-CPP, c-neutralize-CPP-line)
11981 (c-neutralize-syntax-in-CPP): New functions.
11982 (c-before-change, c-after-change): Call the new language specific
11983 change functions defined in cc-langs.el.
11984 (c-advise-fl-for-region): New macro.
11985 (awk-mode): Remove AWK specific stuff which has been refactored
11986 into language independent stuff.
11987
11988 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
11989
11990 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
11991 (gdb): (Re)set gdb-flush-pending-output to nil here...
11992 (gdb-init-1): ...instead of here (before gdb-prompt).
11993
11994 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11995
11996 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
11997 Recognize ''' just like any other char-constant.
11998
11999 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
12002 careful enough. Detect the uid-change all within the main loop.
12003
12004 2008-02-24 Stefan Monnier <monnier@pastel.home>
12005
12006 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
12007
12008 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12009
12010 * hilit-chg.el (highlight-save-buffer-state): New macro.
12011 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
12012 (hilit-chg-clear): Use it to preserve the modified-p flag.
12013 (highlight-changes-rotate-faces): Don't mess with the undo-list.
12014
12015 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * font-lock.el (font-lock-set-defaults): Unset previously set variables
12018 when needed.
12019
12020 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
12021
12022 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
12023 from gnus-button-url-regexp.
12024
12025 2008-02-24 Eli Zaretskii <eliz@gnu.org>
12026
12027 * progmodes/compile.el (compilation-next-error): Doc fix.
12028 (compilation-find-file): Doc fix.
12029
12030 2008-02-24 Glenn Morris <rgm@gnu.org>
12031
12032 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
12033 Add obsolete aliases to the old names.
12034
12035 2008-02-24 Richard Stallman <rms@gnu.org>
12036
12037 * net/net-utils.el (ifconfig): Rename from ipconfig.
12038 (ipconfig): Alias to ifconfig.
12039 (ifconfig-program): Rename from ipconfig-program.
12040 (ifconfig-program-options): Rename from ipconfig-program-options.
12041
12042 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
12043
12044 * progmodes/verilog-mode.el (verilog-declaration-core-re):
12045 Add port directions by themselves, with no qualification, as base
12046 item of a declaration.
12047 (verilog-pretty-declarations): Add new flag that inhibits printing
12048 to the message buffer.
12049 (verilog-pretty-expr): Add new flag that inhibits printing to the
12050 message buffer. Improve handling of the many types of expression
12051 line up.
12052 (verilog-just-one-space): Don't print an empty message.
12053 (verilog-get-lineup-indent): Rework to support the better handling
12054 of expression lineup for verilog-pretty-expr.
12055 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12056 (verilog-mode-version, verilog-mode-release-date): Update.
12057
12058 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 * subr.el (cancel-change-group): Don't move point.
12061
12062 2008-02-23 Markus Triska <markus.triska@gmx.at>
12063
12064 * linum.el (linum-after-config): Update all visible windows.
12065
12066 2008-02-23 Glenn Morris <rgm@gnu.org>
12067
12068 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
12069 Add :help for Solitaire and Tetris.
12070
12071 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
12072
12073 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
12074 (smtpmail-code-conv-from): Doc fix. Fix custom type.
12075 (smtpmail-queue-index-file): Make it a defcustom.
12076 (smtpmail-queue-index): Delete.
12077 (smtpmail-send-it, smtpmail-send-queued-mail):
12078 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
12079 smtpmail-queue-index.
12080
12081 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12082 Add :version.
12083
12084 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
12085
12086 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12087 New variables.
12088 (iwconfig): New function.
12089
12090 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
12091
12092 * vc.el (vc-find-revision): Make vc-parent-buffer local before
12093 setting it.
12094 (vc-status-menu-map): Do not define using easy-menu.
12095 (vc-status-menu-map): New defalias.
12096 (vc-status-mode-map): Hook up the menu.
12097 (top-level): Update TODO.
12098
12099 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
12100
12101 * vc-bzr.el (vc-bzr-init-version): Rename to ...
12102 (vc-bzr-init-revision): ... this.
12103
12104 2008-02-23 Jason Rumney <jasonr@gnu.org>
12105
12106 * makefile.w32-in (WINS_ALMOST): Remove term.
12107 (WINS): Add term here.
12108 (custom-deps, finder-data): Use WINS_ALMOST.
12109
12110 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
12111
12112 * faces.el (font-weight-table): Fix value of `semi-light'.
12113
12114 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12115
12116 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
12117 Make those tables bijective.
12118
12119 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
12120
12121 Finish pdbtrack integration cleanup, settling missing-functions
12122 byte compiler warnings appropriately.
12123
12124 * progmodes/python.el (python-point): Remove this - beginning-of-line
12125 was all that was necessary for `python-pdbtrack-overlay-arrow'.
12126 (python-end-of-def-or-class, python-beginning-of-def-or-class)
12127 (python-goto-initial-line): Drop these - they were only needed for
12128 python-point.
12129 (python-comint-output-filter-function): Use condition-case and
12130 beginning-of-line directly, instead of python-mode.el functions
12131 which require all sorts of baggage.
12132 (point-safe): Unnecessary - we're using condition-case directly,
12133 instead.
12134 (python-execute-file): Include for python-shell, which I'm leaving
12135 in keeping despite it being unnecessary for pdb tracking.
12136
12137 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
12138
12139 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12140 Add SRFI 11 support.
12141 (let-values, let*-values): Specify scheme-indent-function.
12142
12143 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
12144
12145 * vc.el (vc-exec-after): Move setting mode-line-process in the
12146 busy case ...
12147 (vc-set-mode-line-busy-indicator): ... in this new function.
12148 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
12149 (vc-update-vc-status-buffer): Reset mode-line-process.
12150 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
12151 mark/unmark all the files with the same state as the current one.
12152 With a prefix argument mark/unmark all files.
12153 (vc-status-mode-menu): Adjust strings.
12154 (vc-update-vc-status-buffer): Only do something when the argument
12155 is not nil.
12156 (vc-status-kill-dir-status-process): New function.
12157 (vc-status-mode-map): Bind it.
12158 (vc-status-process-buffer): New variable.
12159 (vc-status-mode): Make it local.
12160 (vc-status-refresh): Set it.
12161
12162 * vc-hg.el (vc-hg-dir-status):
12163 * vc-git.el (vc-git-dir-status):
12164 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
12165 command is run.
12166
12167 2008-02-22 Glenn Morris <rgm@gnu.org>
12168
12169 * json.el (top-level): No need to require thingatpt.
12170 (json-read-keyword): Use thing-at-point rather than word-at-point.
12171
12172 * time.el (top-level): No need to require time-date when compiling.
12173
12174 * emacs-lisp/copyright.el (copyright-update-year):
12175 Fix subexpression numbering for the case when years are split over
12176 lines, and for the replace case.
12177
12178 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
12179 (tpu-caar, tpu-cadr): Delete functions.
12180 (zmacs-regions): No need to declare for compiler.
12181 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
12182 (tpu-spell-check): Rewrite, and handle mark after point.
12183 (tpu-special-insert): Use or rather than if.
12184
12185 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
12186 rather than spell-region.
12187
12188 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
12189 warnings about spell-region.
12190
12191 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12192
12193 * ldefs-boot.el: Regenerated.
12194
12195 * loadup.el: Don't load language/devanagari, language/kannada,
12196 language/malayalam, and language/tamil. Load language/sinhala.
12197
12198 * language/indian.el (indian-font-foundry)
12199 (indian-script-language-alist, indian-font-char-index-table)
12200 (indian-font-char, indian-font-char-range, indian-script-table)
12201 (indian-default-script, indian-composable-pattern): Delete them.
12202 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
12203 language environments moved to here.
12204 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
12205 New language environments.
12206
12207 * language/devanagari.el, language/devan-util.el,
12208 * language/kannada.el, language/knd-util.el, language/malayalam.el,
12209 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
12210 Delete them.
12211
12212 * language/sinhala.el: New file.
12213
12214 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
12215
12216 Update Nick Robert's port of pdb tracking from python-mode.el.
12217
12218 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
12219 Clarify docstring.
12220 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
12221 tracking is happening.
12222 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
12223 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
12224 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
12225 Tracking is plugged in to all comint buffers once python.el is loaded.
12226 (python-pdbtrack-overlay-arrow): Toggle activation of
12227 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
12228 (python-pdbtrack-track-stack-file): Use new
12229 `python-pdbtrack-get-source-buffer' for more flexible access to
12230 debugging source files.
12231 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
12232 according to pdb stack trace, optionally using new
12233 `python-pdbtrack-grub-for-buffer' if file is not locally available.
12234 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
12235 named buffer, or having function with indicated name.
12236 (python-shell): Remove comint-output-filter-functions hook
12237 addition, it's being done elsewhere. Wrap long line.
12238
12239 2008-02-21 Michael Olson <mwolson@gnu.org>
12240
12241 * json.el: Replace XEmacs compatibility code to get rid of
12242 compiler warnings.
12243
12244 * time.el: Fix compiler warning.
12245
12246 2008-02-21 Edward O'Connor <ted@oconnor.cx>
12247
12248 * json.el: New file (JavaScript Object Notation parser / generator).
12249
12250 2008-02-21 Dave Love <fx@gnu.org>
12251
12252 * progmodes/sym-comp.el: New file.
12253
12254 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
12255 Require sym-comp. Add Python buffer to same-window-buffer-names.
12256 Fixup whitespaces.
12257 (python-font-lock-keywords): Add highlighting for Python builtins.
12258 (python-font-lock-syntactic-keywords): Rewrite.
12259 (python-quote-syntax): Use syntax-ppss-context instead of parsing
12260 ppss directly.
12261 (python-mode-map): Add binding for python-find-function.
12262 (python-calculate-indentation): Clean up the logic.
12263 (python-beginning-of-defun): Explicitly set return value.
12264 (python-beginning-of-statement): Stop looping if we get stuck
12265 going backwards.
12266 (python-next-statement): Stop looping if we somehow end up inside
12267 a string while advancing.
12268 (python-preoutput-continuation, python-version-checked): New vars.
12269 (python-check-version): New function.
12270 (run-python): Set default command to python-command instead of
12271 python-python-command.
12272 (run-python): Use python-check-version. Give PYTHONPATH
12273 precedence over data-directory in the process environment.
12274 Load function definitions in python process after.
12275 (python-check-comint-prompt): New function.
12276 (python-send-command, python-send-receive): Use it.
12277 (python-complete-symbol, python-try-complete): Functions deleted.
12278 Use symbol-complete instead of python-complete-symbol throughout.
12279 (python-fill-paragraph): Further refine the fenced-string regexp.
12280 (def-python-skeleton): Expand to the original abbrev instead if in
12281 a comment or string. Tweak skeletons for `if', `while', `for',
12282 `try/except', `try/finally', `name'.
12283 (python-pea-hook, python-abbrev-pc-hook): New functions.
12284 (python-abbrev-syntax-table): New var.
12285 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
12286 Use symbol-completion-try-complete for hippie expansion.
12287 Turn on font lock unconditionally.
12288 (python-mode-hook): Defcustom it. No need to use make-local
12289 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
12290 option, since it's buffer-local.
12291
12292 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
12293
12294 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
12295
12296 2008-02-21 Drew Adams <drew.adams@oracle.com>
12297
12298 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
12299 "Turn off" and a "Help" entry when the minor mode has no menu.
12300
12301 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
12302
12303 * vc.el (vc-status-mark, vc-status-unmark): New functions.
12304 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
12305 vc-status-mark-file and vc-status-unmark-file.
12306 (vc-status-mark-unmark): New function.
12307 (vc-status-previous-line, vc-status-next-line): No longer interactive.
12308
12309 2008-02-21 Glenn Morris <rgm@gnu.org>
12310
12311 * composite.el (encode-composition-rule): Fix typo in error message.
12312 (composition-function-table, auto-composition-mode): Doc fixes.
12313
12314 * subr.el (sit-for): Fix obsolete form for nil second argument.
12315
12316 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
12317 (spell-string): Make obsolete, in favor of ispell.
12318
12319 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12320
12321 * language/devanagari.el: Don't setup composition-function-table
12322 here.
12323 ("Devanagari"): Change charset, coding-system, coding-priority to
12324 Unicode-based ones. Don't require the feature devan-util.
12325
12326 * composite.el (compose-chars-after): Fix arguments for a function
12327 in composition-function-table.
12328 (auto-compose-region): Likewise.
12329
12330 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
12331 for Ethiopic.
12332 (ps-mule-plot-string): Ignore glyph-string based compositions.
12333
12334 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12335
12336 * doc-view.el: Allow different windows to show different pages.
12337 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
12338 (doc-view-current-image, doc-view-current-overlay): Remove variables,
12339 add them back as macros instead, using image-mode-winprops instead.
12340 Update all users of those variables.
12341 (doc-view-new-window-function): New function to create a new overlay
12342 for each new window.
12343 (doc-view-mode): Use it and image-mode-setup-winprops.
12344 (doc-view-clone-buffer-hook): Rewrite accordingly.
12345
12346 * image-mode.el: Extend [hv]scroll support to per-window properties.
12347 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
12348 (image-mode-winprops-alist): New var to replace them.
12349 (image-mode-new-window-functions): New hook.
12350 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
12351 New funs.
12352 (image-set-window-vscroll, image-set-window-hscroll): Use them.
12353 Remove the `window' argument, update callers.
12354 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
12355 Use the new functions.
12356 (image-mode-reapply-winprops): New fun.
12357 (image-mode): Use it.
12358
12359 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
12360
12361 * calc/calc-math.el (math-sin-raw): Add optional argument
12362 to keep track of original argument.
12363 (math-cos-raw): Use optional argument when calling math-sin-raw.
12364 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
12365 with close to original precision.
12366
12367 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12368
12369 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
12370 args in calls of sit-for.
12371
12372 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
12373
12374 * vc-svn.el (vc-svn-program): Fix typo in docstring.
12375 (vc-svn-checkin): Fix typo in error message.
12376
12377 * help-mode.el: Require easymenu when compiling.
12378
12379 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 * help-mode.el (help-mode-menu): New menu.
12382
12383 2008-02-20 Glenn Morris <rgm@gnu.org>
12384
12385 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
12386 on Windows.
12387
12388 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
12389
12390 * ps-mule.el (ps-mule-encode-region): Return a single string.
12391 (ps-mule-plot-string): Adjust for the above change.
12392 (ps-mule-encode-header-string): Likewise.
12393
12394 * international/latin1-disp.el (latin1-display): Don't use
12395 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
12396 standard-display-table.
12397 (latin1-display-identities): Adjust for the change of what is
12398 returned by (get-language-info charset 'charset).
12399
12400 * international/mule-util.el (char-displayable-p): Fix for Latin-1
12401 characters and terminal case.
12402
12403 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
12404
12405 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
12406
12407 * progmodes/python.el: Also require comint when loading.
12408 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
12409 Replace python-shell with run-python on menu bar.
12410 (python-shell-map): New map.
12411 (python-default-interpreter, python-python-command-args)
12412 (python-jython-command-args, python-pdbtrack-do-tracking-p):
12413 New options.
12414 (python-which-shell, python-which-args, python-which-bufname):
12415 New buffer local variables.
12416 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
12417
12418 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
12419 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
12420 New constants.
12421
12422 Pdbtrack features:
12423
12424 (python-point, python-end-of-def-or-class)
12425 (python-beginning-of-def-or-class, python-goto-initial-line)
12426 (python-comint-output-filter-function)
12427 (python-pdbtrack-overlay-arrow)
12428 (python-pdbtrack-track-stack-file, python-toggle-shells)
12429 (python-shell, python-pdbtrack-toggle-stack-tracking)
12430 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
12431 New functions.
12432
12433 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12434
12435 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
12436 when the argument is nil.
12437
12438 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12439
12440 * vc.el (dir-status): Add a brief description.
12441
12442 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
12443
12444 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
12445 If non-nil, reverse the sense of the check.
12446
12447 * vc-rcs.el (vc-rcs-root): New func.
12448 * vc-cvs.el (vc-cvs-root): New func.
12449 * vc-svn.el (vc-svn-root): New func.
12450 * vc-sccs.el (vc-sccs-root): New func.
12451
12452 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
12453
12454 * language/japan-util.el (setup-japanese-environment-internal):
12455 Call use-cjk-char-width-table.
12456
12457 * language/japanese.el ("Japanese"): Set exit-function to
12458 use-default-char-width-table.
12459
12460 * international/characters.el: Delete occurrences of non-Unicode
12461 tibetan and ethiopic characters.
12462 (cjk-char-width-table): New variable.
12463 (use-cjk-char-width-table, use-default-char-width-table):
12464 New functions.
12465
12466 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12467
12468 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
12469 (vc-status-mode-menu): Add a :filter.
12470 (vc-status-printer): Add faces.
12471
12472 * vc-hg.el (vc-hg-extra-status-menu): New function.
12473 (vc-hg-dir-status): Clean up the buffer before using it.
12474
12475 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12476
12477 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
12478 (gdb): Initialize it here instead.
12479
12480 * files.el (locate-dominating-file): Fix thinko in last change.
12481 Reported by Bruce Stephens <bruce.stephens@isode.com>.
12482
12483 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
12484
12485 * vc.el (vc-status-mode-menu): New menu for vc-status.
12486
12487 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
12488
12489 * progmodes/verilog-mode.el (customize): Fix typo in error message.
12490 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
12491 (verilog-mode-auto, verilog-indent-level-module)
12492 (verilog-minimum-comment-distance, verilog-library-flags)
12493 (verilog-library-directories, verilog-library-files)
12494 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
12495 (verilog-xemacs-menu, verilog-set-compile-command)
12496 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
12497 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
12498 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
12499 (verilog-batch-inject-auto, verilog-batch-indent)
12500 (verilog-continued-line, verilog-type-keywords)
12501 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
12502 (verilog-read-inst-pins, verilog-read-arg-pins)
12503 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
12504 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
12505 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
12506 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
12507 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
12508 (verilog-mode-version, verilog-mode-release-date)
12509 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
12510 (verilog-simulator, verilog-compiler)
12511 (verilog-auto-sense-defines-constant, verilog-company)
12512 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
12513 Fix typos in docstrings.
12514 (verilog-set-auto-endcomments, verilog-calculate-indent)
12515 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
12516 Reflow docstrings.
12517 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
12518 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
12519 (electric-verilog-forward-sexp, verilog-in-case-region-p)
12520 (verilog-in-struct-region-p, verilog-in-generate-region-p)
12521 (verilog-leap-to-head, verilog-current-indent-level)
12522 (verilog-case-indent-level, verilog-cpp-keywords)
12523 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
12524 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
12525 (verilog-signals-not-in, verilog-symbol-detick-text)
12526 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
12527 (verilog-forward-close-paren, verilog-backward-open-paren)
12528 (verilog-backward-open-bracket): Doc fixes.
12529
12530 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
12531 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
12532 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
12533 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
12534 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
12535 Fix typos in docstrings.
12536
12537 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
12538
12539 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
12540
12541 * info.el (Info-read-node-name): Removed unused `default' arg.
12542
12543 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12544
12545 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
12546
12547 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12548
12549 * image-mode.el (image-get-display-property): New fun.
12550 (image-forward-hscroll, image-next-line, image-eol, image-eob)
12551 (image-mode, image-minor-mode, image-toggle-display-text)
12552 (image-toggle-display): Use it.
12553
12554 2008-02-18 Jason Rumney <jasonr@gnu.org>
12555
12556 * international/mule.el (xml-find-file-coding-system): Don't warn
12557 about utf-16 with BOM.
12558
12559 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
12560
12561 * international/mule.el (sgml-xml-auto-coding-function): Detect and
12562 warn if file encoding is not utf-8 and encoding not specified.
12563 (xml-find-file-coding-system): New function.
12564 * international/mule-conf.el (file-coding-system-alist): Use it.
12565
12566 2008-02-17 Glenn Morris <rgm@gnu.org>
12567
12568 * international/mule-cmds.el (set-locale-environment):
12569 Pass `frame' to getenv for LC_MESSAGES.
12570
12571 2008-02-17 Juri Linkov <juri@jurta.org>
12572
12573 * time.el (emacs-init-time): Use format instead of format-seconds.
12574
12575 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12576
12577 * textmodes/bibtex.el (bibtex-search-entry): Rename from
12578 bibtex-find-entry. Add autoload cookie.
12579 (bibtex-find-entry): Alias for bibtex-search-entry.
12580 (bibtex-search-crossref): Rename from bibtex-find-crossref.
12581 (bibtex-find-crossref): Alias for bibtex-search-crossref.
12582 (bibtex-clean-entry): atomic-change-group removed.
12583 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
12584 to locate buffer location where error occurred.
12585 Make error messages more specific.
12586 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
12587
12588 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12589
12590 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
12591 top level.
12592
12593 * simple.el (transient-mark-mode): Add an :init-value.
12594
12595 * startup.el (command-line): Use custom-reevaluate-setting for
12596 transient-mark-mode.
12597
12598 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
12599
12600 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
12601
12602 2008-02-16 Juri Linkov <juri@jurta.org>
12603
12604 * startup.el (after-init-time): New variable.
12605 (command-line): Set `after-init-time' to the current time.
12606
12607 * time.el (emacs-init-time): New function.
12608
12609 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
12610
12611 * files.el (locate-dominating-file): Remove initial loop because it's
12612 not careful enough. Detect the uid-change all within the main loop.
12613
12614 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
12615
12616 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
12617
12618 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
12619
12620 * vc.el (vc-annotate): Add new argument.
12621 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
12622
12623 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
12624 Move make-variable-buffer-local code after the corresponding defvar.
12625 (hs-minor-mode-map): Define and initialize in one step.
12626 (hs-minor-mode): Change from defun to define-minor-mode.
12627
12628 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
12629
12630 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
12631 (gdb-ready): Move declaration...
12632
12633 * progmodes/gdb-ui.el (gdb-ready): ...to here.
12634 (gdb-early-user-input): New variable.
12635 (gdb): Reset gdb-flush-pending-output to nil and set
12636 comint-input-sender here (before gdb-prompt), instead of...
12637 (gdb-init-1): ...here.
12638 (gdb-send): If Emacs is not ready, defer user input to...
12639 (gdb-prompt): ...here.
12640
12641 2008-02-16 Glenn Morris <rgm@gnu.org>
12642
12643 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
12644
12645 * startup.el (emacs-startup-time): Rename to `before-init-time'.
12646 (before-init-time): New name for `emacs-startup-time'.
12647 (command-line): Use before-init-time rather than emacs-startup-time.
12648 * time.el (emacs-uptime): Use before-init-time rather than
12649 emacs-startup-time.
12650
12651 * composite.el (composition-function-table): Doc fix.
12652
12653 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
12654 in favor of `%z' specifier.
12655 (emacs-uptime): Move to time.el.
12656 * time.el (emacs-uptime): Move here from time-date.el. Add optional
12657 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
12658 argument of format-seconds.
12659
12660 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
12661
12662 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
12663
12664 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
12665
12666 * ielm.el (ielm-is-whitespace): Remove.
12667 (ielm-is-whitespace-or-comment): New function.
12668 (ielm-eval-input): Use it.
12669
12670 2008-02-15 Jason Rumney <jasonr@gnu.org>
12671
12672 * term/mac-win.el: Fix coding tag.
12673
12674 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12675
12676 * vc-hooks.el (vc-menu-map):
12677 * bindings.el (mode-line-mode-menu): Add tooltips.
12678
12679 * bindings.el (help-echo): Add more tooltips. Use a less
12680 telegraphic style for existing tooltips.
12681
12682 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12683
12684 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
12685 from the auto-generated one.
12686
12687 2008-02-14 Glenn Morris <rgm@gnu.org>
12688
12689 * mail/rmail-spam-filter.el (rmail-spam-filter):
12690 Let-bind message-spam-status.
12691
12692 * mail/smtpmail.el (password-cache-add): Declare as function.
12693
12694 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
12695
12696 * mail/smtpmail.el: Use password-cache.
12697
12698 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
12699
12700 * uniquify.el (uniquify-buffer-base-name): New function.
12701 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12702
12703 * desktop.el (uniquify-managed): Don't defvar.
12704 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
12705 `uniquify-managed'. Return also the buffer's base name.
12706 (desktop-save): When saving the buffer info, filter out the base name,
12707 and save it as buffer name if the buffer is managed by uniquify.
12708 (uniquify-item-base): Don't declare; not called anymore.
12709
12710 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
12711
12712 * vc.el (vc-annotate-find-revision-at-line): New function.
12713 (vc-annotate-mode-map): Bind it.
12714 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
12715 some entries.
12716
12717 2008-02-14 Glenn Morris <rgm@gnu.org>
12718
12719 * calendar/time-date.el (format-seconds): New function.
12720 (emacs-uptime): Use format-seconds.
12721
12722 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12723 Remove `LC_ALL=C', since it's included in $(emacs) now.
12724
12725 2008-02-14 Zhang Wei <id.brep@gmail.com>
12726
12727 * textmodes/org-publish.el (org-publish-timestamp-filename):
12728 Replace colon characters in filename too.
12729
12730 2008-02-13 Bastien Guerry <bzg@altern.org>
12731
12732 * mail/rmail.el (rmail-header-name): New face.
12733 (rmail-font-lock-keywords): Use rmail-header-name.
12734
12735 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
12736 against X-Spam-Status header field.
12737 (rmail-spam-filter): Also check X-Spam-Status header field.
12738
12739 2008-02-14 Mark A. Hershberger <mah@everybody.org>
12740
12741 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12742 Add support for .pm files and .php files.
12743 (flymake-err-line-patterns): Add pattern for PHP errors.
12744 (flymake-php-init): New function. PHP support for flymake.
12745
12746 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12747 Add regular expression for PHP errors.
12748
12749 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
12750
12751 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
12752 This DTRT even on w32 machines.
12753 (ange-ftp-cf1): Quote FILENAME.
12754
12755 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12756
12757 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
12758 (smerge-auto-combine): New fun.
12759
12760 2008-02-12 Juri Linkov <juri@jurta.org>
12761
12762 * startup.el (fancy-startup-screen, normal-splash-screen):
12763 Set default-directory to command-line-default-directory.
12764
12765 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
12766 after reading the desktop.
12767
12768 * progmodes/compile.el (compilation-auto-jump):
12769 Call compile-goto-error only when compilation-auto-jump-to-first-error
12770 is non-nil.
12771 (compilation-scroll-output): Replace :type 'boolean with a choice
12772 that has three options including a third option `first-error'.
12773 Doc fix.
12774 (compilation-start, compilation-forget-errors): Add an alternate
12775 condition comparing compilation-scroll-output with `first-error'
12776 in addition to compilation-auto-jump-to-first-error (to call
12777 compilation-auto-jump in the proper place).
12778
12779 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * international/mule.el (sgml-html-meta-auto-coding-function):
12782 Make sure the search limit is ahead.
12783
12784 * tar-mode.el: Fix broken indentation.
12785 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
12786 Use with-current-buffer.
12787
12788 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
12789
12790 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
12791 it is already automatically buffer-local.
12792
12793 2008-02-12 Drew Adams <drew.adams@oracle.com>
12794
12795 * help.el (describe-key): Join some split lines to facilitate filling.
12796 * help-fns.el (describe-function-1): Fill text of overlong lines.
12797
12798 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
12799
12800 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
12801 Use unibyte-string instead of string-make-unibyte.
12802
12803 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
12804
12805 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12806
12807 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
12808 works also for buffers w/o buffer-file-name. Update callers.
12809 (doc-view-clone-buffer-hook): New fun.
12810 (doc-view-mode): Use it for indirect clones. Mark the overlays with
12811 the `doc-view' property so they can be recognized.
12812
12813 * simple.el (clone-indirect-buffer-hook): New hook.
12814 (clone-indirect-buffer): Run it.
12815
12816 2008-02-11 Michael Olson <mwolson@gnu.org>
12817
12818 * epa-setup.el:
12819 * epg-package-info.el: Files removed.
12820
12821 2008-02-11 Daiki Ueno <ueno@unixuser.org>
12822
12823 * epa.el (epa-menu-mode): Merge into epa-mode.
12824 (epa-menu-items): Rename the label "EasyPG Assistant" to
12825 "Encryption/Decryption".
12826
12827 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
12828 (epa-dired-mode-map): Rename from epa-dired-map.
12829 (epa-global-dired-mode): Rename the global minor mode.
12830
12831 2008-02-11 Drew Adams <drew.adams@oracle.com>
12832
12833 * isearch.el (isearch-fail): New face.
12834 (isearch-message): Highlight failure part of input.
12835
12836 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12837
12838 * ibuffer.el (ibuffer-header-line-format): New var.
12839 (ibuffer-mode): Set it instead of header-line-format.
12840 (ibuffer-update): Use it to set header-line-format.
12841
12842 * international/mule-cmds.el (ucs-insert): Inherit surrounding
12843 properties like self-insert-command.
12844
12845 2008-02-11 Drew Adams <drew.adams@oracle.com>
12846
12847 * progmodes/etags.el: Add many doc strings.
12848
12849 2008-02-11 Jason Rumney <jasonr@gnu.org>
12850
12851 * ldefs-boot.el: Regenerated.
12852
12853 2008-02-11 Glenn Morris <rgm@gnu.org>
12854
12855 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12856 Shorten some names.
12857
12858 * ffap.el (ffap-rfc-directories): Add :version.
12859
12860 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
12861
12862 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
12863 files, and backup files of same.
12864
12865 2008-02-11 Kevin Ryde <user42@zip.com.au>
12866
12867 * ffap.el (ffap-rfc-directories): New variable.
12868 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
12869
12870 * info.el (Info-next-reference, Info-prev-reference)
12871 (Info-try-follow-nearest-node): Move to and follow https:// links too.
12872
12873 * simple.el (completion-list-mode): Show full completion-list-mode-map
12874 in the docstring.
12875
12876 2008-02-11 Sam Steingold <sds@gnu.org>
12877
12878 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
12879
12880 2008-02-11 Glenn Morris <rgm@gnu.org>
12881
12882 * startup.el (emacs-startup-time): New variable.
12883 (command-line): Set emacs-startup-time.
12884
12885 * calendar/time-date.el (emacs-uptime): New function.
12886
12887 2008-02-10 Bastien Guerry <bzg@altern.org>
12888
12889 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
12890 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
12891 it is nil.
12892
12893 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12894
12895 * epg-config.el: Expand the contents of epg-package-info.el.
12896 (epg-package-name): New constant.
12897 (epg-version-number): New constant.
12898 (epg-bug-report-address): New constant.
12899
12900 * epa-mail.el (epa-mail-mode): Add autoload cookie.
12901 (epa-global-mail-mode): New global minor mode.
12902
12903 * epa-file.el (epa-file-mode): New global minor mode.
12904
12905 * epa-dired.el (epa-dired-mode): New global minor mode.
12906
12907 * epa.el (epa-menu): New variable.
12908 (epa-menu-items): New variable.
12909 (epa-menu-mode): New global minor mode.
12910 (epa-global-minor-modes): New user option.
12911 (epa-mode): New global minor mode.
12912
12913 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
12914
12915 * net/dbus.el: Remove `no-byte-compile' cookie.
12916 (dbus-call-method, dbus-register-signal, dbus-debug)
12917 (dbus-registered-functions-table): Declare them with
12918 `declare-function' or `defvar', respectively.
12919 (top): Don't assert any longer. Require 'cl when compiling.
12920 Apply `ignore-errors' but `dbus-ignore-errors'.
12921
12922 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12923
12924 * diff-mode.el (diff-add-change-log-entries-other-window):
12925 Use add-change-log-entry.
12926
12927 2008-02-09 Jason Rumney <jasonr@gnu.org>
12928
12929 * button.el (button-map):
12930 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
12931 * ldefs-boot.el: Regenerate.
12932
12933 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12934
12935 * epa.el (epa-faces, epa):
12936 * epa-file.el (epa-file):
12937 * epg-config.el (epg): Add :version.
12938
12939 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
12940
12941 * vc.el (vc-exec-after): Append CODE to previous fragments.
12942 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
12943 take MESSAGES instead of VERBOSE; use it when non-nil.
12944 (vc-diff-internal): Compute messages once; use them;
12945 update call to vc-diff-finish.
12946
12947 2008-02-09 Michael Olson <mwolson@gnu.org>
12948
12949 * net/tramp.el (tramp-process-sentinel): Avoid error when process
12950 buffer has been killed, such as by
12951 `tramp-cleanup-all-connections'.
12952
12953 2008-02-09 Miles Bader <miles@gnu.org>
12954
12955 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
12956
12957 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12958
12959 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
12960 splitter in context hunks.
12961
12962 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
12963
12964 * international/fontset.el (setup-default-fontset): Fix arabic otf
12965 font specification.
12966
12967 2008-02-08 Daiki Ueno <ueno@unixuser.org>
12968
12969 * epa-dired.el:
12970 * epa-file.el:
12971 * epa-mail.el:
12972 * epa-setup.el:
12973 * epa.el:
12974 * epg-config.el:
12975 * epg-package-info.el:
12976 * epg.el: Initial check-in of EasyPG.
12977
12978 2008-02-08 Glenn Morris <rgm@gnu.org>
12979
12980 * woman.el (woman-locale): New defcustom.
12981 (woman-expand-locale, woman-manpath-add-locales): New functions.
12982 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
12983
12984 * international/mule-cmds.el (locale-translate): New function,
12985 with old code extracted from set-locale-environment.
12986 (set-locale-environment): Use locale-translate. Set woman-locale.
12987
12988 * cus-start.el (selection-coding-system): Remove, since it's now
12989 defined in select.el rather than in xselect.c.
12990 * select.el (selection-coding-system): Make it a defcustom, and
12991 add the properties from cus-start.el. Bump :version.
12992
12993 * custom.el (custom-theme-set-variables): Sort symbols that are
12994 dependencies before symbols that depend on them.
12995 (custom-enabled-themes): Set after custom-theme-directory.
12996
12997 * pcmpl-unix.el (top-level): Move provide statement to end.
12998 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
12999 `*' from doc-string. Allow to be nil.
13000 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
13001 Allow to be nil. Add :version.
13002 (pcmpl-ssh-hosts): Move definition before use. Handle lines
13003 without hostnames, and multiple hostnames per line.
13004
13005 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
13006
13007 2008-02-08 Phil Hagelberg <phil@evri.com>
13008
13009 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
13010 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
13011
13012 2008-02-07 Timo Savola <timo.savola@iki.fi>
13013
13014 * startup.el (command-line-x-option-alist): Add --parent-id.
13015
13016 * term/x-win.el (x-handle-parent-id): New function.
13017
13018 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13019
13020 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
13021 "Font Menu".
13022
13023 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
13024
13025 * net/dbus.el (dbus-interface-peer): New defconst.
13026 (dbus-ping): New defun.
13027
13028 2008-02-06 Sam Steingold <sds@gnu.org>
13029
13030 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
13031
13032 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
13035 Just return nil and let the C code provide a fallback.
13036
13037 2008-02-05 Glenn Morris <rgm@gnu.org>
13038
13039 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
13040 tramp-flush-connection-property for removed 2nd argument.
13041
13042 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13043
13044 * diff-mode.el (diff-add-change-log-entries-other-window):
13045 Rename from diff-create-changelog. Change users.
13046 Minor change to hopefully work with plain diffs.
13047 (diff-mode-map): Add binding for it.
13048
13049 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
13050
13051 * diff-mode.el: Add new TODO entry.
13052 (diff-create-changelog): New function.
13053 (diff-mode-menu): Bind it.
13054
13055 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13056
13057 * international/mule-diag.el (print-fontset-element): Handle the
13058 case of inhibiting the fallback fonts.
13059
13060 2008-02-04 Kim F. Storm <storm@cua.dk>
13061
13062 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13063 (ido-magic-delete-char): Use prefix arg.
13064
13065 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
13066
13067 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
13068 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
13069 of today, the most recent libpng is 1.2.24).
13070
13071 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
13072
13073 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
13074
13075 * net/dbus.el (top): Check (featurep 'dbusbind).
13076
13077 * net/tramp.el (tramp-process-sentinel): New defun.
13078 (tramp-do-copy-or-rename-file-out-of-band)
13079 (tramp-maybe-open-connection): Use it as process sentinel.
13080 (tramp-handle-delete-directory): Don't use the "-f" option; it
13081 isn't portable.
13082 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
13083 after the command.
13084 (tramp-handle-shell-command): Set `mode-line-process' in the
13085 asynchronous case.
13086
13087 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
13088
13089 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13090 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13091 Use `tramp-process-sentinel' as process sentinel.
13092
13093 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
13094
13095 * whitespace.el (global-whitespace-mode): Revert last change.
13096 (whitespace-unload-function): Force `global-whitespace-mode'
13097 to deactivate local modes in a slightly less intrusive way.
13098
13099 2008-02-02 Eli Zaretskii <eliz@gnu.org>
13100
13101 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
13102
13103 2008-02-02 Glenn Morris <rgm@gnu.org>
13104
13105 * international/latin1-disp.el (latin1-display):
13106 * progmodes/fortran.el (fortran-comment-indent-char):
13107 * progmodes/idlw-shell.el (top-level):
13108 * term/mac-win.el (mac-keyboard-translate-char):
13109 * whitespace.el (whitespace-char-valid-p):
13110 * wid-edit.el (widget-key-sequence-read-event):
13111 Use characterp rather than char-valid-p.
13112
13113 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
13114 to capitalized-find-word-boundary. Doc fix. Update callers.
13115 (capitalized-next-word-boundary-function-table): Rename to
13116 capitalized-find-word-boundary-function-table. Doc fix. Update users.
13117
13118 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
13119 string-to-int.
13120
13121 * ps-def.el (declare-function): Add compatibility definition.
13122 (ps-plot-with-face, ps-plot-string): Declare as functions.
13123 (ps-bold-faces, ps-italic-faces): Declare variables.
13124
13125 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
13126 (ps-mule-end-job): Declare as functions.
13127
13128 * wid-edit.el (widget-string-complete): Use assoc-string rather
13129 than assoc-ignore-case.
13130
13131 See ChangeLog.13 for earlier changes.
13132
13133 ;; Local Variables:
13134 ;; coding: utf-8
13135 ;; add-log-time-zone-rule: t
13136 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
13137 ;; End:
13138
13139 Copyright (C) 2008 Free Software Foundation, Inc.
13140
13141 This file is part of GNU Emacs.
13142
13143 GNU Emacs is free software: you can redistribute it and/or modify
13144 it under the terms of the GNU General Public License as published by
13145 the Free Software Foundation, either version 3 of the License, or
13146 (at your option) any later version.
13147
13148 GNU Emacs is distributed in the hope that it will be useful,
13149 but WITHOUT ANY WARRANTY; without even the implied warranty of
13150 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13151 GNU General Public License for more details.
13152
13153 You should have received a copy of the GNU General Public License
13154 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13155
13156 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc