]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
David De La Harpe Golden <david at harpegolden.net>
[gnu-emacs] / lisp / ChangeLog
1 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
2
3 * files.el (move-file-to-trash): Avoid recursive trashing if
4 rename-file calls delete-file.
5
6 2008-09-20 Glenn Morris <rgm@gnu.org>
7
8 * play/fortune.el: Remove leading `*' from defcustom docs.
9 (fortune-program-options): Doc fix. Allow to be a string again.
10 Add :version.
11 (fortune-in-buffer): Handle fortune-program-options as a string.
12 Don't rely on fortune program accepting options after fortune file.
13
14 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
15
16 * play/fortune.el (fortune-program-options): Change to a list.
17 (fortune-in-buffer): Use apply.
18
19 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
20
21 * emacs-lisp/authors.el: Change encoding of file to utf-8.
22 (authors-coding-system): Likewise.
23
24 2008-09-20 Ami Fischman <ami@fischman.org>
25
26 * savehist.el (savehist-save): Handle errors in writing as well as
27 reading.
28
29 2008-09-20 Michael Olson <mwolson@gnu.org>
30
31 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
32 to provide a minimal performance boost.
33
34 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
35
36 * proced.el (proced-grammar-alist, proced-custom-attributes)
37 (proced-format-alist, proced-format, proced-filter-alist)
38 (proced-filter, proced-sort): Use defcustom.
39 (proced-mode): Fix docstring.
40 (proced-process-attributes): Handle return value nil of functions
41 in proced-custom-attributes.
42
43 2008-09-19 Martin Rudalics <rudalics@gmx.at>
44
45 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
46 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
47
48 2008-09-19 Miles Bader <miles@gnu.org>
49
50 * comint.el (comint-output-filter): Make field properties for
51 output text front-sticky.
52
53 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
54
55 * vc-bzr.el (vc-bzr-show-log-entry):
56 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
57 C-x v l for a directory uses that.
58
59 2008-09-18 Simon Josefsson <simon@josefsson.org>
60
61 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
62 .sieve files.
63
64 2008-09-18 Martin Rudalics <rudalics@gmx.at>
65
66 * help-macro.el (make-help-screen): Preserve key bindings
67 established in help-mode call when exiting this macro.
68
69 2008-09-17 Kenichi Handa <handa@m17n.org>
70
71 * language/burmese.el: Fix setting of composition-function-table.
72
73 2008-09-17 Martin Rudalics <rudalics@gmx.at>
74
75 * info.el (Info-follow-nearest-node): Don't raise an error for
76 mouse-1 clicks.
77
78 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
79
80 * calc/calc-units.el (calc-convert-temperature): Use default
81 units when appropriate.
82
83 2008-09-16 Markus Triska <markus.triska@gmx.at>
84
85 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
86 catch errors raised in `texmathp'.
87 (flyspell-tex-math-initialized): Remove.
88
89 2008-09-16 Martin Rudalics <rudalics@gmx.at>
90
91 * frame.el (select-frame-set-input-focus): With non-nil
92 mouse-autoselect-window always move mouse cursor to frame's
93 selected window. Otherwise restore pre 2008-09-13 behavior.
94 (select-frame-by-name): Use select-frame-set-input-focus.
95
96 * files.el (switch-to-buffer-other-frame): Don't raise frame since
97 pop-to-buffer already does it.
98 (display-buffer-other-frame): Fix doc-string.
99
100 2008-09-16 Glenn Morris <rgm@gnu.org>
101
102 * add-log.el (diff-find-source-location): Update declaration.
103
104 * progmodes/make-mode.el (makefile-match-function-end):
105 Move point. (Bug#983)
106
107 2008-09-16 Daiki Ueno <ueno@unixuser.org>
108
109 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
110
111 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
112
113 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
114 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
115
116 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
117
118 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
119
120 2008-09-15 Martin Rudalics <rudalics@gmx.at>
121
122 * files.el (file-truename): Don't raise args-out-of-range error
123 when filename has no separator on windows-nt. (Bug#982)
124
125 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
128 be more honest when we don't know.
129 (diff-tell-file-name): Don't prompt before the actual prompt.
130 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
131 (diff-find-source-location): Add `noprompt' argument.
132 (diff-current-defun): Don't prompt.
133
134 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
135
136 * proced.el (proced-mark-face, proced-marked-face)
137 (proced-sort-header-face): Remove.
138 (proced-font-lock-keywords): Simplify.
139 (proced-format): Use face proced-sort-header.
140 (proced-format-interactive, proced-sort-interactive)
141 (proced-filter-interactive): Only call proced-update if the scheme
142 has changed.
143 (proced-sort-header): Use posn-actual-col-row.
144
145 2008-09-14 Martin Rudalics <rudalics@gmx.at>
146
147 * add-log.el (change-log-find-window): New variable.
148 (change-log-goto-source-1, change-log-goto-source):
149 Set change-log-find-window to window displaying source.
150 (change-log-next-error): Select window specified by
151 change-log-find-window.
152
153 2008-09-13 Martin Rudalics <rudalics@gmx.at>
154
155 * frame.el (select-frame-set-input-focus): With focus follows
156 mouse move mouse cursor to right window.
157 * window.el (pop-to-buffer): Select window before calling
158 select-frame-set-input-focus.
159
160 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
161
162 * proced.el (proced-sort-header): New face.
163 (proced-sort-header-face): New variable.
164 (proced-format): Allow format value nil.
165 Use proced-sort-header-face for header of sort column.
166 (proced-format-args): New function.
167 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
168 (proced-header-help-echo, proced-field-help-echo, proced-timer)
169 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
170 (proced-refine): Rename from proced-filter-attribute. Doc fix.
171 (proced-sort-header): Bind also to mouse-1.
172 (proced-move-to-goal-column): Return position of point.
173 (proced-filter-interactive): Always revert listing.
174 (proced-format-ttname): Simplify.
175 (proced-update): Do not keep undo information. Put point at
176 beginning of buffer if we generate the first listing.
177
178 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
179
180 * doc-view.el (doc-view-scroll-up-or-next-page)
181 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
182 vertically split windows.
183
184 2008-09-12 Glenn Morris <rgm@gnu.org>
185
186 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
187
188 * indent.el (indent-line-function): Doc fix.
189 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
190
191 2008-09-11 Martin Rudalics <rudalics@gmx.at>
192
193 * window.el (pop-to-buffer): If the window for buffer-or-name is
194 not on the selected frame, raise that window's frame and give it
195 input focus. (Bug#745)
196
197 2008-09-11 Glenn Morris <rgm@gnu.org>
198
199 * ido.el (ido-mode): Initialize with custom-initialize-default,
200 rather than a set function. (Bug#947)
201
202 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
203
204 * replace.el (perform-replace): Don't set inhibit-read-only using
205 query-replace-skip-read-only (bug#956).
206
207 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
208 of the <<foo>> form.
209
210 2008-09-10 Martin Rudalics <rudalics@gmx.at>
211
212 * window.el (display-buffer): Fix doc-string typo.
213
214 2008-09-10 Kenichi Handa <handa@m17n.org>
215
216 * composite.el (compose-gstring-for-graphic): Fix previous change.
217
218 2008-09-10 Glenn Morris <rgm@gnu.org>
219
220 * info.el (Info-try-follow-nearest-node): Fix doc typo.
221
222 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
223
224 * info.el (Info-mouse-follow-nearest-node): Follow links to different
225 manuals. (Bug#886)
226
227 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
228
229 * ido.el (ido-unload-function): New function.
230
231 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
232
233 * ido.el (ido-file-internal): Fix typo in prompt.
234 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
235 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
236 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
237 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
238 Fix typos in docstrings.
239
240 2008-09-08 Martin Rudalics <rudalics@gmx.at>
241
242 * help-fns.el (describe-function-1): Don't print extra newline
243 after filling.
244
245 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
246
247 * help-fns.el (find-lisp-object-file-name): Handle case where
248 library is compressed.
249
250 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
251
252 * complete.el (PC-do-completion): Don't replace buffer
253 contents (bug#227).
254
255 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
256
257 * loadhist.el (unload-feature-special-hooks):
258 Add `choose-completion-string-functions'.
259
260 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
261
262 * vc-svn.el (vc-svn-root):
263 * vc-sccs.el (vc-sccs-root):
264 * vc-rcs.el (vc-rcs-root):
265 * vc-cvs.el (vc-cvs-root): Delete.
266 * vc-hooks.el (vc-find-root): Remove `invert' argument.
267
268 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
269
270 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
271 errors occurring in different files.
272
273 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
274
275 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
276 (vc-bzr-status-printer): New function.
277 (vc-bzr-after-dir-status): Deal with renamed files.
278
279 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
280
281 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
282 buffer's filename.
283
284 2008-09-07 Martin Rudalics <rudalics@gmx.at>
285
286 * subr.el (cancel-change-group): Widen buffer temporarily when
287 undoing changes. (Bug#810)
288
289 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
290
291 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
292 with gud-stop-subjob rather than exit debugger.
293
294 2008-09-07 Kenichi Handa <handa@m17n.org>
295
296 * composite.el: Compose combining characters only when it
297 follows an character matching with "[[:alpha:]]".
298
299 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
300
301 * proced.el: Require time-date.
302 (proced-command-alist, proced-command, proced-goal-header-re)
303 (proced-sorting-schemes-alist, proced-sorting-scheme)
304 (proced-header-alist, proced-sorting-schemes-re)
305 (proced-skip-regexp, proced-next-line, proced-previous-line)
306 (proced-listing-type, proced-sorting-scheme-p): Remove.
307 (proced-grammar-alist, proced-custom-attributes)
308 (proced-format-alist, proced-format, proced-filter-alist)
309 (proced-filter, proced-sort, proced-goal-attribute)
310 (proced-timer-interval, proced-timer-flag, proced-timer)
311 (proced-process-alist, proced-sort-internal, proced-process-tree)
312 (proced-header-help-echo, proced-field-help-echo): New variables.
313 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
314 (proced-omit-process, proced-filter, proced-process-tree)
315 (proced-filter-children, proced-children-pids)
316 (proced-filter-parents, proced-<, proced-string-lessp)
317 (proced-time-lessp, proced-xor, proced-sort-p)
318 (proced-format-time, proced-format-start, proced-format-ttname)
319 (proced-format, proced-process-attributes): New functions.
320 (proced-toggle-timer-flag, proced-mark-children)
321 (proced-mark-parents, proced-filter-interactive)
322 (proced-filter-attribute, proced-sort-interactive)
323 (proced-sort-header, proced-format-interactive): New commands.
324 (proced-move-to-goal-column): Use goal-column.
325 (proced-mode): Use proced-timer.
326 (proced-do-mark-all): Display process count. Use use-region-p.
327 Simplify.
328 (proced-omit-processes): Use use-region-p.
329 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
330 (proced-sort-start, proced-sort-time, proced-sort-user):
331 Use proced-sort-interactive.
332 (proced-sort): Make it a function that performs the actual sort.
333 (proced-update): New arg revert. Use proced-process-alist,
334 proced-filter, proced-sort, proced-format, and
335 proced-grammar-alist. Preserve position of point based on fields.
336 Make header line and fields clickable.
337 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
338 (proced-why): Use save-selected-window.
339 (proced-log): Use buffer-read-only.
340
341 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
342
343 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
344
345 2008-09-06 Glenn Morris <rgm@gnu.org>
346
347 * add-log.el (diff-find-source-location): Declare.
348 (find-change-log): If called from a diff buffer, try to switch to the
349 source buffer (e.g. to respect change-log-default-name there).
350
351 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
352 unallowed characters; added 2006-10-10 without comment. (Bug#753)
353
354 * Makefile.in (ELCFILES): Update.
355
356 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
357
358 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
359 user enters a mouse event in another frame, or a special event.
360
361 * server.el (server-switch-buffer): New arg.
362 (server-execute): If reusing an existing window, set file position
363 if required.
364
365 2008-09-06 Kenichi Handa <handa@m17n.org>
366
367 * language/lao.el: Fix setting of composition-function-table.
368
369 2008-09-06 Eli Zaretskii <eliz@gnu.org>
370
371 * term/pc-win.el (msdos-show-help): Don't truncate lines while
372 displaying help echo messages.
373
374 2008-09-06 Martin Rudalics <rudalics@gmx.at>
375
376 * subr.el (symbol-file): Fix doc-string.
377
378 2008-09-06 Glenn Morris <rgm@gnu.org>
379
380 * help-mode.el (help-xref-forward-stack): Doc fix.
381
382 * add-log.el (change-log-default-name): Autoload safety.
383
384 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
385
386 * verilog-mode.el (verilog-library-extensions): Enable .sv
387 filename extensions to call verilog-mode.
388 (verilog-auto, verilog-auto-inst, verilog-faq)
389 (verilog-submit-bug-report): Update author support URLs.
390 (verilog-delete-auto, verilog-auto-inout-module)
391 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
392 creating complemented testbench modules. Suggested by Yishay Belkind.
393 (verilog-auto-inst-port, verilog-simplify-range-expression):
394 When verilog-auto-inst-param-value is set, don't require a
395 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
396 Yishay Belkind.
397 (verilog-auto-inst-param-value): Add safe variable.
398 (verilog-re-search-forward, verilog-re-search-backward):
399 Fix returning wrong search results on Emacs 22.1.
400 (verilog-modi-cache-results, verilog-auto): Fix warning message
401 about "toggling font-lock-mode."
402 (verilog-auto): Fix losing font-lock on errors.
403 (verilog-auto-inst-param-value, verilog-mode-version)
404 (verilog-mode-version-date, verilog-read-inst-param-value)
405 (verilog-auto-inst, verilog-auto-inst-param)
406 (verilog-auto-inst-port, verilog-simplify-range-expression):
407 Allow parameters to be replaced with their values, on the expansion of
408 an AUTOINST with Verilog 2001 style parameter settings.
409 Suggested by David Rogoff.
410
411 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
412
413 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
414 Better support for the property statement. Sometimes this keyword
415 introduces a statement which requires an endproperty keyword, and
416 sometimes it doesn't, dependening on the work before the property
417 word. If property is prefixed with assert, assume or cover
418 keyword, then the statement is ended with a ';'. Otherwise,
419 property is like task or specify, and is followed by some number
420 of statements, which are ended with an endproperty keyword.
421 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
422 in a highlighted region: indent each line in region according to
423 mode. Supply this so it works in XEmacs and older Emacs.
424
425 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
426
427 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
428 Don't clean up a buffer when killing it.
429
430 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
431
432 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
433 buffers (bug#360). New version 11.2.1.
434 (whitespace-action): New value `warn-read-only' to give a warning when
435 buffer is read-only and whitespace action is cleanup or auto-cleanup.
436 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
437 (whitespace-warn-read-only): New fun.
438
439 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
440
441 * international/quail.el: Require help-mode.
442 (quail-help-init): Function removed.
443 (quail-keyboard-layout-button, quail-keyboard-customize-button):
444 Define directly.
445
446 * dired.el (dired-get-filename): Rewrite octal escape character
447 processor (bug#885).
448
449 2008-09-05 Eli Zaretskii <eliz@gnu.org>
450
451 * cus-edit.el (custom-button-pressed): Default to inverse-video.
452
453 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
454 not just for terminal-frame.
455
456 2008-09-05 Martin Rudalics <rudalics@gmx.at>
457
458 * window.el (window--try-to-split-window): Don't split when window
459 is not splittable in last disjunct. (Bug#888)
460
461 2008-09-05 Kenichi Handa <handa@m17n.org>
462
463 * language/tibetan.el: Fix setting of composition-function-table.
464
465 * composite.el (find-composition): Mention about the automatic
466 composition in the docstring.
467 (compose-gstring-for-graphic): Fix handling "above" marks.
468
469 * descr-text.el (describe-char): Fix handling of automatic composition.
470
471 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
472
473 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
474 (tramp-parse-connection-properties): Reflow docstring.
475
476 2008-09-04 Kim F. Storm <storm@cua.dk>
477
478 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
479 and other-frame methods when switching between file and buffer modes.
480
481 2008-09-04 Martin Rudalics <rudalics@gmx.at>
482
483 * info.el (Info-dir-remove-duplicates): Narrow buffer when
484 removing duplicate entries under same heading. Don't skip char
485 matching anything but a space or tab at bol. (Bug#864)
486
487 2008-09-03 Alan Mackenzie <acm@muc.de>
488
489 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
490
491 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
494 (completion-pcm--all-completions): Move the case-fold-search binding to
495 it also applies to completion-regexp-list (used in all-completions).
496 (completion-pcm--hilit-commonality): Add missing case-fold-search.
497
498 2008-09-03 Martin Rudalics <rudalics@gmx.at>
499
500 * window.el (pop-up-frame-function): Move ...
501 * frame.el (pop-up-frame-function): ... here, to avoid
502 "CHANGED outside Customize;".
503
504 2008-09-03 Glenn Morris <rgm@gnu.org>
505
506 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
507
508 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
509
510 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
511 non-alphabetical characters properly.
512
513 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
514
515 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
516
517 2008-09-02 Martin Rudalics <rudalics@gmx.at>
518
519 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
520 control-prefixed keys. (Bug#835)
521
522 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
523
524 * image-mode.el (image-mode): Fix 2008-07-19 change.
525
526 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
527
528 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
529
530 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
531
532 2008-09-02 Glenn Morris <rgm@gnu.org>
533
534 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
535
536 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
537
538 2008-09-01 Glenn Morris <rgm@gnu.org>
539
540 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
541 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
542 and fix name typos. (Bug#856)
543
544 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
545
546 * minibuffer.el (completion-pcm--pattern->regex):
547 When completion-ignore-case is non-nil, generate a regexp that
548 ignores case.
549
550 * window.el (recenter-top-bottom): Doc fix.
551
552 2008-09-01 Simon South <ssouth@member.fsf.org>
553
554 * progmodes/delphi.el: New maintainer.
555 (delphi-interface-types): New var.
556 (delphi-composite-types): Use it.
557 (delphi-enclosing-indent-of): Distinguish between "interface"
558 keyword as a unit separator and used like a class declaration.
559
560 2008-09-01 Martin Rudalics <rudalics@gmx.at>
561
562 * help-fns.el (describe-simplify-lib-file-name)
563 (find-source-lisp-file): Remove.
564 (find-lisp-object-file-name): New function giving preference to
565 files found via load-path instead of loaddefs.el.
566 (describe-function-1): Use new function instead of the removed
567 ones. (Bugs #587, #669, #690)
568 * faces.el (describe-face): Use find-lisp-object-file-name instead
569 of describe-simplify-lib-file-name.
570
571 2008-09-01 Kenichi Handa <handa@m17n.org>
572
573 * international/mule-diag.el (font-show-log): Fix previous change.
574
575 * international/mule-cmds.el (set-language-environment):
576 Don't overwrite current-iso639-language if the current language
577 environment doesn't provide that data.
578 (set-locale-environment): Set current-iso639-language from the
579 locale name.
580
581 * international/fontset.el (script-representative-chars): Re-add
582 the entry for symbol, but with vector of characters.
583 (setup-default-fontset): Cancel previous change.
584
585 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
586
587 * ido.el: Move provide statement to the end of the file.
588
589 2008-08-30 Markus Triska <markus.triska@gmx.at>
590
591 * linum.el (linum-mode): `window-size-change-functions' can now be
592 buffer-local.
593 (linum-update-window): Use result of `move-overlay'.
594
595 2008-08-30 Glenn Morris <rgm@gnu.org>
596
597 * subr.el (make-variable-frame-local): Tweak obsolescence message.
598
599 * info.el (Info-hide-note-references, Info-refill-paragraphs):
600 Doc fixes.
601
602 * apropos.el (apropos-command): Report documentation errors.
603 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
604
605 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
606
607 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
608 string.
609
610 2008-08-29 Eli Zaretskii <eliz@gnu.org>
611
612 * bindings.el (mode-line-frame-identification): Fix last change.
613
614 2008-08-29 Kenichi Handa <handa@m17n.org>
615
616 These changes are to adjust the automatic composition for the new
617 implementation (avoid using text property).
618
619 * composite.el (composition-function-table): Move declaration to
620 composite.c.
621 (terminal-composition-base-character-p): Delete it.
622 (terminal-composition-function): Delete it.
623 (terminal-composition-function-table): Delete it.
624 (lgstring-header, lgstring-set-header, lgstring-font)
625 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
626 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
627 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
628 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
629 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
630 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
631 (compose-glyph-string, compose-glyph-string-relative)
632 (compose-gstring-for-graphic, compose-gstring-for-terminal):
633 New functions.
634 (auto-compose-chars): Argument changed.
635
636 * language/european.el: Don't setup composition-function-table.
637 (diacritic-composition-pattern, diacritic-compose-region)
638 (diacritic-compose-string, diacritic-compose-buffer)
639 (diacritic-composition-function): Delete them.
640
641 * language/lao-util.el (lao-composition-function): Argument changed.
642
643 * language/sinhala.el: Fix setting up of composition-function-table.
644
645 * language/thai.el: Fix setting up of composition-function-table.
646
647 * language/thai-util.el: Encoding changed to utf-8.
648 (thai-composition-function): Argument changed.
649
650 * language/indian.el: Fix setting up of composition-function-table.
651 (devanagari-composable-pattern)
652 (tamil-composable-pattern, kannada-composable-pattern)
653 (malayalam-composable-pattern): New variables.
654
655 * international/characters.el (unicode-category-table):
656 Setup unicode-category-table.
657
658 * international/fontset.el (setup-default-fontset): Prepend
659 iso10646-1 fonts to the fallback font groups instead of appending.
660
661 2008-08-29 Glenn Morris <rgm@gnu.org>
662
663 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
664
665 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
666
667 * term/x-win.el (x-win-suspend-error): Don't signal error if there
668 are no X frames active.
669
670 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
671
672 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
673 `ignore-errors' (the function must succeed always).
674
675 2008-08-28 "Edward O'Connor" <hober0@gmail.com>
676
677 * json.el (json-read-number): New arg. Handle explicitly signed
678 numbers.
679 (json-readtable): Add `+' and `.'.
680
681 2008-08-28 Eli Zaretskii <eliz@gnu.org>
682
683 * term/pc-win.el (msdos-previous-message): New variable.
684 (msdos-show-help): New function.
685 (msdos-initialize-window-system): Set show-help-function to
686 msdos-show-help.
687
688 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
689
690 * emacs-lisp/debug.el (debug): When killing a noninteractive
691 Emacs, give an exit status of -1.
692
693 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
694
695 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
696
697 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
698
699 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
700 not the same as the last modification time, fall back on the
701 backend-specific check.
702
703 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
704
705 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
706 to go to the position of interest.
707
708 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
709
710 * textmodes/artist.el (artist-mode-init): Add comment on the
711 setting up of the `artist-replacement-table' array.
712 (artist-get-replacement-char): New defsubst.
713 (artist-get-char-at-xy-conv, artist-replace-char)
714 (artist-replace-chars, artist-replace-string): Use it instead of
715 accessing `artist-replacement-table' directly.
716 Reported by Rubén Berenguel <ruben@maia.ub.es>.
717
718 (artist-mt): Fix structures for cut and copy operations.
719
720 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
721
722 * shell.el (shell-file-name-quote-list): Quote `$'.
723
724 * comint.el (comint-dynamic-complete-as-filename): Generalize last
725 change to allow quoting of characters before point.
726 (comint-dynamic-list-filename-completions): Quote common substring.
727
728 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
729
730 * comint.el (comint-dynamic-complete-as-filename): If case is
731 ignored while matching, replace the entire filename with completion.
732
733 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
734 flyspell-pre-point is valid to avoid signalling an error in
735 post-command-hook.
736
737 2008-08-26 Johan Bockgård <bojohan@gnu.org>
738
739 * linum.el (linum): Inherit remaining face attributes from default
740 face.
741
742 2008-08-26 Markus Triska <markus.triska@gmx.at>
743
744 * linum.el (linum-delay): Disable - it should no longer be
745 necessary, and can lead to longer delays.
746 (linum-update-window): Renumber if margin width has changed.
747
748 2008-08-26 Daiki Ueno <ueno@unixuser.org>
749
750 * epa.el (epa--key-widget-action): Save the selected window to
751 make `widget-button-click-moves-point' work. (Bug#733).
752
753 2008-08-26 Glenn Morris <rgm@gnu.org>
754
755 * calendar/holidays.el (calendar-holidays): Doc fix.
756
757 * progmodes/gud.el (tramp-file-name-localname)
758 (tramp-dissect-file-name): Declare.
759
760 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
761
762 2008-08-25 Eli Zaretskii <eliz@gnu.org>
763
764 * bindings.el (mode-line-frame-control): New function, caters to
765 `pc' ``window system''.
766 (mode-line-frame-identification): Use it instead of accessing
767 window-system directly.
768
769 2008-08-25 Juri Linkov <juri@jurta.org>
770
771 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
772 `center-line' and "\eS" from `center-paragraph'.
773 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
774 `center-paragraph'.
775
776 2008-08-25 Ulf Jasper <ulf@web.de>
777
778 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
779 (newsticker-treeview-treewindow-width): New.
780 (newsticker-treeview-listwindow-height): New.
781 (newsticker-treeview-browse-url-item): New.
782 (newsticker-treeview-mode-map):
783 Add newsticker-treeview-browse-url-item.
784 (newsticker--treeview-window-init):
785 Use newsticker-treeview-treewindow-width and
786 newsticker-treeview-listwindow-height.
787
788 * net/newst-reader.el (newsticker-browse-url-item): New.
789
790 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
791
792 * vc-dir.el (vc-dir-marked-only-files-and-states):
793 (vc-dir-child-files-and-states): Reverse the list before returning it.
794
795 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
796
797 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
798
799 2008-08-24 Romain Francoise <romain@orebokech.com>
800
801 * progmodes/python.el (run-python): Remove '' from sys.path.
802
803 2008-08-23 Glenn Morris <rgm@gnu.org>
804
805 * progmodes/fortran.el (fortran-tab-mode-string)
806 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
807
808 2008-08-23 Eli Zaretskii <eliz@gnu.org>
809
810 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
811 Add declare-function.
812
813 * startup.el (command-line): Don't call tty-register-default-colors
814 if initial-window-system is `pc'.
815
816 * term/internal.el (local-function-key-map): Fix unbalanced parens.
817 (msdos-key-remapping-map): New variable. Move here all the special
818 keys we will be remapping via local-function-key-map.
819 (msdos-setup-keyboard): New function.
820
821 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
822 make-msdos-frame.
823 (terminal-init-internal): New function, errors out if called.
824 (msdos-initialize-window-system): New function.
825 (msdos-create-frame-with-faces): Set the terminal's
826 `terminal-initted' (sic!) parameter.
827 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
828 (window-system-initialization-alist):
829 Add msdos-initialize-window-system.
830 (handle-args-function-alist): Use tty-handle-args for `pc'
831 ``window system'' as well.
832 (pc-win): Provide.
833
834 * term/tty-colors.el (tty-register-default-colors): Remove bogus
835 code for using msdos-color-values.
836
837 * loadup.el [ms-dos]: Load term/pc-win.
838
839 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
840
841 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
842 directory name.
843
844 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
845
846 * progmodes/gud.el (gud-common-init): Use absolute file so that
847 perldb works with tramp (sudo).
848
849 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
850 match data in process filters.
851
852 2008-08-23 Martin Rudalics <rudalics@gmx.at>
853
854 * dired.el (dired-buffer-stale-p): Do not revert buffer that
855 can be written.
856
857 2008-08-23 Glenn Morris <rgm@gnu.org>
858
859 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
860 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
861
862 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
863
864 * subr.el (temp-buffer-show-hook): Doc fix.
865
866 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
867
868 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
869 and "INSIDE_EMACS=...". Reported by Tassilo Horn
870 <tassilo@member.fsf.org>.
871
872 * net/trampver.el: Update release number.
873
874 * net/xesam.el (xesam-minor-mode): New minor mode.
875 (xesam-highlight-buffer): Remove. Code moved to
876 `xesam-minor-mode'.
877 (xesam-refresh-entry): Use `xesam-minor-mode'.
878
879 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
880
881 * minibuffer.el (completion--try-word-completion):
882 Disable partial-completion when considering the addition of a space
883 or hyphen.
884
885 2008-08-21 John Paul Wallington <jpw@pobox.com>
886
887 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
888 filename of `tofile' doesn't contain any colons on Windows,
889 Cygwin, and MS-DOS systems.
890
891 2008-08-21 Daiki Ueno <ueno@unixuser.org>
892
893 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
894 (epg-context-set-progress-callback): Make sure the callback is a
895 cons of a function and a handback. Update all callers.
896
897 2008-08-20 David Reitter <david.reitter@gmail.com>
898
899 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
900 Patch applied by Adrian Robert.
901
902 2008-08-20 Kevin Ryde <user42@zip.com.au>
903
904 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
905 directive lines.
906
907 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
908
909 * net/xesam.el (xesam-highlight-string): Precise doc string.
910 (xesam-highlight-buffer): New defun.
911 (xesam-refresh-entry): Use it. Better check for sourceModified.
912
913 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
914
915 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
916 their names.
917
918 2008-08-19 Kenichi Handa <handa@m17n.org>
919
920 * language/european.el ("Esperanto"): Change the preferred
921 charsets to iso-8859-3.
922
923 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
924
925 * international/fontset.el (script-representative-chars):
926 Delete the entry for symbol.
927 (setup-default-fontset): For symbol characters, don't specify
928 :script property.
929
930 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
931
932 * minibuffer.el (completion-table-dynamic): Doc fix.
933
934 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
935 saved.
936
937 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
938
939 * emulation/edt.el (edt-default-emulation-setup):
940 Share global-buffers-menu-map with the emulated global map.
941
942 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
943
944 * term/ns-win.el (global): Uncomment "put backspace
945 ascii-character..." and friends, they are needed for tramp. (Bug#725)
946
947 2008-08-18 Kenichi Handa <handa@m17n.org>
948
949 * international/mule-diag.el (font-show-log): Add optional arg N
950 to control the limit of font listing.
951
952 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
953
954 * window.el (recenter-top-bottom): Determine top and bottom
955 positions using scroll-margin instead of scroll-conservatively.
956
957 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
958
959 * proced.el (proced-send-signal): Use beginning-of-line.
960
961 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
962
963 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
964 (proced-mode-map): Add tooltips for menus. Use radio buttons for
965 listing types.
966 (proced-log-buffer): New variable.
967 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
968 region if transient-mark-mode is turned on and the region is active.
969 (proced-omit-processes): Rename from proced-hide-processes to
970 avoid key clash with describe-mode (bound to h). Search for
971 marked processes starting from point-min.
972 (proced-header-space): Remove.
973 (proced-send-signal): Handle errors. Operate on current process
974 if no process is marked.
975 (proced-why): New command.
976 (proced-log, proced-log-summary): New functions.
977 (proced-help): Use proced-why.
978 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
979 (bibtex-autokey-year-title-separator): Fix doscstring.
980
981 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
982
983 * net/xesam.el (xesam-vendor, xesam-notify-function):
984 New local variables.
985 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
986 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
987 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
988 (xesam-new-search): Initialize `xesam-vendor'.
989
990 2008-08-15 Glenn Morris <rgm@gnu.org>
991
992 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
993 a pipeline.
994 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
995 unless at the end of the pipeline. (Bug#699).
996
997 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
998
999 * minibuffer.el (completion-boundaries): Doc fix.
1000 (display-completion-list): Only default base-size to zero if
1001 completing in the minibuffer.
1002
1003 * simple.el (completion-base-size): Doc fix.
1004 (choose-completion): Try reselecting completion-reference-buffer.
1005
1006 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
1007
1008 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
1009 also for remote directories.
1010
1011 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
1012
1013 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
1014 since those precomputed values aren't used any more.
1015 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
1016
1017 2008-08-14 Martin Rudalics <rudalics@gmx.at>
1018
1019 * help.el (with-help-window): Return last value in BODY.
1020
1021 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
1022
1023 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
1024 notify function of the URL.
1025 (xesam-new-search): Encode special characters in the query string.
1026
1027 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
1028
1029 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
1030
1031 2008-08-13 Andreas Schwab <schwab@suse.de>
1032
1033 * net/tramp.el (tramp-handle-shell-command): Handle output going
1034 to current buffer like shell-command. Don't disable undo.
1035
1036 2008-08-13 Glenn Morris <rgm@gnu.org>
1037
1038 * eshell/esh-cmd.el (eshell/which): Handle the case where no
1039 description is found.
1040
1041 2008-08-12 Alan Mackenzie <acm@muc.de>
1042
1043 * progmodes/cc-defs.el (c-emacs-features):
1044 argumentative-bod-function: bind mark-ring to avoid accumulating a
1045 spurious mark.
1046
1047 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
1048
1049 * simple.el (visual-line--saved-state): New var.
1050 (visual-line-mode): Save local values of variables, and restore
1051 them when visual-line-mode is disabled.
1052
1053 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
1054
1055 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
1056
1057 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
1058
1059 * progmodes/cc-defs.el (c-emacs-features):
1060 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
1061 moving point during the test.
1062
1063 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
1064
1065 2008-08-11 Glenn Morris <rgm@gnu.org>
1066
1067 * term/ns-win.el (x-parse-geometry): Doc fix.
1068
1069 * dired.el (x-popup-menu):
1070 * hi-lock.el (x-popup-menu):
1071 * mouse.el (font-face-attributes):
1072 * calendar/cal-menu.el (x-popup-menu):
1073 * calendar/calendar.el (x-popup-menu):
1074 * calendar/holidays.el (x-popup-menu):
1075 * progmodes/cperl-mode.el (x-popup-menu):
1076 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
1077 (x-open-connection):
1078 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
1079 (x-command-line-resources):
1080 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
1081 (x-display-name, x-command-line-resources):
1082 Add declarations for builds without X.
1083
1084 2008-08-10 Glenn Morris <rgm@gnu.org>
1085
1086 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
1087
1088 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
1089
1090 * vc-bzr.el (vc-bzr-find-revision): Rename from
1091 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
1092
1093 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
1094
1095 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
1096 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
1097 "DONE", when all hits are retrieved.
1098 (xesam-search): Autoload it.
1099
1100 2008-08-11 John Paul Wallington <jpw@pobox.com>
1101
1102 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
1103 empty string when no filename.
1104 (define-ibuffer-column filename): Accomodate that change.
1105
1106 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
1107 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
1108
1109 2008-08-10 Glenn Morris <rgm@gnu.org>
1110
1111 * Makefile.in (ELCFILES): Update.
1112
1113 2008-08-10 John Paul Wallington <jpw@pobox.com>
1114
1115 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
1116
1117 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
1118
1119 * battery.el (battery-echo-area-format, battery-status-function):
1120 Handle new Linux sysfs format for battery reporting.
1121 (battery-linux-sysfs): New function.
1122
1123 2008-08-07 Martin Rudalics <rudalics@gmx.at>
1124
1125 * add-log.el (change-log-search-tag-name)
1126 (change-log-goto-source): Fix behavior when point is not on tag.
1127
1128 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
1129
1130 * startup.el (command-line-ns-option-alist): Use ignore instead of
1131 ns-ignore-0-arg.
1132
1133 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
1134 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
1135 (ns-alternatives-map): New variable.
1136 (x-set-up-function-keys): Use it.
1137 (global): Comment out "put backspace ascii-character..." and friends.
1138 Move function-key-map into ns-alternatives-map. Don't call
1139 precompute-menubar-bindings. Don't set anything connected with
1140 browse-url.
1141 (after-make-frame-functions): Clarify comment why a hook is added.
1142
1143 2008-08-06 Joakim Verona <joakim@verona.se>
1144
1145 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
1146 in url:s.
1147
1148 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1149
1150 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
1151 Fix 2008-01-01 change: use a shy group to not affect subsequent
1152 match calls.
1153
1154 2008-08-06 Reto Zimmermann <reto@gnu.org>
1155
1156 * progmodes/vera-mode.el (vera-electric-tab):
1157 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
1158 region when active.
1159
1160 2008-08-06 Kenichi Handa <handa@m17n.org>
1161
1162 * faces.el (face-valid-attribute-values): Fix handling the value
1163 of (font-family-list) and font-XXX-table.
1164
1165 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
1166
1167 * proced.el (proced-menu): Bind the correct function to for toggling.
1168
1169 * vc-dir.el (vc-dir-mode): Fix typo.
1170
1171 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1172
1173 * whitespace.el (whitespace-newline-mode)
1174 (global-whitespace-newline-mode, whitespace-mode)
1175 (global-whitespace-mode): Improve docstring.
1176
1177 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * kmacro.el (kmacro-exec-ring-item): Add autoload.
1180
1181 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
1182
1183 * cus-start.el (all): Handle auto-save-visited-file-name.
1184
1185 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
1186
1187 * files.el (hack-one-local-variable-eval-safep): Handle
1188 lisp-indent-function and scheme-indent-function in addition to the
1189 deprecated lisp-indent-hook.
1190
1191 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
1192
1193 * net/xesam.el (top): Require `wid-edit' always.
1194 (xesam-mode-line, xesam-highlight): New deffaces.
1195 (xesam-objects): New local variable.
1196 (xesam-search-engines): Fix error in field list.
1197 (xesam-mode): Use `xesam-mode-line' instead of
1198 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
1199 proper initialization (why?).
1200 (xesam-highlight-string, xesam-get-hits)
1201 (xesam-kill-buffer-function): New defuns.
1202 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
1203 result of "hit.fields", it isn't a string only. Wrap an error of
1204 the strigi search engine ("xesam:size" is returned as string).
1205 Highlight search items.
1206 (xesam-refresh-search-buffer): Make logic of counters more simple.
1207 Prefetch next hits.
1208 (xesam-signal-handler): Use `xesam-mode-line' instead of
1209 `font-lock-type-face'.
1210 (xesam-new-search): Add `xesam-kill-buffer-function' to
1211 `kill-buffer-hook'.
1212
1213 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
1214
1215 * add-log.el (change-log-next-error, change-log-mode): Add support
1216 for `next-error' to call `change-log-goto-source' on named files
1217 in a ChangeLog.
1218
1219 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
1220
1221 * calc/calc.el (math-read-number): Handle all C-like languages
1222 properly.
1223
1224 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
1225
1226 * calc/calc.el (math-read-number): Handle C numbers beginning with
1227 0 correctly.
1228
1229 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1230
1231 * term/ns-win.el ([ns-new-frame]): New global key.
1232
1233 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1234
1235 * international/mule-cmds.el (read-char-by-name):
1236 Check UCS names with `assoc-string' and case folding.
1237
1238 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
1239
1240 * net/dbus.el (dbus-call-method-asynchronously)
1241 (dbus-method-return-internal, dbus-method-error-internal):
1242 Declare them with `declare-function'.
1243
1244 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * descr-text.el (describe-char-display): Fix last change:
1247 don't pass CHARSET to `encoded-string-description'.
1248
1249 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
1250
1251 * vc.el (vc-next-action): Update list var correctly after delete.
1252
1253 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
1254
1255 * ido.el (ido-mode): Add toggle notification.
1256
1257 * cus-edit.el (custom-save-all): Avoid destroying symlink if
1258 already visiting the custom file.
1259
1260 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
1261 pending output coming after the status change.
1262
1263 2008-08-02 Jason Rumney <jasonr@gnu.org>
1264
1265 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
1266
1267 2008-08-01 Kenichi Handa <handa@m17n.org>
1268
1269 * international/mule-cmds.el (encode-coding-char):
1270 New optional arg CHARSET.
1271
1272 * descr-text.el (describe-char-display): Call encode-coding-char
1273 with the arg CHARSET.
1274 (describe-char): Pay attention to the text-property `charset'.
1275
1276 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
1277
1278 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
1279 error messages.
1280 (dbus-set-property): Call `dbus-introspect-get-property' instead
1281 of `dbus-get-property'.
1282
1283 * net/xesam.el (xesam-all-fields): Remove source and content
1284 identifiers.
1285 (xesam-dbus-unique-names): New defvar.
1286 (xesam-dbus-call-method): New defun. Replace all calls of
1287 `dbus-call-method' by `xesam-dbus-call-method'.
1288 (xesam-get-cached-property, xesam-set-cached-property):
1289 New defuns.
1290 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
1291 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
1292 (xesam-search-engines): Make it an association list. Take changed
1293 layout into account in the corresponding function.
1294 (xesam-delete-search-engine): Remove check for consistency of
1295 `xesam-search-engines', not needed anymore.
1296 (xesam-mode): Show XML query string only in the debug case.
1297
1298 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
1299
1300 * files.el (read-file-modes): Fix typo in docstring.
1301
1302 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1303
1304 * Makefile.in: Avoid maintainer warning for autogenerated unicode
1305 files.
1306
1307 * apropos.el (apropos-symbol): Don't set button skip by default.
1308 (apropos-print): Set button skip iff searching for multiple types.
1309 (apropos-print-doc): Insert blank label button when searching for
1310 a single type.
1311
1312 * button.el (forward-button): Avoid infloop.
1313
1314 * minibuffer.el (read-file-name-completion-ignore-case):
1315 Add cygwin to the list.
1316
1317 2008-07-31 Sven Joachim <svenjoac@gmx.de>
1318
1319 * files.el (abbreviate-file-name): When replacing $HOME with ~,
1320 turn off case-fold-search.
1321
1322 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
1323
1324 * net/dbus.el (top): Don't register for "NameOwnerChanged".
1325 (dbus-message-type-invalid, dbus-message-type-method-call)
1326 (dbus-message-type-method-return, dbus-message-type-error)
1327 (dbus-message-type-signal): New defconst.
1328 (dbus-ignore-errors): Fix `edebug-form-spec' property.
1329 (dbus-return-values-table): New defvar.
1330 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
1331 New defun.
1332 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
1333 Extend docstring. Adapt implementation according to new
1334 `dbus-event' layout.
1335 (dbus-event-service-name, dbus-event-path-name)
1336 (dbus-event-interface-name, dbus-event-member-name):
1337 Adapt implementation according to new `dbus-event' layout.
1338 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
1339
1340 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
1341 (xesam-mode): Rework implementation.
1342 (xesam-new-search): Additional parameter TYPE.
1343 (xesam-search): Adapt call of `xesam-new-search'.
1344
1345 2008-07-31 Juri Linkov <juri@jurta.org>
1346
1347 * dired-aux.el (dired-do-chmod): Set default value to the original
1348 mode string using absolute notation like u=rwx,g=rx,o=rx.
1349 Use it as a new arg `default' of `dired-mark-read-string'.
1350 (dired-mark-read-string): Add new optional arg `default'.
1351
1352 * files.el (read-file-modes): Set default value to the original
1353 mode string using absolute notation like u=rwx,g=rx,o=rx.
1354 Use it as the `default' arg of `read-string'.
1355
1356 * filesets.el (filesets-cmd-isearch-getargs): Check if the
1357 variable `files' is bound to avoid warnings.
1358
1359 * isearch.el (isearch-forward-regexp, isearch-forward-word)
1360 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
1361 to the command `isearch-forward' instead of displaying "See C-s".
1362 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
1363 with their interactive specifictions. Move reading the face name to
1364 the main body after calls to isearch-done and isearch-clean-overlays.
1365
1366 * mb-depth.el: Unify all names under one common name prefix
1367 `minibuffer-depth-'.
1368 (minibuffer-depth-indicator-function): Rename from
1369 `minibuf-depth-indicator-function'.
1370 (minibuffer-depth-overlay): Rename from
1371 `minibuf-depth-overlay'.
1372 (minibuffer-depth-setup): Rename from
1373 `minibuf-depth-setup-minibuffer'.
1374 (minibuffer-depth-indicate-mode): Rename from
1375 `minibuffer-indicate-depth-mode'.
1376
1377 2008-07-31 Juri Linkov <juri@jurta.org>
1378
1379 * dired-aux.el (dired-isearch-filenames-toggle): New command.
1380 (dired-isearch-filenames-setup): Bind "\M-sf" to
1381 dired-isearch-filenames-toggle in isearch-mode-map.
1382 (dired-isearch-filenames-end): Bind "\M-sf" to nil
1383 in isearch-mode-map.
1384
1385 * isearch.el (isearch-edit-string-set-word): New command.
1386 (minibuffer-local-isearch-map): Bind "\C-w" to
1387 isearch-edit-string-set-word.
1388 (isearch-new-word): Temporary internal variable.
1389 (isearch-edit-string): Remove special case of reading the
1390 first character and checking it for C-w.
1391
1392 * simple.el (read-shell-command, shell-command):
1393 Move code that uses minibuffer-with-setup-hook to set
1394 minibuffer-default-add-function to minibuffer-default-add-shell-commands
1395 from the interactive spec of `shell-command' to `read-shell-command'.
1396
1397 * international/mule-cmds.el (read-char-by-name):
1398 Accept hash notation. Doc fix.
1399 (ucs-insert): Doc fix. Convert to number only when `arg' is
1400 a string. Use separate error message when `arg' is not an integer.
1401 Bind `ucs-insert' to `C-x 8 RET'.
1402
1403 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
1404
1405 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
1406 move the (arglist-cont-nonempty) from c-offsets-alist to
1407 c-hanging-braces-alist like other styles already have.
1408
1409 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
1410
1411 * textmodes/texinfmt.el:
1412 * nxml/nxml-enc.el:
1413 * mail/feedmail.el:
1414 * international/mule.el:
1415 * international/latexenc.el:
1416 * emulation/viper-util.el:
1417 * emulation/viper-init.el:
1418 * emulation/viper-ex.el:
1419 * emacs-lisp/bytecomp.el:
1420 * version.el:
1421 * subr.el:
1422 * startup.el:
1423 * sort.el:
1424 * shadowfile.el:
1425 * recentf.el:
1426 * printing.el:
1427 * paths.el:
1428 * minibuffer.el:
1429 * ls-lisp.el:
1430 * loadup.el:
1431 * hippie-exp.el:
1432 * finder.el:
1433 * files.el:
1434 * ediff-util.el:
1435 * ediff-ptch.el:
1436 * ediff-init.el:
1437 * ediff-diff.el:
1438 * dired.el:
1439 * dired-aux.el:
1440 * cus-edit.el:
1441 * bindings.el:
1442 * arc-mode.el:
1443 * add-log.el: Remove VMS support.
1444 * obsolete/vmsproc.el:
1445 * obsolete/vms-pmail.el:
1446 * obsolete/vms-patch.el: Remove file.
1447
1448 2008-07-31 Alan Mackenzie <acm@muc.de>
1449
1450 * progmodes/cc-mode.el (c-before-hack-hook): New function
1451 (Top Level): Install c-before-hack-hook on
1452 before-hack-local-variables-hook, rather than
1453 c-postprocess-file-styles on hack-local-variables-hook.
1454
1455 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
1456
1457 * files.el (normal-mode): Move call to hack-project-variables into
1458 hack-local-variables.
1459 (file-local-variables-alist, before-hack-local-variables-hook):
1460 New vars.
1461 (ignored-local-variables): Add file-local-variables-alist.
1462 (hack-local-variables-filter): Renamed from
1463 hack-local-variables-apply. Add the result to
1464 file-local-variables-alist, without applying them.
1465 (hack-local-variables): Set file-local-variables-alist to nil.
1466 Call hack-project-variables and before-hack-local-variables-hook.
1467 Apply variables here, instead of hack-local-variables-apply.
1468 Based on a patch by Alan Mackenzie.
1469
1470 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
1471
1472 * info-look.el (autoconf-mode :doc-spec): For
1473 "(autoconf)M4 Macro Index", if the item already
1474 begins with "AS_", don't prefix that string again.
1475
1476 2008-07-30 Juri Linkov <juri@jurta.org>
1477
1478 * info.el (info, Info-mode): Doc fix.
1479
1480 * isearch.el (isearch-mode-map): Bind `M-s r' to
1481 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
1482 (search-map): Bind `M-s w' to `isearch-forward-word' globally
1483 in the global map `search-map'.
1484 (isearch-forward): Doc fix.
1485 (isearch-forward-word, isearch-toggle-case-fold): New commands.
1486
1487 * simple.el (quoted-insert): Comment out code that treats
1488 0240-0377 specially.
1489
1490 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
1491
1492 * cus-start.el: Add customization info for
1493 read-buffer-completion-ignore-case.
1494
1495 2008-07-30 Sam Steingold <sds@gnu.org>
1496
1497 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
1498
1499 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1500
1501 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
1502 (vc-dir-mode): Improve docstring.
1503
1504 2008-07-30 Juri Linkov <juri@jurta.org>
1505
1506 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
1507 for the sake of isearch-mode-hook in dired-mode in dired.el.
1508
1509 2008-07-19 Markus Triska <markus.triska@gmx.at>
1510
1511 * image-mode.el (image-mode): Set image-mode-text-map when image
1512 cannot be displayed.
1513
1514 2008-07-30 Stepehen Leake <stephen_leake@stephe-leake.org>
1515
1516 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
1517 ada-xref-set-default-prj-values.
1518 (ada-prj-display-page): Ditto.
1519
1520 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
1521 (ada-make-filename-from-adaname): Fix free variable.
1522
1523 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
1524
1525 * vc-git.el (vc-git-status-printer): Synchronize with the default.
1526
1527 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
1528
1529 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
1530 for declarations inside a parenthetical list. The code is ill-advised,
1531 and doesn't work given user defined types.
1532 (verilog-set-auto-endcomments): Enhance function automatic
1533 endcomment to support functions that return user defined types.
1534 (verilog-mode): Add code to tell which-function-mode minor mode
1535 that Verilog supports this feature.
1536 (verilog-beg-block-re-ordered, verilog-indent-re)
1537 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
1538 (verilog-leap-to-head): Support the new virtual and/or protected
1539 tasks, as well as extern declarations of tasks for indenting and
1540 for foward/backward expression.
1541
1542 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
1543
1544 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
1545 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
1546 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
1547 (verilog-string-replace-matches): Avoid recursion with small
1548 replacements.
1549 (verilog-auto-inst-param-value, verilog-mode-version)
1550 (verilog-mode-version-date, verilog-read-inst-param-value)
1551 (verilog-auto-inst, verilog-auto-inst-param)
1552 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
1553 verilog-auto-inst-param-value option for AUTOINST. Suggested by
1554 David Rogoff. This allows parameters to be replaced with their
1555 values, on the expansion of an AUTOINST with Verilog 2001 style
1556 parameter settings.
1557
1558 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
1559
1560 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
1561 to `cddr'.
1562
1563 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * Makefile.in (ELCFILES): Add mairix.elc.
1566
1567 2008-07-29 David Engster <deng@randomsample.de>
1568
1569 * net/mairix.el: New file.
1570
1571 2008-07-29 Juri Linkov <juri@jurta.org>
1572
1573 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
1574 instead of variable-pitch with bold and 1.2 height.
1575
1576 * dired-aux.el (dired-do-async-shell-command): New command.
1577
1578 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
1579 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
1580
1581 2008-07-29 Juri Linkov <juri@jurta.org>
1582
1583 * international/mule-cmds.el (ucs-names): New internal variable.
1584 (ucs-names): New function.
1585 (ucs-completions): New lazy completion variable.
1586 (read-char-by-name): New function.
1587 (ucs-insert): Replace interactive spec letter "s" with the call to
1588 `read-char-by-name'.
1589
1590 * replace.el (read-regexp): Add second arg `default'. Doc fix.
1591
1592 * replace.el (occur-read-primary-args):
1593 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
1594 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
1595 second arg of `read-regexp'.
1596
1597 * dired-aux.el (dired-isearch-filenames): New user option.
1598 (dired-isearch-orig-success-function): New internal variable.
1599 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
1600 (dired-isearch-success-function): New functions.
1601 (dired-isearch-filenames, dired-isearch-filenames-regexp):
1602 New commands.
1603
1604 * dired.el (dired-insert-set-properties): Add new text property
1605 `dired-filename' to put on file names.
1606 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
1607 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
1608 Add menu items.
1609 (dired-mode): Add hook `dired-isearch-filenames-setup' to
1610 buffer-local `isearch-mode-hook'.
1611
1612 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
1613
1614 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
1615 (ada-create-case-exception): Fix typo in docstring.
1616 (ada-no-auto-case): Return nil, not the docstring.
1617 (ada-indent-current): Reflow docstring.
1618
1619 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
1620 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
1621 (ada-prj-load-from-file): Reflow docstring.
1622 (ada-prj-display-page): Fix typo in widget.
1623
1624 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
1625 Fix typos in docstrings.
1626
1627 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
1628 (ada-compile-current, ada-check-current, ada-run-application)
1629 (ada-get-ali-file-name): Fix typos in docstrings.
1630 (ada-xref-confirm-compile, ada-find-references)
1631 (ada-find-local-references, ada-find-any-references): Doc fixes.
1632 (ada-get-all-references): Fix typo in error message.
1633 (ada-xref-current-project): Use `let', not `let*'.
1634 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
1635
1636 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1637
1638 * whitespace.el (whitespace-newline): Change initialization to have a
1639 low contrast relative to the background color. Suggested by David
1640 Reitter <david.reitter@gmail.com>.
1641
1642 2008-07-28 Juri Linkov <juri@jurta.org>
1643
1644 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
1645 New functions.
1646
1647 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
1648 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
1649
1650 2008-07-28 Seiji Zenitani <zenitani@mac.com>
1651
1652 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
1653 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
1654
1655 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
1656
1657 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
1658 Add support for add-log.
1659 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
1660
1661 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
1662 (ada-prj-save): Prompt for file name if not given.
1663 (ada-prj-display-page): Display casing exceptions.
1664
1665 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
1666 Ada mode project files. Delete 'main_unit' project variable;
1667 only need 'main'. Simplify handling of default project values.
1668 Use cross-prefix consistently.
1669 (ada-find-executable): Throw error if not found.
1670 (ada-initialize-runtime-library): Improve error handling when
1671 gnatls not found.
1672 (ada-gnat-parse-gpr): New.
1673 (ada-treat-cmd-string): Allow process environment variables.
1674 (ada-xref-set-default-prj-values): Delete; replace with
1675 ada-default-prj-properties.
1676 (ada-parse-prj-file): Handle GNAT project files.
1677 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
1678 (ada-select-prj-file): New.
1679 (ada-get-absolute-dir-list): Allow project and environment variables.
1680
1681 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
1682
1683 Sync with Tramp 2.1.14.
1684
1685 * net/tramp.el (tramp-perl-directory-files-and-attributes)
1686 (tramp-get-device): Make device number a cons cell.
1687 (tramp-convert-file-attributes): Make inode a cons cell.
1688
1689 * net/trampver.el: Update release number.
1690
1691 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1692
1693 * faces.el (face-set-after-frame-default): Treat 'ns as all other
1694 window systems.
1695
1696 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
1697
1698 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
1699
1700 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
1701
1702 Remove support for Mac Carbon.
1703 * term/mac-win.el: Remove file
1704 * international/mule-cmds.el:
1705 * version.el:
1706 * startup.el:
1707 * simple.el:
1708 * mwheel.el:
1709 * mouse.el:
1710 * loadup.el:
1711 * isearch.el:
1712 * info.el:
1713 * frame.el:
1714 * faces.el:
1715 * disp-table.el:
1716 * cus-start.el:
1717 * cus-face.el:
1718 * cus-edit.el:
1719 * Makefile.in: Remove code for Carbon.
1720
1721 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
1722
1723 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
1724 bindings for functions deleted by Dan N. 2008-07-21. Set
1725 where-is-preferred-modifier. Add show-manual option to Help menu.
1726
1727 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
1728
1729 * net/tramp.el (tramp-handle-start-file-process):
1730 Set query-on-exit flag. Kill temporary buffer.
1731 (tramp-process-sentinel): Remove defun.
1732 (tramp-do-copy-or-rename-file-out-of-band)
1733 (tramp-maybe-open-connection): Don't call it.
1734
1735 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
1736 `tramp-process-sentinel'.
1737
1738 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
1739 `tramp-process-sentinel'.
1740
1741 * net/xesam.el (xesam-from): Remove defvar.
1742 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
1743 and `mode-line-position'.
1744 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
1745 information to the widgets. Don't set `mode-line-position'.
1746 (xesam-refresh-search-buffer): Correct hit number computing.
1747 Don't set `mode-line-position'.
1748 (xesam-new-search): Add debug information to the mode line.
1749
1750 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1751
1752 * diff-mode.el (diff-show-trailing-blanks): Renamed to
1753 diff-show-trailing-whitespaces.
1754
1755 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1756
1757 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
1758 invalid filename strings when parsing tex errors (bug#376).
1759
1760 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
1761
1762 * menu-bar.el (menu-bar-file-menu): Fix typo.
1763
1764 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * play/solitaire.el (solitaire-mode-map): Define within defvar.
1767 (solitaire-mode): Define with `define-derived-mode'.
1768 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
1769 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
1770 (solitaire-undo, solitaire-check): Use `when'.
1771 (solitaire-solve): Err out if the solitaire is already in progress.
1772 Use `when'.
1773
1774 * descr-text.el (describe-char): Don't overwrite local variable char
1775 when describing characters with display-table entries. Display font
1776 backend when describing composed characters. Simplify: use `let'
1777 instead of `let*', and `or x y' instead of `if x x y'.
1778
1779 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
1780
1781 * image-mode.el (image-minor-mode): Set up winprops.
1782
1783 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1784
1785 * diff-mode.el (diff-show-trailing-blanks): New fun.
1786 Show trailing blanks in modified lines for diff-mode.
1787
1788 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
1789
1790 * Makefile.in (ELCFILES): Add net/xesam.el.
1791
1792 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
1793 process name. Reported by Markus Triska <markus.triska@gmx.at>.
1794
1795 * net/xesam.el: New file.
1796
1797 2008-07-24 Sven Joachim <svenjoac@gmx.de>
1798
1799 * dired-aux.el (dired-copy-file-recursive): Avoid calling
1800 set-file-modes when creating target directories.
1801
1802 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
1803
1804 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
1805 Set `show-trailing-whitespace' to nil.
1806 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
1807 Fix typos in docstrings.
1808
1809 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
1810
1811 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
1812 key remapping, not directly.
1813
1814 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1815
1816 * whitespace.el: New version 11.2.
1817 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
1818 minor mode visualization.
1819
1820 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
1821
1822 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
1823
1824 * Makefile.in (ELCFILES): Add term/common-win.elc.
1825
1826 * vc-dir.el (vc-dir-search, vc-dir-isearch)
1827 (vc-dir-isearch-regexp): New functions.
1828 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
1829
1830 2008-07-23 Juri Linkov <juri@jurta.org>
1831
1832 * isearch-multi.el: Remove file to avoid dos file name clashes
1833 with isearch-x.el. Move most content to misearch.el.
1834
1835 * misearch.el: New file with most content from isearch-multi.el.
1836 Rename `isearch-buffers' name prefixes to `multi-isearch'.
1837 Remove `isearch-buffers-minor-mode'. Add new function
1838 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
1839 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
1840 `multi-isearch-files', `multi-isearch-files-regexp'.
1841
1842 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
1843
1844 * isearch.el (isearch-message-prefix): Display "Multi" when
1845 `multi-isearch-next-buffer-current-function' is non-nil.
1846 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
1847 with `multi-isearch-next-buffer-current-function', and
1848 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
1849
1850 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
1851 `multi-isearch-next-buffer-function' instead of
1852 `isearch-buffers-next-buffer-function'. Remove call to
1853 `isearch-buffers-minor-mode'.
1854
1855 * buff-menu.el (Buffer-menu-marked-buffers)
1856 (Buffer-menu-isearch-buffers)
1857 (Buffer-menu-isearch-buffers-regexp): New functions.
1858 (Buffer-menu-mode-map): Bind "M-s a C-s" to
1859 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
1860 `Buffer-menu-isearch-buffers-regexp'.
1861 (Buffer-menu-mode): Document new commands in docstring.
1862 (list-buffers-noselect): Add one space after Info file name
1863 according to the Info address convention.
1864
1865 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
1866 New functions.
1867
1868 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
1869 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
1870 (ibuffer-mode): Document new commands in docstring.
1871
1872 * filesets.el (filesets-commands): Add commands for "Isearch" and
1873 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
1874 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
1875 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
1876 or `multi-isearch-files-regexp'.
1877 (filesets-cmd-query-replace-getargs): Call standard function
1878 `query-replace-read-args' to read `query-replace' arguments.
1879 Add `multi-query-replace-map'.
1880 (filesets-cmd-query-replace-regexp-getargs)
1881 (filesets-cmd-isearch-getargs): New functions.
1882
1883 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1884
1885 * international/mule.el (recode-region): Deactivate mark at the end.
1886
1887 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
1888
1889 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1890 Use more suitable colors on dark displays.
1891
1892 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
1893
1894 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
1895 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
1896 (tramp-temp-buffer-name): New defconst.
1897 (tramp-handle-start-file-process): Use it. Apply "exec", for the
1898 command. No trailing prompt.
1899 (tramp-process-sentinel): Remove temporary buffer, if existing.
1900 Don't handle trailing prompt.
1901 (tramp-open-connection-setup-interactive-shell):
1902 Use `tramp-temp-buffer-name'.
1903
1904 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1905
1906 * shell.el (shell-dynamic-complete-functions):
1907 Use comint-dynamic-complete-filename as well (bug#361).
1908
1909 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1910
1911 * term/ns-win.el:
1912 * version.el (emacs-version):
1913 * loadup.el:
1914 * frame.el (make-frame-on-display): Check for ns instead of
1915 ns-windowing.
1916
1917 * dired.el (dired-mode-map): Show the key binding for wdired.
1918
1919 * menu-bar.el (menu-bar-file-menu): Show the key binding for
1920 exiting Emacs.
1921
1922 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1923
1924 * term/ns-win.el (x-list-fonts): Drop alias.
1925
1926 2008-07-23 Juri Linkov <juri@jurta.org>
1927
1928 * replace.el (multi-query-replace-map): New variable.
1929 (perform-replace): Add processing of new multi-buffer keys bound
1930 to `automatic-all' and `exit-current'. Set `query-flag' to nil
1931 if last input char was `automatic-all'. Set new local variable
1932 `multi-buffer' to t when one of new two keys were typed. Return
1933 non-nil value of `multi-buffer' that tells to calling functions
1934 to continue replacement on the next file.
1935
1936 * progmodes/etags.el (tags-query-replace): Set arg `map' of
1937 `perform-replace' to `multi-query-replace-map'.
1938
1939 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1940
1941 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
1942 otherwise displayed in every buffer.
1943
1944 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
1945 (vc-arch-trim-one-revlib): Delete temp directories as well.
1946
1947 2008-07-22 Stephen Eglen <stephen@gnu.org>
1948
1949 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
1950
1951 2008-07-22 Sven Joachim <svenjoac@gmx.de>
1952
1953 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
1954
1955 2008-07-22 Miles Bader <miles@gnu.org>
1956
1957 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
1958 (sh-mode-map): Remove remapping of newline-and-indent.
1959
1960 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1961
1962 * vc.el (Todo): Update.
1963
1964 * vc-hooks.el: Remove obsolete comment.
1965
1966 * vc-git.el (vc-git-status-printer): Update the directory display
1967 to match the default.
1968
1969 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
1970
1971 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
1974 for "word wrap" command.
1975
1976 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
1977
1978 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1979
1980 * term/ns-win.el: Rename ns- functions/variables to the
1981 corresponding x- versions.
1982 (x-select-text, x-cut-buffer-or-selection-value)
1983 (x-disown-selection-internal, x-get-selection-internal)
1984 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
1985 (x-display-mm-width, x-display-mm-height)
1986 (x-display-backing-store, x-display-save-under)
1987 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
1988 defaliases.
1989
1990 * frame.el (ns-display-name): Remove declaration.
1991 (make-frame-on-display): Use x-display-name instead
1992 ns-display-name. Use unless.
1993
1994 * startup.el (command-line-1): Fix indentation.
1995
1996 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
1997 checked in inadvertently.
1998
1999 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2000
2001 * term/ns-win.el: Standardize references to "Nextstep" in
2002 comments, messages, and docstrings.
2003 (ns-handle-args, x-parse-geometry)
2004 (ns-extended-platform-support-mode, x-setup-function-keys)
2005 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
2006 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
2007 (ns-initialized, ns-initialize-window-system): Doc fixes.
2008
2009 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
2010
2011 * diff-mode.el (diff-auto-refine): Delete defcustom.
2012 (diff-auto-refine-mode): New func/var via define-minor-mode.
2013 Update var ref to use diff-auto-refine-mode.
2014 * smerge-mode.el (diff-mode): Require when compiling.
2015 (smerge-auto-refine): Delete defcustom.
2016 Update smerge-auto-refine ref to use diff-auto-refine-mode.
2017
2018 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * simple.el (visual-line): New custom group.
2021 (visual-line-fringe-indicators): New var.
2022 (visual-line-mode): Set fringe-indicator-alist based on
2023 visual-line-fringe-indicators. Add lighter.
2024
2025 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
2026
2027 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
2028 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
2029 (x-handle-geometry, x-handle-name-switch, x-display-name)
2030 (x-handle-display, x-handle-args, x-colors): Move ...
2031 * term/common-win.el: ... here. New file.
2032 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
2033 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
2034 (x-handle-geometry, x-handle-name-switch, x-display-name)
2035 (x-handle-display, x-handle-args, x-colors): Remove.
2036 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
2037
2038 2008-07-19 Juri Linkov <juri@jurta.org>
2039
2040 * startup.el (fancy-startup-text): Move the line "To quit
2041 a partially entered command, type Control-g" a few lines below
2042 to be after the line "To start". Add text "at gnu.org" to
2043 "Overview of Emacs features".
2044
2045 * dired.el (dired-mode-map): Fix menu text of
2046 image-dired-display-thumbs.
2047
2048 * image-dired.el (image-dired-cmd-create-thumbnail-options)
2049 (image-dired-cmd-create-temp-image-options)
2050 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
2051 ImageMagick command line to change the dimensions of the image
2052 only if its width or height exceeds the geometry specification.
2053
2054 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
2055
2056 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
2057 to docstrings.
2058
2059 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
2060
2061 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
2062 Vinicius Jose Latorre.
2063
2064 2008-07-19 Glenn Morris <rgm@gnu.org>
2065
2066 * term/ns-win.el (ns-make-command-string): Use mapconcat.
2067 (ns-save-preferences): Fix typo in previous change. (Bug#573)
2068
2069 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
2070
2071 * net/dbus.el (dbus-interface-properties): New defconst.
2072 (dbus-introspect): Update docstring.
2073 (dbus-introspect-xml, dbus-introspect-get-attribute)
2074 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
2075 (dbus-introspect-get-interface-names)
2076 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
2077 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
2078 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
2079 (dbus-introspect-get-property)
2080 (dbus-introspect-get-annotation-names)
2081 (dbus-introspect-get-annotation)
2082 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
2083 (dbus-introspect-get-signature, dbus-get-property)
2084 (dbus-set-property, dbus-get-all-properties): New defuns.
2085
2086 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
2087
2088 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
2089 ns-grabenv.elc.
2090
2091 * ns-carbon-compat.el: File removed.
2092
2093 * ns-grabenv.el: File removed.
2094
2095 * term/ns-win.el: Contents of ns-carbon-compat.el and
2096 ns-grabenv.el moved here.
2097 (ns-grabenv, ns-open-file-select-line): Doc fixes.
2098 (ns-submit-bug-report): Function removed. Reports go to the main
2099 Emacs bug list.
2100 (ns-handle-args, ns-spi-service-call): Doc fixes.
2101 (info-ns-emacs): Function removed. Nextstep port manual will be
2102 merged into the Emacs manual, so no separate link needed.
2103
2104 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
2105
2106 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
2107
2108 2008-07-18 Glenn Morris <rgm@gnu.org>
2109
2110 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
2111 to XEmacs, since it does nothing for Emacs.
2112
2113 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
2114
2115 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
2116 BUFFER that is a string but does not exist as a buffer object, as
2117 mentioned in the doc-string.
2118
2119 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
2120
2121 * simple.el (line-move-visual): Make it a defcustom.
2122 (line-move-1): Convert temporary-goal-column back to an integer if
2123 it was set as a float by a previous call to line-move-visual.
2124 (end-of-visual-line, beginning-of-visual-line)
2125 (next-logical-line, previous-logical-line): New functions.
2126
2127 2008-07-17 David Reitter <david.reitter@gmail.com>
2128
2129 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
2130 functions.
2131 (visual-line-mode, global-visual-line-mode): New minor mode.
2132 (visual-line-mode-map): New variable.
2133
2134 2008-07-17 Glenn Morris <rgm@gnu.org>
2135
2136 * term/ns-win.el (parameters): Declare for compiler.
2137
2138 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
2139
2140 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
2141 for Windows.
2142
2143 2008-07-17 Daiki Ueno <ueno@unixuser.org>
2144
2145 * epa.el (epa-key-list-mode): Use run-mode-hooks.
2146 (epa-key-mode): Ditto.
2147 (epa-info-mode): Ditto.
2148
2149 2008-07-17 Glenn Morris <rgm@gnu.org>
2150
2151 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
2152 (ns-handle-numeric-switch): Just call ns-handle-switch.
2153 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
2154 (ns-handle-args): Simplify using `pop'.
2155 (ns-display-name): Define (used in frame.el).
2156 (menu-bar-select-frame): Add (ignored) arg to more closely match the
2157 original definition.
2158 (ns-perform-service): Declare.
2159 (ns-save-preferences): Use fewer `let's.
2160
2161 * frame.el (ns-display-name): Declare for compiler.
2162
2163 2008-07-17 Kenichi Handa <handa@m17n.org>
2164
2165 * descr-text.el (describe-char-unidata-list): Initialize to the
2166 list of name, general-category, decomposition, and old-name.
2167
2168 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2169
2170 * startup.el (command-line-1): Update processing of NS long options to
2171 mimic recent changes to processing of X long options.
2172
2173 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
2174
2175 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
2176 list of #defines for remote files.
2177 (gdb-source-info): Only show main if it has been found.
2178
2179 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
2180
2181 * term/ns-win.el: Require CL; fix up comment style; reindent.
2182 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
2183 (ns-save-preferences): Use `case'.
2184 (ns-initialize-window-system): Use `dolist'.
2185
2186 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
2187
2188 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
2189 windowing is used.
2190 * term/ns-win.el (ns-extended-platform-support-mode):
2191 Correct/improve documentation.
2192
2193 2008-07-16 Glenn Morris <rgm@gnu.org>
2194
2195 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
2196 Simply require 'cl (see comment in cl-compat.el).
2197 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
2198 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
2199 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
2200 directly rather by subterfuge. Provide cl before loading cl-macs.
2201
2202 * paths.el (rmail-spool-directory): Remove settings for systems that are
2203 no longer supported.
2204
2205 * frame.el (ns-initialize-window-system): Declare for compiler.
2206
2207 * term/ns-win.el: Add numerous declarations for compiler.
2208 (ns-pop-up-frames): Move definition before use. Doc fix.
2209
2210 * emacs-lisp/check-declare.el (check-declare-locate)
2211 (check-declare-verify): Handle .m files.
2212
2213 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
2214
2215 * ns-carbon-compat.el: New file: user-visible compatibility of
2216 NeXTstep port with Carbon port.
2217 * ns-grabenv.el: New file: functionality useful on OS X platform to
2218 expose environment variables inside Emacs started from icon.
2219 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
2220 * cus-edit.el:
2221 * cus-face.el:
2222 * disp-table.el:
2223 * faces.el:
2224 * info.el:
2225 * mouse.el:
2226 * mwheel.el:
2227 * simple.el: Add ns to window systems treated as GUIs.
2228 * facemenu.el (facemenu-read-color): Don't require a name match under
2229 NS, to allow numeric color entry.
2230 * frame.el (make-frame-on-display): Follow code for 'x in initializing
2231 'ns window system if need be.
2232 (various): Add 'ns as described above.
2233 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
2234 ns-windowing is active.
2235 * startup.el (command-line-ns-option-alist): New constant to handle NS
2236 windowing system specific command line args analogous to how they are
2237 handled for X windows.
2238 (command-line-1): Use the above where appropriate.
2239 * version.el: Add NS port version.
2240 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
2241 Darwin (usually OS X) systems.
2242 (woman-use-own-frame): Include 'ns in list of GUI window systems.
2243 * emulation/viper-util.el (ns-display-color-p)
2244 (ns-color-defined-p): Remove these (caustically-commented) outdated
2245 compensations for a port that was never itself integrated until now.
2246 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
2247 for NS window system.
2248 * international/mule-cmds.el: Add 'ns to list of special-cased window
2249 systems (probably most of these, x/w32/mac/ns could be changed to
2250 window-system non-nil).
2251 * term/ns-win.el: New file: lisp-side support for NS windowing system.
2252
2253 2008-07-14 Jason Rumney <jasonr@gnu.org>
2254
2255 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
2256 (x-handle-numeric-switch, x-handle-initial-switch)
2257 (x-handle-xrm-switch, x-handle-args, x-handle-display)
2258 (xw-defined-colors, w32-initialize-window-system):
2259 Avoid use of cl pop and push macros.
2260
2261 2008-07-14 Martin Rudalics <rudalics@gmx.at>
2262
2263 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
2264 error when change-log-search-file-name returns nil.
2265
2266 2008-07-13 Martin Rudalics <rudalics@gmx.at>
2267
2268 * add-log.el (change-log-search-file-name):
2269 Use match-string-no-properties.
2270 (change-log-search-tag-name-1, change-log-search-tag-name)
2271 (change-log-goto-source-1, change-log-goto-source): New functions.
2272 (change-log-tag-re, change-log-find-head, change-log-find-tail):
2273 New variables.
2274 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
2275
2276 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
2277
2278 * calc/calc-help.el (calc-describe-key): Add angles to special key
2279 descriptions.
2280
2281 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
2282
2283 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
2284 search for regexp.
2285
2286 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
2287
2288 * simple.el (line-move-visual): Handle null pixel position gracefully.
2289
2290 2008-07-11 Jason Rumney <jasonr@gnu.org>
2291
2292 * files.el (file-truename): Get truename of ancestors if file does
2293 not exist on Windows.
2294
2295 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
2296
2297 * simple.el (line-move-visual): Obey goal-column and no-error arg.
2298 (track-eol, temporary-goal-column, previous-line, next-line):
2299 Update docstring.
2300 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
2301 to nil.
2302
2303 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
2304
2305 * simple.el (line-move-visual): New var.
2306 (line-move-visual): New function.
2307 (line-move): Call line-move-visual.
2308
2309 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
2310
2311 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
2312 pattern and add patterns for C++ header files.
2313
2314 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
2315
2316 * window.el (truncated-partial-width-window-p): New function.
2317
2318 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
2319
2320 * faces.el (x-create-frame-with-faces): Don't pass parameters that
2321 are set later to x-create-frame.
2322 (face-set-after-frame-default): Apply X resources for non-default
2323 faces.
2324
2325 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
2326
2327 * faces.el (face-set-after-frame-default): Simplify. Don't apply
2328 frame-specific X resource settings. Set faces using a list of
2329 frame parameters explicitly passed to the calling
2330 function (e.g. make-frame).
2331 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
2332 explicit frame parameter list to face-set-after-frame-default.
2333
2334 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
2335
2336 * net/browse-url.el (browse-url-default-browser):
2337 Fix argument list in lambda.
2338
2339 2008-07-07 Ulf Jasper <ulf@web.de>
2340
2341 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
2342 from url-retrieve.
2343 (newsticker--sentinel-work): Fix xerror typo.
2344
2345 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
2346
2347 * vc-dir.el (vc-dir-refresh): Only update files.
2348
2349 * vc-git.el (vc-git--ls-files-state): Remove unused function.
2350
2351 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
2352
2353 2008-07-06 John Paul Wallington <jpw@pobox.com>
2354
2355 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
2356
2357 2008-07-05 Alexandre Julliard <julliard@winehq.org>
2358
2359 * vc-git.el (vc-git-registered): Return true for removed files.
2360 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
2361 all the files instead of one per file.
2362 (vc-git-previous-revision): Add support for project-wide previous
2363 revision when specified file is nil.
2364
2365 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
2366
2367 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
2368
2369 * vc-dir.el (vc-dir-find-child-files): New function.
2370 (vc-dir-resync-directory-files): New function.
2371 (vc-dir-recompute-file-state): New function, broken out of ...
2372 (vc-dir-resynch-file): ... here. Also deal with directories.
2373 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
2374 (vc-resynch-buffer): Use it.
2375
2376 * vc-hg.el (vc-hg-registered): Do not set vc-state.
2377
2378 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
2379
2380 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
2381
2382 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
2383 if it's not part of gdb-ui, e.g, at start.
2384
2385 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
2386 filenames in stack trace (text command mode).
2387
2388 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
2389
2390 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
2391
2392 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
2393 Use syntax-ppss on a position *before* the char we want to change.
2394
2395 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
2396
2397 * vc-dir.el (vc-dir-query-replace-regexp): New function.
2398 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
2399 (vc-dir-mode-map): Likewise.
2400
2401 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
2402
2403 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
2404 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
2405 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
2406 Remove spurious * in defcustom docstrings.
2407
2408 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
2409 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
2410 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
2411 (default-justification): Remove spurious * in defcustom docstrings.
2412
2413 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
2414 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
2415 (rst-compare-decorations, rst-default-indent, rst-update-section)
2416 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
2417 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
2418 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
2419 Fix typos in docstrings.
2420 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
2421 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
2422 (rst-get-decorations-around, rst-section-tree-point)
2423 (rst-font-lock-adornment-point): Reflow docstrings.
2424 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
2425 Doc fixes.
2426 (rst-re-enumerations): Comment out.
2427
2428 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
2429 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
2430 (nxml-unicode-block-char-name-set):
2431 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
2432 * nxml/rng-nxml.el (rng-set-state-after):
2433 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
2434
2435 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
2436 (rng-c-parse-annotation-body):
2437 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
2438
2439 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
2440 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
2441 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
2442 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
2443 Fix typos in docstrings.
2444 (nxml-attribute-indent): Reflow docstring.
2445 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
2446 (nxml-default-buffer-file-coding-system): Doc fixes.
2447
2448 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
2449 (nxml-ns-set-prefix): Fix typos in docstrings.
2450 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
2451 Reflow docstring.
2452 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
2453
2454 * nxml/nxml-outln.el (nxml-hide-all-text-content)
2455 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
2456 (nxml-hide-direct-text-content, nxml-hide-subheadings)
2457 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
2458 (nxml-outline-display-rest, nxml-outline-set-overlay)
2459 (nxml-section-tag-forward, nxml-section-tag-backward)
2460 (nxml-back-to-section-start): Fix typos in docstrings.
2461
2462 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
2463 Doc fixes.
2464
2465 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
2466 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
2467 (nxml-scan-after-change): Fix typo in docstring.
2468
2469 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
2470 (rng-name-class-possible-names): Doc fixes.
2471 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
2472 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
2473 Fix typos in docstrings.
2474 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
2475 Reflow docstrings.
2476
2477 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
2478 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
2479
2480 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
2481 (rng-xsd-convert-date-time): Reflow docstrings.
2482 (rng-xsd-compile): Fix typo in docstring.
2483
2484 * nxml/rng-loc.el (rng-current-schema-file-name)
2485 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
2486 Doc fixes.
2487 (rng-set-schema-file): Fix typo in docstring.
2488
2489 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
2490 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
2491 Fix typos in docstrings.
2492 (rng-message-overlay, rng-conditional-up-to-date-start)
2493 (rng-conditional-up-to-date-end): Doc fixes.
2494 (rng-next-error, rng-previous-error): Reflow docstrings.
2495
2496 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
2497 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
2498 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
2499 (xmltok-merge-attributes): Fix typos in docstrings.
2500 (xmltok-make-attribute, xmltok-forward-special)
2501 (xmltok-get-declared-encoding-position): Reflow docstrings.
2502
2503 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
2504 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
2505 Fix typos in docstrings.
2506
2507 2008-07-02 John Paul Wallington <jpw@pobox.com>
2508
2509 * ibuffer.el (ibuffer-buffer-file-name):
2510 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
2511 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
2512
2513 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
2514
2515 * files.el (backup-extract-version): Handle versioned directories.
2516 (trash-directory): New variable.
2517 (move-file-to-trash): New function.
2518
2519 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
2520
2521 2008-07-02 Magnus Henoch <mange@freemail.hu>
2522
2523 * vc-git.el (vc-git-annotate-command): Use proper option for
2524 specifying revision.
2525
2526 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2527
2528 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
2529 if available.
2530
2531 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
2532
2533 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
2534
2535 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
2536 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
2537
2538 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
2539
2540 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
2541
2542 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
2543 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
2544 (gdb-var-list-children-regexp, gdb-var-update-regexp)
2545 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
2546 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
2547 (gdb-stack-list-locals-regexp): Future proof regexps better.
2548
2549 2008-06-30 Juri Linkov <juri@jurta.org>
2550
2551 * faces.el (face-name-history): New variable.
2552 (make-face, make-empty-face): Replace interactive spec "S"
2553 with `read-from-minibuffer' where `read' arg is t and
2554 `hist' arg is `face-name-history'.
2555 (read-face-name): Set `hist' arg of `completing-read-multiple'
2556 to `face-name-history'.
2557 (list-faces-display): Use `read-regexp' instead of `read-string'
2558 to read regexp.
2559
2560 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
2561 to `regexp-history'.
2562 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
2563 make it an obsolete alias to it.
2564 (hi-lock-face-defaults): New variable renamed from
2565 `hi-lock-face-history'.
2566 (hi-lock-line-face-buffer, hi-lock-face-buffer)
2567 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
2568 `read-from-minibuffer'. Doc fix.
2569 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
2570 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
2571 Set `hist' arg of `completing-read' to `face-name-history'.
2572 Put a list of default faces to `default' arg instead of `hist' arg.
2573
2574 * bindings.el (abbrev-map, narrow-map): New variables.
2575 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
2576 Rebind related commands to these new maps.
2577 (ctl-x-r-map): New variable for rectangle, register and bookmark
2578 keys. Move rectangle keybindings to rect.el and register
2579 keybindings to register.el.
2580 (next-buffer, previous-buffer): Remove C-x prefix and move
2581 keybindings to ctl-x-map.
2582
2583 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
2584 to the new map `ctl-x-r-map' in autoload cookies.
2585
2586 * expand.el: Rebind two global `C-x a' keys "n", "p"
2587 to the new map `abbrev-map' in autoload cookies.
2588
2589 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
2590
2591 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
2592
2593 2008-06-30 Miles Bader <miles@gnu.org>
2594
2595 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
2596 after processing an escape sequence.
2597
2598 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
2599
2600 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
2601 from 2008-06-28. It does not work on W32.
2602
2603 2008-06-29 Juri Linkov <juri@jurta.org>
2604
2605 * replace.el (read-regexp): New function.
2606 (keep-lines-read-args, occur-read-primary-args):
2607 Call `read-regexp' instead of code moved to new function.
2608 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
2609 from the end of prompt.
2610 (replace-re-search-function): Doc fix.
2611
2612 2008-06-29 Kenichi Handa <handa@m17n.org>
2613
2614 * descr-text.el (describe-char-display): Always return a string.
2615 (describe-char-padded-string): New function.
2616 (describe-char): Adjusted for the change of
2617 describe-char-display. Use describe-char-padded-string.
2618
2619 2008-06-29 Andreas Schwab <schwab@suse.de>
2620
2621 * vc-dir.el (vc-dir): Make backend argument optional and use
2622 vc-responsible-backend when nil. Interactively pass nil for
2623 backend instead of using the backend of what happens to be
2624 default-directory at the time of the call.
2625
2626 * find-dired.el (find-dired-filter): Preserve point.
2627
2628 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
2629
2630 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
2631 (sasl-find-mechanism, sasl-next-step):
2632 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
2633 (sasl-ntlm-response): Fix typos in docstrings.
2634
2635 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
2636
2637 * international/mule-cmds.el (view-hello-file): Doc fix.
2638
2639 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
2640
2641 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
2642 (set-face-attribute, face-set-after-frame-default)): Don't use it.
2643
2644 2008-06-28 John Paul Wallington <jpw@pobox.com>
2645
2646 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
2647
2648 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
2649
2650 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
2651 (tramp-convert-file-attributes): Convert symlinks only when
2652 returned from `tramp-handle-file-attributes-with-stat'.
2653
2654 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
2655 `substitute-in-file-name' when unloading.
2656 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
2657
2658 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
2659
2660 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
2661 (vc-string-prefix-p): Move function ...
2662 * vc.el (vc-string-prefix-p): ... here.
2663
2664 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2665
2666 * vc-dir.el (vc-dir): Complete only directory names.
2667
2668 2008-06-27 Jason Rumney <jasonr@gnu.org>
2669
2670 * w32-fns.el (top-level): Unconditionally define all charsets.
2671
2672 2008-06-27 Alan Mackenzie <acm@muc.de>
2673
2674 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
2675 the CC Mode specific functions; this is no longer needed, since
2676 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
2677
2678 * progmodes/cc-defs.el (c-emacs-features): New feature
2679 'argumentative-bod-function.
2680
2681 2008-06-27 John Paul Wallington <jpw@pobox.com>
2682
2683 * chistory.el (list-command-history): Use `bound-and-true-p'.
2684 (command-history-map): Define within defvar. Add docstring.
2685
2686 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2687
2688 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
2689 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
2690 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
2691 (image-type-from-buffer): Use `looking-at-p'.
2692
2693 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
2694
2695 * ibuf-ext.el (diff-sentinel): Declare.
2696
2697 2008-06-27 Glenn Morris <rgm@gnu.org>
2698
2699 * calendar/lunar.el (calendar-lunar-phases): Rename from
2700 calendar-phases-of-moon. Keep old name as alias, update callers.
2701 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
2702 (diary-lunar-phases): Rename from diary-phases-of-moon.
2703 Keep old name as alias.
2704 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
2705 (cal-menu-global-mouse-menu): Update for lunar name changes.
2706 * calendar/calendar.el (calendar-mode-map): Update for name change.
2707 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
2708
2709 2008-06-26 Glenn Morris <rgm@gnu.org>
2710
2711 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
2712 argument `nolocation'.
2713 (calendar-sunrise-sunset-month): New function.
2714 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
2715 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
2716 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
2717 * calendar/calendar.el (solar-sunrises-buffer): New constant.
2718 (calendar-mode-map): Use cal-menu-sunmoon-menu.
2719 (calendar-buffer-list): Add solar-sunrises-buffer.
2720
2721 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
2722
2723 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * cus-start.el: Add customization types for word-wrap and
2726 shift-select-mode.
2727
2728 2008-06-26 John Paul Wallington <jpw@pobox.com>
2729
2730 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
2731 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
2732 (ibuffer-mark-on-buffer): Don't display message when removing marks.
2733 (ibuffer-mark-by-mode): Use `buffer-local-value'.
2734
2735 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
2736
2737 * vc-dir.el (tool-bar): Require.
2738
2739 * vc.el (ewoc, tool-bar): Do not require.
2740
2741 2008-06-26 Kenichi Handa <handa@m17n.org>
2742
2743 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
2744 characters.
2745
2746 * composite.el (terminal-composition-base-character-p): New function.
2747 (terminal-composition-function):
2748 Use terminal-composition-base-character-p. Include the base character
2749 in the composition.
2750 (auto-compose-chars): Don't check font-object for terminal display.
2751
2752 2008-06-26 Glenn Morris <rgm@gnu.org>
2753
2754 * doc-view.el (bookmark-make-record-default):
2755 * image-mode.el (bookmark-make-record-default): Fix declaration.
2756
2757 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
2758 Add default :value for sexp type.
2759 (calendar-month-edges): New variable.
2760 (calendar-month-edges): New function.
2761 (calendar-recompute-layout-variables): Set calendar-month-edges.
2762 (calendar-intermonth-header, calendar-intermonth-text): New options.
2763 (calendar-insert-at-column): New function.
2764 (calendar-generate-month): Use calendar-insert-at-column.
2765 Handle intermonth text. Add 'date property.
2766 (calendar-column-to-month): Remove function.
2767 (calendar-column-to-segment): New function.
2768 (calendar-cursor-to-date): Use calendar-column-to-segment.
2769 Check 'date property.
2770
2771 * calendar/calendar.el (calendar-print-other-dates):
2772 Handle mouse events.
2773 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
2774 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
2775
2776 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
2777 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
2778 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
2779
2780 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2781 Use calendar-column-to-segment, calendar-month-edges, and
2782 the 'date property to handle intermonth text.
2783
2784 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
2785
2786 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
2787 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
2788 Add doc strings.
2789 (cal-menu-context-mouse-menu): Add some :keys.
2790 (calendar-check-holidays): Declare rather than autoloading.
2791 (diary-show-holidays-flag): Remove unneeded declaration.
2792
2793 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
2794 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
2795 event-start is nil.
2796
2797 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * minibuffer.el (completion-basic-try-completion): Use the text after
2800 point to constrain the completion candidates.
2801 (completion-basic-all-completions): Adjust accordingly.
2802
2803 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
2804
2805 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
2806 courier.
2807
2808 * faces.el (set-face-attribute): Doc fix.
2809
2810 2008-06-25 Juri Linkov <juri@jurta.org>
2811
2812 * bindings.el (goto-map): New variable. Rebind goto-related
2813 commands to this `M-g' prefix keymap.
2814 (search-map): New variable for `M-s' prefix keymap.
2815 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
2816 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
2817 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
2818 `M-shw' to `hi-lock-write-interactive-patterns'.
2819
2820 * isearch.el (isearch-mode-map): Bind `M-s h r' to
2821 `isearch-highlight-regexp'.
2822 (isearch-highlight-regexp): New function.
2823
2824 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
2825
2826 * info.el (Info-bookmark-make-record):
2827 Use bookmark-make-record-default.
2828 (Info-bookmark-jump): Use bookmark-default-handler.
2829
2830 * image-mode.el (image-bookmark-make-record):
2831 Use bookmark-make-record-default.
2832 (image-bookmark-jump): Use bookmark-default-handler.
2833
2834 * doc-view.el (doc-view-bookmark-make-record):
2835 Use bookmark-make-record-default.
2836 (doc-view-bookmark-jump): Use bookmark-default-handler.
2837
2838 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
2839 used until now in bookmark.el's code.
2840 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
2841 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
2842 used until now in bookmark.el's code.
2843 (bookmark-set-filename): Remove special code, moved to its only caller.
2844 (bookmark-store): Use the newer format.
2845 (bookmark-make-record-default): Add arg `point-only'.
2846 Rename from bookmark-make-record-for-text-file.
2847 (bookmark--jump-via): New function.
2848 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
2849 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
2850 Use it.
2851 (bookmark-jump-noselect, bookmark-default-handler):
2852 Don't return an alist, instead return the data implicitly by changing
2853 current buffer and point. Signal an error if the file doesn't exist.
2854
2855 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
2856 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
2857
2858 * bs.el: Use with-current-buffer. Simplify.
2859 (bs-toggle-readonly): Avoid vc-toggle-read-only.
2860
2861 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
2862 is bound before using it.
2863
2864 2008-06-25 Kenichi Handa <handa@m17n.org>
2865
2866 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
2867
2868 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
2869
2870 * vc-hg.el:
2871 * vc-git.el: Require vc-dir when compiling.
2872
2873 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
2874 vc-dir-marked-only-files. Change the return value.
2875 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
2876 Change the return value.
2877 (vc-dir-deduce-fileset): New function broken out from ...
2878 * vc.el (vc-deduce-fileset): ... here and ...
2879 (vc-deduce-fileset): ... here.
2880
2881 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
2882 (vc-svn-parse-status): Do not set the vc-backend property.
2883
2884 2008-06-25 Andreas Schwab <schwab@suse.de>
2885
2886 * faces.el (face-font-family-alternatives, variable-pitch):
2887 Use "Sans Serif", not "Sans-Serif".
2888
2889 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
2890
2891 * faces.el (face-font-family-alternatives, variable-pitch):
2892 Change "Sans" to the canonical name "Sans-Serif".
2893
2894 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
2895
2896 * calc/calc.el (calc-mode-map): Add extra keybindings to
2897 `calc-missing-key'.
2898 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
2899 `kill-ring-save'.
2900
2901 2008-06-24 Miles Bader <miles@gnu.org>
2902
2903 * mouse.el (mouse-appearance-menu): Don't do anything if the user
2904 pops up the menu but doesn't select anything.
2905
2906 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
2907
2908 * add-log.el (add-change-log-entry): Add new arg to force each new
2909 entry to be on a new line.
2910 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
2911
2912 * vc-dir.el (vc-client-object): Remove.
2913 (vc-dir-prepare-status-buffer): Take a backend as an argument and
2914 use it when looking for a buffer.
2915 (vc-dir): Add a backend argument. Set revert-buffer-function.
2916 Don't create a client object. Move bindings ...
2917 (vc-dir-menu-map, vc-dir-mode-map): ... here.
2918 (vc-dir-revert-buffer-function): New function.
2919 (vc-generic-status-printer): Rename to ...
2920 (vc-dir-status-printer): ... this.
2921 (vc-generic-state, vc-generic-status-fileinfo-extra)
2922 (vc-dir-extra-menu, vc-make-backend-object): Remove.
2923 (vc-default-status-printer): Use a different face for
2924 directories. Don't display any text for directories in the state
2925 column. Add tooltips.
2926
2927 * vc.el (Todo): Update.
2928
2929 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
2930 * vc-rcs.el (vc-annotate-convert-time):
2931 * vc-mtn.el (vc-annotate-convert-time):
2932 * vc-git.el (vc-annotate-convert-time):
2933 * vc-cvs.el (vc-annotate-convert-time):
2934 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
2935
2936 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2937
2938 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
2939 instead of using view-mode.
2940
2941 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2942
2943 * Makefile.in (distclean): Don't delete *.elc and autogen files.
2944
2945 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2946
2947 * vc.el:
2948 * vc-hooks.el:
2949 * vc-dispatcher.el: Move vc-dir variables and functions ...
2950 * vc-dir.el: ... here. New file.
2951 * Makefile.in (ELCFILES): Add vc-dir.elc.
2952
2953 * vc.el: Move vc-annotate variables and functions ...
2954 * vc-annotate.el: ... here. New file.
2955 * Makefile.in (ELCFILES): Add vc-annotate.elc.
2956
2957 * vc-dav.el: Move here from url/vc-dav.el.
2958 (Todo): Note work needed to make this backend functional.
2959
2960 * Makefile.in (ELCFILES): Update vc-dav.el location.
2961
2962 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2965
2966 2008-06-21 John Paul Wallington <jpw@pobox.com>
2967
2968 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
2969
2970 * textmodes/rst.el (rst-mode): Put docstring in right place.
2971
2972 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
2973
2974 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
2975 size for legibility.
2976
2977 * faces.el (fixed-pitch): Use "Monospace" family.
2978 (variable-pitch): Use "Sans" family.
2979 (face-font-family-alternatives): Define alternatives for "Sans"
2980 and "Monospace".
2981
2982 2008-06-21 Glenn Morris <rgm@gnu.org>
2983
2984 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
2985 Require 'cl when compiling.
2986
2987 * emacs-lisp/debug.el (help-xref-interned): Declare.
2988
2989 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
2990 Evaluate definition when compiling.
2991
2992 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
2993 rather than mouse-1.
2994 (bug-reference-url-format): Autoload safe if string.
2995 (bug-reference-bug-regexp): Make space after "bug" optional.
2996
2997 * Makefile.in (all): Explicitly pass EMACS to sub-make,
2998 for some non-GNU makes.
2999
3000 * cus-dep.el (custom-dependencies-no-scan-regexp):
3001 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
3002
3003 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
3004 increments.
3005
3006 * calendar/calendar.el: Factor out the magic numbers controlling the
3007 calendar layout.
3008 (calendar-month-digit-width, calendar-month-width)
3009 (calendar-right-margin): New variables.
3010 (calendar-recompute-layout-variables, calendar-set-layout-variable):
3011 New functions.
3012 (calendar-left-margin, calendar-intermonth-spacing)
3013 (calendar-column-width, calendar-day-header-width)
3014 (calendar-day-digit-width): New options.
3015 (calendar-first-date-row): New constant.
3016 (calendar-move-to-column, calendar-ensure-newline): New functions,
3017 replacing calendar-insert-indented.
3018 (calendar-insert-indented): Remove function.
3019 (calendar-generate-month): Use calendar-move-to-column and
3020 calendar-ensure-newline. Use layout variables.
3021 (calendar-generate, calendar-update-mode-line)
3022 (calendar-font-lock-keywords): Use layout variables.
3023 (calendar-column-to-month): New function.
3024 (calendar-cursor-to-date): Use calendar-column-to-month.
3025 Use layout variables.
3026 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
3027 Use layout variables. Use calendar-column-to-month.
3028 (calendar-cursor-to-visible-date): Use layout variables.
3029
3030 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
3033 (all): Run compile-last.
3034 (compile-onefile): New target.
3035 (compile-first): Simplify.
3036 (compile-last): Don't treat COMPILE_FIRST specially.
3037 (COMPILE_FIRST): List the elc files rather than the el files.
3038 (ELCFILES): Update.
3039
3040 2008-06-21 Ulf Jasper <ulf@web.de>
3041
3042 * net/newst-treeview.el: Remove dead code.
3043 (newsticker--window-config): Remove.
3044 (newsticker-treeview-quit): Do not save window config.
3045 (newsticker-treeview): Do not try to restore window config.
3046 (newsticker-groups, newsticker--treeview-list-sort-by-column)
3047 (newsticker--treeview-list-new-items)
3048 (newsticker--treeview-list-immortal-items)
3049 (newsticker--treeview-list-obsolete-items)
3050 (newsticker--treeview-list-all-items)
3051 (newsticker--treeview-list-feed-items): Fix documentation.
3052
3053 2008-06-21 Miles Bader <miles@gnu.org>
3054
3055 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
3056
3057 2008-06-21 Alan Mackenzie <acm@muc.de>
3058
3059 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
3060 infinite loop on invalid syntax.
3061
3062 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * textmodes/rst.el: Run rst-define-level-faces when loading.
3065 (rst-mode): Don't set the font-lock-multiline var.
3066 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
3067 Set the font-lock-multiline property by hand.
3068
3069 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
3070
3071 * Makefile.in (emacs-deps): Remove.
3072 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
3073 (all): Use them.
3074 (autogen-clean): Remove.
3075
3076 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * Makefile.in (all): New target.
3079 (bootstrap-prepare): Remove.
3080
3081 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
3082 the .elc file to batch-byte-compile.
3083
3084 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
3085 set-keymap-parents if set-keymap-parent doesn't exist.
3086
3087 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
3088 Allow more than one space before the |.
3089
3090 * textmodes/rst.el: Fix up docstring conventions.
3091 Move vars to before their first use.
3092 (rst-mode): Don't mess with font-lock-support-mode.
3093 (rst-suggest-new-decoration, rst-adjust-decoration):
3094 Avoid CL's copy-list.
3095 (rst-delete-entire-line): Use line-beginning-position.
3096 (rst-position): New fun.
3097 (rst-straighten-decorations): Use it instead of CL's position.
3098 (rst-straighten-bullets-region): Avoid CL's mapcar*.
3099 (rst-toc-mode): Use define-derived-mode.
3100 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
3101 Remove unused var `in-par'. Use `point' rather than `point-marker'.
3102 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
3103 (rst-replace-lines): Simplify.
3104 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
3105
3106 * simple.el (special-mode-map): New var.
3107 (special-mode): New major mode.
3108
3109 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
3110
3111 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
3112 log-view-file-re.
3113
3114 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
3115 (vc-switch-backend): Simplify.
3116 (Todo): Remove solved items.
3117
3118 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
3119 the vc-backend property.
3120
3121 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
3122
3123 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
3124 Bind inhibit-read-only since the buffer is always read-only.
3125
3126 2008-06-20 Ulf Jasper <ulf@web.de>
3127
3128 * net/newst-treeview.el (newsticker-treeview-own-frame):
3129 Change default value to nil.
3130 (newsticker--treeview-list-add-item)
3131 (newsticker--treeview-propertize-tag): Show item title in tooltip.
3132
3133 2008-06-20 Martin Blais <blais@furius.ca>
3134 Stefan Merten <smerten@oekonux.de>
3135 David Goodger <goodger@python.org>
3136
3137 * textmodes/rst.el: New file.
3138
3139 2008-06-20 Sam Steingold <sds@gnu.org>
3140
3141 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
3142 remove DIRECTORY entries.
3143
3144 2008-06-20 Eli Zaretskii <eliz@gnu.org>
3145
3146 * makefile.w32-in (distclean): Depend on `clean'.
3147 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
3148 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
3149 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
3150 empty cus-load.el with `echo', and include "Local Variables"
3151 section to prevent the empty file from being compiled.
3152 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
3153 that generate an empty cus-load.el.
3154
3155 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
3156
3157 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
3158 Don't copy ldefs-boot.el over loaddefs.el.
3159 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
3160 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
3161 to loaddefs.el; they are not needed now. Add coding cookie.
3162
3163 2008-06-20 Miles Bader <miles@gnu.org>
3164
3165 * face-remap.el (face-remap-add-relative, face-remap-set-base):
3166 Strip unnecessary list levels from SPECS.
3167 (buffer-face-set, buffer-face-toggle):
3168 Change argument from FACE to &rest SPECS, and strip unnecessary
3169 list levels from SPECS.
3170 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
3171
3172 2008-06-20 Jason Rumney <jasonr@gnu.org>
3173
3174 * international/fontset.el (setup-default-fontset): Specify script
3175 for latin use of iso10646-1. Fix use of lang tags.
3176
3177 2008-06-19 Miles Bader <miles@gnu.org>
3178
3179 * face-remap.el (text-scale-increase): Start from zero if
3180 text-scale-mode isn't enabled.
3181
3182 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
3185 frame parameters after setting up the `default' face.
3186
3187 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
3188
3189 * faces.el (face-set-after-frame-default): Don't exclude `default'.
3190
3191 2008-06-18 Glenn Morris <rgm@gnu.org>
3192
3193 * mouse.el (buffer-face-mode-invoke): Declare.
3194
3195 * Makefile.in (ELCFILES): Add org/org-id.elc.
3196
3197 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
3198 * calendar/cal-menu.el (cal-menu-holidays-menu):
3199 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
3200 (cal-menu-today-holidays): Remove function.
3201
3202 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
3203 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
3204 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
3205 Remove unused functions.
3206 (calendar-mouse-view-diary-entries): Use format rather than concat.
3207
3208 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
3209 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3210 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
3211
3212 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
3213 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
3214 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
3215 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
3216 cal-menu-event-to-date.
3217
3218 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
3219 Handle mouse events.
3220 * calendar/cal-tex.el (cal-tex-cursor-year)
3221 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
3222 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
3223 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
3224 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
3225 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
3226 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
3227 (cal-tex-cursor-month): Mark N as optional.
3228 * calendar/cal-menu.el (calendar-mouse-tex-day)
3229 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
3230 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
3231 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
3232 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
3233 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
3234 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
3235 Remove functions.
3236 (cal-menu-context-mouse-menu): Replace the above functions with the
3237 cal-tex versions. Add HTML submenu.
3238
3239 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
3240
3241 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
3242 text command mode.
3243 (gdb): Explain that gud-gdb is needed for text command mode.
3244
3245 2008-06-17 Martin Rudalics <rudalics@gmx.at>
3246
3247 * window.el (split-height-threshold): Remove spurious extra line.
3248
3249 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
3250
3251 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
3252 (calendar-set-mark):
3253 * calendar/diary-lib.el (diary-insert-entry):
3254 * calendar/solar.el (calendar-sunrise-sunset): Use it.
3255 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
3256 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
3257 (cal-menu-context-mouse-menu): Use calendar-set-mark,
3258 diary-insert-entry, and calendar-sunrise-sunset instead.
3259
3260 * vc.el (vc-deduce-fileset): Add arg `only-files'.
3261 (vc-next-action): Pass the new arg.
3262 (vc-register): Don't use `only-files'.
3263 Don't set `backup-inhibited' in the current buffer.
3264
3265 2008-06-17 Miles Bader <miles@gnu.org>
3266
3267 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
3268
3269 * face-remap.el (buffer-face-mode-face)
3270 (buffer-face-mode-remapping): New variables.
3271 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
3272 (buffer-face-mode-invoke): New functions.
3273 (variable-pitch-mode-remapping): Variable removed.
3274 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
3275
3276 * face-remap.el (internal-lisp-face-attributes): New variable.
3277 (face-attrs-more-relative-p, face-remap-order): New functions.
3278 (face-remap-add-relative): Use `face-remap-order'.
3279
3280 2008-06-17 Glenn Morris <rgm@gnu.org>
3281
3282 * mouse.el (x-select-font): Declare.
3283
3284 * calendar/calendar.el (calendar-move-hook):
3285 Add calendar-update-mode-line as an option.
3286 (calendar-date-echo-text): New user option.
3287 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
3288 (calendar-insert-indented): Simplify newline insertion.
3289 (calendar-describe-mode): Remove unused function.
3290 (calendar-mode-line-entry): New function.
3291 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
3292 Mark as risky.
3293 (calendar-mouse-other-month): Remove function.
3294 (calendar-other-month): Handle mouse events.
3295 (calendar-goto-info-node): Call fit-window-to-buffer.
3296 (calendar-mode): Use define-derived-mode. Doc fix.
3297 (calendar-update-mode-line): Tweak whitespace.
3298
3299 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
3300
3301 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
3302 (vc-dir-marked-only-files): vc-string-prefix-p.
3303
3304 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
3305
3306 * progmodes/gdb-ui.el (gdb-memory-set-address)
3307 (gdb-memory-set-repeat-count): Allow keyboard bindings.
3308 (gdb-memory-mode-map): Bind above functions respectively
3309 to 'S' and 'N'.
3310
3311 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
3312
3313 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
3314
3315 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
3316
3317 * log-view.el (vc-diff-internal): Declare for compiler.
3318
3319 * vc-bzr.el (log-view-per-file-logs):
3320 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
3321
3322 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
3323
3324 * mouse.el (mouse-appearance-menu-map): New var.
3325 (mouse-appearance-menu): New function.
3326 Bind it to S-down-mouse-1.
3327
3328 2008-06-15 Juri Linkov <juri@jurta.org>
3329
3330 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
3331 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
3332 as the second element.
3333 (Info-build-toc): Add PARENT element extracted from the Up pointer.
3334 Don't print progress messages.
3335 (Info-toc-nodes): New variable and function.
3336 (Info-index-nodes): Optimize non-string file name case.
3337 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
3338 (Info-insert-breadcrumbs): Use the cached document structure instead
3339 of visiting all ancestor nodes. Remove the initial `>'.
3340
3341 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3342
3343 * log-view.el (log-view-diff-changeset): New function.
3344 (log-view-mode-map, log-view-mode-menu): Bind it.
3345 (log-view-per-file-logs, log-view-vc-fileset)
3346 (log-view-vc-backend): New variables.
3347 (log-view-find-revision, log-view-modify-change-comment)
3348 (log-view-annotate-version): Throw an error if the log is for more
3349 than one file and we can't find the current file. Get the current
3350 file from log-view-vc-fileset if necessary.
3351 (log-view-diff): Get the current file from log-view-vc-fileset if
3352 necessary.
3353
3354 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
3355
3356 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
3357 (vc-hg-log-view-mode): Declare for compiler.
3358 (vc-hg-log-view-mode): Set log-view-per-file-logs and
3359 log-view-file-re.
3360 (vc-hg-diff): If no file is passed, use default-directory for cwd.
3361
3362 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
3363
3364 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
3365
3366 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
3367
3368 * net/tramp.el (tramp-handle-start-file-process):
3369 Clear modification time of the connection buffer.
3370 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
3371 (tramp-open-connection-setup-interactive-shell): Flush cache, and
3372 restart `tramp-maybe-open-connection' when the remote system has
3373 been changed. Throw 'uname-changed event.
3374 (tramp-maybe-open-connection): Catch it.
3375
3376 * net/tramp-cmds.el (tramp-cleanup-all-connections):
3377 Reset `tramp-locked'.
3378
3379 2008-06-15 Ulf Jasper <ulf@web.de>
3380
3381 * net/newst-treeview.el (newsticker--treeview-list-update)
3382 (newsticker--treeview-item-update)
3383 (newsticker--treeview-tree-update)
3384 (newsticker-treeview-jump, newsticker-group-add-group)
3385 (newsticker-group-move-feed, newsticker-group-delete-group):
3386 Remove window dedication.
3387 (newsticker--group-manage-orphan-feeds): Handle ill-valued
3388 newsticker-groups.
3389 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
3390
3391 2008-06-15 Andreas Schwab <schwab@suse.de>
3392
3393 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
3394 when parsing CVS/Repository.
3395
3396 * wdired.el (wdired-search-and-rename): Fix undocumented change.
3397
3398 2008-06-15 Ulf Jasper <ulf@web.de>
3399
3400 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
3401 (newsticker-extra-face, newsticker-enclosure-face): Moved to
3402 net/newst-reader.el.
3403
3404 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
3405 (newsticker-extra-face, newsticker-enclosure-face): Moved from
3406 net/newst-reader.el.
3407
3408 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
3409
3410 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
3411 Catch and recover from case when the bytes we thought we were reading
3412 turn out to be something else entirely, such as latin-1 chars from
3413 quail. See bug#396.
3414
3415 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
3416
3417 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
3418 (vc-register): Call the backend function only once, instead of
3419 once for each file.
3420 (vc-next-action): Update call to vc-register.
3421 (vc-dir-register): Remove function.
3422 (vc-dir): Bind vc-register instead of vc-dir-register.
3423
3424 2008-06-14 Glenn Morris <rgm@gnu.org>
3425
3426 * Makefile.in (ELCFILES): Add net/newst-*.el.
3427
3428 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 * wdired.el (wdired-do-renames): New function.
3431 (wdired-finish-edit): Use it to.
3432 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
3433
3434 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3435
3436 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
3437
3438 2008-06-14 Martin Rudalics <rudalics@gmx.at>
3439
3440 * window.el (window--even-window-heights): Even window heights
3441 only if the selected window is higher than WINDOW.
3442 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
3443
3444 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
3447
3448 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * term/linux.el (terminal-init-linux): Load t-mouse.
3451
3452 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3453 Drew Adams <drew.adams@oracle.com>
3454
3455 * info.el (Info-breadcrumbs-depth): New var.
3456 (Info-insert-breadcrumbs): New function.
3457 (Info-fontify-node): Use it.
3458 (Info-mode-map): Move initialization into declaration.
3459
3460 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
3461
3462 Rename net/newsticker-*.el to net/newst-*.el.
3463 * net/newst-backend.el: Rename from net/newsticker-backend.el.
3464 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
3465 * net/newst-reader.el: Rename from net/newsticker-reader.el.
3466 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
3467 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
3468 * net/newsticker-backend.el: Rename to net/newst-backend.el.
3469 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
3470 * net/newsticker-reader.el: Rename to net/newst-reader.el.
3471 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
3472 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
3473
3474 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * progmodes/compile.el (compilation-start): Don't disable undo in
3477 comint buffer. Don't override the comint-filter with our own.
3478 (compilation-filter): Change point's insertion-type.
3479
3480 * comint.el (comint-output-filter): Use copy-marker.
3481
3482 2008-06-13 David Reitter <david.reitter@gmail.com>
3483
3484 * textmodes/flyspell.el (mail-mode-flyspell-verify):
3485 Check message-signature-separator exists before using it.
3486
3487 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
3488
3489 * vc.el (vc-delete-file): Bind default-directory before calling
3490 the backend.
3491 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
3492 (vc-annotate-show-diff-revision-at-line-internal): ... here.
3493 New function.
3494 (vc-annotate-show-changeset-diff-revision-at-line): New function.
3495 (vc-annotate-mode-menu): Bind it.
3496
3497 2008-06-13 Jason Rumney <jasonr@gnu.org>
3498
3499 * term/w32-win.el (mouse-set-font): Remove overridden function.
3500 (w32-select-font): Declare as obsolete alias for x-select-font.
3501
3502 2008-06-13 Daniel Engeler <engeler@gmail.com>
3503
3504 These changes add serial port access.
3505 * term.el (term-update-mode-line): Modify.
3506 (serial-port-is-file-p, serial-nice-speed-history)
3507 (serial-no-speed, serial-mode-line-speed-menu)
3508 (serial-mode-line-config-menu): New variables and constants.
3509 (serial-name-history, serial-speed-history)
3510 (serial-supported-or-barf, serial-read-name, serial-read-speed)
3511 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
3512 (serial-mode-line-speed-menu, serial-update-speed-menu)
3513 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
3514 (serial-update-config-menu): New functions.
3515
3516 2008-06-13 Glenn Morris <rgm@gnu.org>
3517
3518 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
3519
3520 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
3521
3522 2008-06-13 Kenichi Handa <handa@m17n.org>
3523
3524 * cus-face.el (custom-face-attributes): Add :foundry.
3525
3526 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
3527 (face-x-resources): Add :foundry.
3528 (face-valid-attribute-values): Likewise.
3529 (face-attribute-name-alist): Likewise.
3530 (describe-face): Likewise.
3531
3532 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
3533
3534 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
3535
3536 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3537
3538 * longlines.el (longlines-search-forward, longlines-search-backward)
3539 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
3540
3541 2008-06-12 Sam Steingold <sds@gnu.org>
3542
3543 * vc.el (vc-rename-file): DTRT when the destination is a directory
3544 name and the source is a file.
3545
3546 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
3547
3548 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
3549
3550 2008-06-12 Glenn Morris <rgm@gnu.org>
3551
3552 * progmodes/f90.el (f90-beginning-of-subprogram)
3553 (f90-end-of-subprogram): Only give a message when interactive.
3554
3555 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
3556
3557 * progmodes/cperl-mode.el (cperl-info-on-command):
3558 Use display-pixel-height rather than x-display-pixel-height.
3559
3560 * mail/rmailedit.el (rmail-cease-edit):
3561 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
3562
3563 * emulation/edt.el (edt-xserver):
3564 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
3565
3566 * emulation/edt-mapper.el: Drop test for Emacs < 19.
3567
3568 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
3569 Evaluate definitions when compiling. Reverse tests.
3570
3571 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
3572 use unless.
3573
3574 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
3575
3576 * textmodes/artist.el (x-pointer-shape):
3577 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
3578 (x-open-connection, x-server-max-request-size, x-get-resource):
3579 * term/w32console.el (x-setup-function-keys):
3580 * term/w32-win.el (x-parse-geometry, x-resource-name)
3581 (generate-fontset-menu, image-library-alist, x-open-connection)
3582 (setup-default-fontset, set-fontset-font, setup-default-fontset)
3583 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
3584 (x-get-resource):
3585 * term/mac-win.el (x-parse-geometry, x-resource-name)
3586 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
3587 (new-fontset, x-display-list, x-open-connection, x-get-resource):
3588 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
3589 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
3590 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
3591 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
3592 (tooltip-identifier-from-point, define-fringe-bitmap):
3593 * play/gamegrid.el (image-size):
3594 * play/bubbles.el (image-size):
3595 * mail/emacsbug.el (x-server-vendor, x-server-version):
3596 * international/mule-util.el (internal-char-font):
3597 * international/mule-diag.el (font-info, query-fontset, fontset-info)
3598 (fontset-alias-alist, fontset-list, fontset-plain-name):
3599 * international/mule-cmds.el (x-server-vendor, x-server-version):
3600 * international/fontset.el (font-encoding-charset-alist)
3601 (otf-script-alist, new-fontset, set-fontset-font)
3602 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
3603 (fontset-list, query-fontset, x-get-resource):
3604 * emulation/edt.el (x-server-vendor):
3605 * emulation/edt-mapper.el (x-server-vendor):
3606 * emacs-lisp/map-ynp.el (x-popup-dialog):
3607 * emacs-lisp/lmenu.el (x-popup-dialog):
3608 * x-dnd.el (x-window-property, x-change-window-property)
3609 (x-get-selection-internal):
3610 * woman.el (x-list-fonts):
3611 * w32-fns.el (x-server-version):
3612 * tooltip.el (x-show-tip, x-hide-tip):
3613 * tool-bar.el (image-mask-p):
3614 * thumbs.el (image-size):
3615 * term.el (overflow-newline-into-fringe):
3616 * subr.el (scroll-bar-scale):
3617 * startup.el (x-get-resource, tool-bar-mode, image-size):
3618 * select.el (x-get-selection-internal, x-own-selection-internal)
3619 (x-disown-selection-internal):
3620 * mouse.el (generate-fontset-menu):
3621 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
3622 * image.el (image-library-alist):
3623 * image-mode.el (image-size, image-refresh):
3624 * image-dired.el (clear-image-cache):
3625 * gs.el (x-display-mm-width, x-display-pixel-width)
3626 (x-display-mm-height, x-display-pixel-height)
3627 (x-change-window-property, x-display-grayscale-p, x-window-property):
3628 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
3629 (x-focus-frame, x-list-fonts, x-display-screens)
3630 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
3631 (x-display-mm-width, x-display-backing-store, x-display-save-under)
3632 (x-display-planes, x-display-color-cells, x-display-visual-class):
3633 * faces.el (internal-face-x-get-resource)
3634 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
3635 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
3636 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
3637 (x-parse-geometry, x-create-frame, x-setup-function-keys)
3638 (tool-bar-setup):
3639 * doc-view.el (clear-image-cache, image-size, tooltip-show):
3640 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
3641 * dframe.el (x-display-pixel-width, x-display-pixel-height):
3642 * descr-text.el (internal-char-font):
3643 Define for compiler, for builds without X.
3644
3645 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3646
3647 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
3648
3649 2008-06-11 Glenn Morris <rgm@gnu.org>
3650
3651 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
3652 before trying to move there.
3653 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
3654 is non-nil, indent most terminating statements like loop body.
3655
3656 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
3657 Gregorian date, and add it, not the local date, to diary-entries-list.
3658 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
3659
3660 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * progmodes/compile.el (compilation-filter): Fix up last change.
3663
3664 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
3665
3666 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
3667 (gpm-mouse-mode): Make it into a proper global minor mode.
3668
3669 * files.el (save-some-buffers-action-alist): Only use recursive-edit
3670 if the user enabled recursive-minibuffers.
3671
3672 * emacs-lisp/map-ynp.el (map-y-or-n-p):
3673 Add support for scroll-other-window.
3674
3675 2008-06-11 Jason Rumney <jasonr@gnu.org>
3676
3677 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
3678 Use tmm-menubar if menu is disabled in this frame.
3679
3680 * menu-bar.el (menu-bar-open): Determine how to open menu bar
3681 from frame type, per documentation. Add w32 case.
3682
3683 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3684
3685 * minibuffer.el (completion--merge-suffix): New function.
3686 (completion-basic-try-completion): Use it.
3687 (completion-pcm--find-all-completions): Add argument `filter'.
3688 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
3689 New functions.
3690 (completion-pcm-try-completion): Use them.
3691
3692 * xt-mouse.el (turn-on-xterm-mouse-tracking)
3693 (turn-off-xterm-mouse-tracking): Use terminal-list.
3694
3695 * cus-start.el (underline-minimum-offset): Rename from
3696 x-underline-minimum-display-offset.
3697
3698 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
3699
3700 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
3701
3702 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
3703
3704 * mouse.el (mouse-select-font): New function.
3705
3706 * faces.el (face-spec-recalc): When the face is set using
3707 Customize, avoid recalculating it twice.
3708
3709 * menu-bar.el (menu-set-font): New function. Bind "Set Default
3710 Font" menu item to it. Apply selected font to all frames, and
3711 make it savable.
3712 (menu-bar-options-save): Save `default' font if changed.
3713
3714 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3715
3716 * ffap.el (ffap-string-at-point-mode-alist):
3717 Use alpha rather than lower.
3718
3719 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
3720
3721 * subr.el (momentary-string-display): Use an overlay.
3722
3723 * progmodes/compile.el (compilation-mode):
3724 Set window-point-insertion-type.
3725 (compilation-filter): Don't use insert-before-markers any more.
3726 * emacs-lisp/trace.el (trace-make-advice):
3727 Set window-point-insertion-type in the trace buffer.
3728 * startup.el (normal-top-level): Set window-point-insertion-type in
3729 *Messages*.
3730 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
3731 (telnet-filter): Don't use insert-before-markers any more.
3732 * comint.el (comint-mode): Set window-point-insertion-type.
3733 (comint-output-filter): Don't use insert-before-markers any more.
3734 * button.el (make-text-button): Allow `start' to be a string.
3735
3736 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
3737
3738 * emacs-lisp/autoload.el (autoload-rubric):
3739 Fix coding cookie not to force Unix EOL.
3740
3741 2008-06-10 Martin Rudalics <rudalics@gmx.at>
3742
3743 * window.el (window--splittable-p, window--try-to-split-window):
3744 Don't use with-selected-window to avoid messing up get-lru-window.
3745 Reported by David Hansen <david.hansen@gmx.net>.
3746
3747 2008-06-10 Glenn Morris <rgm@gnu.org>
3748
3749 * subr.el (locate-library): Doc fix.
3750
3751 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
3752 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
3753 Check tool-bar-map is bound, for non-X builds.
3754
3755 * net/newsticker-reader.el (newsticker--next-item-image)
3756 (newsticker--previous-item-image, newsticker--previous-feed-image)
3757 (newsticker--next-feed-image, newsticker--mark-read-image)
3758 (ewsticker--mark-immortal-image, newsticker--narrow-image)
3759 (newsticker--get-all-image, newsticker--update-image)
3760 (newsticker--browse-image): Check xpm images are available.
3761 (newsticker--mark-read-image, newsticker--mark-immortal-image)
3762 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
3763
3764 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
3765 (newsticker--plainview-tool-bar-map, newsticker-mode):
3766 Check tool-bar-map is bound, for non-X builds.
3767 (w3m-toggle-inline-image): Declare.
3768
3769 * net/newsticker-backend.el (tool-bar-map): Don't declare.
3770
3771 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
3772
3773 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
3774 (finder-compile-keywords): Move let to where needed.
3775 (finder-mouse-face-on-line): Go back one more line if needed.
3776 (finder-list-matches): Use cadr.
3777 (finder-goto-xref): New function.
3778 (finder-commentary): Add buttons to jump to foo.el libraries.
3779
3780 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
3781
3782 * apropos.el (apropos-function, apropos-macro, apropos-command)
3783 (apropos-variable, apropos-face, apropos-group, apropos-widget)
3784 (apropos-plist): Add apropos-short-label property.
3785 (apropos-multi-type): New variables.
3786 (apropos-command, apropos-value): Set it.
3787 (apropos-compact-layout): New custom.
3788 (apropos-print, apropos-print-doc): Use it.
3789 (apropos-print): Truncate lines.
3790
3791 2008-06-09 Kenichi Handa <handa@m17n.org>
3792
3793 * international/fontset.el (font-encoding-alist):
3794 Add an entry for "ascii-0".
3795
3796 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
3797
3798 * language/hanja-util.el (hanja-init-load): Show the message only
3799 when loading a table.
3800
3801 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
3802
3803 * net/newsticker-treeview.el (newsticker-treeview):
3804 * net/newsticker-plainview.el (newsticker-plainview):
3805 Add autoload cookie.
3806
3807 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
3808
3809 * net/newsticker.el: Split up into newsticker-backend, -ticker,
3810 -reader, -plainview, and -treeview.
3811 (newsticker-version): Change to 1.99.
3812
3813 * net/newsticker-backend.el: New. Move backend functionality from
3814 newsticker.el to newsticker-backend.el.
3815 (newsticker--download-logos): New.
3816 (newsticker--sentinel-callback): New.
3817 (newsticker--set-customvar): Remove. Split up into specific
3818 functions related to retrieval, ticker, buffer, and display.
3819 (newsticker--set-customvar-retrieval): New. Extracted from
3820 `newsticker--set-customvar'.
3821 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
3822 (newsticker-url-list-defaults):
3823 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3824 (newsticker-url-list): Doc changed. URL can be a function.
3825 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3826 (newsticker-retrieval-method): New.
3827 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
3828 (newsticker-retrieval-interval):
3829 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
3830 (newsticker-desc-comp-max): Change :group.
3831 (newsticker--cache): Doc changed.
3832 (newsticker--guid-to-string): New.
3833 (newsticker--guid): Use `newsticker--guid-to-string'.
3834 (newsticker--real-feed-name): New.
3835 (newsticker--start-feed): New. Extracted from `newsticker-start'.
3836 (newsticker-start): Use `insert-file-contents' for reading cache.
3837 Use `newsticker--start-feed'.
3838 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
3839 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
3840 Use `newsticker--stop-feed'.
3841 (newsticker-save-item): New.
3842 (newsticker--get-news-by-funcall): New.
3843 (newsticker-get-news): Handle new retrieval methods.
3844 (newsticker--sentinel): Use `newsticker--sentinel-work'.
3845 (newsticker--sentinel-work): New. Extracted from
3846 `newsticker--sentinel'. Use `newsticker--download-logos',
3847 `newsticker--sentinel-callback'.
3848 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
3849 (newsticker--parse-atom-1.0): Fix link determination.
3850 (newsticker--parse-rss-0.91): Fix time determination.
3851 (newsticker--parse-rss-0.92): Fix time determination.
3852 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
3853 (newsticker--parse-generic-feed): New arg order in
3854 `newsticker--cache-add'.
3855 (newsticker--parse-generic-items): Fix for multiple items.
3856 New arg order in `newsticker--cache-add'.
3857 (newsticker--forget-preformatted): Check whether
3858 `newsticker--buffer-set-uptodate' is fbound.
3859 (newsticker--decode-iso8601-date): Handle fractions of seconds.
3860 (newsticker--decode-rfc822-date): Partial timezone handling.
3861 (newsticker--cache-contains): Fix guid problem.
3862 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
3863 (newsticker--cache-save): New.
3864 (newsticker--cache-update): Use temp buffer.
3865 (newsticker--stat-num-items): Allow multiple AGE args.
3866 (newsticker--stat-num-items-total): New.
3867 (newsticker--opml-import-outlines): New.
3868 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
3869 (newsticker--do-run-auto-mark-filter): Doc changed.
3870 (newsticker-retrieve-random-message): New.
3871
3872 * net/newsticker-ticker.el: New. Move ticker functionality from
3873 net/newsticker.el to net/newsticker-ticker.el.
3874 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
3875 `newsticker--ticker-timer'.
3876 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
3877 to `newsticker--ticker-timer'.
3878 (newsticker--set-customvar-ticker): New. Extracted from
3879 `newsticker--set-customvar'.
3880 (newsticker-ticker-interval): Rename `newsticker-display-interval'
3881 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
3882 for :set. Change :group.
3883 (newsticker-scroll-smoothly): Doc changed. Change :group.
3884 (newsticker-hide-immortal-items-in-echo-area)
3885 (newsticker-hide-old-items-in-echo-area)
3886 (newsticker-hide-obsolete-items-in-echo-area):
3887 Use `newsticker--set-customvar-ticker for :set. Change :group.
3888 (newsticker-start-ticker): Rename `newsticker--display-timer' to
3889 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
3890 to `newsticker-ticker-interval'.
3891 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
3892 `newsticker--ticker-timer'.
3893
3894 * net/newsticker-reader.el: New. Move reader functionality from
3895 net/newsticker.el to net/newsticker-reader.el.
3896 (newsticker--set-customvar-formatting): New. Extracted from
3897 `newsticker--set-customvar'.
3898 (newsticker-reader, newsticker-frontend): New.
3899 (newsticker-enable-logo-manipulations): Change :group.
3900 (newsticker-justification): Use `newsticker--set-customvar-formatting'
3901 for :set. Change :group.
3902 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
3903 for :set. Change :group.
3904 (newsticker-html-renderer): Doc changed.
3905 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3906 (newsticker-date-format):
3907 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3908 (newsticker--insert-enclosure):
3909 Rename `newsticker--buffer-insert-enclosure' to
3910 `newsticker--insert-enclosure'. Add keymap arg.
3911 (newsticker--print-extra-elements):
3912 Rename `newsticker--buffer-print-extra-elements' to
3913 `newsticker--print-extra-elements'. Add keymap arg.
3914 (newsticker--do-print-extra-element):
3915 Rename `newsticker--buffer-do-print-extra-element' to
3916 `newsticker--do-print-extra-element'. Add keymap arg.
3917 (newsticker-show-news): Use `newsticker-frontend'.
3918
3919 * net/newsticker-plainview.el: New. Move plainview functionality
3920 from net/newsticker.el to net/newsticker-reader.el.
3921 (newsticker-plainview): New.
3922 (newsticker--set-customvar-sorting): New. Extracted from
3923 `newsticker--set-customvar'.
3924 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
3925 for :set. Changed :group.
3926 (newsticker-heading-format, newsticker-item-format)
3927 (newsticker-desc-format, newsticker-statistics-format):
3928 Use `newsticker--set-customvar-formatting for :set. Change :group.
3929 (newsticker-faces): Change :group.
3930 (newsticker-default-face): Enable again.
3931 (newsticker-hide-old-items-in-newsticker-buffer)
3932 (newsticker-show-descriptions-of-new-items):
3933 Use `newsticker--set-customvar-buffer' for :set. Change :group.
3934 (newsticker-show-all-news-elements): Change :group.
3935 (newsticker-plainview-hooks): New.
3936 (newsticker-select-item-hook, newsticker-select-feed-hook)
3937 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
3938 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
3939 to `newsticker--plainview-tool-bar-map'.
3940 (newsticker--url-keymap): Add mouse-1 binding.
3941 (newsticker-plainview): New.
3942 (newsticker-mark-all-items-of-feed-as-read): Change doc.
3943 (newsticker--buffer-do-insert-text): Use renamed
3944 newsticker--[buffer-]insert-enclosure and
3945 newsticker--[buffer-]print-extra-elements.
3946 (newsticker--buffer-set-faces): Use newsticker-default-face.
3947
3948 * net/newsticker-treeview.el: New.
3949
3950 2008-06-08 Andreas Schwab <schwab@suse.de>
3951
3952 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
3953
3954 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
3955
3956 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
3957 empty line.
3958
3959 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
3960
3961 2008-06-08 Martin Rudalics <rudalics@gmx.at>
3962
3963 * window.el (split-height-threshold, split-width-threshold):
3964 Add choice nil.
3965 (split-window-preferred-function): Allow either nil or a function.
3966 (window--splittable-p, window--try-to-split-window):
3967 Handle changed option values.
3968
3969 (window--frame-usable-p): Handle nil argument.
3970
3971 (display-buffer): Call get-lru-window when pop-up-windows is nil
3972 and window can't be split.
3973
3974 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
3975
3976 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
3977
3978 * net/tramp.el (top): Quote feature names. Remove
3979 `tramp-rfn-eshadow-setup-minibuffer' from
3980 `rfn-eshadow-setup-minibuffer-hook' when unloading.
3981 (tramp-read-passwd): There is only one call to
3982 `auth-source-user-or-password' needed. Pacify byte compiler.
3983
3984 2008-06-08 Andreas Schwab <schwab@suse.de>
3985
3986 * window.el (display-buffer): Use lru window if current window
3987 cannot be split.
3988
3989 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3990
3991 * apropos.el (apropos-library): New command and new button.
3992 (apropos-library-button): New function.
3993
3994 * apropos.el: Remove spurious * in docstrings.
3995 (apropos-label-face): Use variable pitch.
3996 (apropos-print): Use dolist and with-current-buffer.
3997 (apropos-print-doc): Use when.
3998
3999 * window.el (special-display-p, display-buffer):
4000 Fix up C->Elisp transcription error.
4001
4002 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
4003
4004 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
4005 (byte-compile-file): Initialize it.
4006 (byte-compile-nogroup-warn): Keep track of the current group.
4007
4008 2008-06-08 Glenn Morris <rgm@gnu.org>
4009
4010 * Makefile.in (compile, compile-always, bootstrap-prepare):
4011 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
4012
4013 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
4014
4015 * language/hanja-util.el (hanja-init-load): Use a char-table for
4016 hanja-table.
4017 (hangul-to-hanja-char): Adjust for the above change.
4018
4019 2008-06-07 Glenn Morris <rgm@gnu.org>
4020
4021 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
4022 lm-keywords.
4023
4024 * mail/sendmail.el (mail-interactive): Add :version.
4025
4026 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
4027 obsolete alias.
4028
4029 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
4030 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
4031 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
4032 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
4033 * eshell/esh-util.el, international/mule-cmds.el:
4034 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
4035 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
4036 Remove unnecessary eval-when-compiles and eval-and-compiles.
4037
4038 * Makefile.in (bootstrap-clean): Run autogen-clean.
4039 (maintainer-clean): No need to run autogen-clean now it is included in
4040 bootstrap-clean.
4041
4042 2008-06-06 Miles Bader <miles@gnu.org>
4043
4044 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
4045
4046 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
4049 longlines mode.
4050
4051 * replace.el (replace-search-function)
4052 (replace-re-search-function): New vars.
4053 (perform-replace): Use them.
4054
4055 * longlines.el (longlines-re-search-forward): New function.
4056 (longlines-mode): Bind replace-search-function and
4057 replace-re-search-function, to ensure that replacement commands
4058 treat newlines as spaces.
4059 (longlines-show-effect): Default to a pilcrow sign.
4060
4061 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4062
4063 * help.el (function-called-at-point):
4064 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
4065 even when calling find-tag-default.
4066
4067 2008-06-06 Daniel Colascione <danc@merrillpress.com>
4068
4069 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
4070 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
4071 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
4072 (nxml-fontify-buffer, nxml-do-fontify):
4073 Remove obsolete variables and functions.
4074 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
4075 (nxml-degrade, nxml-after-change, nxml-after-change1)
4076 (nxml-extend-region, nxml-extend-after-change-region)
4077 (nxml-extend-after-change-region1, nxml-fontify-matcher)
4078 (nxml-toggle-char-ref-extra-display): Use font-lock, and
4079 font-lock-extend-region-functions in particular, to fontify
4080 nxml-mode buffers.
4081 (nxml-debug-region): New debugging helper function.
4082
4083 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
4084 (nxml-scan-after-change, nxml-move-tag-backwards):
4085 Adapt for font-lock changes.
4086
4087 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
4088 (nxml-debug-set-inside, nxml-debug-clear-inside):
4089 New debugging functions.
4090 (nxml-with-degradation-on-error): New helper macro.
4091
4092 2008-06-06 Martin Rudalics <rudalics@gmx.at>
4093
4094 * window.el (display-buffer): Remove dead call to get-lru-window.
4095
4096 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * mail/sendmail.el (mail-interactive): Change default.
4099
4100 2008-06-05 John Paul Wallington <jpw@pobox.com>
4101
4102 * bindings.el (completion-ignored-extensions):
4103 Add .p64fsl, .d64fsl, and .dx64fsl.
4104
4105 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4106
4107 * ffap.el (ffap-prompter): Don't use the region.
4108
4109 2008-06-05 Sam Steingold <sds@gnu.org>
4110
4111 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
4112 subdirectory to be registered.
4113
4114 2008-06-05 Martin Rudalics <rudalics@gmx.at>
4115
4116 * window.el (display-buffer-function, special-display-p)
4117 (special-display-buffer-names, special-display-regexps)
4118 (special-display-function, same-window-p, same-window-buffer-names)
4119 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
4120 (pop-up-frame-function, pop-up-windows, even-window-heights)
4121 (split-window-preferred-function, split-height-threshold)
4122 (window--display-buffer-1, display-buffer, pop-to-buffer):
4123 Move from window.c and buffer.c.
4124 (window--splittable-p, window--try-to-split-window)
4125 (window--frame-usable-p, window--display-buffer-2)
4126 (window--even-window-heights): New functions.
4127 (split-width-threshold): New option.
4128 (split-window-preferred-horizontally): Remove.
4129
4130 * cus-start.el: Remove corresponding declarations.
4131
4132 2008-06-05 Sam Steingold <sds@gnu.org>
4133
4134 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
4135 an error on modified buffers.
4136
4137 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
4138
4139 * progmodes/etags.el (tags-verify-table): Be careful to use and update
4140 tags-file-name and tags-table-list from the right buffer.
4141 (tags-table-check-computed-list, tags-table-extend-computed-list)
4142 (find-tag-noselect): Use with-current-buffer.
4143
4144 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
4145 Use print-circle.
4146
4147 * minibuffer.el (minibuffer-local-must-match-filename-map):
4148 Declare obsolete alias for the old name.
4149
4150 * abbrev.el (unexpand-abbrev): Better preserve markers.
4151
4152 2008-06-05 Glenn Morris <rgm@gnu.org>
4153
4154 * emacs-lisp/autoload.el (autoload-rubric): New function,
4155 extracted from autoload-ensure-default-file.
4156 (autoload-ensure-default-file): Use autoload-rubric.
4157
4158 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
4159 (custom-dependencies-no-scan-regexp): New variable.
4160 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
4161 Don't scan files matching custom-dependencies-no-scan-regexp.
4162 Disable undo in the output buffer. Remove kept-new-versions wackiness.
4163
4164 * finder.el (finder-headmark): Initialize and add doc string.
4165 (generated-finder-keywords-file): Doc fix.
4166 (finder-no-scan-regexp): New variable.
4167 (finder-compile-keywords): Use a single let binding.
4168 Disable undo in the output buffer. Use autoload-rubric.
4169 Use mapc rather than mapcar. Don't scan files matching
4170 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
4171 rather than concat. Use directory-files to do regexp matching.
4172 No need to require jka-compr.
4173 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
4174 (finder-list-matches): Disable undo.
4175 (finder-commentary): Use let rather than let*. Disable undo.
4176 (finder-current-item): Use zerop.
4177 (finder-mode): Use define-derived-mode.
4178 (finder-exit): Doc fix. Use dolist.
4179
4180 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
4181 (custom-deps): Don't require $(lisp)/cus-load.el.
4182 (custom-deps, finder-data): Don't depend on autoloads.
4183 Should not be needed now, and doing so was causing make install to
4184 re-dump emacs post-bootstrap.
4185 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
4186 mid-build forces some things to be rebuilt.
4187
4188 2008-06-05 Miles Bader <miles@gnu.org>
4189
4190 * face-remap.el
4191 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
4192 (face-remap-remove-relative): Renamed from
4193 `remove-relative-face-remapping'.
4194 (face-remap-reset-base): Renamed from
4195 `set-default-base-face-remapping'.
4196 (face-remap-set-base): Renamed from `set-base-face-remapping'.
4197 (text-scale-increase): Renamed from `increase-buffer-face-height'.
4198 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
4199 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
4200
4201 * face-remap.el (variable-pitch-mode): Autoload.
4202
4203 2008-06-04 Sam Steingold <sds@gnu.org>
4204
4205 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
4206 Generate extra status headers for a Mercurial tree.
4207
4208 2008-06-04 John Paul Wallington <jpw@pobox.com>
4209
4210 * echistory.el (electric-history-map): Define within defvar.
4211 Add docstring.
4212
4213 * font-lock.el (font-lock-turn-off-thing-lock)
4214 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
4215 Use `bound-and-true-p'.
4216 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
4217 Doc fixes.
4218
4219 * international/ccl.el (define-ccl-program): Add `doc-string'
4220 declaration.
4221
4222 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
4223
4224 * face-remap.el (variable-pitch-mode): Reflow docstrings.
4225 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
4226
4227 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
4228
4229 * emacs-lisp/rx.el (rx): Doc fix.
4230
4231 2008-06-04 Markus Triska <markus.triska@gmx.at>
4232
4233 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
4234
4235 2008-06-04 Miles Bader <miles@gnu.org>
4236
4237 * face-remap.el (adjust-buffer-face-height): New function.
4238 Add autoloaded keybindings in ctl-x-map.
4239 (increase-buffer-face-height, decrease-buffer-face-height):
4240 Simplify interactive spec to just "p". Remove autoloaded keybindings.
4241
4242 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
4243
4244 * simple.el (line-move-1): If we did not move as far as desired,
4245 ensure that point-left and point-entered hooks are called.
4246
4247 2008-06-03 Sam Steingold <sds@gnu.org>
4248
4249 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
4250
4251 2008-06-03 John Paul Wallington <jpw@pobox.com>
4252
4253 * progmodes/make-mode.el (makefile-cleanup-continuations)
4254 (makefile-warn-suspicious-lines, makefile-warn-continuations):
4255 Use `derived-mode-p'.
4256
4257 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4258
4259 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
4260 (ELCFILES): Update.
4261
4262 2008-06-03 Miles Bader <miles@gnu.org>
4263
4264 * face-remap.el: New file.
4265 * Makefile.in (ELCFILES): Add face-remap.elc.
4266
4267 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
4268
4269 * progmodes/flymake.el (flymake-process-filter): Make sure the source
4270 buffer isn't dead.
4271
4272 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
4273 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
4274 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
4275 * obsolete/auto-show.el, obsolete/hscroll.el:
4276 Remove packages that were obsolete in Emacs-20, or that were obsolete
4277 in Emacs-21 and do not contain any more code.
4278
4279 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
4280 vc-client-mode is not set.
4281
4282 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
4283 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
4284
4285 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
4286 yet a bit more clever at distinguishing / from /.
4287
4288 2008-06-03 Kenichi Handa <handa@m17n.org>
4289
4290 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
4291
4292 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
4293
4294 * language/hanja-util.el: New file.
4295
4296 2008-06-03 Glenn Morris <rgm@gnu.org>
4297
4298 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
4299 Check that end-of-word follows "type".
4300
4301 2008-06-02 Daiki Ueno <ueno@unixuser.org>
4302
4303 * epa-file.el (epa-file-write-region): Write the entire buffer
4304 content if START is nil.
4305
4306 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
4307
4308 * select.el (x-get-selection): Fix typo.
4309
4310 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
4311
4312 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
4313 (describe-char): Use `looking-at-p', `string-match-p' when possible.
4314
4315 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
4316
4317 * tar-mode.el (tar-header-block-summarize): Ensure one space around
4318 user&group.
4319
4320 2008-05-31 John Paul Wallington <jpw@pobox.com>
4321
4322 * help-fns.el (describe-variable-custom-version-info):
4323 Handle dotted `package-version' info.
4324
4325 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
4326
4327 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
4328
4329 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
4330
4331 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
4332 names and improve support for unregistered files.
4333
4334 2008-05-31 Glenn Morris <rgm@gnu.org>
4335
4336 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
4337 Remove shell variable `elc'. Split tests to hopefully be more portable.
4338 Fix `sel' assignment.
4339
4340 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
4341
4342 * minibuffer.el (completion-table-dynamic): Doc fix.
4343
4344 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
4345
4346 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
4347 Try and return `unregistered' when applicable.
4348
4349 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
4350 Don't encourage naming variables with "-flag".
4351
4352 2008-05-30 Glenn Morris <rgm@gnu.org>
4353
4354 * Makefile.in (update-elclist): Hide the warning when it does not apply,
4355 make it milder when it does.
4356 (autogen-clean): New target.
4357 (maintainer-clean): Use autogen-clean.
4358
4359 * calendar/diary-lib.el (diary-display-function): New name for
4360 diary-display-hook. Keep old name as obsolete alias. Doc fix.
4361 Change custom type and version.
4362 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
4363 (diary-fancy-display): Doc fixes.
4364 (diary-list-entries, diary-include-other-diary-files)
4365 (diary-mail-entries):
4366 Use diary-display-function rather than diary-display-hook.
4367
4368 * calendar/appt.el (appt-check): Use diary-display-function rather than
4369 diary-display-hook.
4370 * calendar/cal-x.el (calendar-dedicate-diary): Update for
4371 diary-display-function replacing diary-display-hook.
4372 * org/org-agenda.el (org-get-entries-from-diary): Also set
4373 diary-display-function.
4374
4375 * calendar/cal-html.el (cal-html-list-diary-entries):
4376 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
4377 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
4378 argument of diary-list-entries rather than setting diary-display-hook.
4379
4380 2008-05-30 Kenichi Handa <handa@m17n.org>
4381
4382 * international/mule-conf.el (utf-8-with-signature): Renamed from
4383 utf-8-sig.
4384 (utf-8-auto): Adjusted for the above change.
4385
4386 * international/mule-diag.el (describe-font): Don't check fontset
4387 here, and just call font-info. Get the default font by from the
4388 default face.
4389
4390 2008-05-29 Kenichi Handa <handa@m17n.org>
4391
4392 * international/mule-conf.el (utf-8-sig, utf-8-auto):
4393 New coding systems.
4394
4395 * international/mule.el (define-coding-system): Accept :bom for utf-8.
4396
4397 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
4398
4399 * international/utf-7.el (utf-7-encode): Use the right escape char
4400 depending on imap/nonimap encoding.
4401
4402 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4403
4404 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
4405
4406 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
4407
4408 * icomplete.el (icomplete-prospects-height): Add :group.
4409
4410 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4411
4412 * icomplete.el (icomplete-prospects-length): Make obsolete.
4413 (icomplete-prospects-height): New var.
4414 (icomplete-completions): Use it.
4415
4416 2008-05-29 David Kastrup <dak@gnu.org>
4417
4418 * autoinsert.el (auto-insert): Add :link.
4419
4420 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
4421
4422 * tar-mode.el (tar-header): New field `header-start'.
4423 (tar-header-block-tokenize): Set it when useful.
4424 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
4425 (tar-header-data-end): New function.
4426 (tar-summarize-buffer): Use it.
4427 (tar-next-line): Fix goal column for long usernames.
4428 (tar-expunge-internal): Use header-start.
4429 (tar-rename-entry): Handle ustar-style long names.
4430 (tar-alter-one-field): Add optional `descriptor' argument.
4431 (tar-subfile-save-buffer): Use it.
4432
4433 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
4434
4435 * tar-mode.el (tar-header): New field `header-start'.
4436 (tar-header-block-tokenize): Set header-start for longlink entries.
4437 (tar-expunge-internal): Use header-start to expunge longlink entries.
4438
4439 * files.el (hack-local-variables): Don't signal an error if the local
4440 variable section is not properly terminated.
4441
4442 * emacs-lisp/easymenu.el (easy-menu-convert-item)
4443 (easy-menu-convert-item-1): Move the duplicate-generation outside of
4444 the caching so it also works for identical entries.
4445
4446 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
4447 (tar-mode): Use write-region-annotate-functions rather than
4448 write-contents-functions.
4449 (tar-extract): Remove unused var `pos'.
4450 (tar-subfile-save-buffer): Remove unused var `following-descs'.
4451 (tar-mode-write-file): Remove.
4452 (tar-write-region-annotate): New function.
4453
4454 * progmodes/flymake.el (flymake-save-buffer-in-file):
4455 * shadowfile.el (shadow-copy-file):
4456 * arc-mode.el (archive-*-write-file-member):
4457 * files.el (diff-buffer-with-file):
4458 * subr.el (with-temp-file): Pass nil to write-region.
4459 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
4460
4461 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
4462 the custom.
4463
4464 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
4465 to write-region.
4466
4467 2008-05-28 Glenn Morris <rgm@gnu.org>
4468
4469 * Makefile.in (update-elclist): Work around non-portability of "\"
4470 in various implementations of echo.
4471
4472 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4473
4474 * international/mule-diag.el (describe-current-coding-system):
4475 Don't assume selection-coding-system is always defined.
4476
4477 * tar-mode.el: Use defstruct and markers.
4478 (tar-setf): Remove.
4479 (tar-header): Use defstruct. Add `data-start' field.
4480 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
4481 (tar-desc-data-start): Remove (now called tar-header-data-start).
4482 (tar-roundup-512): New fun.
4483 (tar-header-block-tokenize): Receive a buffer position rather than
4484 a string. Handle @longLink here, be more careful about it.
4485 Create a marker for data-start.
4486 (tar-summarize-buffer): Don't handle @LongLink here any more.
4487 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
4488 data-start on the following entries any more.
4489 (tar-chown-entry, tar-chgrp-entry): Use read-number.
4490
4491 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
4492 (tar-header-offset): Remove.
4493 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
4494 Not permanent any more.
4495 (tar-data-buffer): New var.
4496 (tar-data-swapped-p, tar-change-major-mode-hook)
4497 (tar-mode-kill-buffer-hook): New funs.
4498 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
4499 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
4500 (tar-clear-modification-flags, tar-alter-one-field)
4501 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
4502 Change accordingly.
4503
4504 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
4505
4506 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
4507 (vc-dir-resynch-file): ... this. Update callers.
4508 Use vc-string-prefix-p. Ignore directory args.
4509 (vc-string-prefix-p): CSE.
4510 (vc-resynch-buffer): Restore conditional.
4511
4512 * vc-hooks.el (vc-after-save): Improve test.
4513 (vc-mode-line): Fix indentation.
4514
4515 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
4516
4517 * calendar/parse-time.el (parse-time-months)
4518 (parse-time-weekdays): Add long-form month and day names.
4519
4520 2008-05-27 Glenn Morris <rgm@gnu.org>
4521
4522 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
4523
4524 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
4525
4526 * vc-dispatcher.el (vc-string-prefix-p): New function.
4527 (vc-dir-parent-marked-p): Use it.
4528
4529 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
4530
4531 * vc.el (Problems): Remove fixed issues.
4532 (vc-expand-dirs): Avoid returning directories.
4533 (vc-dir): Fix C-x v v binding.
4534 (vc-make-backend-object): Fix name.
4535 (vc-dir-show-fileentry): Fix docstring.
4536 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
4537 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
4538 Reset the state for directories.
4539 (vc-dir-headers): Align labels.
4540 (vc-default-status-printer): Do no call prettify-state-info.
4541 (vc-deduce-fileset): Replace implementation with one based on a
4542 working older version.
4543 (vc-next-action): Use the new form of vc-deduce-fileset.
4544 Fix dealing with unregistered files.
4545
4546 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
4547 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
4548 (vc-dir-child-files): New function.
4549 (vc-dir-node-directory): New function.
4550 (vc-dir-update, vc-dir-parent-marked-p)
4551 (vc-dir-children-marked-p, vc-dir-mark-all-files)
4552 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
4553
4554 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
4555
4556 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4557
4558 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
4559 (diff-font-lock-keywords, diff-context->unified)
4560 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
4561 (diff-hunk-text, diff-find-source-location): Use it.
4562 (diff-post-command-hook): Let the user edit the hunk headers.
4563
4564 2008-05-26 Andreas Schwab <schwab@suse.de>
4565
4566 * vc.el (vc-default-prettify-state-info): Fix formatting of an
4567 unknown state.
4568
4569 * tar-mode.el (tar-summarize-buffer): Comment fix.
4570
4571 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
4572
4573 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
4574
4575 2008-05-26 Glenn Morris <rgm@gnu.org>
4576
4577 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
4578
4579 2008-05-25 John Paul Wallington <jpw@pobox.com>
4580
4581 * proced.el (proced-next-line, proced-previous-line):
4582 Avoid calling `next-line' and `previous-line' from Lisp code.
4583
4584 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
4585
4586 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
4587 Use diary-ordinal-suffix.
4588
4589 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
4590
4591 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
4592 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
4593 (edebug-save-displayed-buffer-points, edebug-initial-mode)
4594 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
4595 (edebug-print-length, edebug-print-level, edebug-print-circle)
4596 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
4597 (edebug-global-break-condition, edebug-sit-for-seconds):
4598 Remove spurious * from defcustom docstrings.
4599 (edebug-unwrap*, edebug-signal, edebug-eval-display):
4600 Improve argument/docstring consistency.
4601 (edebug-test-coverage, edebug-gensym, edebug-read)
4602 (edebug-top-level-nonstop, edebug-eval-result-list)
4603 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
4604 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
4605 (edebug-display-freq-count): Reflow docstrings.
4606 (edebug-restore-status): Doc fix.
4607
4608 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
4609
4610 * proced.el (proced-header-line): Use the :align-to 0 feature
4611 rather than computing the corresponding position manually.
4612 (proced-update): Don't hardcode point-min==1.
4613
4614 2008-05-24 Alan Mackenzie <acm@muc.de>
4615
4616 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
4617 if c-file-style is set to a non-string.
4618
4619 (c-neutralize-CPP-line): Surround by `save-excursion'.
4620 (c-neutralize-syntax-in-CPP): Optimize for speed.
4621
4622 2008-05-24 Glenn Morris <rgm@gnu.org>
4623
4624 * Makefile.in (update-elclist): New target, to update ELCFILES.
4625 (bootstrap-after): Run update-elclist.
4626
4627 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
4628
4629 * icalendar.el (icalendar-version): Increase to "0.19".
4630 (icalendar--date-style): New function.
4631 (icalendar--datetime-to-diary-date): Doc fix.
4632 Use icalendar--date-style.
4633 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
4634 (icalendar--convert-yearly-to-ical)
4635 (icalendar--convert-recurring-to-diary): Handle iso date style,
4636 use icalendar-date-style.
4637
4638 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
4639
4640 * vc.el (vc-delete-file): Make sure the buffer is deleted and
4641 vc-dir buffers are updated.
4642
4643 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * vc.el (vc-delete-file): Don't try to resynch the buffer.
4646
4647 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
4648
4649 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
4650 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
4651 (reftex-extra-bindings): Use it.
4652
4653 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
4654 away from the user-reserved keys.
4655
4656 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
4657 New vars.
4658 (ada-create-keymap): Use them.
4659
4660 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4661
4662 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
4663 a properly-grouped regexp.
4664
4665 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
4666
4667 * progmodes/cap-words.el (capitalized-words-mode):
4668 Fix typos in docstring.
4669
4670 2008-05-23 Kenichi Handa <handa@m17n.org>
4671
4672 * international/mule-conf.el: Don't define the charset `emacs'
4673 here, just put :docstring, :short-name, and :long-name.
4674
4675 2008-05-22 Kenichi Handa <handa@m17n.org>
4676
4677 * international/mule-diag.el (font-show-log): Limit each listing
4678 to 20 items.
4679
4680 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
4681
4682 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
4683 (gdb-annotation-rules): New entry for "thread-changed".
4684 (gdb-thread-changed): New function.
4685
4686 2008-05-23 Glenn Morris <rgm@gnu.org>
4687
4688 * Makefile.in (SOURCES): Remove, unused.
4689 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
4690 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
4691 Exclude more '*loaddefs' files.
4692 (compile-always): Simplify '.elc' deletion.
4693
4694 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
4697 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
4698
4699 * minibuffer.el (completion-boundaries): Change calling
4700 convention, so `string' has the same semantics as in
4701 try-completion and all-completions.
4702 (completion-table-with-context, completion--embedded-envvar-table)
4703 (completion--file-name-table)
4704 (completion-pcm--find-all-completions): Adjust code accordingly.
4705
4706 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
4707
4708 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
4709 prune image-mode-winprops-alist, preventing it from growing
4710 indefinitely.
4711 (image-mode-reapply-winprops): Use it.
4712
4713 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
4714
4715 * net/netrc.el (netrc-machine): Always match if the port is not given.
4716
4717 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
4718
4719 * minibuffer.el (completion-pcm--find-all-completions):
4720 Don't add pseudo-completions.
4721
4722 * icomplete.el (icomplete-eoinput): Remove.
4723 (icomplete-overlay): New var to replace it.
4724 (icomplete-tidy): Rewrite.
4725 (icomplete-exhibit): Use an overlay.
4726 (icomplete-completions): Use completion-all-sorted-completions.
4727 Obey completion-ignore-case.
4728
4729 * files.el (locate-dominating-file): Accept non-existing argument.
4730 (project-find-settings-file): Rewrite, using locate-dominating-file.
4731
4732 2008-05-22 Kenichi Handa <handa@m17n.org>
4733
4734 * faces.el (font-weight-table, font-slant-table, font-width-table):
4735 Delete them. Don't call internal-set-font-style-table.
4736
4737 * international/mule-diag.el (font-show-log): New function.
4738
4739 * international/fontset.el (script-representative-chars): Add more
4740 chars for latin. Add data for symbol.
4741 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
4742
4743 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4744
4745 * minibuffer.el (completion-all-sorted-completions): New var.
4746 (completion--flush-all-sorted-completions)
4747 (completion-all-sorted-completions): New functions.
4748 (minibuffer-force-complete): New command.
4749
4750 2008-05-21 Glenn Morris <rgm@gnu.org>
4751
4752 * files.el (c-postprocess-file-styles): Declare for compiler.
4753
4754 * Makefile.in: Allow for parallel byte-compiling.
4755 (ELCFILES): New variable.
4756 (.el.elc): Remove prerequisites from suffix rule. Print a message.
4757 (compile-first, compile-main, compile-last): New targets.
4758 (compile-always): Simplify - delete .elc files, then `make compile'.
4759
4760 * Makefile.in (compile-calc): Use glob rather than find.
4761 ($(lisp)/progmodes/cc-mode.elc): Use $@.
4762
4763 * eshell/esh-module.el: No need for cl when compiling.
4764
4765 * eshell/eshell.el (eshell-defgroup): New alias.
4766 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
4767 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
4768 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
4769 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
4770 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
4771 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
4772 Autoload the custom group. Set generated-autoload-file.
4773 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
4774 for eshell-defgroup.
4775 * eshell/esh-module.el (eshell-load-defgroups): Remove.
4776 Require esh-groups rather than loading it.
4777
4778 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4779
4780 * proced.el (proced-header-line): New variable and new function.
4781 (proced-mode): Set header-line-format.
4782 (proced-update): Set proced-header-line.
4783 (proced-send-signal): Use proced-header-line.
4784
4785 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
4786
4787 * macros.el (insert-kbd-macro): Use prin1-char.
4788
4789 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4790
4791 * minibuffer.el (completion-boundaries): New function.
4792 (completion--some): Delay errors.
4793 (complete-with-action, completion-table-with-context):
4794 Handle `boundaries' case.
4795 (completion--try-word-completion): Avoid partial-completion
4796 when the user hasn't entered anything yet.
4797 (minibuffer-local-map, minibuffer-local-filename-completion-map)
4798 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
4799 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
4800 Setup default keybindings.
4801 (completion--embedded-envvar-re): New var.
4802 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
4803 (completion--file-name-table): Handle `boundaries' case.
4804 (completion-pcm--pattern->regex): Avoid pathological backtracking.
4805 (completion-pcm--all-completions): Add a `prefix' arg.
4806 (completion-pcm--find-all-completions): New function.
4807 (completion-pcm-all-completions, completion-pcm-try-completion):
4808 Use it.
4809
4810 * icomplete.el (icomplete-completions): Don't use `predicate' with
4811 a table of a different type than `candidates'.
4812
4813 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4814
4815 * proced.el (proced-goal-column): Rename from proced-procname-column.
4816 (proced-goal-header-re): Rename from proced-procname-column-regexp.
4817 (proced-move-to-goal-column): Rename from proced-move-to-procname.
4818 (proced-header-face, proced-header-regexp): Remove.
4819 (proced-font-lock-keywords): Remove proced-header-face.
4820 (proced-header-alist, proced-sorting-schemes-re): New variables.
4821 (proced): Rename Proced buffer to *Proced*.
4822 (proced-next-line, proced-previous-line): New commands.
4823 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
4824 (proced-hide-processes): Do not treat first line as special.
4825 (proced-header-space): New function.
4826 (proced-update): Use header-line-format.
4827 Initialize proced-header-alist and proced-sorting-schemes-re.
4828 Set proced-goal-column. Include proced-command in mode-name.
4829 (proced-send-signal): Use header-line-format for *Marked
4830 Processes* buffer.
4831 (proced-sort): Restrict minibuffer completion to applicable
4832 sorting schemes.
4833 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
4834
4835 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4836
4837 * icomplete.el (icomplete-simple-completing-p):
4838 Allow icomplete-with-completion-tables to say "use it everywhere".
4839 (icomplete-completions): Obey completion-styles. Try to accommodate
4840 partial-completion style.
4841
4842 2008-05-20 Michael Olson <mwolson@gnu.org>
4843
4844 * files.el (project-find-settings-file): Change concat to
4845 expand-file-name.
4846
4847 2008-05-19 Tom Tromey <tromey@redhat.com>
4848
4849 * files.el (normal-mode): Call hack-project-variables.
4850 (hack-local-variables-confirm): Add 'project' argument.
4851 (hack-local-variables-apply): New function.
4852 (hack-local-variables): Use it.
4853 (project-class-alist, project-directory-alist): New variables.
4854 (project-get-alist): New function.
4855 (project-collect-bindings-from-alist)
4856 (project-collect-binding-list, set-directory-project)
4857 (project-find-settings-file, project-define-from-project-file)
4858 (hack-project-variables): New functions.
4859
4860 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
4861
4862 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
4863
4864 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
4865
4866 * faces.el (font-weight-table): Fix typo in docstring.
4867
4868 2008-05-18 David Hull <david@snap.com> (tiny change)
4869
4870 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
4871 (vc-hg-annotate-command): Allow white space before version number.
4872
4873 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4874
4875 * calc/calc-yank.el (calc-register-alist): New variable.
4876 (calc-set-register, calc-get-register, calc-copy-to-register)
4877 (calc-insert-register, calc-add-to-register, calc-append-to-register)
4878 (calc-prepend-to-register): New functions.
4879
4880 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
4881 `calc-copy-to-register' and `calc-insert-register'.
4882 Autoload new register functions.
4883
4884 * calc/calc-help.el (calc-r-prefix-help): Add help for register
4885 functions.
4886
4887 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
4888
4889 * vc.el (Todo): Add known problems.
4890 (vc-dir-backend): New variable.
4891 (vc-dir): Set it.
4892 (vc-make-backend-object, vc-generic-status-printer)
4893 (vc-generic-state, vc-generic-status-fileinfo-extra)
4894 (vc-dir-extra-menu): Use it.
4895 (vc-generic-dir-headers): Remove, unused.
4896
4897 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
4898 vc-dir-prev-directory for consistency with vc-dir-previous-line.
4899 (vc-dir-mode-map): Fix bindings.
4900
4901 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
4902
4903 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4904
4905 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
4906 operated on.
4907 (calc-kill-region): Kill entire lines.
4908
4909 2008-05-17 Glenn Morris <rgm@gnu.org>
4910
4911 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
4912 simplify initial value.
4913 (defezimage): Drop support for Emacs without defimage, use a featurep
4914 test rather than fboundp when defining, drop with-no-warnings.
4915 (ezimage-insert-over-text): Move featurep test inside
4916 add-text-properties.
4917
4918 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
4919
4920 * net/tramp.el (top-level): Load auth-source when compiling.
4921
4922 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
4923
4924 2008-05-17 Andreas Schwab <schwab@suse.de>
4925
4926 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
4927
4928 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
4929
4930 * vc.el (vc-annotate-show-diff-revision-at-line): Change
4931 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
4932
4933 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4934
4935 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
4936
4937 2008-05-17 Jim Meyering <meyering@redhat.com>
4938
4939 * ido.el (ido-save-history): Do not emit a trailing newline at the
4940 end of the ido history file.
4941
4942 2008-05-16 John Paul Wallington <jpw@pobox.com>
4943
4944 * vc-dispatcher.el (top-level): Revert previous change: require cl
4945 when compiling.
4946
4947 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4948
4949 * vc.el (vc-default-status-printer)
4950 (vc-default-prettify-state-info): Enhance the state prettyprinter
4951 to deal better with unknown states and indirect through it when
4952 painting vc-dir buffers.
4953
4954 2008-05-16 John Paul Wallington <jpw@pobox.com>
4955
4956 * vc-dispatcher.el (top-level): Don't require cl when compiling.
4957 (vc-dir-mode-map): Fix backquote.
4958 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
4959
4960 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
4961
4962 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
4963 Reported by Glenn Morris <rgm@gnu.org>.
4964
4965 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4966
4967 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
4968 the end of the file, it was good work at one time but has been
4969 stale since 1995 and may now be actively misleading.
4970 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
4971 CVS repository and module (assumptions for the latter a bit iffy).
4972 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
4973 SVN repository.
4974
4975 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
4976
4977 * vc-rcs.el (vc-rcs-create-tag):
4978 * vc-sccs.el (vc-sccs-create-tag):
4979 Fix typo in error message and pass backend arg.
4980
4981 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
4982
4983 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
4984
4985 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
4986
4987 * net/tramp.el: Load auth-source library.
4988 (tramp-read-passwd): Use it for password, not login.
4989
4990 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
4991
4992 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
4993 (ses-print-cell): Use string-width, truncate-string-to-width,
4994 delete-region rather than length, substring, delete-char.
4995 (ses-setup): Set inhibit-point-motion-hooks to t.
4996 Calculate position by actually moving point rather than just using
4997 unibyte character length.
4998 (ses-mode): Set indent-tabs-mode to nil.
4999 (ses-center): Use string-width rather than length.
5000
5001 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
5002
5003 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
5004 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
5005 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
5006 vc-*-create-tag and vc-*-retrieve-tag respectively.
5007
5008 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
5009 unneeded defalias.
5010
5011 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
5012
5013 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
5014 about buffer names.
5015
5016 2008-05-15 Glenn Morris <rgm@gnu.org>
5017
5018 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
5019
5020 * org/org-exp.el (org-infojs-options-inbuffer-template):
5021 Fix declaration.
5022
5023 * progmodes/cc-mode.el (declare-function): Add compat definition.
5024 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
5025
5026 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
5027
5028 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
5029 list to a cons so the caller can get back both expanded and
5030 unexpanded filesets.
5031 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
5032 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
5033 Change handling of selection-set returns as required.
5034
5035 2008-05-15 John Paul Wallington <jpw@pobox.com>
5036
5037 * add-log.el (top-level): Don't require cl when compiling.
5038
5039 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
5040 (archive-*-extract): Use `zerop'.
5041 (archive-*-write-file-member): Use `or', use `zerop'.
5042
5043 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
5044
5045 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
5046 (ibuffer-mark-interactive, ibuffer-set-mark)
5047 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
5048 (ibuffer-map-lines, ibuffer-switch-format)
5049 (ibuffer-update-title-and-summary)
5050 (ibuffer-redisplay-engine): Use it.
5051
5052 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
5053 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
5054 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
5055 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
5056 (ibuffer-mark-read-only-buffers)
5057 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
5058
5059 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
5060 (define-ibuffer-column, define-ibuffer-sorter)
5061 (define-ibuffer-op, define-ibuffer-filter): Add declarations
5062 containing indentation specs, replacing equivalent top-level
5063 forms that set `lisp-indent-function' properties.
5064 (define-ibuffer-op): Use `derived-mode-p'.
5065 (define-ibuffer-filter): Remove redundant `concat' call.
5066
5067 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
5068
5069 * net/tramp.el (tramp-echo-mark): Update docstring.
5070 (tramp-echo-mark-marker): New defconst.
5071 (tramp-check-for-regexp): Use it.
5072
5073 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
5074
5075 * vc.el (vc-deduce-fileset): Do the right thing when visting a
5076 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
5077 as parent.
5078
5079 2008-05-14 John Paul Wallington <jpw@pobox.com>
5080
5081 * international/mule.el (convert-define-charset-argument):
5082 Remove period from end of error message.
5083 (coding-system-mnemonic): Doc fix.
5084 (ctext-pre-write-conversion): Doc fix.
5085
5086 2008-05-14 Simon Marshall <simon@gnu.org>
5087
5088 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
5089 from its default value and give it the risky-local-variable
5090 property (CVE-2008-2142).
5091
5092 2008-05-14 Kenichi Handa <handa@m17n.org>
5093
5094 * language/korean.el ("Korean"): Set `iso639-language'
5095 property to `ko'.
5096
5097 * language/japanese.el ("Japanese"): Set `iso639-language'
5098 property to `ja'.
5099
5100 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
5101 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
5102 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
5103
5104 * international/mule-cmds.el (set-language-environment):
5105 Set current-iso639-language.
5106
5107 * international/fontset.el (setup-default-fontset): For kana, han,
5108 hangul, and cjk-misc, move an entry with font-spec at the end.
5109 (generate-fontset-menu): Exclue fontset-auto* from the list.
5110
5111 * composite.el (compose-chars-after): Assume that WINDOW is always
5112 non-nil.
5113
5114 * faces.el (font-weight-table, font-slant-table)
5115 (font-swidth-table): Declare them by defconst. Change the format
5116 of elements. Call internal-set-font-style-table after their
5117 declaration.
5118 (face-valid-attribute-values): Call font-family-list. Get values
5119 for width, weight, and slant from font-xxx-table.
5120
5121 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
5122
5123 2008-05-13 John Paul Wallington <jpw@pobox.com>
5124
5125 * ibuffer.el (ibuffer-buffer-file-name): New function.
5126 (define-ibuffer-column filename): Use it.
5127
5128 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
5129
5130 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
5131
5132 * talk.el (talk): Simplify. Pass display arg to talk-add-display
5133 as a string.
5134 (talk-add-display): Simplify. Accept only string args.
5135
5136 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
5137
5138 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
5139
5140 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5141
5142 * Makefile.in (bootstrap-prepare): Don't chmod files.
5143 (autoloads): Do it here instead, where it's actually needed.
5144
5145 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
5146
5147 * tool-bar.el (tool-bar-make-keymap): Account for the optional
5148 KEY-BINDING-DATA field in menu-item list.
5149
5150 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
5151
5152 * dired.el (dired-read-dir-and-switches): Move things about to use less
5153 recursion during macroexpansion.
5154
5155 * dired.el (dired-read-dir-and-switches): Use read-file-name.
5156
5157 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
5158 completion-ignored-extension directories if there's something else.
5159 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
5160 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
5161 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
5162 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
5163 buffer-read-only -> inhibit-read-only.
5164
5165 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
5166
5167 * vc.el (vc-expand-dirs): Stop this function from tossing out
5168 explicitly specified files.
5169
5170 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5171
5172 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
5173 to `insert'.
5174
5175 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
5176
5177 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
5178 cons. Use vc-annotate-backend.
5179 (with-vc-file, edit-vc-file): Remove unused macros.
5180
5181 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
5182
5183 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
5184 (smtpmail-try-auth-methods): Use it.
5185
5186 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
5187
5188 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
5189 (setf (nthcdr ..) ..) doesn't require CL at runtime.
5190
5191 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
5192
5193 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
5194
5195 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
5196
5197 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
5198 (vc-bzr-revision-completion-table): Use process-file.
5199 (vc-bzr-working-revision): Pass relative file names.
5200
5201 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
5202
5203 2008-05-11 Juri Linkov <juri@jurta.org>
5204
5205 * wid-edit.el (widget-image-directory): Change default image data
5206 subdirectory from "custom" to "images/custom".
5207
5208 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
5209 before recursive call to `Info-next-preorder' to not add
5210 intermediate nodes to the history.
5211
5212 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
5213
5214 * emulation/cua-base.el: Put isearch-scroll property
5215 on cua-scroll-up and cua-scroll-down.
5216
5217 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
5218
5219 * vc-hooks.el (vc-recompute-state): Remove (dead code).
5220
5221 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5222
5223 * vc-dispatcher.el (ewoc): Require.
5224 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
5225
5226 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
5227
5228 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * term/w32-win.el (x-colors):
5231 * term/mac-win.el (x-colors):
5232 * term/x-win.el (x-colors): Re-order colors.
5233
5234 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
5235
5236 * smerge-mode.el (smerge-command-prefix): Fix custom type.
5237
5238 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
5239
5240 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
5241 New functions implementing motion to next and previous directory.
5242
5243 * vc-arch.el (vc-arch-command):
5244 * vc-bzr.el (vc-bzr-command):
5245 * vc-cvs.el (vc-cvs-command):
5246 * vc-dispatcher.el (vc-do-command):
5247 * vc-git.el (vc-git-command):
5248 * vc-hg.el (vc-hg-command):
5249 * vc-mcvs.el (vc-mvcs-command):
5250 * vc-mtn.el (vc-mtn-command):
5251 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
5252 (vc-sccs-workfile-unchanged-p):
5253 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
5254 * vc-rcs.el (all methods): Remove assumption about what a nil
5255 argument to vc-do-command means. This means no buffer name needs
5256 to be hardcoded into the dispatcher layer, and it's better to be
5257 explicit anyway.
5258
5259 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
5260
5261 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
5262
5263 * vc.el: Update todo.
5264
5265 * vc-sccs.el (vc-sccs-dir-status):
5266 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
5267 backends and returning up to date files.
5268
5269 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
5270
5271 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5272
5273 * vc.el (vc-dir):
5274 * vc-hooks.el: Tweak the VC directory bindings. These are now
5275 documented in the manual.
5276
5277 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
5278 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
5279 (vc-dispatcher-selection-set): Allow callers to pass in an
5280 observer flag that says no buffer sync is required.
5281 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
5282 Use the observer flag.
5283
5284 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
5285
5286 * simple.el (start-file-process): Clarify docstring.
5287
5288 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5289
5290 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
5291 Remove stub implementations of, and references to, wash-log.
5292 * vc-rcs.el (vc-rcs-comment-history):
5293 * vc-cvs.el (vc-cvs-comment-history):
5294 Inline the code that used to be wash-log.
5295
5296 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
5297 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
5298 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
5299 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
5300 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
5301 (vc-rcs-print-log): Grok directories.
5302
5303 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * vc.el (vc-mark-resolved): Add `backend' argument.
5306 (vc-next-action): Pass it the backend.
5307 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
5308 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
5309 (vc-default-comment-history, vc-default-create-snapshot)
5310 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
5311 (vc-annotate-revision-previous-to-line)
5312 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
5313 * vc-svn.el (vc-svn-checkout):
5314 * vc-mcvs.el (vc-mcvs-checkout):
5315 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
5316 (vc-working-revision, vc-before-save, vc-mode-line):
5317 Prefer vc-call-backend to vc-call so as not to recompute the backend.
5318
5319 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
5320 state to be consistent since it's often an unwarranted restriction.
5321 Don't return the state either.
5322 (vc-next-action): Check that the state is consistent.
5323 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
5324 (vc-rollback, vc-update): Adapt to new return value of
5325 vc-deduce-fileset.
5326
5327 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
5328 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
5329 (vc-dispatcher-in-fileset-p): New fun.
5330 (vc-dispatcher-selection-set): Use it to properly handle directories.
5331
5332 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
5333
5334 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
5335 (vc-update): Remove unused let bindings.
5336
5337 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
5338
5339 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
5340 (vc-diff, vc-revert, vc-rollback, vc-update):
5341 * vc-dispatcher.el (vc-dispatcher-selection-set):
5342 Get rid of 4 special cases in fileset selection. This involved
5343 changing the return value of (vc-deduce-fileset) so that it passes
5344 back a deduced state as well as a deduced back end.
5345
5346 2008-05-08 Sam Steingold <sds@gnu.org>
5347
5348 * progmodes/compile.el (compilation-minor-mode-map)
5349 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
5350 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
5351 it to `compilation-minor-mode-map' (instead of an explicit `cons').
5352
5353 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5354
5355 * org/org.el (org-modules, org-format-latex-options):
5356 * org/org-archive.el (org-archive-stamp-time)
5357 (org-archive-save-context-info):
5358 * org/org-faces.el (org-hide):
5359 * org/org-irc.el (org-irc-parse-link):
5360 * org/org-macs.el (org-call-with-arg, org-autoload):
5361 * org/org-mew.el (org-mew-store-link):
5362 * org/org-remember.el (org-remember-store-without-prompt)
5363 (org-remember-templates): Fix typos in docstrings.
5364
5365 * org/org-info.el (org-info-store-link): Remove leftover docstring.
5366
5367 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
5368 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
5369 (org-bbdb-anniv-split): Fix typos in docstrings.
5370
5371 * org/org-publish.el (org-publish-project-alist): Doc fixes.
5372 (org-publish-use-timestamps-flag): Reflow docstring.
5373 (org-publish-files-alist): Fix typos in docstring.
5374
5375 2008-05-07 Sam Steingold <sds@gnu.org>
5376
5377 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
5378 appears to be too aggressive with window removal.
5379
5380 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
5381
5382 * progmodes/verilog-mode.el (verilog-type-font-keywords):
5383 Add leda and 0in as pragma keywords.
5384 (verilog-pretty-expr): Support lining up assignments which include
5385 part selects.
5386 (verilog-mode): More portable check for the availability of
5387 hideshow support.
5388 (verilog-do-indent): Remove special indent for declarations inside
5389 a parenthetical list. The code is ill-advised, and doesn't work
5390 given the new user defined types.
5391 (verilog-set-auto-endcomments): Enhance function automatic
5392 endcomment to support functions that return user defined types.
5393 (verilog-mode): Add code to tell which-function-mode minor mode
5394 that Verilog supports this feature.
5395
5396 2008-05-08 Eli Zaretskii <eliz@gnu.org>
5397
5398 * epa-file.el: Require epa-hook.
5399
5400 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
5401
5402 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
5403 file-names clashes on 8+3 filesystems. Provide epa-hook.
5404
5405 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
5406 file-names clashes on 8+3 filesystems.
5407
5408 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
5409
5410 * org/org.el (org-read-date-get-relative): Interpret lone
5411 weekday abbreviation as relative to today.
5412
5413 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
5414
5415 * abbrev.el (define-abbrev-table):
5416 * composite.el (toggle-auto-composition):
5417 * json.el (json-alist-p, json-plist-p):
5418 * minibuffer.el (completion-table-with-predicate):
5419 * ps-mule.el (ps-mule-external-libraries):
5420 * emacs-lisp/advice.el (ad-special-form-p):
5421 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5422 * eshell/em-smart.el (eshell-review-quick-commands):
5423 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
5424 (python-skip-out, python-check-comint-prompt):
5425 Don't use `iff' in docstrings.
5426
5427 * international/robin.el (robin-package-alist): Fix typo in docstring.
5428 (robin-current-package-name): Doc fix.
5429 (robin-activate): Don't use `iff' in docstring.
5430
5431 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
5432
5433 * vc.el, vc-dispatcher.el: VC-Dired support removed.
5434 The code uses a ewoc-based implementation now.
5435 * vc-hooks.el: Support for Meta-CVS has been removed.
5436
5437 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
5438
5439 * tool-bar.el: Choose images dynamically.
5440 (tool-bar-make-keymap, tool-bar-find-image): New function.
5441 (tool-bar-find-image-cache): New var.
5442 (tool-bar-local-item, tool-bar-local-item-from-menu):
5443 Don't select the image yet, do it later in tool-bar-make-keymap.
5444
5445 2008-05-07 Andreas Schwab <schwab@suse.de>
5446
5447 * window.el: Require 'cl when compiling.
5448
5449 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
5450
5451 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
5452
5453 2008-05-07 Glenn Morris <rgm@gnu.org>
5454
5455 * subr.el (ignore-errors): Move here from cl-macs.el.
5456 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
5457
5458 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
5459 oddness.
5460
5461 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
5462
5463 * vc-hooks.el (vc-find-file-hook):
5464 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
5465 further from vc.el.
5466 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
5467
5468 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
5469
5470 * progmodes/verilog-mode.el (verilog-getopt-file):
5471 Cleanup warning message format.
5472 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
5473 (verilog-auto-inout, verilog-auto-inout-module)
5474 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
5475 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
5476 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
5477 (verilog-auto-sense-sigs, verilog-auto-tieoff)
5478 (verilog-auto-unused, verilog-auto-wire)
5479 (verilog-decls-get-assigns, verilog-decls-get-consts)
5480 (verilog-decls-get-gparams, verilog-decls-get-inouts)
5481 (verilog-decls-get-inputs, verilog-decls-get-outputs)
5482 (verilog-decls-get-ports, verilog-decls-get-regs)
5483 (verilog-decls-get-signals, verilog-decls-get-wires)
5484 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
5485 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
5486 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
5487 (verilog-inject-sense, verilog-library-filenames)
5488 (verilog-mode-release-date, verilog-mode-version)
5489 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
5490 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
5491 (verilog-modi-get-assigns, verilog-modi-get-consts)
5492 (verilog-modi-get-gparams, verilog-modi-get-inouts)
5493 (verilog-modi-get-inputs, verilog-modi-get-outputs)
5494 (verilog-modi-get-ports, verilog-modi-get-regs)
5495 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
5496 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
5497 (verilog-modi-get-wires, verilog-preserve-cache)
5498 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
5499 (verilog-read-sub-decls, verilog-read-sub-decls-line)
5500 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
5501 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
5502 Add caching of additional state, and rework signal extraction
5503 routines to improve AUTO expansion performance by 300%++.
5504
5505 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
5506
5507 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5508 Tweak Open Watcom regexp to distinguish between errors and warnings.
5509
5510 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
5511
5512 * dired.el (dired-read-dir-and-switches): Fix up last change.
5513
5514 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
5515
5516 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
5517 out of this function, move it to vc-dispatcher-selection-set.
5518
5519 2008-05-05 Sam Steingold <sds@gnu.org>
5520
5521 * window.el (delete-other-windows-vertically): New function.
5522
5523 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5524
5525 * dired.el (dired-read-dir-and-switches):
5526 Obey read-file-name-completion-ignore-case.
5527
5528 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
5529
5530 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5531 Add regexp for Open Watcom compiler output.
5532
5533 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
5534
5535 * progmodes/python.el (python-block-pairs): Align finally with except.
5536
5537 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
5540
5541 2008-05-05 Tom Tromey <tromey@redhat.com>
5542
5543 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
5544 looking at conflict marker.
5545
5546 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
5547
5548 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
5549 client-mode -> vc-client-object, and guess `funcall' was meant.
5550 (vc-dir-mode): Rename client-mode -> vc-client-mode.
5551
5552 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
5553
5554 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
5555 (dbus-debug): Move declarations outside eval-when-compile.
5556
5557 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5558
5559 * proced.el (proced-command-alist): Fix system-type values.
5560 Fix defcustom.
5561 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
5562 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
5563 (proced-sort-start, proced-sort, proced-sort-time): New commands.
5564 (proced-update): Use proced-sorting-scheme. Update modeline.
5565 (proced-send-signal): Use nreverse.
5566 (proced-sorting-scheme-p): New function.
5567
5568 2008-05-04 Andreas Schwab <schwab@suse.de>
5569
5570 * vc.el: Require dired when compiling.
5571
5572 * minibuffer.el (completion--insert-strings): Don't delete past bol.
5573
5574 2008-05-03 Glenn Morris <rgm@gnu.org>
5575
5576 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
5577 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
5578 Simplify compilation requirements.
5579 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
5580 declarations.
5581
5582 2008-05-03 Dave Love <fx@gnu.org>
5583
5584 * progmodes/python.el (python-beginning-of-statement):
5585 Loop at least once (fixes 2008-02-21 change).
5586
5587 2008-05-03 Eli Zaretskii <eliz@gnu.org>
5588
5589 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
5590 instead of `length' for comparing length of user and group names.
5591
5592 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
5593
5594 * vc-dispatcher.el: New file, separates out the UI and command
5595 execution machinery from VCS-specific logic left in vc.el.
5596 The separation is not yet completely clean, but it's a good start.
5597 * vc.el: This file is about 1700 lines shorter now.
5598 Remove obsolete logentry-check from the backend API.
5599 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
5600 implementation of the logentry-check method, and it guarded against
5601 a log length limit that has probably been obsolete for 15 years (!).
5602
5603 2008-05-02 Sam Steingold <sds@gnu.org>
5604
5605 * progmodes/compile.el (compilation-start): Move setting of
5606 compilation-directory after (funcall mode) as that resets local
5607 variables, this fixes recompile in grep buffers.
5608 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
5609 in dired &c).
5610
5611 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5612
5613 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
5614 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5615 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
5616 has one of these and that all are called in compatible ways.
5617 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
5618 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
5619 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
5620 backend has one of these.
5621
5622 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
5623
5624 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
5625 initialization into define-abbrev-table. Use :regexp.
5626 (octave-mode-syntax-table): Don't set word syntax for `.
5627
5628 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
5629 than only value.
5630
5631 * dired.el (dired-read-dir-and-switches):
5632 Set minibuffer-completing-file-name and call substitute-in-file-name.
5633 (dired-format-columns-of-files): Use completion--insert-strings.
5634
5635 * minibuffer.el (completion-hilit-commonality): Revert last change:
5636 the leftover code was actually useful.
5637 (completion--insert-strings): Use string-width rather than length.
5638
5639 2008-05-02 Sam Steingold <sds@gnu.org>
5640
5641 * vc.el (vc-dir-mode-map): Enable mouse bindings.
5642 (vc-at-event): New macro: run the body at the even location.
5643 (vc-dir-menu, vc-dir-toggle-mark): Use it.
5644 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
5645 * subr.el (mouse-event-p): Check if the event is mouse-related.
5646
5647 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
5648
5649 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
5650 Don't throw error if no file is found.
5651
5652 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
5653
5654 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
5655 (vc-default-state-heuristic): Doc fix.
5656
5657 2008-05-02 Richard Sharman <rsharman@pobox.com>
5658
5659 * hilit-chg.el (highlight-changes-mode): Remove references to
5660 hooks that no longer exist. Because define-minor-mode is used the
5661 hook highlight-changes-mode-hook exists and can do what both the
5662 old hooks used to do. The documentation at the top of the file
5663 was updated to demonstrate this.
5664 (highlight-changes-mode): Remove commented out call to a hook
5665 function that is no longer there.
5666 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
5667
5668 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
5669
5670 * vc.el (vc-default-dired-state-info): Change name of primitive
5671 to prettify-state-info, in preparation for ripping out dired mode.
5672 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
5673 to prettify-state-info, in preparation for ripping out dired mode.
5674 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
5675 tries this on a version-controlled buffer. It will do useless or
5676 actively bad things on any version control system newer than RCS.
5677 * vc-hooks.el (vc-dired-resynch-file):
5678 * vc.el (vc-dired-resynch-file): Change name of primitive to
5679 vc-directory-resynch-file, preparing to remove dired.
5680
5681 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
5682
5683 * vc-rcs.el (vc-rcs-state): Fix typos.
5684
5685 * vc.el (vc-register): Change argument order so that the prefix
5686 argument is assigned correctly.
5687 (vc-next-action, vc-dir-register): Update for the above change.
5688
5689 2008-05-01 Juri Linkov <juri@jurta.org>
5690
5691 * replace.el (occur-read-primary-args): Set default to the car of
5692 regexp-history and display it in the prompt, but don't add to the
5693 list of minibuffer defaults. Bind history-add-new-input to nil to
5694 not add automatically `default'. For empty input return `default'.
5695 Otherwise, add `input' to regexp-history and return it.
5696 (occur-1): Signal an error for the empty regexp.
5697
5698 * progmodes/compile.el (compilation-auto-jump):
5699 Set window point to `pos' explicitly.
5700
5701 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
5702
5703 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
5704 when appropriate.
5705 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
5706 we report the 'unregistered state reliably.
5707 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
5708 we report the 'unregistered state reliably.
5709 * vc-git.el (vc-git-state): Call vc-git-unregistered so
5710 we report the 'unregistered state reliably.
5711 * vc-hooks.el (vc-state): Document that vc-unregistered is
5712 now expected to be returned reliably.
5713 * vc.el (vc-default-dired-state): Change needs-patch state to
5714 needs-update, since the name now shows up in dir-status listings
5715 and was somewhat misleading.
5716 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
5717 immediately after removing the file.
5718 * vc.el (vc-next-action): More informative messages when a fileset
5719 is in a mixed state or files are missing.
5720
5721 2008-05-01 Sam Steingold <sds@gnu.org>
5722
5723 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
5724
5725 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5726
5727 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
5728
5729 2008-05-01 Daiki Ueno <ueno@unixuser.org>
5730
5731 * epa-file-hook.el: New file split from epa-file.el.
5732 * epa-file.el: Require 'epa-file-hook.
5733 (epa-file-handler): Add autoload cookie.
5734 * loadup.el: Load epa-file-hook.
5735 * startup.el (command-line): Eval the body of auto-encryption-mode.
5736
5737 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5738
5739 * vc.el (vc-dir-mode-map): Don't bind "r".
5740
5741 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
5742 (vc-hg-status-printer): New function.
5743 (vc-hg-after-dir-status): Deal with copied and renamed files.
5744 (vc-hg-dir-status): Add flag to show copied files.
5745
5746 2008-05-01 John Paul Wallington <jpw@pobox.com>
5747
5748 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
5749 (ibuffer-do-sort-by-recency): Reverse sorting order if last
5750 sorting mode was recency.
5751
5752 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
5753 reverse sorting order if last sorting mode was the sorter's.
5754
5755 2008-05-01 Jason Rumney <jasonr@gnu.org>
5756
5757 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
5758
5759 2008-04-30 John Paul Wallington <jpw@pobox.com>
5760
5761 * ibuffer.el (define-ibuffer-column filename): When the major mode
5762 is `vc-dir-mode' show the buffer's default directory.
5763
5764 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
5765 major mode is `vc-dir-mode' use the buffer's default directory.
5766
5767 2008-04-30 Sam Steingold <sds@gnu.org>
5768
5769 * vc.el (vc-dir-delete-file): Add.
5770 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
5771 (vc-delete-file): Do not barf when the file has been already deleted.
5772
5773 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5774
5775 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
5776
5777 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5778
5779 * progmodes/octave-mod.el (octave-help): New function.
5780 * progmodes/octave-hlp.el: Delete.
5781 * info-look.el (octave-mode): Add operator index.
5782
5783 * vc.el (vc-checkout): Typo.
5784
5785 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
5786
5787 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
5788 Add "..." in the appropriate places.
5789
5790 * epa.el (epa-key-list-mode-map): Add more menu entries.
5791 Add "..." in the appropriate places.
5792
5793 * dired.el (dired-mode-map): Add :help.
5794
5795 * vc.el (vc-deduce-fileset): Add new parameter.
5796 (vc-dir-marked-only-files): New function.
5797 (vc-next-action): Don't ignore directories, look at the files
5798 inside them.
5799 (vc-dir-mode): Document how the mark/unmark commands work.
5800
5801 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
5802
5803 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
5804 Rule out trailing spaces in file and directory names as well.
5805
5806 * minibuffer.el (completion--do-completion): Move point even if the
5807 completion makes no change.
5808 (completion-pcm-try-completion): Fix computation of new point.
5809
5810 2008-04-30 David Hansen <david.hansen@gmx.net>
5811
5812 * dired.el: Require 'cl.
5813
5814 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
5815
5816 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
5817 hollow if not in innermost frame.
5818
5819 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5820 Make `checkout-model' apply to filesets.
5821 * vc-hooks.el (vc-checkout-model): Rewrite.
5822 (vc-before-save, vc-after-save): Adjust callers accordingly.
5823 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
5824 (vc-transfer-file): Adjust callers accordingly.
5825 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
5826 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
5827 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
5828 instead of vc-checkout-model.
5829 * vc-mcvs.el (vc-mcvs-revert):
5830 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
5831 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
5832 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
5833 * vc-svn.el (vc-svn-checkout-model):
5834 * vc-hg.el (vc-hg-checkout-model):
5835 * vc-git.el (vc-git-checkout-model):
5836 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
5837
5838 * dired.el (dired-read-dir-and-switches): Replace last change with
5839 a new approach that mixes read-file-name and read-directory-name.
5840
5841 * files.el (read-buffer-to-switch):
5842 Avoid making assumptions about `other-buffer'.
5843
5844 2008-04-29 Sam Steingold <sds@gnu.org>
5845
5846 * vc.el (vc-dir-mode-hook): Add normal hook.
5847 (vc-dir-mode): Run it.
5848
5849 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5850
5851 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
5852 Always split windows.
5853 (gdb-speedbar-timer-fn): Only raise frame after user input.
5854 (gdb-same-frame): Reverse initial value.
5855 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
5856
5857 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
5858 gdb-speedbar-timer-fn.
5859
5860 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5861
5862 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
5863
5864 2008-04-29 Daiki Ueno <ueno@unixuser.org>
5865
5866 * epa.el (epa-key-list-mode-map): Add menu.
5867 (epa-delete-keys, epa-import-keys): Fix typo.
5868
5869 2008-04-29 Glenn Morris <rgm@gnu.org>
5870
5871 * find-cmd.el (top-level): Does not need cl when compiling.
5872
5873 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
5874
5875 * find-cmd.el: New file.
5876
5877 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5878
5879 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
5880 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
5881 (completion-pcm--hilit-commonality): New function.
5882 (completion-pcm-all-completions): Use it.
5883
5884 * minibuffer.el (completion-common-substring): Mark obsolete.
5885 (completions-first-difference, completions-common-part):
5886 Move from simple.el.
5887 (completion-hilit-commonality): New fun.
5888 (display-completion-list, completion-emacs21-all-completions)
5889 (completion-emacs22-all-completions): Use it.
5890 * simple.el (completions-first-difference, completions-common-part):
5891 Move to minibuffer.el.
5892 (choose-completion-string): Use field functions and minibufferp.
5893 (completion-setup-function): Don't set completions faces.
5894
5895 2008-04-29 Glenn Morris <rgm@gnu.org>
5896
5897 * calendar/calendar.el (calendar-nth-named-absday)
5898 (calendar-nth-named-day):
5899 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
5900 * calendar/holidays.el (holiday-float): Doc fixes.
5901
5902 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
5903 the `full' case.
5904
5905 * org/org-agenda.el (calendar-iso-from-absolute):
5906 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
5907 Fix declarations.
5908
5909 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
5910
5911 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
5912 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
5913 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
5914 (gdb-assembler-custom): Be careful not to match other addresses.
5915
5916 2008-04-29 Jason Rumney <jasonr@gnu.org>
5917
5918 * battery.el (battery-status-function): Use w32-battery-status
5919 on Windows.
5920 (battery-echo-area-format): Make apm format the general case.
5921 (battery-mode-line-format): Merge apm and pmset formats as the
5922 general case.
5923
5924 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5925
5926 * progmodes/gdb-ui.el (gdb-info-stack-custom):
5927 Use gud-tool-bar-item-visible-no-fringe.
5928 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
5929 is already visible in frame. Remove optional size parameter
5930 and add optional frame parameter.
5931
5932 * progmodes/gud.el (gud-display-line): Only consider visible
5933 frames when looking for source buffer.
5934
5935 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
5936
5937 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
5938 argument to get-char-property, in case the current buffer hasn't
5939 been assigned to that window yet.
5940 (doc-view-display): Default to selected window if the current
5941 buffer hasn't been assigned to a window yet.
5942
5943 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
5944
5945 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
5946
5947 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5948
5949 * net/tramp.el (tramp-mode): New defcustom.
5950 (tramp-file-name-handler, tramp-completion-file-name-handler):
5951 Use it.
5952 (tramp-replace-environment-variables): Handle "$$".
5953
5954 2008-04-28 Sam Steingold <sds@gnu.org>
5955
5956 * vc-hg.el (vc-hg-rename-file): Fix argument order.
5957
5958 2008-04-28 Bastien Guerry <bzg@altern.org>
5959
5960 * whitespace.el (whitespace-trailing): Fix typo.
5961
5962 2008-04-28 Sam Steingold <sds@gnu.org>
5963
5964 * textmodes/remember.el (diary-make-entry): Update the autoload.
5965
5966 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5967
5968 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
5969 all-completions.
5970
5971 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
5972
5973 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
5974
5975 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5976
5977 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
5978 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
5979 (vc-dir-mark-file): Add an optional argument.
5980 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
5981
5982 2008-04-27 Daiki Ueno <ueno@unixuser.org>
5983
5984 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
5985 rather than obsolete alias find-file-hooks.
5986 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
5987 Use find-file-hook rather than obsolete alias find-file-hooks.
5988 Add to find-file-not-found-functions.
5989 (epa-file-handler): Put 'safe-magic and 'operations properties.
5990
5991 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
5992 (epa-menu-items): Remove.
5993
5994 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
5995 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
5996 (epa-dired-mode, epa-global-dired-mode): Remove.
5997
5998 * dired.el (dired-mode-map): Bind encryption/decryption commands.
5999
6000 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
6001
6002 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
6003
6004 2008-04-27 Glenn Morris <rgm@gnu.org>
6005
6006 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
6007 Remove un-needed local `orig-list'. Replace cl `copy-list'.
6008
6009 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
6010
6011 * org/org.el (org-html-level-start): Always have id's in HTML.
6012 (org-export-as-html): Use `org-link-protocols' to
6013 retrieve the export form of the link.
6014 (org-add-link-type): Final parameter renamed from PUBLISH.
6015 Better documentation of how it is to be used. Avoid double entries for
6016 the same link type.
6017 (org-add-link-props): New function.
6018 (org-modules-loaded): New variable.
6019 (org-load-modules-maybe, org-set-modules): New function.
6020 (org-modules): New option.
6021 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
6022 (orgtbl-mode, org-store-link, org-insert-link-global)
6023 (org-open-at-point): Call `org-load-modules-maybe'.
6024 (org-search-view): Add more text properties.
6025 (org-agenda-schedule, org-agenda-deadline): Allow also in
6026 search-type agendas.
6027 (org-search-view): Order of arguments has been changed.
6028 Interpret prefix-arg as TODO-ONLY.
6029 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
6030 Take new argument order of `org-search-view' into account.
6031 (org-todo-only): New variable.
6032 (org-search-syntax-table): New variable and function.
6033 (org-search-view): Do the search with the special syntax table.
6034 (define-obsolete-function-alias): Make work with XEmacs.
6035 (org-add-planning-info): Use old date as default when modifying an
6036 existing deadline or scheduled item.
6037 (org-agenda-compute-time-span): Make argument N optional.
6038 (org-agenda-format-date-aligned): Require `cal-iso'.
6039 (org-agenda-list): Include week into agenda heading, don't
6040 list it at each date (only on Mondays).
6041 (org-read-date-analyze): Define local variable `iso-date'.
6042 (org-agenda-format-date-aligned): Remove dependency on
6043 `calendar-time-from-absolute'.
6044 (org-remember-apply-template, org-go-to-remember-target):
6045 Interpret filenames relative to `org-directory'.
6046 (org-complete): Silently fail when trying to complete
6047 keywords that don't have a default value.
6048 (org-get-current-options): Add a #+DATE: option.
6049 (org-additional-option-like-keywords): Remove "DATE:" from the
6050 list of additional keywords.
6051 (org-export-as-html): Remove (current-time) as unnecessary second
6052 argument of `format-time-string'.
6053 (org-clock-find-position): Handle special case at end of buffer.
6054 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
6055 `org-agenda-change-time-span'.
6056 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
6057 `org-agenda-change-time-span'.
6058 (org-agenda-month-view): New argument MONTH, pass it on to
6059 `org-agenda-change-time-span'.
6060 (org-agenda-year-view): New argument YEAR, pass it on to
6061 `org-agenda-change-time-span'.
6062 (org-agenda-change-time-span): New optional argument N, pass it on
6063 to `org-agenda-compute-time-span'.
6064 (org-agenda-compute-time-span): New argument N, interpret it by
6065 changing the starting day.
6066 (org-small-year-to-year): New function.
6067 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
6068 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
6069 into the future, and that the shift is at least one interval, never 0.
6070 (org-update-checkbox-count): Fix bug with checkbox counting.
6071 (org-add-note): New command.
6072 (org-add-log-setup): Rename from `org-add-log-maybe'.
6073 (org-log-note-headings): New entry for plain notes (i.e. notes not
6074 related to state changes or clocking).
6075 (org-get-org-file): Check for availability of `remember-data-file'.
6076 (org-cached-entry-get): Allow a regexp value for
6077 `org-use-property-inheritance'.
6078 (org-use-property-inheritance): Allow regexp value. Fix bug in
6079 customization type.
6080 (org-use-tag-inheritance): Allow a list and a regexp value for
6081 this variable.
6082 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
6083 (org-entry-get): Respect value `selective' for the INHERIT argument.
6084 (org-tag-inherit-p, org-property-inherit-p): New functions.
6085 (org-agenda-format-date-aligned): Allow 10 characters for
6086 weekday, to acomodate German locale.
6087 (org-add-archive-files): New function.
6088 (org-agenda-files): New argument `ext', to get archive files as well.
6089 (org-tbl-menu): Protect the use of variables that
6090 are only available when org-table.el gets loaded.
6091 (org-read-agenda-file-list): Error if `org-agenda-files' is a
6092 single directory.
6093 (org-open-file): Allow a batch process to trigger
6094 waiting after executing a system command.
6095 (org-store-link): Link to headline when there is not
6096 target and no region in an org-mode buffer when creating a link.
6097 (org-link-types-re): New variable.
6098 (org-make-link-regexps): Compute `org-link-types-re'.
6099 (org-make-link-description-function): New option.
6100 (org-agenda-date, org-agenda-date-weekend): New faces.
6101 (org-archive-sibling-heading): New option.
6102 (org-archive-to-archive-sibling): New function.
6103 (org-iswitchb): New command.
6104 (org-buffer-list): New function.
6105 (org-agenda-columns): Also try the #+COLUMNS line in
6106 the buffer associated with the entry at point (or with the first
6107 entry in the agenda view).
6108 (org-modules): Add entry for org-bibtex.el.
6109 (org-completion-fallback-command): Move into `org-completion' group.
6110 (org-clock-heading-function): Move to `org-progress' group.
6111 (org-auto-repeat-maybe): Make sure that a note can
6112 be enforces if `org-log-repeat' is `note'.
6113 (org-modules): Allow additional symbols for external packages.
6114 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
6115 (org-clock-goto): Hide drawers after showing an
6116 entry with `org-clock-goto'.
6117 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
6118 Try also a clocktable block shift.
6119 (org-clocktable-try-shift): New function.
6120 (org-columns-hscoll-title): New function.
6121 (org-columns-previous-hscroll): New variable.
6122 (org-columns-full-header-line-format): New variable.
6123 (org-columns-display-here-title, org-columns-remove-overlays):
6124 Install `org-columns-hscoll-title' in post-command-hook.
6125
6126 * org/org.el: Split into many small files.
6127
6128 * org/org-agenda.el: New file, split off from org.el.
6129
6130 * org/org-archive.el: New file, split off from org.el.
6131
6132 * org/org-bbdb.el: New file.
6133
6134 * org/org-bibtex.el: New file, split off from org.el.
6135
6136 * org/org-clock.el: New file, split off from org.el.
6137
6138 * org/org-colview.el: New file, split off from org.el.
6139
6140 * org/org-compat.el: New file, split off from org.el.
6141
6142 * org/org-exp.el: New file, split off from org.el.
6143
6144 * org/org-faces.el: New file, split off from org.el.
6145
6146 * org/org-gnus.el: New file, split off from org.el.
6147
6148 * org/org-info.el: New file, split off from org.el.
6149
6150 * org/org-infojs.el: New file.
6151
6152 * org/org-irc.el: New file.
6153
6154 * org/org-macs.el: New file, split off from org.el.
6155
6156 * org/org-mew.el: New file.
6157
6158 * org/org-mhe.el: New file, split off from org.el.
6159
6160 * org/org-publish.el: New file, split off from org.el.
6161
6162 * org/org-remember.el: New file, split off from org.el.
6163
6164 * org/org-rmail.el: New file, split off from org.el.
6165
6166 * org/org-table.el: New file, split off from org.el.
6167
6168 * org/org-vm.el: New file, split off from org.el.
6169
6170 * org/org-wl.el: New file, split off from org.el.
6171
6172 2008-04-27 Jason Riedy <jason@acm.org>
6173
6174 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
6175 parameter that supresses lines that evaluate to NIL.
6176 (orgtbl-get-fmt): New inline function for
6177 picking apart formats that may be lists.
6178 (orgtbl-apply-fmt): New inline function for applying formats that
6179 may be functions.
6180 (orgtbl-eval-str): New inline function for strings that may be
6181 functions.
6182 (orgtbl-format-line, orgtbl-to-generic): Use and document.
6183 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
6184 (*orgtbl-llfmt*, *orgtbl-llstart*)
6185 (*orgtbl-llend*): Dynamic variables for last-line formatting.
6186 (orgtbl-format-section): Shift formatting to support detecting the
6187 last line and formatting it specially.
6188 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
6189 formats unless overridden.
6190 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
6191 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
6192 bound variables to hold the input collection of lines and output
6193 formatted text.
6194 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
6195 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
6196 format parameters.
6197 (orgtbl-format-line): New function encapsulating formatting for a
6198 single line.
6199 (orgtbl-format-section): Similar for each section. Rebinding the
6200 dynamic vars customizes the formatting for each section.
6201 (orgtbl-to-generic): Use orgtbl-format-line and
6202 orgtbl-format-section.
6203 (org-get-param): Now unused, so delete.
6204 (orgtbl-gather-send-defs): New function to
6205 gather all the SEND definitions before a table.
6206 (orgtbl-send-replace-tbl): New function to find the RECEIVE
6207 corresponding to the current name.
6208 (orgtbl-send-table): Use the previous two functions and implement
6209 multiple destinations for each table.
6210
6211 * doc/org.texi (A LaTeX example): Note that fmt may be a
6212 one-argument function, and efmt may be a two-argument function.
6213 (Radio tables): Document multiple destinations.
6214
6215 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
6216
6217 * org/org-agenda.el (org-add-to-diary-list): New function.
6218 (org-prefix-has-effort): New variable.
6219 (org-sort-agenda-noeffort-is-high): New option.
6220 (org-agenda-columns-show-summaries)
6221 (org-agenda-columns-compute-summary-properties): New options.
6222 (org-format-agenda-item): Compute the duration of the item.
6223 (org-agenda-weekend-days): New variable.
6224 (org-agenda-list, org-timeline): Use the proper faces for dates in
6225 the agenda and timeline buffers.
6226 (org-agenda-archive-to-archive-sibling): New command.
6227 (org-agenda-start-with-clockreport-mode): New option.
6228 (org-agenda-clockreport-parameter-plist): New option.
6229 (org-agenda-clocktable-mode): New variable.
6230 (org-agenda-deadline-leaders): Allow a function value for the
6231 deadline leader.
6232 (org-agenda-get-deadlines): Deal with new function value.
6233
6234 * org/org-clock.el (org-clock): New customization group.
6235 (org-clock-into-drawer, org-clock-out-when-done)
6236 (org-clock-in-switch-to-state, org-clock-heading-function):
6237 Move into the new group.
6238 (org-clock-out-remove-zero-time-clocks): New option.
6239 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
6240 (org-dblock-write:clocktable): Allow a Lisp form for the scope
6241 parameter.
6242 (org-dblock-write:clocktable): Fix bug with total time calculation.
6243 (org-dblock-write:clocktable): Request the unrestricted list of files.
6244 (org-get-clocktable): New function.
6245 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
6246 be strings but also integers (an absolute day number) and lists (m d y).
6247
6248 * org/org-colview.el (org-columns-next-allowed-value)
6249 (org-columns-edit-value): Limit the effort for updating in the
6250 agenda to recomputing a single file.
6251 (org-columns-compute): Only write property value if it has changed.
6252 This avoids raising the buffer-change-flag unnecessarily.
6253 (org-agenda-colview-summarize)
6254 (org-agenda-colview-compute): New functions.
6255 (org-agenda-columns): Call `org-agenda-colview-summarize'.
6256
6257 * org/org-exp.el (org-export-run-in-background): New option.
6258 (org-export-icalendar): Allow a batch process to trigger waiting
6259 after executing a system command.
6260 (org-export-preprocess-string): Rename from
6261 `org-cleaned-string-for-export'.
6262 (org-export-html-style): Made target class look like normal text.
6263 (org-export-as-html): Make use of the better proprocessing in
6264 `org-cleaned-string-for-export'.
6265 (org-cleaned-string-for-export): Better treatment of heuristic
6266 targets, many more internal links will now work in HTML export.
6267 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
6268 (org-export-inbuffer-options-extra): New variable.
6269 (org-export-options-filters): New hook.
6270 (org-infile-export-plist): Find also the settings keywords in
6271 `org-export-inbuffer-options-extra'.
6272 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
6273 multiple #+INFOJS_OPT lines.
6274 (org-export-html-handle-js-options): New function.
6275 (org-export-html-infojs-setup): New option.
6276 (org-export-as-html): Call `org-export-html-handle-js-options'.
6277 Add autoload to all entry points.
6278 (org-skip-comments): Function removed.
6279
6280 * org/org-table.el (org-table-make-reference): Extra parenthesis
6281 around single fields, to make sure that algebraic formulas get
6282 correctly interpreted by calc.
6283 (org-table-current-column): No longer interactive.
6284
6285 * org/org-export-latex.el (org-export-latex-preprocess):
6286 Rename from `org-export-latex-cleaned-string'.
6287
6288 2008-04-27 Bastien Guerry <bzg@altern.org>
6289
6290 * org/org-publish.el (org-publish-get-base-files-1): New function.
6291 (org-publish-get-base-files): Use it.
6292 (org-publish-temp-files): New variable.
6293 Don't require 'dired-aux anymore.
6294 (org-publish-initial-buffer): New variable.
6295 (org-publish-org-to, org-publish): Use it.
6296 (org-publish-get-base-files-1): Bug fix: get
6297 the proper list of files when recursing thru a directory.
6298 (org-publish-get-base-files): Use the :exclude property to skip
6299 both files and directories.
6300
6301 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
6302
6303 * net/tramp.el (tramp-handle-make-symbolic-link)
6304 (tramp-handle-file-name-directory)
6305 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6306 (tramp-do-copy-or-rename-file-directly)
6307 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
6308 (tramp-handle-substitute-in-file-name)
6309 (tramp-handle-insert-file-contents, tramp-handle-write-region)
6310 * net/tramp-cache.el (tramp-get-file-property)
6311 (tramp-set-file-property, tramp-flush-file-property)
6312 (tramp-flush-directory-property)
6313 * net/tramp-compat.el (tramp-compat-make-temp-file)
6314 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
6315 Disable `file-name-handler-alist' when handling localname.
6316 It could have a remote file syntax, like a VMS file name.
6317
6318 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6319
6320 * whitespace.el: New version 11.1.
6321 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
6322 enclosed by \\( and \\)$. Docstring fix.
6323 (whitespace-trailing-regexp): Fun removed.
6324 (whitespace-report-list): Const initialization fix.
6325 (whitespace-color-on): Code fix.
6326
6327 2008-04-27 Andreas Schwab <schwab@suse.de>
6328
6329 * Makefile.el: Unbreak bootstrap.
6330
6331 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
6332
6333 * net/tramp.el (tramp-replace-environment-variables): New defun.
6334 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
6335 Use it.
6336
6337 2008-04-27 Glenn Morris <rgm@gnu.org>
6338
6339 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
6340
6341 * calculator.el (calculator-expt): Replace cl function `oddp'.
6342
6343 2008-04-27 Johan Bockgård <bojohan@gnu.org>
6344
6345 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
6346 Simplify. Collect `defun' and `autoload' entries.
6347 Avoid modifying load-history.
6348
6349 2008-04-26 Glenn Morris <rgm@gnu.org>
6350
6351 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
6352
6353 * simple.el (quoted-insert, zap-to-char): Revert previous change.
6354
6355 2008-04-26 John Paul Wallington <jpw@pobox.com>
6356
6357 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
6358 `hexl-mode-old-eldoc-documentation-function'.
6359 (hexl-mode-exit): Restore it.
6360 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
6361
6362 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
6363
6364 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
6365
6366 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
6367 (completion-pcm--all-completions): Doc fix.
6368 (completion-styles-alist, completion-all-completions):
6369 Fix typos in docstrings.
6370
6371 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6372
6373 * whitespace.el: There is now only one variable (whitespace-style) to
6374 specify which kind of blank is visualized. Doc and docstring fix.
6375 New version 11.0.
6376 (whitespace-style): New option, replace whitespace-style-mark and
6377 whitespace-style-color.
6378 (whitespace-style-mark, whitespace-style-color): Options removed.
6379 (whitespace-hspace, whitespace-tab, whitespace-newline)
6380 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
6381 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
6382 (whitespace-hspace-regexp, whitespace-space-regexp)
6383 (whitespace-tab-regexp, whitespace-trailing-regexp)
6384 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6385 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
6386 (whitespace-space-after-tab-regexp, whitespace-line-column)
6387 (whitespace-display-mappings, whitespace-report): Docstring fix.
6388 (whitespace-color-value-list, whitespace-mark-value-list)
6389 (whitespace-active-color, whitespace-active-mark)
6390 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
6391 (whitespace-style-value-list, whitespace-active-style)
6392 (whitespace-toggle-style): New vars.
6393 (whitespace-toggle-option-alist, whitespace-help-text):
6394 Var initialization and docstring fix.
6395 (whitespace-toggle-options, global-whitespace-toggle-options)
6396 (whitespace-cleanup, whitespace-cleanup-region)
6397 (whitespace-report-region, whitespace-interactive-char)
6398 (whitespace-toggle-list): Docstring and code fix.
6399 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
6400 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
6401 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
6402 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
6403
6404 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6405
6406 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
6407 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
6408 (diff-sanity-check-hunk): Adjust code accordingly.
6409
6410 2008-04-26 Glenn Morris <rgm@gnu.org>
6411
6412 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
6413
6414 * forms-d2.dat: Move to ../etc.
6415 * forms-d2.el (forms-file): Adapt for above change.
6416
6417 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
6418 `translation-table-for-input'.
6419
6420 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
6421 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
6422
6423 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
6424 to punctuation now it's not needed for abbrevs.
6425 (fortran-mode-abbrev-table): Remove defvar, make use of new
6426 define-abbrev-table :regexp feature.
6427
6428 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
6429 insert, now that translation-table-for-input is not needed.
6430
6431 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
6432
6433 * emacs-lisp/pp.el (pp-display-expression): New function,
6434 extracted from pp-eval-expression.
6435 (pp-eval-expression): Use pp-display-expression.
6436 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
6437 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
6438 (pp-eval-last-sexp): Use pp-last-sexp.
6439
6440 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
6441
6442 * abbrev.el (define-abbrev-table): Apply props even if the table
6443 exists already.
6444
6445 * minibuffer.el (completion-table-with-context): Fix `pred' for the
6446 various kinds of completion tables.
6447 (completion-emacs22-try-completion): Place cursor after the /, as was
6448 done in Emacs-22's minibuffer-complete-word.
6449 Fix bug reported by David Hansen <david.hansen@gmx.net>.
6450 (completion-emacs22-try-completion): Merge all mergable text rather
6451 than just /.
6452 (completion-pcm--delim-wild-regex): New var.
6453 (completion-pcm-word-delimiters): New custom.
6454 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
6455 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
6456 (completion-pcm--all-completions, completion-pcm-all-completions)
6457 (completion-pcm--merge-completions, completion-pcm--pattern->string)
6458 (completion-pcm-try-completion): New functions.
6459 (completion-styles-alist): Add them.
6460 (completion-styles): Add it to the default.
6461
6462 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
6463
6464 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
6465 (gdb-var-create-handler): ...until here when there are values.
6466 (gdb-post-prompt): Don't do -var-update with no watch expressions.
6467 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
6468
6469 2008-04-25 Eli Zaretskii <eliz@gnu.org>
6470
6471 * ls-lisp.el (ls-lisp-format): Fix last change.
6472 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
6473 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
6474 (ls-lisp-filesize-f-fmt): New defvars.
6475 (ls-lisp-insert-directory): Dynamically compute format specifiers
6476 for displaying UID, GID, and file size, and store them in the
6477 above variables.
6478 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
6479 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
6480 instead of constant format strings.
6481 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
6482 ls-lisp-filesize-d-fmt instead of constant format strings.
6483
6484 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
6485
6486 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
6487 value of addresses rather than (partial) string value.
6488 (gdb-frame-handler): Change regexp according to above change.
6489 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
6490 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
6491 (gdb-assembler-mode): Disable undo in these buffers.
6492
6493 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
6494
6495 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
6496 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
6497
6498 2008-04-24 Sam Steingold <sds@gnu.org>
6499
6500 * textmodes/remember.el (remember-diary-extract-entries): Use
6501 diary-make-entry instead of the obsolete make-diary-entry.
6502
6503 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6504
6505 * subr.el (translation-table-for-input): Mark as obsolete.
6506
6507 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
6508
6509 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
6510
6511 * textmodes/ispell.el (ispell-dictionary-alist-1)
6512 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
6513 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
6514 (ispell-dictionary-alist-6): Remove.
6515 (ispell-dictionary-base-alist): New var, merges the above.
6516 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
6517 Use it.
6518 (ispell-dictionary-alist): Default to nil. Remove autoload.
6519 (ispell-local-dictionary-alist): Remove autoload.
6520
6521 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
6522 (f90-mode-abbrev-table): Use the new :regexp feature.
6523 Merge defvar and mapc into define-abbrev-table.
6524 (f90-imenu-type-matcher): Remove unused `l'.
6525 (f90-imenu-generic-expression): Remove unused `not-ib'.
6526 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
6527 (f90-change-keywords): Use restore-buffer-modified-p.
6528
6529 2008-04-24 Glenn Morris <rgm@gnu.org>
6530
6531 * net/goto-addr.el (goto-address-prog-mode):
6532 * progmodes/bug-reference.el (bug-reference-prog-mode):
6533 Define for compiler.
6534
6535 * minibuffer.el (x-file-dialog): Declare as function.
6536
6537 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
6538 dframe-update-speed rather than obsolete alias speedbar-update-speed.
6539
6540 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
6541 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
6542 work with easymenu. Add :keys where needed.
6543
6544 * calendar/cal-move.el (calendar-scroll-left): Handle case when
6545 event-start is nil.
6546
6547 * calendar/calendar.el (calendar-mode-map): Fix typo.
6548
6549 2008-04-24 Tom Tromey <tromey@redhat.com>
6550
6551 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6552 Document keywords. Add :suppress.
6553 * pcvs-defs.el (cvs-mode-map): Use :suppress.
6554
6555 * net/goto-addr.el (goto-address-unfontify): New function.
6556 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
6557 (goto-address-fontify-region, goto-address-mode)
6558 (goto-address-prog-mode): New functions.
6559
6560 * progmodes/bug-reference.el: New file.
6561
6562 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6563
6564 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
6565
6566 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
6567
6568 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
6569 macros within lambdas.
6570
6571 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6572
6573 * minibuffer.el (completion-try-completion): Add `point' argument.
6574 Change return value.
6575 (completion-all-completions): Add `point' argument.
6576 (minibuffer-completion-help): Pass the new `point' argument.
6577 (completion--do-completion): Pass the whole field to try-completion.
6578 (completion--try-word-completion): Rewrite, making fewer assumptions.
6579 (completion-emacs21-try-completion, completion-emacs21-all-completions)
6580 (completion-emacs22-try-completion, completion-emacs22-all-completions)
6581 (completion-basic-try-completion, completion-basic-all-completions):
6582 New functions.
6583 (completion-styles-alist): Use them.
6584
6585 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
6586
6587 * textmodes/ispell.el (ispell-set-spellchecker-params):
6588 New function to make sure right params and dictionary alists are used
6589 after spellchecker changes.
6590 (ispell-aspell-dictionary-alist, ispell-last-program-name)
6591 (ispell-initialize-spellchecker-hook): New variables and hook.
6592 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
6593 (ispell-maybe-find-aspell-dictionaries): Remove.
6594 Calls replaced by (ispell-set-spellchecker-params) calls.
6595 (ispell-have-aspell-dictionaries): Remove.
6596
6597 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
6598 by ispell-set-spellchecker-params.
6599
6600 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * complete.el (PC-do-completion): Be more robust in the presence of
6603 unexpected values in minibuffer-completion-predicate.
6604
6605 * minibuffer.el (read-file-name): Don't let-bind default-directory.
6606 Only abbreviate default-filename if it's a file.
6607
6608 * minibuffer.el (read-file-name-function, read-file-name-predicate)
6609 (read-file-name-completion-ignore-case, insert-default-directory):
6610 New vars, moved from fileio.c.
6611 (read-file-name): New fun, moved from fileio.c.
6612 * cus-start.el: Remove insert-default-directory and
6613 read-file-name-completion-ignore-case.
6614
6615 2008-04-23 Magnus Henoch <mange@freemail.hu>
6616
6617 * tar-mode.el (tar-untar-buffer): If the entry has directory
6618 link type, extract it as a directory even if its file name doesn't
6619 end with a slash. Fixes extraction of NetBSD tar archives.
6620
6621 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6622
6623 * server.el (server-start): Also don't get confused by CRs since we
6624 don't quote them.
6625
6626 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
6627
6628 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
6629 (gdb-set-gud-minor-mode-existing-buffers)
6630 (gdb-info-breakpoints-custom, gdb-get-location)
6631 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6632 Previously gdb-create-define-alist wasn't always run and added to
6633 after-save-hook.
6634
6635 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
6636
6637 2008-04-23 Kevin Ryde <user42@zip.com.au>
6638
6639 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
6640 comments like unindented ones.
6641
6642 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6643
6644 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
6645 parameter origins.
6646
6647 2008-04-23 Kevin Ryde <user42@zip.com.au>
6648
6649 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
6650 Bind print-level to ensure output forms aren't truncated if
6651 print-level is set to eval-expression-print-level when going via
6652 eval-defun and friends, or has been otherwise fiddled with.
6653
6654 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * progmodes/cc-mode.el (c-basic-common-init): Don't set
6657 font-lock-extend-after-change-region-function globally.
6658
6659 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
6660
6661 * speedbar.el (speedbar-use-tool-tips-flag)
6662 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
6663 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
6664 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
6665 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
6666 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
6667 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
6668 (speedbar-separator-face): Fix typos in docstrings.
6669 (speedbar-stealthy-function-list, speedbar-verbosity-level)
6670 (speedbar-supported-extension-expressions, speedbar-update-current-file)
6671 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
6672 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
6673 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
6674 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
6675 (speedbar-check-vc-this-line, speedbar-files-line-directory)
6676 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
6677 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
6678 (speedbar-recenter): Doc fixes.
6679 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
6680 declaration and remove redundant info in docstring.
6681
6682 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
6683
6684 * vc-git.el (vc-git-status-printer): Deal with directories.
6685
6686 * vc.el (vc-next-action): Look at more than the first file to
6687 determine the state.
6688
6689 2008-04-23 Glenn Morris <rgm@gnu.org>
6690
6691 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
6692 timers. Doc fix.
6693 (dframe-update-speed): Drop support for XEmacs < 20.
6694 (dframe-frame-mode): Drop support for Emacs < 20.
6695 (dframe-set-timer-internal): Drop support for Emacs without timers.
6696 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
6697
6698 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
6699 versions. Add doc-string. Mark as obsolete.
6700
6701 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
6702
6703 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
6704 rather than using an Emacs version test.
6705
6706 * tree-widget.el (tree-widget-image-enable): Use display-images-p
6707 rather than an Emacs version test.
6708
6709 * calendar/cal-china.el (holiday-chinese-qingming)
6710 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
6711 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
6712 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
6713
6714 * calendar/cal-islam.el (holiday-islamic): Doc fix.
6715
6716 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
6717 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
6718 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
6719
6720 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
6723 (gdb-previous-frame-pc-address): ...to this.
6724 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
6725 of "info frame" with Gdb 6.4+.
6726 (gdb-stack-list-frames-regexp): New regexp.
6727 (gdb-frame-handler-1): Parse output of -stack-info-frame.
6728
6729 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
6730
6731 * tar-mode.el (tar-prefix-offset): New constant.
6732 (tar-header-block-tokenize): Support paths with long names
6733 which use the "ustar" standard.
6734
6735 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
6736
6737 * image-dired.el (image-dired-track-original-file)
6738 (image-dired-modify-mark-on-thumb-original-file):
6739 Use `dired-goto-file' instead of `search-forward'. This solves
6740 a bug with finding files where the file name is a subset of other
6741 file names. Doc fix.
6742
6743 2008-04-22 Juri Linkov <juri@jurta.org>
6744
6745 * menu-bar.el (buffers-menu-max-size): Move its definition down to
6746 the "Buffers Menu" section. Change group name `mouse' to `menu'.
6747 (yank-menu-length): Change group name `mouse' to `menu'.
6748 (buffers-menu-buffer-name-length): New user option.
6749 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
6750 instead of the hard-coded number 27.
6751
6752 2008-04-22 Juri Linkov <juri@jurta.org>
6753
6754 * isearch.el (eval-when-compile): Require `help-macro'.
6755 (isearch-help-for-help-internal): Isearch specific Help screen
6756 created by `make-help-screen'.
6757 (isearch-help-map): New variable that binds "b", "k", "m" to
6758 isearch-specific commands, and binds other keys to
6759 isearch-other-control-char, thus allowing other Help keys to
6760 exit isearch mode and execute their global definitions.
6761 (isearch-help-for-help, isearch-describe-bindings)
6762 (isearch-describe-key, isearch-describe-mode): New commands.
6763 (isearch-mode-help): Define alias to isearch-describe-mode
6764 and remove its old function definition.
6765 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
6766 Remove old comments because this issue is settled now.
6767 (isearch-forward): Describe three new Help commands in the docstring.
6768 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
6769 leave the single sentence at the first line of the docstring,
6770 and prepend the word "function" before `isearch-forward'
6771 to make the Help link to the function instead of variable.
6772
6773 2008-04-22 Juri Linkov <juri@jurta.org>
6774
6775 * isearch.el (isearch-success-function): New variable with default
6776 to `isearch-success-function-default'.
6777 (isearch-search): Call a function from `isearch-success-function'
6778 instead of calling the hard-coded `isearch-range-invisible'.
6779 (isearch-success-function-default): New function that calls
6780 `isearch-range-invisible' and inverts its return value.
6781
6782 * info.el (Info-search): In two similar places that skip
6783 undesired search matches move code to Info-search-success-function,
6784 and call `isearch-success-function' instead.
6785 (Info-search-success-function): New function copied from code
6786 in Info-search. Replace isearch-range-invisible with
6787 text-property-not-all that checks for 'invisible and 'display
6788 properties to skip partially invisible matches (whose display
6789 properties were set by Info-fontify-node).
6790 (Info-mode): Set buffer-local isearch-success-function
6791 to Info-search-success-function.
6792
6793 2008-04-22 Juri Linkov <juri@jurta.org>
6794
6795 * minibuffer.el (internal-complete-buffer-except): New function.
6796
6797 * files.el (read-buffer-to-switch): New function.
6798 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
6799 Change interactive spec to call read-buffer-to-switch instead of
6800 using the letter "B".
6801
6802 * simple.el (minibuffer-default-add-shell-commands): New function.
6803 Use declare-function for mailcap-file-default-commands from "mailcap".
6804 (shell-command): Set local minibuffer-default-add-function to
6805 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
6806 before calling read-shell-command. Set 4th arg default-value of
6807 read-shell-command to relative buffer-file-name in file buffers.
6808
6809 * dired-aux.el (dired-read-shell-command-default): Move it to
6810 gnus/mailcap.el and change its name to more general name
6811 mailcap-file-default-commands.
6812 (minibuffer-default-add-dired-shell-commands): New function.
6813 Use declare-function for mailcap-file-default-commands from "mailcap".
6814 (dired-read-shell-command): Set local minibuffer-default-add-function
6815 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
6816 before calling read-shell-command. Remove dired-read-shell-command-default
6817 from the default value arg because default values are not set in
6818 minibuffer-default-add-dired-shell-commands. Doc fix.
6819
6820 * dired-x.el (dired-smart-shell-command): Sync arguments and
6821 interactive spec with changes in `shell-command'.
6822 Use dired-get-filename to get the dired file name at point
6823 as the default value in dired mode.
6824
6825 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
6826
6827 * info.el (Info-complete-menu-item): Add missing parenthesis.
6828
6829 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
6830
6831 * info.el (Info-complete-menu-item): Save point.
6832
6833 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
6834
6835 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
6836
6837 2008-04-22 Andreas Schwab <schwab@suse.de>
6838
6839 * Makefile.in (emacs-deps): Define.
6840 Use it instead of $(lisp)/subdirs.el.
6841
6842 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
6843
6844 * vc.el (vc-next-action): Do not consider directories when
6845 checking for state compatibility.
6846 (vc-transfer-file): Use when not if.
6847 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
6848 (vc-dir-mark-file): Use them.
6849 (vc-deduce-fileset): Also return the backend.
6850 (vc-diff-internal): Take as argument the value returned by
6851 vc-deduce-fileset instead of just the fileset.
6852 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
6853 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
6854 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
6855
6856 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
6857
6858 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
6859 set-window-vscroll but image-scroll-down. Fixes a bug where a
6860 command following SPC scrolled up again.
6861
6862 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
6863
6864 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
6865 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
6866 (gud-watch): Add "$" prefix when in registers buffer.
6867
6868 2008-04-22 Glenn Morris <rgm@gnu.org>
6869
6870 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
6871
6872 * whitespace.el (whitespace-display-table)
6873 (whitespace-display-table-was-local): Move definitions before use.
6874
6875 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
6876 (copyright-limit): Respect copyright-at-end-flag.
6877 (copyright-re-search, copyright-start-point)
6878 (copyright-offset-too-large-p): New functions.
6879 (copyright-update-year): Use copyright-re-search.
6880 (copyright-update, copyright-fix-years): Use copyright-start-point,
6881 and copyright-re-search.
6882 (copyright): Use copyright-offset-too-large-p.
6883 * add-log.el (change-log-mode): Set copyright-at-end-flag.
6884
6885 * add-log.el (top-level): Require 'cl when compiling.
6886
6887 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6888
6889 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
6890 Treat minibuffer-completion-predicate as a predicate.
6891
6892 * minibuffer.el (completion--file-name-table): Accept both the old
6893 `dir' arg or the new `pred' arg.
6894
6895 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
6896 `predicate' argument to pass non-predicate data.
6897 (ffap-read-url-internal, ffap-read-file-or-url-internal):
6898 Use second arg as proper predicate.
6899
6900 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
6901 (vc-bzr-revision-completion-table): Use completion-table-with-context
6902 instead.
6903
6904 * simple.el (choose-completion-string): Use minibuffer-completion-table.
6905
6906 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
6907
6908 * term.el (term-emulate-terminal): Perform redisplay after the
6909 process filter has finished running.
6910
6911 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6912
6913 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
6914
6915 * minibuffer.el (completion-try-completion): Change magic symbol
6916 property name. Rename from minibuffer-try-completion.
6917 (completion-all-completions): Rename from minibuffer-all-completions.
6918 Remove hide-spaces argument.
6919 (completion--do-completion): Rename from minibuffer--do-completion.
6920 (minibuffer-complete-and-exit): Call just try-completion rather than
6921 completion-try-completion to fix up the case.
6922 (completion--try-word-completion): Try to add space or hyphen before
6923 making `string' a prefix of `completion'.
6924 (completion--insert-strings): Rename from minibuffer--insert-strings.
6925
6926 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6927
6928 * net/tls.el (tls-program): Add -ign_eof argument to call the
6929 openssl commands.
6930 (tls-checktrust): Ditto.
6931
6932 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6933
6934 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
6935
6936 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
6937 (vc-check-master-templates, vc-file-not-found-hook)
6938 (vc-kill-buffer-hook):
6939 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
6940 (vc-find-position-by-context, vc-buffer-context)
6941 (vc-restore-buffer-context, vc-responsible-backend)
6942 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
6943 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
6944 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
6945 (vc-version-diff, vc-diff, vc-insert-headers)
6946 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
6947 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
6948 (vc-revert, vc-rollback, vc-version-backup-file)
6949 (vc-rename-master, vc-delete-file, vc-rename-file)
6950 (vc-branch-part, vc-default-retrieve-snapshot)
6951 (vc-annotate-display-autoscale, vc-annotate-display-select)
6952 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
6953 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
6954 (vc-dir-update): Handle directories.
6955 (vc-default-status-printer): Simplify.
6956
6957 * progmodes/asm-mode.el (asm-mode-map):
6958 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
6959
6960 * progmodes/m4-mode.el (m4-mode-map): Add menu.
6961
6962 2008-04-21 Kenichi Handa <handa@m17n.org>
6963
6964 * select.el (xselect-convert-to-string): Send a C_STRING only if
6965 the polymorphic target TEXT is requested.
6966
6967 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
6968
6969 * minibuffer.el (completion-setup-hook, display-completion-list)
6970 (completion--file-name-table): Fix typos in docstrings.
6971 (completion-table-dynamic): Fix typo, and reflow docstring.
6972
6973 2008-04-20 Andreas Schwab <schwab@suse.de>
6974
6975 * server.el (server-switch-buffer): Also consider clients in the
6976 selected frame.
6977
6978 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6979
6980 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6981 Select window clicked on first.
6982 (gdb): Display thread number in mode-line.
6983 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
6984 (gdb-breakpoints-header): New variable.
6985 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
6986
6987 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6988
6989 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
6990 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
6991 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
6992 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6993 (vc-sccs-print-log): Use it.
6994
6995 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
6996
6997 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
6998 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
6999
7000 * tooltip.el (tooltip-previous-message): New var.
7001 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
7002 the C code (avoid overwriting a minibuffer, restore previous echo
7003 message, ...).
7004 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
7005 Simplify.
7006
7007 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
7008
7009 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
7010 (gdb-init-1): Initialise it.
7011 (gdb-annotation-rules): New entry for "new-thread".
7012 (gdb-thread-identification): New function to customize
7013 mode-line-buffer-identification.
7014 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
7015 (gdb-assembler-mode): Use it.
7016 (gdb-threads-mode): Force "info threads" onto queue.
7017
7018 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
7019
7020 * files.el (locate-file-completion-table): Rename from
7021 locate-file-completion and make it use `pred' in the normal way.
7022 (locate-file-completion): New compatibility wrapper.
7023 (load-library): Use locate-file-completion-table.
7024 * finder.el (finder-commentary):
7025 * subr.el (locate-library):
7026 * emacs-lisp/find-func.el (find-library): Likewise.
7027 * info.el: Use with-current-buffer and inhibit-read-only.
7028 (Info-read-node-name-2): Change to use `predicate' in the normal way.
7029 (Info-read-node-name-1): Adjust uses accordingly.
7030
7031 * minibuffer.el (completion-table-with-context): Add support for `pred'.
7032 (completion-table-with-terminator): Don't use complete-with-action
7033 since we have to distinguish all three cases anyway.
7034 (completion-table-with-predicate): New function.
7035 (dynamic-completion-table): Add obsolete alias.
7036
7037 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
7038
7039 2008-04-18 Sam Steingold <sds@gnu.org>
7040
7041 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
7042 Use quit-window instead of bury-buffer.
7043
7044 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7045
7046 * minibuffer.el (completion-table-with-terminator): Fix last fix.
7047
7048 2008-04-18 Andreas Schwab <schwab@suse.de>
7049
7050 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
7051 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
7052 Depend on $(lisp)/subdirs.el.
7053
7054 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
7055
7056 * descr-text.el (describe-char-after):
7057 Use `define-obsolete-function-alias'.
7058
7059 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
7060
7061 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
7062
7063 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
7064 Remove redundant obsolescence info in docstring.
7065
7066 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
7067 (vc-header-alist): Add WHEN to obsolescence declaration.
7068 (vc-state): Fix typo in docstring.
7069
7070 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
7071 Use `define-obsolete-variable-alias'.
7072
7073 * emulation/tpu-edt.el (tpu-have-ispell):
7074 * international/codepage.el (codepage-setup):
7075 Fix typo in obsolescence declaration.
7076
7077 * international/mule.el (char-coding-system-table):
7078 Remove redundant obsolescence info in docstring.
7079 (charset-list, generic-char-p, set-char-table-default):
7080 Fix typos in obsolescence decarations.
7081
7082 * international/mule-diag.el (non-iso-charset-alist):
7083 Fix typo in obsolescence declaration.
7084 (decode-codepage-char): Remove redundant obsolescence info in docstring.
7085
7086 * font-core.el (font-lock-defaults-alist):
7087 * font-lock.el (font-lock-reference-face):
7088 * frame.el (screen-height, screen-width, set-screen-width)
7089 (set-screen-height):
7090 * hilit-chg.el (highlight-changes-initial-state):
7091 * isearch.el (isearch-return-char):
7092 * log-edit.el (cvs-commit-buffer-require-final-newline)
7093 (cvs-changelog-full-paragraphs):
7094 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
7095 (mouse-popup-menubar-stuff):
7096 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
7097 (mouse-wheel-click-button):
7098 * outline.el (outline-visible):
7099 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
7100 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
7101 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
7102 * progmodes/compile.el (compile-internal):
7103 Add WHEN to obsolescence declarations.
7104
7105 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
7108 is not better anyway.
7109
7110 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7111
7112 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
7113 properly.
7114
7115 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
7116
7117 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
7118 (python-use-skeletons): Remove, unused.
7119 (python-skeletons): Remove. Use the abbrev table instead.
7120 (python-mode-abbrev-table): Fix regexp;
7121 add enable-function and case-fixed.
7122 (def-python-skeleton): Simplify.
7123 (python-expand-template): Use the abbrev-table and abbrev-insert.
7124 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
7125 Remove.
7126 (python-mode): Don't set pre-abbrev-expand-hook.
7127
7128 * skeleton.el: Set coding-tag.
7129
7130 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
7131 (expand-abbrev): Use it.
7132 (abbrev-table-menu): New function.
7133
7134 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
7135
7136 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
7137
7138 2008-04-17 Sam Steingold <sds@gnu.org>
7139
7140 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
7141 idiosyncratic bury-buffer/delete-window logic.
7142
7143 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
7144
7145 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
7146 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
7147
7148 2008-04-17 Kenichi Handa <handa@m17n.org>
7149
7150 * international/characters.el: Don't make the width of U+00AD to 0.
7151
7152 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
7153
7154 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
7155 (gdb, gdb-starting, gdb-frames-mode): Use it.
7156 (gdb-invalidate-frames): Advise to call "info stack" only if
7157 execution has occurred.
7158 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
7159 selected frame if no execution has occurred.
7160 (gdb-frames-force-update): New interactive function.
7161 (gdb-frames-mode-map): Bind it to "F".
7162
7163 2008-04-17 Michael Olson <mwolson@gnu.org>
7164
7165 * textmodes/remember.el (remember-version): Release Remember 2.0.
7166
7167 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
7168
7169 * textmodes/artist.el:
7170 * progmodes/vhdl-mode.el:
7171 * progmodes/verilog-mode.el:
7172 * progmodes/vera-mode.el:
7173 * progmodes/simula.el:
7174 * progmodes/ps-mode.el:
7175 * progmodes/cmacexp.el:
7176 * obsolete/hilit19.el:
7177 * emulation/viper.el:
7178 * ediff.el: Cleanup the bug-report email addresses and make sure the
7179 maintainer is still willing to handle bug reports.
7180
7181 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
7182
7183 * vc.el (vc-dir-kill-query): Fix thinko.
7184
7185 2008-04-16 Glenn Morris <rgm@gnu.org>
7186
7187 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
7188 by diary-sexp-entry.
7189
7190 2008-04-16 Markus Triska <markus.triska@gmx.at>
7191
7192 * proced.el (proced-command-alist): Add support for darwin.
7193
7194 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
7195
7196 * proced.el (proced-mode): Redefine as just the major-mode.
7197 (proced): Separate it from proced-mode.
7198
7199 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
7200
7201 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7202
7203 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
7204 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
7205 `tab-width' setting from user. New version 10.0. Doc and docstring
7206 fix.
7207 (whitespace-style, whitespace-chars): Remove options.
7208 (whitespace-style-mark): New option, replace whitespace-style deleted
7209 option. Fix docstring.
7210 (whitespace-style-color): New option, replace whitespace-chars deleted
7211 option. Fix docstring.
7212 (whitespace-space, whitespace-hspace, whitespace-tab)
7213 (whitespace-newline, whitespace-trailing, whitespace-line)
7214 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
7215 (whitespace-space-after-tab, whitespace-hspace-regexp)
7216 (whitespace-space-regexp, whitespace-tab-regexp)
7217 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
7218 (whitespace-empty-at-eob-regexp, whitespace-line-column)
7219 (whitespace-toggle-option-alist): Fix docstring.
7220 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
7221 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
7222 docstring and initialization.
7223 (global-whitespace-mode): Autoloaded global minor mode.
7224 (whitespace-chars-value-list, whitespace-style-value-list)
7225 (whitespace-active-chars, whitespace-active-style)
7226 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
7227 (whitespace-color-value-list): New var, replace
7228 whitespace-chars-value-list removed var.
7229 (whitespace-mark-value-list): New var, replace
7230 whitespace-style-value-list removed var.
7231 (whitespace-active-color): New var, replace whitespace-active-chars
7232 removed var.
7233 (whitespace-active-mark): New var, replace whitespace-active-style
7234 removed var.
7235 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
7236 removed var.
7237 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
7238 removed var.
7239 (whitespace-toggle-option-alist, whitespace-report-list)
7240 (whitespace-report-text, whitespace-help-text): Fix initialization.
7241 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
7242 (whitespace-toggle-options, global-whitespace-toggle-options)
7243 (whitespace-cleanup-region, whitespace-report-region)
7244 (whitespace-interactive-char): Fix docstring and code.
7245 (whitespace-cleanup, whitespace-report): Fix docstring.
7246 (whitespace-replace-spaces-by-tabs): Remove fun.
7247 (whitespace-replace-action): New fun, replace
7248 whitespace-replace-spaces-by-tabs removed fun.
7249 (whitespace-regexp, whitespace-indentation-regexp)
7250 (whitespace-space-after-tab-regexp, whitespace-insert-value)
7251 (whitespace-kill-buffer): New funs.
7252 (whitespace-insert-option-mark, whitespace-help-on)
7253 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
7254 (whitespace-color-on, whitespace-color-off)
7255 (whitespace-display-char-on): Fix code.
7256
7257 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
7258
7259 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
7260 (mouse-throw-magnifier-with-mouse-movement): Remove.
7261 (mouse-throw-magnifier-base): New const.
7262 (mouse-drag-scroll-delta): New fun.
7263 (mouse-drag-throw): Use it.
7264
7265 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
7266
7267 * international/uni-bidi.el, international/uni-category.el:
7268 * international/uni-combining.el, international/uni-comment.el:
7269 * international/uni-decimal.el, international/uni-decomposition.el:
7270 * international/uni-digit.el, international/uni-lowercase.el:
7271 * international/uni-mirrored.el, international/uni-name.el:
7272 * international/uni-numeric.el, international/uni-old-name.el:
7273 * international/uni-titlecase.el, international/uni-uppercase.el:
7274 * international/charprop.el: Regenerate.
7275
7276 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
7277
7278 * vc.el (vc-status-fileinfo): Add new member directoryp.
7279 (vc-default-status-printer): Print directories.
7280 (vc-status-update): Sort files before subdirectories.
7281
7282 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7283 Add alternative implementation based on "cvs update".
7284
7285 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
7286
7287 * doc-view.el: Changed requirements section to tell that only one
7288 of dvipdf or dvipdfm is needed.
7289 (doc-view-already-converted-p): Fix bug that forced reconversion
7290 if doc was already converted.
7291
7292 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7293
7294 * minibuffer.el (minibuffer-message):
7295 Make sure we can put-text-property.
7296
7297 * emacs-lisp/crm.el: Complete rewrite.
7298
7299 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
7300 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
7301 case of an error in display-completion-list.
7302
7303 * filecache.el (file-cache-completions-keymap): Move init from
7304 file-cache-completion-setup-function into declaration.
7305 (file-cache-minibuffer-complete): Simplify.
7306 (file-cache-completion-setup-function): Use standard-output,
7307 preserve current-buffer.
7308
7309 * vc.el (vc-status-update): Fix typo.
7310 (vc-status-update): Set needs-update.
7311 (vc-status-refresh): η-reduce.
7312
7313 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
7314
7315 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
7316 to image-eol.
7317
7318 2008-04-14 Alexandre Julliard <julliard@winehq.org>
7319
7320 * vc.el (vc-status-update): Undo the previous revert.
7321
7322 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7323
7324 * minibuffer.el (completion-table-with-terminator): Those completions
7325 are never valid w.r.t test-completion.
7326 (completion--file-name-table):
7327 Check completion-all-completions-with-base-size.
7328
7329 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
7330
7331 * doc-view.el (doc-view-dvipdf-program): New variable.
7332 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
7333 (doc-view-mode-p): Check for doc-view-dvipdf-program as
7334 alternative for doc-view-dvipdfm-program.
7335 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
7336
7337 * doc-view.el (doc-view-start-process): Don't set
7338 default-directory to "~/" if the current value is valid.
7339 This broke PS files that run other files in the same directory.
7340
7341 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
7342
7343 * vc.el (vc-status-kill-query): New function.
7344 (vc-status-mode): Add it to kill-buffer-query-functions.
7345 (vc-status-show-fileentry): New function.
7346 (vc-status-menu-map): Bind it. Bind vc-next-action.
7347
7348 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
7349
7350 * minibuffer.el (minibuffer-message): Put cursor at the right place.
7351
7352 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7353
7354 * proced.el (proced-send-signal): Fix error recognition.
7355
7356 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7357
7358 * proced.el (proced-command-alist): Remove sort column.
7359 (proced-command, proced-procname-column):
7360 Use make-variable-buffer-local.
7361 (proced-signal-function): Rename from proced-kill-program.
7362 Allow for elisp symbols and string values representing system calls.
7363 (proced-marker-regexp, proced-success-message): New functions.
7364 (proced): Use defalias. Add autoload cookie.
7365 (proced-unmark-backward, proced-toggle-marks)
7366 (proced-hide-processes): New commands.
7367 (proced-do-mark): Simplify code.
7368 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
7369 (proced-update): Remove sorting.
7370 (proced-send-signal): Display number of processes to operate on.
7371 Allow for system calls or elisp functions to send signals.
7372 Check if signal was sent successfully.
7373
7374 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
7375
7376 * minibuffer.el (completion-all-completion-with-base-size): New var.
7377 (completion--some): New function.
7378 (completion-table-with-context, completion--file-name-table):
7379 Return the base-size if requested.
7380 (completion-table-in-turn): Generalize to multiple arguments.
7381 (complete-in-turn): Compatibility alias.
7382 (completion-styles-alist): New var.
7383 (completion-styles): New customization.
7384 (minibuffer-try-completion, minibuffer-all-completions):
7385 New functions.
7386 (minibuffer--do-completion, minibuffer-complete-and-exit)
7387 (minibuffer-try-word-completion): Use them.
7388 (display-completion-list, minibuffer-completion-help): Use them.
7389 Handle all-completions's new base-size info to set completion-base-size.
7390 * info.el (Info-read-node-name-1): Use completion-table-with-context,
7391 completion-table-with-terminator and complete-with-action.
7392 Remove the now obsolete completion-base-size-function property.
7393 * simple.el (completion-list-mode-map): Move init into declaration.
7394 (completion-list-mode): Use define-derived-mode.
7395 (completion-setup-function): Use any completion-base-size that may
7396 have been set before. Remove handling of completion-base-size-function.
7397 * loadup.el: Move abbrev.el up earlier.
7398
7399 2008-04-13 Alexandre Julliard <julliard@winehq.org>
7400
7401 * vc-git.el (vc-git-after-dir-status-stage)
7402 (vc-git-dir-status-goto-stage): New functions.
7403 (vc-git-after-dir-status-stage1)
7404 (vc-git-after-dir-status-stage1-empty-db)
7405 (vc-git-after-dir-status-stage2): Remove, functionality moved
7406 into the new generic stage functions.
7407 (vc-git-dir-status-files): New function.
7408
7409 * vc.el (vc-status-update): Revert an incorrect rewrite.
7410 Add some comments.
7411 (vc-status-refresh-files): New function.
7412 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
7413 state of up-to-date files.
7414 (vc-default-dir-status-files): New function.
7415
7416 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
7417
7418 * minibuffer.el (completion--embedded-envvar-table)
7419 (read-file-name-internal): Fix typos in 2008-04-11 change.
7420
7421 * faces.el (read-face-name): Use `completion-table-in-turn',
7422 not `complete-in-turn'.
7423
7424 2008-04-13 Andreas Schwab <schwab@suse.de>
7425
7426 * progmodes/etags.el: Require 'cl when compiling.
7427
7428 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
7429
7430 * progmodes/gud.el (gud-menu-map): Expand tooltip.
7431
7432 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
7433 (menu): Add/expand menu tooltips.
7434
7435 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
7436
7437 * progmodes/sh-script.el (sh-show-indent): Fix typo.
7438 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
7439
7440 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
7441 considered registered.
7442
7443 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
7444
7445 * emacs-lisp/copyright.el (copyright-update-directory): New command.
7446
7447 * ediff-wind.el (ediff-split-window-function)
7448 (ediff-merge-split-window-function): Improve custom type.
7449
7450 2008-04-12 Eli Zaretskii <eliz@gnu.org>
7451
7452 * loadup.el ("minibuffer"): Move after "faces".
7453
7454 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
7455
7456 * progmodes/hideif.el (hif-factor): Handle unary minus.
7457
7458 2008-04-12 Glenn Morris <rgm@gnu.org>
7459
7460 * calendar/cal-china.el (chinese-calendar-time-zone):
7461 Mark obsolete name as risky too.
7462
7463 * calendar/calendar.el (calendar-faces): New custom group.
7464 (calendar-today, diary, holiday): Doc fix.
7465 Move to calendar-faces group.
7466 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
7467 (diary-button): Doc fix. Move to calendar-faces group.
7468
7469 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
7470 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
7471 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
7472 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
7473 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
7474 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
7475 not in dumped files before the associated defcustom.
7476
7477 2008-04-11 Johan Bockgård <bojohan@gnu.org>
7478
7479 * minibuffer.el (lazy-completion-table): Fix debug spec.
7480
7481 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7482
7483 * minibuffer.el (complete-with-action, lazy-completion-table):
7484 Move from subr.el.
7485 (apply-partially, completion-table-dynamic)
7486 (completion-table-with-context, completion-table-with-terminator)
7487 (completion-table-in-turn): New funs.
7488 (completion--make-envvar-table, completion--embedded-envvar-table):
7489 New funs.
7490 (read-file-name-internal): Use them.
7491 (completion-setup-hook): Move from simple.el.
7492 * subr.el (complete-with-action, lazy-completion-table):
7493 * simple.el (completion-setup-hook): Move to minibuffer.el.
7494
7495 2008-04-11 Glenn Morris <rgm@gnu.org>
7496
7497 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
7498
7499 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7500
7501 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
7502
7503 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
7504
7505 * textmodes/fill.el (fill-forward-paragraph-function): New var.
7506 (fill-forward-paragraph): New fun.
7507 (fill-paragraph, fill-region): Use it.
7508
7509 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
7510 (vc-status-create-fileinfo): Make `extra' optional.
7511 (vc-status-busy): New fun.
7512 (vc-status-menu-map): Use it.
7513 (vc-status-crt-marked): Remove.
7514 (vc-status-update): Rename from vc-status-add-entries.
7515 Add argument so as to prevent addition of entries. Rewrite.
7516 (vc-update-vc-status-buffer): Remove.
7517 (vc-status-refresh): Don't remove old entries, set them to
7518 up-to-date instead. Also do it after the update is complete.
7519 (vc-status-marked-files): η-reduce.
7520
7521 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
7522 for non-dialogs.
7523
7524 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
7525
7526 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
7527
7528 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
7529
7530 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
7531 to t and don't truncate msg.
7532
7533 2008-04-11 Glenn Morris <rgm@gnu.org>
7534
7535 * calendar/calendar.el (diary, holidays):
7536 Move custom groups to other files.
7537 (holiday-general-holidays, holiday-oriental-holidays)
7538 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
7539 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
7540 (holiday-hebrew-holidays, holiday-christian-holidays)
7541 (holiday-islamic-holidays, holiday-bahai-holidays)
7542 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
7543 * calendar/diary-lib.el: Move custom group here from calendar.el.
7544 * calendar/holidays.el: Move custom group and variables here
7545 from calendar.el.
7546
7547 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
7548
7549 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
7550 Fix custom group.
7551 (calendar-current-time-zone-cache): Autoload riskiness.
7552
7553 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
7554
7555 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
7556
7557 * woman.el (woman2-TH): Use string-equal instead of string-match.
7558
7559 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
7562 (smerge-resolve): Merge the "2-way refinement" case with one half of
7563 the "mere whitespace" resolution.
7564
7565 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7566
7567 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
7568
7569 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
7570
7571 * subr.el (assoc-ignore-case, assoc-ignore-representation):
7572 Add WHEN to obsolescence declaration.
7573
7574 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
7575
7576 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
7577
7578 * vc-hooks.el (vc-state): Add new state `conflict'.
7579 (vc-after-save): Use when not if.
7580 (vc-default-mode-line-string): Deal with the conflict state.
7581 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
7582
7583 * vc.el (vc-editable-p, vc-default-status-printer)
7584 (vc-next-action): Deal with the conflict state.
7585 (vc-mark-resolved): New function.
7586 (vc-status-mode): Fix mode name.
7587 (vc-default-comment-history): Use when not if.
7588 (Todo): Add new entries, remove old ones.
7589
7590 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
7591 (vc-cvs-parse-status, vc-cvs-after-dir-status):
7592 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
7593 Detect the conflict state.
7594
7595 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
7596
7597 2008-04-10 Glenn Morris <rgm@gnu.org>
7598
7599 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
7600 Respect truncate-partial-width-windows in non-full windows,
7601 with regards to :toggle and :enable state.
7602
7603 * simple.el (toggle-truncate-lines): Doc fix.
7604
7605 * Makefile.in (MH_E_DIR): New variable.
7606 (MH_E_SRC): Restore variable removed 2008-03-13.
7607 (mh-loaddefs.el): Depend on $MH_E_SRC.
7608 (CAL_DIR, CAL_SRC): New variables.
7609 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
7610 Depend on CAL_SRC.
7611
7612 * calendar/calendar.el (calendar, diary): Add :prefix.
7613 (holidays): Change :prefix.
7614 (calendar-today, holiday, calendar-holiday-marker)
7615 (european-calendar-style): Change custom groups.
7616
7617 * calendar/calendar.el (diary-hook, diary-display-hook):
7618 Move to diary-lib.el.
7619 * calendar/diary-lib.el (diary-hook, diary-display-hook):
7620 Move here from calendar.el.
7621 * calendar/appt.el: Require diary-lib rather than calendar.
7622 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
7623
7624 * calendar/appt.el (appt): Add :prefix.
7625
7626 * calendar/diary-lib.el (diary-hook): Doc fix.
7627 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
7628
7629 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
7630
7631 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
7632 New functions.
7633
7634 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
7635 the arg to recursive calls.
7636
7637 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7638
7639 * minibuffer.el (completion-auto-help): Fix typo.
7640
7641 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7642
7643 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
7644
7645 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
7646
7647 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
7648 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
7649
7650 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7651
7652 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
7653
7654 * minibuffer.el (minibuffer): Move group from cus-edit.el.
7655 (completion-auto-help): Move from C code.
7656 (minibuffer--maybe-completion-help): Remove.
7657 (minibuffer--bitset): New function.
7658 (minibuffer--do-completion): Rename from minibuffer-do-completion.
7659 Renumber a bit. Really complete on string *before* point.
7660 Add argument used for word-completion.
7661 Join trailing / in completion with following text, as done in
7662 minibuffer-complete-word.
7663 Handle new value `lazy' for completion-auto-help.
7664 (minibuffer-try-word-completion): New function extracted from
7665 minibuffer-complete-word.
7666 (minibuffer-complete-word): Use minibuffer--do-completion.
7667 (minibuffer--insert-strings): Rename from
7668 minibuffer-complete-insert-strings.
7669 (exit-minibuffer): Fix typo.
7670 * cus-edit.el (minibuffer): Move group to minibuffer.el.
7671 * cus-start.el: Remove completion-auto-help.
7672
7673 2008-04-09 Alexandre Julliard <julliard@winehq.org>
7674
7675 * vc.el (vc-status-add-entries): New function.
7676 (vc-status-add-entry): Remove.
7677 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
7678 Use vc-status-add-entries.
7679
7680 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
7681 order.
7682
7683 2008-04-09 Jason Rumney <jasonr@gnu.org>
7684
7685 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
7686 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
7687 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
7688 (AUTOGENEL): New variable.
7689 (distclean, maintainer-clean): New targets.
7690
7691 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
7692
7693 * emacs-lisp/regexp-opt.el (regexp-opt):
7694 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
7695
7696 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
7697
7698 * nxml/nxml-mode.el (nxml-cleanup): New function.
7699 (nxml-mode): Add it to change-major-mode-hook.
7700
7701 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7702
7703 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
7704
7705 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
7706
7707 * calc/.cvsignore: New file.
7708
7709 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
7710
7711 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
7712
7713 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
7714 show-help-function when turning tooltip off.
7715 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
7716 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
7717
7718 2008-04-09 Alan Mackenzie <acm@muc.de>
7719
7720 * font-lock.el (font-lock-extend-after-change-region-function):
7721 Make it buffer local.
7722
7723 2008-04-09 Glenn Morris <rgm@gnu.org>
7724
7725 * calendar/calendar.el (diary-file, european-calendar-style):
7726 Remove autoload cookies.
7727
7728 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7729
7730 * outline.el (outline-mode-menu-bar-map):
7731 * log-view.el (log-view-mode-menu):
7732 * log-edit.el (log-edit-menu): Add :help.
7733
7734 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
7735
7736 * emacs-lisp/regexp-opt.el (regexp-opt-group):
7737 Use substring-no-properties for correct handling of unibyte strings.
7738
7739 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * add-log.el (change-log-next-buffer): Handle the case where version<
7742 signals an error.
7743
7744 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
7745 mouse-major-mode-menu.
7746 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
7747 (mouse-major-mode-menu, mouse-popup-menubar)
7748 (mouse-popup-menubar-stuff): Use them.
7749 (C-down-mouse-3): Bind to a dynamic map rather than to
7750 mouse-popup-menubar-stuff.
7751
7752 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
7753 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
7754
7755 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
7756
7757 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
7758 file:// access method.
7759
7760 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
7761
7762 * minibuffer.el: New file.
7763 * loadup.el: Load it.
7764
7765 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7766
7767 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
7768 rather than subdirs.el. It introduces an ugly circular dependency, tho.
7769
7770 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
7771 (calc-mode-map, calc-digit-map, calc-dispatch-map):
7772 Move initialization into declaration.
7773 * calc/calc-yank.el:
7774 * calc/calc-misc.el:
7775 * calc/calc-embed.el:
7776 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
7777
7778 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
7779
7780 * ps-samp.el (ps-add-printer, ps-remove-printer)
7781 (ps-make-dynamic-printer-menu): New functions.
7782
7783 * net/zeroconf.el: New file.
7784
7785 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
7788
7789 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
7790
7791 * vc-rcs.el (vc-rcs-modify-change-comment):
7792 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
7793
7794 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
7795
7796 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
7797
7798 * international/mule-cmds.el (set-locale-environment): Don't warn if
7799 coding system doesn't agree with system locale (this reverts changes
7800 by Dave Love, dated 2002-10-27 and 2002-10-09).
7801
7802 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
7803 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
7804
7805 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
7806
7807 2008-04-08 Glenn Morris <rgm@gnu.org>
7808
7809 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
7810 * textmodes/remember.el (remember-diary-convert-entry):
7811 Require calendar.
7812
7813 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
7814 diary-file, since it is the default for make-diary-entry anyway.
7815
7816 * calendar/cal-menu.el (cal-menu-event-to-date):
7817 Rename calendar-event-to-date. Update callers.
7818 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
7819 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
7820 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
7821 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
7822 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
7823 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
7824 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
7825 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
7826 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
7827 (calendar-mouse-tex-month-landscape):
7828 Rename cal-tex-mouse-month-landscape.
7829 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
7830 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
7831 (calendar-mouse-tex-year-landscape):
7832 Rename cal-tex-mouse-year-landscape.
7833 (cal-menu-context-mouse-menu): Update for above name changes.
7834
7835 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7836 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7837 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
7838 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
7839 * calendar/holidays.el: Replace int-to-string with number-to-string.
7840
7841 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
7842
7843 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
7844 region if point moves.
7845
7846 2008-04-08 Kenichi Handa <handa@m17n.org>
7847
7848 * faces.el (font-slant-table): Change numeric values for `r',
7849 `roman', and `normal'.
7850
7851 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
7852
7853 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
7854
7855 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
7856
7857 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
7858 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
7859
7860 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
7861
7862 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
7863 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
7864
7865 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7866
7867 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
7868
7869 2008-04-07 Sam Steingold <sds@gnu.org>
7870
7871 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
7872 Add helper functions.
7873 (lisp-do-defun): Extract the common part of lisp-eval-defun and
7874 lisp-compile-defun; DEFVAR forms reset the variables to the init
7875 values, just like in emacs-lisp mode eval-defun.
7876 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
7877 (lisp-compile-region): Use lisp-compile-string.
7878
7879 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
7880
7881 * subr.el (combine-and-quote-strings): Also quote strings that contain
7882 the separator.
7883
7884 * pcvs-util.el (cvs-map): Avoid recursion :-(
7885
7886 2008-04-07 Glenn Morris <rgm@gnu.org>
7887
7888 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
7889
7890 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
7891 view-diary-entries-initially. Keep old name as alias, update users.
7892 (calendar-mark-diary-entries-flag): Rename
7893 mark-diary-entries-in-calendar. Keep old name as alias, update users.
7894 (calendar-view-holidays-initially-flag): Rename
7895 view-calendar-holidays-initially. Keep old name as alias, update users.
7896 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
7897 Keep old name as alias, update users.
7898 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
7899 Keep old name as alias, update users.
7900 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
7901 Keep old name as alias, update users.
7902 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
7903 Keep old name as alias, update users.
7904 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
7905 (diary-american-date-forms): Rename american-date-diary-pattern.
7906 Keep old name as alias, update users.
7907 (diary-european-date-forms): Rename european-date-diary-pattern.
7908 Keep old name as alias, update users.
7909 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
7910 Keep old name as alias, update users.
7911 (calendar-european-date-display-form): Rename
7912 european-calendar-display-form. Keep old name as alias, update users.
7913 (calendar-american-date-display-form): Rename
7914 european-calendar-display-form. Keep old name as alias, update users.
7915 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
7916 Keep old name as alias, update users.
7917 (holiday-general-holidays): Rename general-holidays.
7918 Keep old name as alias, update users.
7919 (holiday-oriental-holidays): Rename oriental-holidays.
7920 Keep old name as alias, update users.
7921 (holiday-local-holidays): Rename local-holidays.
7922 Keep old name as alias, update users.
7923 (holiday-other-holidays): Rename other-holidays.
7924 Keep old name as alias, update users.
7925 (holiday-hebrew-holidays): Rename hebrew-holidays.
7926 Keep old name as alias, update users.
7927 (holiday-christian-holidays): Rename christian-holidays.
7928 Keep old name as alias, update users.
7929 (holiday-islamic-holidays): Rename islamic-holidays.
7930 Keep old name as alias, update users.
7931 (holiday-bahai-holidays): Rename bahai-holidays.
7932 Keep old name as alias, update users.
7933 (holiday-solar-holidays): Rename solar-holidays.
7934 Keep old name as alias, update users.
7935 (diary-fancy-buffer): Rename fancy-diary-buffer.
7936 Keep old name as alias, update users.
7937 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
7938 Update users.
7939 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
7940 Update users.
7941 (calendar-increment-month): Rename increment-calendar-month.
7942 Keep old name as alias, update callers.
7943 (calendar-increment-month-cons): Rename old calendar-increment-month.
7944 Update callers.
7945 (calendar-extract-month): Rename extract-calendar-month.
7946 Keep old name as alias, update callers.
7947 (calendar-extract-day): Rename extract-calendar-day.
7948 Keep old name as alias, update callers.
7949 (calendar-extract-year): Rename extract-calendar-year.
7950 Keep old name as alias, update callers.
7951 (calendar-generate-window): Rename generate-calendar-window.
7952 Update callers.
7953 (calendar-generate): Rename generate-calendar. Update callers.
7954 (calendar-generate-month): Rename generate-calendar-month.
7955 Update callers.
7956 (calendar-redraw): Rename redraw-calendar. Update callers.
7957 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
7958 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
7959 Update callers.
7960 (calendar-update-mode-line): Rename update-calendar-mode-line.
7961 Update callers.
7962 (calendar-exit): Rename exit-calendar. Keep old name as alias,
7963 update callers.
7964 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
7965 Keep old name as alias, update callers.
7966 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7967 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
7968 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
7969 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
7970 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
7971 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
7972 * calendar/solar.el: Update for calendar.el name changes.
7973 * org/org.el (org-agenda-format-date-aligned)
7974 (org-agenda-execute-calendar-command): Access date elements directly
7975 rather than using calendar functions.
7976 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
7977 Also set calendar-view-diary-initially-flag,
7978 calendar-view-holidays-initially-flag.
7979 (org-get-entries-from-diary): Also set diary-fancy-buffer.
7980 (org-agenda-execute-calendar-command): No need to set displayed-day.
7981
7982 2008-04-06 Alan Mackenzie <acm@muc.de>
7983
7984 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
7985 typo in the doc string.
7986
7987 * progmodes/cc-mode.el (c-basic-common-init):
7988 Set font-lock-extend-after-change-region-function.
7989 (c-extend-after-change-region): New function, used in
7990 font-lock-extend-after-change-region-function, thus superseding
7991 advice on the Font Lock after change functions.
7992 (c-advise-fl-for-region): Remove this macro.
7993
7994 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7995
7996 * textmodes/flyspell.el (flyspell-duplicate-distance):
7997 Improve custom type.
7998
7999 2008-04-06 Glenn Morris <rgm@gnu.org>
8000
8001 * calendar/diary-lib.el (diary-sexp-entry-symbol):
8002 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
8003 (diary-list-entries-hook): Rename list-diary-entries-hook.
8004 Keep old name as alias, update users.
8005 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
8006 Keep old name as alias, update users.
8007 (diary-nongregorian-listing-hook): Rename
8008 nongregorian-diary-listing-hook. Keep old name as alias, update users.
8009 (diary-nongregorian-marking-hook): Rename
8010 nongregorian-diary-marking-hook. Keep old name as alias, update users.
8011 (diary-print-entries-hook): Rename print-diary-entries-hook.
8012 Keep old name as alias, update users.
8013 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
8014 Keep old name as alias, update users.
8015 (diary-number-of-entries): Rename number-of-diary-entries.
8016 Keep old name as alias, update users.
8017 (view-diary-entries, list-diary-entries, show-all-diary-entries):
8018 Give version of obsolescence.
8019 (diary-view-other-diary-entries): Rename view-other-diary-entries.
8020 Keep old name as alias, update callers.
8021 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
8022 update callers.
8023 (diary-include-other-diary-files): Rename include-other-diary-files.
8024 Keep old name as alias, update callers.
8025 (diary-simple-display): Rename simple-diary-display.
8026 Keep old name as alias, update callers.
8027 (diary-fancy-display): Rename fancy-diary-display.
8028 Keep old name as alias, update callers.
8029 (diary-print-entries): Rename print-diary-entries.
8030 Keep old name as alias, update callers.
8031 (diary-marking-entries-flag): Rename marking-diary-entries.
8032 Update users.
8033 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
8034 (diary-mark-entries): Rename mark-diary-entries.
8035 Keep old name as alias, update callers.
8036 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
8037 Keep old name as alias, update callers.
8038 (diary-mark-included-diary-files): Rename mark-included-diary-files.
8039 Keep old name as alias, update callers.
8040 (calendar-mark-days-named): Rename mark-calendar-days-named.
8041 Keep old name as alias, update callers.
8042 (calendar-mark-month): Rename mark-calendar-month.
8043 Keep old name as alias, update callers.
8044 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
8045 Keep old name as alias, update callers.
8046 (diary-sort-entries): Rename sort-diary-entries.
8047 Keep old name as alias, update callers.
8048 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
8049 Keep old name as alias, update callers.
8050 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
8051 update callers.
8052 (diary-insert-entry): Rename insert-diary-entry.
8053 Keep old name as alias.
8054 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
8055 Keep old name as alias.
8056 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
8057 Keep old name as alias.
8058 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
8059 Keep old name as alias.
8060 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
8061 Keep old name as alias.
8062 (diary-insert-block-entry): Rename insert-block-diary-entry.
8063 Keep old name as alias.
8064 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
8065 Keep old name as alias.
8066 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
8067 Keep old name as alias, update users.
8068 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
8069 Keep old name as alias, update callers.
8070 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8071 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
8072 * calendar/icalendar.el: Update for diary-lib name changes.
8073
8074 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
8075
8076 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
8077
8078 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
8079 for copy, move, and link operations.
8080
8081 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
8082
8083 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
8084 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
8085
8086 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
8087 'require' statements with 1-argument ones (wrapped in if's).
8088 For compatibility with the current stable version of XEmacs.
8089
8090 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
8091
8092 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
8093
8094 2008-04-06 Jason Rumney <jasonr@gnu.org>
8095
8096 * language/burmese.el ("Burmese"): Make sample text consistent with
8097 language name.
8098
8099 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
8100
8101 * progmodes/gdb-ui.el (gdb): New group.
8102 (gdb-debug-log-max, gdb-enable-debug)
8103 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
8104 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
8105 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
8106 (gdb-show-changed-values, gdb-max-children)
8107 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
8108 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
8109 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
8110 (gdb-memory-unit): Move to new group from GUD group.
8111 (menu): Allow customization from GDB-UI menu-item.
8112
8113 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
8114
8115 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
8116
8117 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
8120 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
8121 Revision numbers can include ".".
8122
8123 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
8124 "+" lines not accounted for by counting "-" and context lines.
8125
8126 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8127
8128 * term/mac-win.el (mac-service-open-file): Use file URL instead of
8129 file name string.
8130
8131 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8132
8133 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
8134 (vc-bzr-annotate-time): Accept space used to preserve alignment.
8135
8136 2008-04-05 Richard Stallman <rms@gnu.org>
8137
8138 * emacs-lisp/advice.el (defadvice): Add usage pattern.
8139
8140 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
8141
8142 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
8143 thread in [h-e-w]).
8144
8145 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
8146
8147 * files.el (abort-if-file-too-large): Fix typo in docstring.
8148
8149 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * subr.el (functionp): Return nil for special forms.
8152
8153 2008-04-05 Glenn Morris <rgm@gnu.org>
8154
8155 * emacs-lisp/autoload.el (autoload-ensure-default-file):
8156 Provide a feature.
8157 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
8158 Require loaddef file rather than loading it.
8159 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
8160 autoload-ensure-default-file provides a feature.
8161
8162 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
8163 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
8164 (compile, compile-always, recompile): Use $LOADDEFS.
8165 (cal-autoloads): Remove.
8166
8167 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
8168 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
8169
8170 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8171 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
8172
8173 * calendar/calendar.el (diary-hebrew-entry-symbol):
8174 Rename hebrew-diary-entry-symbol. Keep old name as alias.
8175 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
8176 Keep old name as alias.
8177 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
8178 Keep old name as alias.
8179 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
8180 to diary-bahai-entry-symbol.
8181 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
8182 to diary-hebrew-entry-symbol.
8183 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
8184 to diary-islamic-entry-symbol.
8185 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
8186
8187 * calendar/solar.el (diary-sabbath-candles-minutes)
8188 (diary-sabbath-candles): Move to cal-hebrew.
8189 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
8190 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
8191 Doc fix. Keep old name as alias.
8192 (diary-hebrew-sabbath-candles): Simplify.
8193 (solar-setup, solar-sunrise-sunset, calendar-latitude)
8194 (calendar-longitude, calendar-time-zone): Declare for compiler.
8195 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
8196 rename.
8197
8198 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
8199 Rename coptic-calendar-month-name-array. Update callers.
8200 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
8201 (calendar-coptic-name): Rename coptic-name. Update callers.
8202 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
8203 Update callers.
8204 (calendar-coptic-last-day-of-month):
8205 Rename coptic-calendar-last-day-of-month. Update callers.
8206 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
8207 Keep old name as alias, update callers.
8208 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
8209 Keep old name as alias, update callers.
8210 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
8211 Keep old name as alias.
8212 (calendar-ethiopic-month-name-array):
8213 Rename ethiopic-calendar-month-name-array. Update callers.
8214 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
8215 Update callers.
8216 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
8217 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
8218 Keep old name as alias, update callers.
8219 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
8220 Keep old name as alias, update callers.
8221 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
8222 Keep old name as alias.
8223
8224 * calendar/cal-french.el (calendar-french-epoch):
8225 Rename french-calendar-epoch. Update callers.
8226 (calendar-french-month-name-array): Rename variable and function
8227 french-calendar-month-name-array. Update callers.
8228 (calendar-french-multibyte-month-name-array):
8229 Rename french-calendar-multibyte-month-name-array. Update callers.
8230 (calendar-french-day-name-array): Rename variable and function
8231 french-calendar-day-name-array. Update callers.
8232 (calendar-french-special-days-array): Rename variable and function
8233 french-calendar-special-days-array. Update callers.
8234 (calendar-french-multibyte-special-days-array):
8235 Rename french-calendar-multibyte-special-days-array. Update callers.
8236 (calendar-french-accents-p): Rename french-calendar-accents.
8237 Update callers.
8238 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
8239 Update callers.
8240 (calendar-french-last-day-of-month):
8241 Rename french-calendar-last-day-of-month. Update callers.
8242 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
8243 Keep old name as alias, update callers.
8244 (calendar-french-print-date): Rename calendar-print-french-date.
8245 Keep old name as alias, update callers.
8246 (calendar-french-goto-date): Rename calendar-goto-french-date.
8247 Keep old name as alias.
8248
8249 * calendar/cal-menu.el, calendar/calendar.el:
8250 Update for Coptic and French name changes.
8251
8252 * calendar/cal-china.el (calendar-chinese): Rename custom group
8253 from chinese-calendar. Update users.
8254 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
8255 Keep old name as alias, update users.
8256 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
8257 Keep old name as alias.
8258 (calendar-chinese-daylight-time-offset):
8259 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
8260 update users.
8261 (calendar-chinese-standard-time-zone-name):
8262 Rename chinese-calendar-standard-time-zone-name.
8263 Keep old name as alias, update users.
8264 (calendar-chinese-daylight-saving-start):
8265 Rename chinese-calendar-daylight-savings-starts.
8266 Keep old name as alias, update users.
8267 (calendar-chinese-daylight-saving-end):
8268 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
8269 update users.
8270 (calendar-chinese-daylight-saving-start-time):
8271 Rename chinese-calendar-daylight-savings-starts-time.
8272 Keep old name as alias, update users.
8273 (calendar-chinese-daylight-saving-end-time):
8274 Rename chinese-calendar-daylight-savings-ends-time.
8275 Keep old name as alias, update users.
8276 (calendar-chinese-celestial-stem): Rename
8277 calendar-chinese-celestial-stem. Keep old name as alias, update users.
8278 (calendar-chinese-terrestrial-branch):
8279 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
8280 update users.
8281 (calendar-chinese-zodiac-sign-on-or-after):
8282 Rename chinese-zodiac-sign-on-or-after. Update callers.
8283 (calendar-chinese-new-moon-on-or-after):
8284 Rename chinese-new-moon-on-or-after. Update callers.
8285 (calendar-chinese-month-list): Rename chinese-month-list.
8286 Update callers.
8287 (calendar-chinese-number-months): Rename number-chinese-months.
8288 Update callers.
8289 (calendar-chinese-compute-year): Rename compute-chinese-year.
8290 Update callers.
8291 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
8292 (calendar-chinese-year): Rename chinese-year. Update callers.
8293 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
8294 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
8295 Keep old name as alias, update callers.
8296 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
8297 Keep old name as alias, update callers.
8298 (calendar-chinese-months-to-alist):
8299 Rename make-chinese-month-assoc-list. Update callers.
8300 (calendar-chinese-months): Rename chinese-months. Update callers.
8301 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
8302 Keep old name as alias, update callers.
8303
8304 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
8305 Rename hebrew-calendar-leap-year-p. Update callers.
8306 (calendar-hebrew-last-month-of-year):
8307 Rename hebrew-calendar-last-month-of-year. Update callers.
8308 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
8309 Update callers.
8310 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
8311 Update callers.
8312 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
8313 Update callers.
8314 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
8315 Update callers.
8316 (calendar-hebrew-last-day-of-month):
8317 Rename hebrew-calendar-last-day-of-month. Update callers.
8318 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
8319 Keep old name as alias, update callers.
8320 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
8321 Keep old name as alias, update callers.
8322 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
8323 Keep old name as alias, update callers.
8324 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
8325 Keep old name as alias.
8326 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
8327 Keep old name as alias.
8328 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
8329 Keep old name as alias.
8330 (holiday-hebrew-passover): Rename holiday-passover-etc.
8331 Keep old name as alias.
8332 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
8333 Keep old name as alias, update callers.
8334 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
8335 Keep old name as alias.
8336 (calendar-hebrew-mark-date-pattern):
8337 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
8338 update callers.
8339 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
8340 Keep old name as alias.
8341 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
8342 Keep old name as alias.
8343 (diary-hebrew-insert-monthly-entry):
8344 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
8345 (diary-hebrew-insert-yearly-entry):
8346 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
8347 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
8348 Keep old name as alias.
8349 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
8350 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
8351 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
8352 Keep old name as alias.
8353 (calendar-hebrew-parashiot-names):
8354 Rename hebrew-calendar-parashiot-names. Update callers.
8355 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
8356 (calendar-hebrew-year-Saturday-incomplete-Sunday):
8357 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
8358 (calendar-hebrew-year-Saturday-complete-Tuesday):
8359 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
8360 (calendar-hebrew-year-Monday-incomplete-Tuesday):
8361 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
8362 (calendar-hebrew-year-Monday-complete-Thursday):
8363 Rename hebrew-calendar-year-Monday-complete-Thursday.
8364 (calendar-hebrew-year-Tuesday-regular-Thursday):
8365 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
8366 (calendar-hebrew-year-Thursday-regular-Saturday):
8367 Rename hebrew-calendar-year-Thursday-regular-Saturday.
8368 (calendar-hebrew-year-Thursday-complete-Sunday):
8369 Rename hebrew-calendar-year-Thursday-complete-Sunday.
8370 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
8371 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
8372 (calendar-hebrew-year-Saturday-complete-Thursday):
8373 Rename hebrew-calendar-year-Saturday-complete-Thursday.
8374 (calendar-hebrew-year-Monday-incomplete-Thursday):
8375 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
8376 (calendar-hebrew-year-Monday-complete-Saturday):
8377 Rename hebrew-calendar-year-Monday-complete-Saturday.
8378 (calendar-hebrew-year-Tuesday-regular-Saturday):
8379 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
8380 (calendar-hebrew-year-Thursday-incomplete-Sunday):
8381 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
8382 (calendar-hebrew-year-Thursday-complete-Tuesday):
8383 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
8384 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
8385 Update for above name changes of constants.
8386
8387 * calendar/cal-menu.el, calendar/calendar.el:
8388 Update for chinese and hebrew name changes.
8389 * calendar/diary-lib.el: Update for hebrew name changes.
8390
8391 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8392
8393 * subr.el (keymap-canonicalize): Correct thinko.
8394
8395 * server.el: Undo part of the multi-tty change, which is only
8396 needed if server.el is preloaded, and broke server-running-p.
8397 (server-socket-dir): Initialize in the defvar, as before.
8398 (server-start): Remove initialization of server-socket-dir.
8399
8400 2008-04-05 Eli Zaretskii <eliz@gnu.org>
8401
8402 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
8403 3-member cons cells.
8404
8405 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
8406
8407 * cus-face.el (custom-face-attributes): Handle roman slant.
8408
8409 * faces.el (default): Ensure the face-defface-spec property is set.
8410
8411 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
8412
8413 * files.el (abort-if-file-too-large): New function.
8414 (find-file-noselect, insert-file-1): Use it.
8415
8416 2008-04-05 Reto Zimmermann <reto@gnu.org>
8417
8418 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
8419 Replace C-c[a-zA-Z] key bindings.
8420
8421 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
8422
8423 * progmodes/hideif.el (hif-token-alist): New var.
8424 (hif-token-regexp, hif-tokenize): Use it.
8425 (hif-mathify-binop): New macro.
8426 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
8427 (hif-greater-equal, hif-less-equal): Use it.
8428 (hif-logior, hif-logand): New functions.
8429 (hif-math): Accept | and & as well.
8430
8431 * progmodes/etags.el: Fix problem with completion for buffer-local
8432 tables. Reported by Radey Shouman <shouman@comcast.net>.
8433 (tags-complete-tag): Remove.
8434 (tags-lazy-completion-table): New function to replace it.
8435 (find-tag-tag, complete-tag): Update users.
8436
8437 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
8438
8439 * vc-rcs.el (vc-rcs-dir-status):
8440 * vc-sccs.el (vc-sccs-dir-status): New function.
8441
8442 * outline.el (outline-mode-menu-bar-map):
8443 * term.el (terminal-signal-menu): Add :help.
8444
8445 * net/eudc.el (eudc-mode-map): Declare and define in one step.
8446 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
8447
8448 * emacs-lisp/re-builder.el (reb-mode-map):
8449 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
8450
8451 * diff-mode.el (diff-file-junk-re): Recognize the git format for
8452 new files, deleted files and for changing permissions.
8453 (diff-mode): Set beginning-of-defun-function and
8454 end-of-defun-function.
8455
8456 * vc-bzr.el (vc-bzr-state): Use when instead of if.
8457
8458 * vc.el (vc-default-status-fileinfo-extra): New function.
8459 (vc-status-mark-buffer-changed): Use it.
8460 (vc-update-vc-status-buffer): Allow for partial updates.
8461
8462 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
8463
8464 * net/tramp.el (after-init-hook): Don't wrap a lambda around
8465 tramp-register-completion-file-name-handler.
8466
8467 * subr.el (keymap-canonicalize): New function.
8468 * mouse.el (mouse-menu-non-singleton): Use it.
8469 (mouse-major-mode-menu): Remove hack made unnecessary.
8470
8471 * simple.el (set-fill-column): Prompt rather than error by default.
8472
8473 2008-04-04 Andreas Schwab <schwab@suse.de>
8474
8475 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
8476 Reset new-rules after each round.
8477
8478 * Makefile.in (cal-autoloads): New target.
8479 (compile, compile-always, recompile): Depend on it.
8480 ($(lisp)/calendar/cal-loaddefs.el)
8481 ($(lisp)/calendar/diary-loaddefs.el)
8482 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
8483
8484 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
8485
8486 * ediff*.el: Replace load with require in eval-when-compile.
8487
8488 * ediff-hook.el: Delete all invocations of (autoload ...).
8489
8490 * ediff-util.el (ediff-setup): Make window-min-height a local variable
8491 in ediff control window, and set its min height to 2.
8492 (ediff-setup-control-buffer): Dedicate the control window.
8493 (ediff-toggle-multiframe): Undedicate control window.
8494 Work directly with ediff-setup-windows-multiframe and
8495 ediff-setup-windows-plain.
8496
8497 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
8498 New function.
8499 (ediff-window-setup-function): Change initialization.
8500 (ediff-setup-windows-automatic): Delete.
8501 (ediff-setup-windows-plain-merge): Make control window dedicated.
8502 (ediff-destroy-control-frame): Do not skip frames if working in a
8503 single frame.
8504
8505 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
8506 eval-when-compile.
8507
8508 * emulation/viper-util.el: Move provide's forward, prevent recursion in
8509 eval-when-compile.
8510
8511 2008-04-04 Glenn Morris <rgm@gnu.org>
8512
8513 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
8514 calendar-absolute-from-bahai. Update callers, keep old name as alias.
8515
8516 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
8517 Rename islamic-calendar-leap-year-p. Update callers.
8518 (calendar-islamic-last-day-of-month):
8519 Rename islamic-calendar-last-day-of-month. Update callers.
8520 (calendar-islamic-day-number):
8521 Rename islamic-calendar-day-number. Update callers.
8522 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
8523 Update callers, keep old name as alias.
8524 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
8525 Update callers, keep old name as alias.
8526 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
8527 Keep old name as alias.
8528 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
8529 Update callers, keep old name as alias.
8530 (calendar-islamic-mark-date-pattern):
8531 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
8532 name as alias.
8533 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
8534 Keep old name as alias.
8535 (diary-islamic-insert-monthly-entry):
8536 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
8537 (diary-islamic-insert-yearly-entry):
8538 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
8539
8540 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
8541 calendar-absolute-from-iso. Update callers, keep old name as alias.
8542 (calendar-iso-print-date): Rename calendar-print-iso-date.
8543 Update callers, keep old name as alias.
8544 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
8545 Keep old name as alias.
8546 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
8547 Keep old name as alias.
8548
8549 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
8550 calendar-absolute-from-julian. Update callers, keep old name as alias.
8551 (calendar-julian-print-date): Rename calendar-print-julian-date.
8552 Update callers, keep old name as alias.
8553 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
8554 Update callers, keep old name as alias.
8555 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
8556 Update callers, keep old name as alias.
8557 (calendar-astro-print-day-number):
8558 Rename calendar-print-astro-day-number. Update callers, keep old
8559 name as alias.
8560 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
8561 Update callers, keep old name as alias.
8562
8563 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
8564 Rename calendar-string-to-mayan-long-count. Update callers.
8565 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
8566 Update callers, keep old name as alias.
8567 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
8568 Update callers.
8569 (calendar-mayan-read-tzolkin-date):
8570 Rename calendar-read-mayan-tzolkin-date. Update callers.
8571 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
8572 Keep old name as alias.
8573 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
8574 Keep old name as alias.
8575 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
8576 Keep old name as alias.
8577 (calendar-mayan-previous-tzolkin-date):
8578 Rename calendar-previous-tzolkin-date. Keep old name as alias.
8579 (calendar-mayan-next-round-date):
8580 Rename calendar-next-calendar-round-date. Keep old name as alias.
8581 (calendar-mayan-previous-round-date):
8582 Rename calendar-previous-calendar-round-date. Keep old name as alias.
8583 (calendar-mayan-long-count-to-absolute): Rename
8584 calendar-absolute-from-mayan-long-count. Keep old name as alias.
8585 (calendar-mayan-goto-long-count-date):
8586 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
8587
8588 * calendar/cal-persia.el (calendar-persian-month-name-array):
8589 Rename persian-calendar-month-name-array. Update callers.
8590 (calendar-persian-epoch): Rename persian-calendar-epoch.
8591 Update callers.
8592 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
8593 Update callers.
8594 (calendar-persian-last-day-of-month):
8595 Rename persian-calendar-last-day-of-month. Update callers.
8596 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
8597 Update callers, keep old name as alias.
8598 (calendar-persian-print-date): Rename calendar-print-persian-date.
8599 Update callers, keep old name as alias.
8600 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
8601 Keep old name as alias.
8602
8603 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
8604 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
8605 * calendar/solar.el: Update for cal-julian name changes.
8606
8607 * calendar/cal-dst.el: Update for persian name changes.
8608
8609 * calendar/cal-menu.el, calendar/calendar.el:
8610 Update for islamic, iso, julian, mayan, persian name changes.
8611
8612 * calendar/diary-lib.el: Update for islamic name changes.
8613
8614 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
8615 Rename all-hebrew-calendar-holidays. Update callers, keep old name
8616 as alias.
8617 (calendar-christian-all-holidays-flag):
8618 Rename all-christian-calendar-holidays. Update callers, keep old
8619 name as alias.
8620 (calendar-islamic-all-holidays-flag):
8621 Rename all-islamic-calendar-holidays. Update callers, keep old
8622 name as alias.
8623 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
8624 Update callers, keep old name as alias.
8625 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
8626 Update for the above name changes.
8627
8628 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
8629
8630 * hilit-chg.el (global-highlight-changes-mode)
8631 (highlight-changes-passive-string, highlight-changes-active-string):
8632 Mark as obsolete since 23.1, not 22.1.
8633
8634 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
8635
8636 * hilit-chg.el (highlight-changes-visibility-initial-state)
8637 (hilit-chg-update, highlight-changes-mode-turn-on):
8638 Fix typos in docstrings.
8639
8640 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
8641
8642 * newcomment.el (comment-enter-backward): Be careful to restore
8643 position changed during narrowing.
8644
8645 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
8646
8647 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
8648 Recognize `sub ($$)'.
8649
8650 2008-04-03 Richard Sharman <rsharman@pobox.com>
8651
8652 * hilit-chg.el (highlight-changes-mode): Rename from
8653 highlight-changes; no longer uses sub-modes active and passive;
8654 implemented by define-minor-mode.
8655 (highlight-changes-toggle-visibility): New function, to replace
8656 the old passive/active submodes of global-highlight-changes-mode;
8657 implemented by define-minor-mode.
8658 (global-highlight-changes-mode): Rename from global-highlight-changes;
8659 rewrite using define-globalized-minor-mode.
8660 (hilit-chg-major-mode-hook, hilit-chg-check-global)
8661 (hilit-chg-post-command-hook, hilit-chg-check-global)
8662 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
8663 to use of define-globalized-minor-mode.
8664 (highlight-changes-global-initial-state): Change to be boolean.
8665 (highlight-changes-visible-string, highlight-changes-invisible-string):
8666 Rename from highlight-changes-active-string and
8667 highlight-changes-passive-string.
8668 (hilit-chg-update, hilit-chg-set): Use them.
8669 (global-highlight-changes-mode): Rename from global-highlight-changes.
8670 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
8671 docstring.
8672 (hilit-chg-hide-changes): Rewrite to use dolist.
8673 (hilit-chg-set-face-on-change, hilit-chg-update)
8674 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
8675 variable instead of testing highlight-changes-mode.
8676 (highlight-markup-buffers): Add require ediff-util; argument on calls
8677 to highlight-changes-mode changed.
8678 (highlight-compare-with-file): Fix problems with interactive
8679 call giving invalid default file.
8680
8681 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
8682
8683 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
8684 Fix in disassembly buffer (regression in 22.2).
8685
8686 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
8687
8688 * emulation/viper-macs.el (viper-read-fast-keysequence):
8689 Use viper-read-event instead of viper-read-key.
8690
8691 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
8692
8693 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
8694 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
8695 let-statements.
8696
8697 * emulation/viper-ex.el, emulation/viper-macs.el:
8698 * emulation/viper-mous.el:
8699 Replace load with require in eval-when-compile.
8700
8701 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8702
8703 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
8704
8705 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
8706 (archive-try-jka-compr): New function.
8707 (archive-set-buffer-as-visiting-file): Use it.
8708
8709 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
8710
8711 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
8712
8713 * simple.el (handle-shift-selection): New arg.
8714
8715 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8716
8717 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
8718
8719 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
8720
8721 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
8722
8723 * shell.el (shell-dynamic-complete-filename): New fun.
8724 (shell-dynamic-complete-functions): Use it.
8725
8726 * help-fns.el (describe-variable): Undo 2008-02-25 change.
8727
8728 2008-04-03 Kenichi Handa <handa@m17n.org>
8729
8730 * international/fontset.el (create-fontset-from-x-resource):
8731 Handle the error of X resource more gracefully.
8732
8733 * international/latin1-disp.el (latin1-display): Don't use make-char.
8734 Fix the argument to set-char-table-range.
8735 (latin1-display-identities): Don't use make-char.
8736 (latin1-display-reset): Use map-charset-chars instead of directly
8737 calling standard-display-default.
8738 (latin1-display-check-font): Don't use make-char.
8739 (latin1-display-setup): Likewise.
8740 (latin1-display-ucs-per-lynx): Likewise.
8741
8742 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8743
8744 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
8745 name the fields, to make the code clearer.
8746 Rewrite all `aset' and `aref' using the defined accessors.
8747 (timer--time): New pseudo-field.
8748 (timer-set-time, timer-set-idle-time, timer-inc-time)
8749 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
8750 (timer--time-less-p): New function.
8751 (timer--activate): New function, extracted from timer-activate.
8752 (timer-activate-when-idle, timer-activate): Use it.
8753 (cancel-function-timers): Use dolist.
8754
8755 2008-04-03 Glenn Morris <rgm@gnu.org>
8756
8757 * add-log.el (c-beginning-of-defun, c-end-of-defun):
8758 Remove declarations; no longer used.
8759 (c-cpp-define-name, c-defun-name): Declare as functions.
8760
8761 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
8762 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
8763
8764 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
8765 (holiday-passover-etc, holiday-hanukkah): Doc fix.
8766 Add optional argument. Simplify.
8767 (holiday-tisha-b-av-etc): Use memq rather than unless.
8768 (holiday-julian): Autoload it.
8769 (holiday-hebrew-misc): New function.
8770
8771 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
8772
8773 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
8774 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
8775 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
8776 all-hebrew-calendar-holidays.
8777 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
8778 Simplify using new functions.
8779 (calendar-holidays): Doc fix.
8780 (generate-calendar-window): Use bound-and-true-p.
8781
8782 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
8783
8784 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
8785 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
8786 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
8787 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
8788
8789 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
8790
8791 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
8792
8793 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
8794
8795 * vc-bzr.el (vc-bzr-checkout): Simplify.
8796
8797 * image-mode.el (image-mode-fit-frame): New command.
8798
8799 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
8800 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
8801 (keyboard-escape-quit): Check region-active-p i.s.o
8802 transient-mark-mode.
8803
8804 2008-04-02 Simon Josefsson <simon@josefsson.org>
8805
8806 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
8807 (imap-message-copyuid-1): Use it.
8808 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
8809 J. Williams in
8810 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8811
8812 2008-04-02 Alan Mackenzie <acm@muc.de>
8813
8814 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
8815 New optimised functions to get the name of the current defun/macro.
8816
8817 * add-log.el (add-log-current-defun): Move the functionality which
8818 gets the current function name for C like modes to cc-cmds.el,
8819 thus optimising for speed.
8820
8821 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
8822
8823 * simple.el (deactivate-mark): When the mark is temporarily
8824 active, restore the original value of transient-mark-mode.
8825 (set-mark-command): First deactivate the mark if was temporarily active.
8826 (exchange-point-and-mark): Reactivate the mark if it was
8827 temporarily active.
8828 (handle-shift-selection): New fun.
8829 (transient-mark-mode): Move var documentation here from buffer.c.
8830 (next-line, previous-line, backward-word, move-end-of-line)
8831 (move-beginning-of-line, forward-to-indentation)
8832 (backward-to-indentation, back-to-indentation)
8833 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
8834
8835 * mouse.el (mouse-set-region-1): Save the old value of
8836 transient-mark-mode.
8837 (mouse-drag-track): Ignore the now-obsolete value `identity' for
8838 transient-mark-mode.
8839
8840 * textmodes/paragraphs.el (forward-paragraph)
8841 (backward-paragraph, forward-sentence, backward-sentence): Add ^
8842 interactive spec.
8843
8844 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
8845
8846 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
8847
8848 * net/tramp.el (tramp-make-tramp-temp-file):
8849 Use `tramp-drop-volume-letter' for the local file name part.
8850
8851 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
8852
8853 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
8854 Add menu entries corresponding to all the key bindings.
8855
8856 * emacs-lisp/debug.el (debugger-mode-map):
8857 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
8858 (conf-align-assignments): Only work on the region if it is active.
8859 (conf-quote-normal): Use when instead of if. Remove redundant test.
8860
8861 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
8862 for tracing and re-builder.
8863
8864 2008-04-02 Glenn Morris <rgm@gnu.org>
8865
8866 * calendar/appt.el (appt-disp-window-function): Doc fix.
8867 (appt-display-message): Move beep before display.
8868 (appt-check): Make interactive. Reduce the number of lets.
8869 Use string-equal to compare mode-line strings.
8870 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
8871 read-only.
8872 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
8873 (appt-delete): Simplify.
8874
8875 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
8876
8877 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
8878
8879 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8880 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
8881 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
8882
8883 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
8884 (calendar-holiday-marker, mark-visible-calendar-date):
8885 * calendar/diary-lib.el (fancy-diary-display):
8886 Check for font-lock-mode before using faces.
8887
8888 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
8889 (calendar-gregorian-from-absolute): Reduce the number of lets.
8890 (hebrew-holidays-4, generate-calendar-window): Simplify.
8891 (calendar-for-loop): Make obsolete.
8892 (calendar-nth-named-day): Doc fix.
8893
8894 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
8895 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
8896 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
8897 Reduce the number of lets.
8898 (mark-sexp-diary-entries, calendar-mark-complex):
8899 Expand calendar-for-loops.
8900
8901 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
8902
8903 * find-dired.el (find-dired-filter): Fix last patch to handle
8904 multi-line process input. Pad link numbers too.
8905
8906 2008-04-01 Jari Aalto <jari.aalto@cante.net>
8907
8908 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
8909
8910 2008-04-01 Jason Rumney <jasonr@gnu.org>
8911
8912 * international/characters.el (script-list): Add phonetic script,
8913 covering IPA (previously Latin), Phonetic Extensions and
8914 Phonetic Extensions Supplement (both previously unassigned).
8915
8916 * international/fontset.el (setup-default-fontset): Use unicode fonts
8917 that cover bopomofo script for bopomofo.
8918 Likewise for braille and mathematical.
8919 Use unicode scripts that cover the phonetic script for IPA.
8920
8921 2008-04-01 Johan Bockgård <bojohan@gnu.org>
8922
8923 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
8924 return the assigned value.
8925
8926 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * abbrev.el (abbrev-mode): Use define-minor-mode.
8929
8930 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
8931 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
8932 Use map-keymap.
8933 (minor-mode-menu-from-indicator): Use it. Simplify.
8934
8935 * bindings.el (mode-line-mode-menu): Move before (new) first use.
8936 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
8937 Bind the key directly to the menu.
8938 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
8939
8940 2008-04-01 Daiki Ueno <ueno@unixuser.org>
8941
8942 * epa.el (epa-decrypt-region): Explain the reason why this
8943 function should not be used in Lisp programs.
8944 (epa-decrypt-armor-in-region): Ditto.
8945 (epa-verify-region): Ditto.
8946 (epa-verify-cleartext-in-region): Ditto.
8947 (epa-sign-region): Ditto.
8948 (epa-encrypt-region): Ditto.
8949
8950 * epg.el (epg-start-receive-keys): Fix typo in docstring.
8951
8952 * epa.el (epa-select-keys): Show menu even if there is no key in
8953 GnuPG's keyring.
8954
8955 2008-04-01 Glenn Morris <rgm@gnu.org>
8956
8957 * calendar/calendar.el (calendar-make-temp-face): New function.
8958 (mark-visible-calendar-date):
8959 * calendar/diary-lib.el (fancy-diary-display): Use it.
8960
8961 * vc-hooks.el (vc-responsible-backend): Declare as function.
8962
8963 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
8964 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
8965 * calendar/cal-julian.el (holiday-julian): Use it.
8966
8967 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
8968 (calendar-hebrew-date-is-visible-p): Extract some common code into
8969 separate function.
8970 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
8971
8972 * calendar/cal-menu.el (cal-menu-holidays-menu):
8973 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
8974 rather than obsolete alias.
8975
8976 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
8977 for mark characters.
8978 (calendar-unmark): Unmark by removing all overlays, rather than
8979 redrawing.
8980 (calendar-starred-day): Remove.
8981 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
8982 (calendar-cursor-to-date): No need for special star handling now
8983 using overlays.
8984 (calendar-star-date): Use overlays.
8985
8986 * calendar/cal-french.el (calendar-goto-french-date):
8987 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
8988 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
8989 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
8990 * calendar/cal-persia.el (calendar-persian-date-string):
8991 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8992 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
8993 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
8994 * calendar/solar.el (solar-equinoxes-solstices):
8995 Reduce nesting of some lets.
8996
8997 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8998 (calendar-goto-mayan-long-count-date): Simplify.
8999
9000 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
9001 Simplify by using mapcar.
9002 (calendar-list-holidays): Return holiday-list.
9003 (list-holidays): Use let rather than let*. Remove un-needed locals
9004 `d', `never'.
9005 (calendar-check-holidays): Return result from dolist.
9006 (holiday-float): Use a single let*. Simplify if-and to and.
9007 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
9008 single let*.
9009
9010 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
9011
9012 * calc/calc.el: Autoload `calc-yank'.
9013 (calc-mode-map): Add keybindings for `calc-yank'.
9014 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
9015 assignments for `calc-yank'.
9016
9017 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
9018
9019 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
9020 (vc-status-mark-buffer-changed): Handle the extra field.
9021
9022 * vc-bzr.el (vc-bzr-after-dir-status):
9023 * vc-cvs.el (vc-cvs-after-dir-status):
9024 * vc-hg.el (vc-hg-after-dir-status):
9025 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
9026
9027 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9028
9029 * doc-view.el: Compute displayed pages first (in PDF).
9030 (doc-view-current-converter-processes): Rename from
9031 doc-view-current-converter-process. Update users.
9032 (doc-view-sentinel): Test buffer's liveness.
9033 (doc-view-pdf/ps->png-sentinel): Remove.
9034 (doc-view-start-process): New function.
9035 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
9036 (doc-view-ps->pdf): Use it.
9037 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
9038 New functions.
9039 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
9040 (doc-view-mode): Kill the processes when leaving the mode.
9041
9042 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
9043
9044 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
9045 Use `byte-compile-warning-types'. Add docstring.
9046
9047 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
9050 (smerge-resolve): Add various resolution heuristics.
9051
9052 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
9053 in 3-way conflicts.
9054
9055 2008-03-31 Glenn Morris <rgm@gnu.org>
9056
9057 * calendar/cal-bahai.el (diary-bahai-mark-entries):
9058 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
9059 * calendar/cal-islam.el (mark-islamic-diary-entries):
9060 Fix argument order in call to diary-mark-entries-1.
9061
9062 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
9063 pre-Bahai dates.
9064 (holiday-bahai): Use an algorithm actually relevant to this calendar
9065 system.
9066
9067 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
9068
9069 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
9070 Use and.
9071
9072 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
9073 in the last fortnight in Julian October.
9074
9075 * calendar/calendar.el (increment-calendar-month): Optionally handle
9076 systems without 12 months per year.
9077
9078 (calendar-date-is-visible-p): Doc fix. Simplify.
9079
9080 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
9081 from dolist.
9082
9083 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
9084
9085 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
9086 (hi-lock-unload-function): New function.
9087
9088 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
9089
9090 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
9091 overwriting when NEWNAME is a local file.
9092
9093 * net/trampver.el: Update release number.
9094
9095 2008-03-30 Alexandre Julliard <julliard@winehq.org>
9096
9097 * vc-git.el: Make vc-status display information about copies,
9098 renames and permission changes.
9099 (vc-git-extra-fileinfo): New defstruct.
9100 (vc-git-escape-file-name, vc-git-file-type-as-string)
9101 (vc-git-rename-as-string, vc-git-permissions-as-string)
9102 (vc-git-status-printer): New functions.
9103 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
9104 (vc-git-after-dir-status-stage1): Look for copies, renames and
9105 permission changes.
9106 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
9107 (vc-git-dir-status): Ask for staged files and renames.
9108
9109 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
9110
9111 * vc.el: Allow backends to display backend specific information in
9112 the vc-status listing.
9113 (vc-status-fileinfo): Add a field for backend specific information.
9114 (vc-status-printer): Rename to ...
9115 (vc-default-status-printer): ... this.
9116 (vc-status-printer): New function.
9117 (vc-update-vc-status-buffer): Set the backend specific file info
9118 if provided.
9119
9120 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
9121
9122 * textmodes/remember.el (remember-diary-convert-entry): Revert last
9123 change (ill-conceived).
9124
9125 2008-03-29 Glenn Morris <rgm@gnu.org>
9126
9127 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
9128 * calendar/cal-julian.el (holiday-julian): Simplify.
9129
9130 * calendar/holidays.el (list-holidays): Use or.
9131
9132 2008-03-29 Juri Linkov <juri@jurta.org>
9133
9134 * window.el (split-window-preferred-horizontally): New function.
9135
9136 * cus-start.el (split-window-preferred-function):
9137 Set choice for "vertically" to nil instead of split-window.
9138 Set choice for "horizontally" to split-window-preferred-horizontally
9139 instead of lambda.
9140
9141 2008-03-29 Juri Linkov <juri@jurta.org>
9142
9143 * simple.el (minibuffer-default-add-function): New variable with
9144 the default to minibuffer-default-add-completions.
9145 (minibuffer-default-add-done): New variable. Make it buffer-local.
9146 (minibuffer-default-add-completions): New function.
9147 (goto-history-element): Set minibuffer-default-add-done to t and
9148 call a function in minibuffer-default-add-function when the
9149 specified absolute history position is greater than the length of
9150 the minibuffer-default list and minibuffer-default-add-done is nil.
9151 Change "^End of history; no next item$" to "^End of defaults;
9152 no next item$".
9153
9154 * bindings.el (debug-ignored-errors): Change "^End of history;
9155 no next item$" to "^End of defaults; no next item$".
9156
9157 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9158
9159 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
9160
9161 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
9162 to with-no-warnings.
9163
9164 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
9165
9166 Sync with Tramp 2.1.13.
9167
9168 * net/tramp-ftp.el: Require 'cl when byte-compiling.
9169
9170 * net/trampver.el: Update release number.
9171
9172 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9173
9174 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
9175 the current backend.
9176
9177 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
9178 (vc-status-refresh): Create a temporary buffer and call the
9179 `dir-status' backend function from that buffer.
9180
9181 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
9182 (vc-bzr-after-dir-status): Don't kill the buffer.
9183
9184 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
9185 (vc-cvs-after-dir-status): Don't kill the buffer.
9186
9187 * vc-git.el (vc-git-dir-status): Don't create a buffer.
9188 (vc-git-after-dir-status-stage2): Don't kill the buffer.
9189
9190 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
9191 (vc-hg-after-dir-status): Don't kill the buffer.
9192
9193 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
9194 (vc-svn-after-dir-status): Don't kill the buffer.
9195
9196 2008-03-29 Glenn Morris <rgm@gnu.org>
9197
9198 * calendar/calendar.el (diary-file, american-date-diary-pattern)
9199 (european-date-diary-pattern, european-calendar-display-form)
9200 (american-calendar-display-form, diary-display-hook): Doc fixes.
9201 (european-calendar-style): Doc fix. Use calendar-set-date-style for
9202 custom :set. Mark as obsolete.
9203 (calendar-date-style, iso-date-diary-pattern)
9204 (iso-calendar-display-form): New user variables.
9205 (diary-date-forms, calendar-date-display-form): Set using
9206 calendar-date-style. Doc fix.
9207 (calendar-set-date-style): New command.
9208 (european-calendar, american-calendar): Use calendar-set-date-style.
9209 Mark as obsolete.
9210
9211 * calendar/diary-lib.el (number): Move declaration where needed.
9212 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
9213 (diary-make-date): New function.
9214 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
9215 Use diary-make-date.
9216 (diary-date-display-form, diary-insert-entry-1): New functions.
9217 (insert-monthly-diary-entry, insert-yearly-diary-entry):
9218 Use diary-insert-entry-1.
9219 (insert-anniversary-diary-entry, insert-block-diary-entry)
9220 (insert-cyclic-diary-entry): Use diary-date-display-form.
9221
9222 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
9223 Autoload diary-insert-entry-1.
9224 * calendar/cal-bahai.el (diary-bahai-insert-entry)
9225 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
9226 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
9227 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
9228 * calendar/cal-islam.el (insert-islamic-diary-entry)
9229 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
9230 Use diary-insert-entry-1.
9231
9232 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
9233 (diary-yahrzeit): Doc fix. Use diary-make-date.
9234
9235 * calendar/icalendar.el (icalendar--datetime-to-american-date):
9236 New name for icalendar--datetime-to-noneuropean-date. Make old name
9237 obsolete alias.
9238 (icalendar--datetime-to-iso-date): New function.
9239 (icalendar--datetime-to-diary-date): Doc fix. Respect
9240 calendar-date-style if bound.
9241
9242 * textmodes/remember.el (remember-diary-convert-entry):
9243 Respect calendar-date-style if bound.
9244
9245 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
9246
9247 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
9248 (xterm-mouse-handle-delete-frame): Delete.
9249
9250 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
9251 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
9252 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
9253 in xterm-modify-other-keys-terminal-list.
9254
9255 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
9256 are conflicts.
9257
9258 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
9259
9260 * vc.el (vc-update): Check if the buffer is unsaved only if it
9261 actually exists.
9262 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
9263 vc-print-log.
9264
9265 2008-03-28 Magnus Henoch <mange@freemail.hu>
9266
9267 * net/dns.el (dns-write): Use set-buffer-multibyte.
9268
9269 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * vc-bzr.el (vc-bzr-sha1): New fun.
9272 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
9273 (vc-bzr-registered): Use it.
9274
9275 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
9276
9277 * vc.el (vc-status-kill-dir-status-process): Simplify.
9278 (vc-status-refresh): Make sure the buffer is live.
9279 (ring): Don't require it, not used.
9280
9281 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
9282
9283 * progmodes/verilog-mode.el (verilog-auto-inout-module):
9284 Add optional regular expression to AUTOINOUTMODULE.
9285 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
9286 (verilog-auto-inst-param, verilog-auto-reg)
9287 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
9288 (verilog-auto-output-every, verilog-auto-input)
9289 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
9290 (verilog-auto-unused, verilog-auto): Update documentation to use
9291 more obvious instance module names versus cell names.
9292
9293 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
9294
9295 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
9296 kill if a process is running.
9297
9298 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
9299
9300 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
9301
9302 * vc.el: Add new backend function 'status-extra-headers.
9303 (vc-default-status-extra-headers): New function.
9304 (vc-status-headers): Call 'status-extra-headers. Add colors.
9305
9306 * vc-git.el (vc-git-status-extra-headers): New function.
9307
9308 2008-03-28 Glenn Morris <rgm@gnu.org>
9309
9310 * calendar/cal-menu.el (cal-menu-holidays-menu)
9311 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9312 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
9313 holiday-list is optional.
9314 (calendar-mouse-holidays): Remove un-needed local `l'.
9315
9316 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9317 Remove un-needed local `date'.
9318 (calendar-cursor-to-visible-date): Use let rather than let*.
9319 Remove un-needed local `first-of-month-weekday'.
9320
9321 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
9322
9323 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
9324 Doc fixes.
9325 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
9326 (diary-header-line-flag, diary-header-line-format): Declare.
9327 (diary-pull-attrs): Check for multiple matches.
9328 (diary-list-entries-2): Simplify finding start of date.
9329 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
9330 pop-up-frames.
9331 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
9332 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
9333
9334 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
9335
9336 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
9337
9338 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
9339
9340 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9341
9342 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
9343
9344 * image-mode.el (image-mode-reapply-winprops): Fix last change.
9345
9346 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
9347
9348 * international/mule-conf.el (define-iso-single-byte-charset):
9349 Don't make latin-iso8859-* supplementary.
9350 (#'set-charset-priority): Don't change the priority of charsets
9351 `unicode' and `emacs'.
9352
9353 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
9354
9355 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
9356 temp buffer.
9357
9358 2008-03-27 Glenn Morris <rgm@gnu.org>
9359
9360 * calendar/cal-bahai.el (diary-bahai-list-entries):
9361 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
9362 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
9363
9364 * calendar/calendar.el (diary-file): Doc fix.
9365
9366 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
9367 (list-diary-entries-hook, mark-diary-entries-hook)
9368 (include-other-diary-files, diary-mail-entries)
9369 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
9370 (diary-set-header): New function.
9371 (diary-header-line-flag, diary-header-line-format):
9372 Use diary-set-header for custom :set function.
9373 (diary-set-maybe-redraw): Use symbol-value rather than eval.
9374 (diary-attrtype-convert): Use intern-soft rather than read.
9375 (diary-display-no-entries): New function.
9376 (simple-diary-display, fancy-diary-display): Use it.
9377 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
9378 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
9379
9380 * calendar/holidays.el (list-holidays): Doc fix.
9381
9382 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
9383
9384 * calc/calc-store.el (calc-read-var-name-history): New variable.
9385 (calc-read-var-name): Use `calc-read-var-name-history'.
9386
9387 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9388
9389 * image-mode.el (image-mode-reapply-winprops): Simplify now that
9390 window-configuration-change-hook works buffer-locally.
9391
9392 2008-03-26 Johan Bockgård <bojohan@gnu.org>
9393
9394 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
9395 for Emacs Lisp, not Lisp.
9396
9397 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
9398
9399 * help-fns.el (describe-function-1, describe-variable):
9400 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
9401
9402 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
9403 replacement is provided, don't print "use nil instead".
9404
9405 2008-03-26 Johan Bockgård <bojohan@gnu.org>
9406
9407 * complete.el (PC-do-completion): Use regexp-quote.
9408
9409 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
9410
9411 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
9412 Detect missing files.
9413
9414 * vc-git.el (vc-git-extra-menu-map): New key map.
9415 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
9416 New functions.
9417
9418 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
9419 and 'missing files.
9420
9421 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * calendar/holidays.el (list-holidays): Make Y2 optional.
9424
9425 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
9426 buffers shown to the user.
9427 (appt-disp-window): Disable undo explicitly now that the leading space
9428 is gone.
9429
9430 * simple.el (activate-mark): New function.
9431 (set-mark-command): Use it with region-active-p to clean up the code.
9432 (exchange-point-and-mark): Invert the meaning of C-u when
9433 transient-mark-mode is active.
9434
9435 * dired-aux.el (dired-create-files): Use dolist.
9436
9437 * bindings.el (mode-line-change-eol): Use with-selected-window.
9438
9439 * apropos.el (apropos-command): Include macros.
9440
9441 2008-03-26 Glenn Morris <rgm@gnu.org>
9442
9443 * calendar/cal-bahai.el: Require calendar, not cal-julian.
9444 (calendar-bahai-epoch): Doc fix.
9445
9446 * calendar/cal-china.el: Explicitly require calendar.
9447
9448 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
9449 Require calendar rather than cal-julian.
9450 Autoload calendar-absolute-from-julian.
9451 * calendar/cal-coptic.el (coptic-calendar-epoch):
9452 * calendar/cal-islam.el (calendar-islamic-epoch):
9453 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
9454
9455 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
9456
9457 * calendar/cal-dst.el: Don't require cal-persia.
9458 (calendar-absolute-from-persian): Autoload it.
9459 (dst-adjust-time): Doc fix.
9460
9461 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
9462 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
9463 calendar.
9464
9465 * calendar/cal-menu.el: Require calendar rather than declaring
9466 functions.
9467 * calendar/calendar.el: Provide calendar before requiring cal-menu.
9468
9469 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
9470 calendar-after-frame-setup-hooks. Update callers, make old name an
9471 obsolete alias. Doc fix.
9472 (calendar-frame-1): Doc fix.
9473
9474 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
9475
9476 * calendar/calendar.el (oriental-holidays, solar-holidays):
9477 * calendar/holidays.el (list-holidays): Assume atan always bound.
9478
9479 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
9480 Explicitly require calendar, not cal-julian.
9481 * calendar/lunar.el: Explicitly require cal-dst.
9482
9483 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
9484
9485 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
9486
9487 * help-fns.el (describe-function-1, describe-variable): If no
9488 replacement is provided, don't print "use nil instead".
9489
9490 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9491
9492 * proced.el: New file.
9493
9494 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
9495
9496 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
9497
9498 2008-03-25 Juri Linkov <juri@jurta.org>
9499
9500 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
9501 in battery-mode-line-format.
9502
9503 * bindings.el (minibuffer-local-map): For the command
9504 file-cache-minibuffer-complete replace keymap minibuffer-local-map
9505 with map which is already locally bound to minibuffer-local-map.
9506
9507 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9508
9509 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
9510 Remove `sort-first' argument.
9511
9512 * subr.el (redisplay-end-trigger-functions)
9513 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
9514 (process-filter-multibyte-p, set-process-filter-multibyte):
9515 Mark as obsolete.
9516
9517 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
9518
9519 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
9520 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
9521 use the LOCAL arg of `add-hook'.
9522 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
9523 Remove spurious * from defcustom docstrings.
9524 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
9525 Fix typos in messages.
9526 (reb-mode-buffer-p): New function.
9527 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
9528 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
9529 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
9530 Use `unless', `when'.
9531 (re-builder-unload-function): New function.
9532
9533 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
9534
9535 * vc-hooks.el (vc-state): Add documentation for 'missing.
9536
9537 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
9538
9539 * progmodes/verilog-mode.el (verilog-auto-output)
9540 (verilog-auto-input, verilog-auto-inout, verilog-auto)
9541 (verilog-delete-auto): Add optional regular expression to
9542 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
9543 (verilog-signals-matching-regexp): New internal function for
9544 signal matching.
9545
9546 2008-03-25 Johan Bockgård <bojohan@gnu.org>
9547
9548 * info.el (Info-isearch-search): Always return point.
9549
9550 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
9551
9552 * diff-mode.el (diff-remembered-defdir): New var.
9553 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
9554
9555 2008-03-25 Glenn Morris <rgm@gnu.org>
9556
9557 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
9558 calendar-bahai-prompt-for-date. Update callers, make old name an
9559 obsolete alias. Doc fix.
9560 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
9561 coptic-prompt-for-date. Update callers, make old name an
9562 obsolete alias. Doc fix.
9563 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
9564 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
9565 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
9566 calendar-islamic-prompt-for-date. Update callers. Doc fix.
9567 * calendar/cal-iso.el (calendar-iso-read-date): New name for
9568 calendar-iso-read-args. Update callers, make old name an obsolete
9569 alias.
9570 * calendar/cal-persia.el (calendar-persian-read-date): New name for
9571 persian-prompt-for-date. Update callers, make old name an
9572 obsolete alias. Doc fix. Move definition before use.
9573
9574 * calendar/cal-x.el (diary-frame-parameters)
9575 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
9576 (calendar-frame-1): Doc fixes.
9577 (make-fancy-diary-buffer): Remove declaration.
9578 (calendar-dedicate-diary): Replace call to deleted function
9579 make-fancy-diary-buffer.
9580 (calendar-frame-setup): New function.
9581 (calendar-one-frame-setup, calendar-only-one-frame-setup)
9582 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
9583 work, and mark as obsolete.
9584 (special-display-buffer-names): Don't mess with this; it's not our
9585 business.
9586 (cal-x-load-hook): Defvar it, and mark as obsolete.
9587
9588 * calendar/calendar.el (calendar-remove-frame-by-deleting):
9589 Default to t. Add to 'calendar group.
9590 (calendar): Doc fix. Use calendar-frame-setup.
9591 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
9592 (generate-calendar-window): Doc fix.
9593
9594 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
9597
9598 2008-03-24 Drew Adams <drew.adams@oracle.com>
9599
9600 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
9601 New variables.
9602 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
9603 (finder-exit): Ignore errors rather than avoiding them.
9604 Kill *Finder-package* buffer also.
9605
9606 2008-03-24 Andreas Schwab <schwab@suse.de>
9607
9608 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
9609
9610 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
9611
9612 * vc-hg.el (vc-hg-after-dir-status):
9613 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
9614
9615 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
9616 Detect removed files.
9617
9618 * vc.el (vc-status-printer): Use a different face for missing files.
9619 (vc-status-hide-up-to-date): Rename from
9620 vc-status-remove-up-to-date. Update all callers.
9621 (vc-status-mode-map): Bind C-m.
9622
9623 2008-03-24 Alexandre Julliard <julliard@winehq.org>
9624
9625 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
9626 code ...
9627 (vc-git--state-code): ... to this new function.
9628 (vc-git-state): Use it.
9629
9630 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
9631
9632 * textmodes/remember.el (remember-mail-date)
9633 (remember-store-in-mailbox): Write date and From line in such a
9634 way that Mutt can read it.
9635
9636 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
9637
9638 * simple.el (transient-mark-mode): Turn on by default.
9639
9640 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9641
9642 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
9643 'unregistered for unregistered files.
9644
9645 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
9646
9647 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
9648
9649 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
9650 subdirectories.
9651
9652 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
9653 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
9654 Add :enable for vc-status-refresh.
9655 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
9656 (vc-status-tool-bar-map): Add binding for
9657 vc-status-kill-dir-status-process.
9658 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
9659 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
9660 Reset vc-status-process-buffer.
9661 (vc-status-refresh): Don't run two refreshes at a time.
9662 (vc-status): If the buffer is already in vc-status-mode only refresh.
9663 (vc-status-mark-buffer-changed): Add an optional file parameter.
9664 (vc-resynch-buffer): Use it.
9665 (vc-delete-file): Expand the file name before using it.
9666 Be careful to not create a new buffer with the old file contents.
9667 Update the VC state after performing the operation.
9668
9669 2008-03-23 Andreas Schwab <schwab@suse.de>
9670
9671 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
9672 Fix radio button condition.
9673 [box]: Likewise.
9674 [customize]: Add radio button.
9675
9676 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
9677
9678 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
9679 (calc-user-parse-tables, calc-gnuplot-default-device)
9680 (calc-gnuplot-default-output, calc-gnuplot-print-device)
9681 (calc-gnuplot-print-output, calc-gnuplot-geometry)
9682 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
9683 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
9684 (calc-undo-list, calc-redo-list, calc-main-buffer)
9685 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
9686 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
9687 (calc-said-hello, calc-executing-macro, calc-any-selections)
9688 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
9689 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
9690 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
9691 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
9692 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
9693 (calc-create-buffer, calc-quit): Add docstrings.
9694
9695 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
9696
9697 * makefile.w32-in (WINS_ALMOST): Add org.
9698
9699 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
9700
9701 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
9702 New functions to implement vc-status support.
9703
9704 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9705
9706 * vc.el (vc-status-prepare-status-buffer): New function.
9707 (vc-status): Use it.
9708
9709 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
9710 appropriate.
9711
9712 2008-03-22 Alexandre Julliard <julliard@winehq.org>
9713
9714 * vc-git.el (vc-git--empty-db-p)
9715 (vc-git-after-dir-status-stage1-empty-db): New functions.
9716 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
9717 Add support for empty repositories.
9718
9719 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
9720
9721 * vc-git.el (vc-git-annotate-extract-revision-at-line):
9722 Allow "^" in a version name.
9723
9724 * vc-mtn.el (vc-mtn-state): Support the added state.
9725
9726 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
9727
9728 * org: New directory for Org-mode.
9729
9730 * org/org-export-latex.el: Moved from lisp/texmodes.
9731
9732 * org/org-irc.el: Moved from lisp/texmodes.
9733
9734 * org/org-mac-message.el: Moved from lisp/texmodes.
9735
9736 * org/org-mouse.el: Moved from lisp/texmodes.
9737
9738 * org/org-publish.el: Moved from lisp/texmodes.
9739
9740 2008-03-21 Juri Linkov <juri@jurta.org>
9741
9742 * comint.el (comint-dynamic-simple-complete):
9743 Use variable `stub' for the second arg `common-substring'
9744 of `comint-dynamic-list-completions'.
9745 (comint-dynamic-list-filename-completions):
9746 Use variable `filenondir' for the second arg `common-substring'
9747 of `comint-dynamic-list-completions'.
9748 (comint-dynamic-list-completions): Add new optional arg
9749 `common-substring'. Add `common-substring' as the second arg of
9750 the call to `display-completion-list'. Doc fix.
9751
9752 * comint.el (comint-dynamic-complete-as-filename)
9753 (comint-dynamic-list-filename-completions)
9754 (comint-dynamic-simple-complete): Use `minibuffer-message'
9755 to display message "No completions of %s" when a command
9756 is called in the minibuffer.
9757 (comint-dynamic-simple-complete): Don't display other
9758 completion messages when a command is called in the minibuffer.
9759 (comint-dynamic-list-completions): Use `minibuffer-message'
9760 to display message " [Type space to flush ...]" when a command
9761 is called in the minibuffer.
9762
9763 * shell.el (shell-dynamic-complete-command)
9764 (shell-dynamic-complete-environment-variable): Don't display
9765 completion messages when command is called in the minibuffer.
9766
9767 * emacs-lisp/lisp.el (lisp-complete-symbol):
9768 Use `minibuffer-message' to display message "No completions of %s"
9769 when this command is called in the minibuffer.
9770
9771 * bindings.el (standard-mode-line-modes): Put special help-echo
9772 tooltip on recursive edit %[ %] mode-line constructs.
9773
9774 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
9775 "^No dynamic expansion for .* found$" to allow error messages like
9776 "No dynamic expansion for \"%s\" found in this-buffer".
9777
9778 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
9779
9780 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
9781 "psftp".
9782
9783 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
9784
9785 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
9786 * vc.el (vc-default-dired-state-info): Use just "modified".
9787 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
9788 (vc-cvs-mode-line-string): Make use of the better default.
9789 (vc-cvs-parse-entry): Use the new `added'.
9790 (vc-cvs-dired-state-info): Remove.
9791 * vc-svn.el (vc-svn-dired-state-info): Remove.
9792 * vc-hg.el (vc-hg-dired-state-info): Remove.
9793 * vc-git.el (vc-git-dired-state-info): Remove.
9794
9795 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9796
9797 * vc-git.el (vc-git-status-result): New variable.
9798 (vc-git-dir-status): Split out ...
9799 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
9800 ... these new functions and work asynchronously.
9801
9802 2008-03-21 Alexandre Julliard <julliard@winehq.org>
9803
9804 * vc-git.el (vc-git-after-dir-status): Remove.
9805 (vc-git-dired-state-info): Reimplement.
9806
9807 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
9808
9809 * replace.el (occur-mode-map): Add :help.
9810
9811 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
9812 for disassemble.
9813
9814 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
9815 the 'added state.
9816 (vc-status-remove-up-to-date): New function.
9817 (vc-status-mode-map, vc-status-menu-map): Bind it.
9818 (vc-status-printer): Use a different face up-to-date files.
9819 (vc-resynch-buffer): Update the vc-status buffer if it exists.
9820 (Todo): Remove solved entries.
9821
9822 * vc-hg.el (vc-hg-state):
9823 * vc-git.el (vc-git-state):
9824 * vc-cvs.el (vc-cvs-parse-status):
9825 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
9826 state.
9827
9828 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9829
9830 * progmodes/compile.el (compile):
9831 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
9832
9833 * simple.el (minibuffer-local-shell-command-map): New var.
9834 (minibuffer-complete-shell-command, read-shell-command): New funs.
9835 (shell-command, shell-command-on-region): Use them.
9836
9837 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9838
9839 * vc.el (vc-status-mark-buffer-changed): New function to implement
9840 updating of the *vc-status* buffer when a buffer is saved.
9841 (vc-status-mode): Use it for after-change-hook.
9842 (vc-add-to-vc-status-buffer): Rename to ...
9843 (vc-status-add-entry): ... this.
9844 (Todo): Add new entry.
9845
9846 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
9847
9848 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
9849
9850 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
9851
9852 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
9853 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
9854 Remove spurious * from defcustom docstrings.
9855 (icomplete-compute-delay): Fix docstring and remove spurious *.
9856 (icomplete-delay-completions-threshold): Fix typo in docstring and
9857 remove spurious *.
9858 (icomplete-completions): While collecting the list of prospective
9859 candidates, don't overshoot `icomplete-prospects-length'.
9860
9861 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
9862
9863 * textmodes/refbib.el:
9864 * textmodes/reftex.el:
9865 * textmodes/reftex-global.el:
9866 * textmodes/reftex-vars.el:
9867 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
9868 compiler pacifying defvars.
9869 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
9870 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
9871 not needed.
9872
9873 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
9874
9875 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
9876 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
9877 (verilog-customize, verilog-font-customize)
9878 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
9879 (verilog-mode): Update documentation strings to match tool tips.
9880 (verilog-auto-search-do, verilog-auto-re-search-do)
9881 (verilog-skip-forward-comment-or-string): Fix verilog-auto
9882 expansion when a .* appears inside a string.
9883 (verilog-re-search-forward, verilog-re-search-backward):
9884 Add comment to recall how this works.
9885 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
9886
9887 2008-03-20 Glenn Morris <rgm@gnu.org>
9888
9889 * calendar/calendar.el (calendar-other-dates): New function.
9890 (calendar-print-other-dates): Use calendar-other-dates.
9891 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
9892 the declarations it replaces.
9893 (calendar-mouse-print-dates): Use calendar-other-dates.
9894
9895 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
9896 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
9897 (calendar-absolute-from-bahai): Fix the leap-year case.
9898 (calendar-bahai-from-absolute): Re-use the Gregorian month.
9899 (calendar-bahai-date-string, calendar-bahai-print-date):
9900 Handle pre-Bahai dates.
9901
9902 * calendar/cal-china.el (chinese-calendar-celestial-stem)
9903 (chinese-calendar-terrestrial-branch): Make defcustoms.
9904
9905 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
9906 (calendar-mouse-view-diary-entries): Use or.
9907 (calendar-mouse-chinese-date): Remove unused command.
9908 (cal-menu-load-hook): Mark as obsolete.
9909
9910 * calendar/solar.el (calendar-location-name, calendar-latitude)
9911 (calendar-longitude, solar-arctan, sunrise-sunset)
9912 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
9913
9914 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9915
9916 * calc/calc.el: Remove outdated comments.
9917 (defcalcmodevar, calc-mode-var-list-restore-default-values)
9918 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
9919 Add docstrings.
9920
9921 2008-03-19 Jason Rumney <jasonr@gnu.org>
9922
9923 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
9924
9925 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9926
9927 * net/tls.el (open-tls-stream): Reindent.
9928
9929 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
9930
9931 * net/tramp.el (tramp-let-maybe): Removed.
9932 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
9933 It does not exist under XEmacs.
9934 (tramp-handle-file-truename, tramp-handle-expand-file-name)
9935 (tramp-completion-file-name-handler): Let-bind
9936 `directory-sep-char'.
9937
9938 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
9939 `directory-sep-char'.
9940
9941 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9942
9943 * help-fns.el (describe-function-1): Don't signal "missing arglist"
9944 for autoloaded keymaps.
9945
9946 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
9947 (electric-verilog-terminate-line, verilog-in-struct-region-p)
9948 (verilog-backward-ws&directives, verilog-forward-ws&directives)
9949 (verilog-in-comment-p, verilog-in-star-comment-p)
9950 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
9951 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
9952 (verilog-skip-forward-comment-or-string, verilog-in-paren)
9953 (verilog-skip-forward-comment-p): Use it.
9954
9955 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9956
9957 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
9958 (org-remember-templates, org-time-stamp-rounding-minutes)
9959 (org-back-over-empty-lines, org-find-base-buffer-visiting)
9960 (org-columns-new): Fix typos in docstrings.
9961
9962 2008-03-19 Glenn Morris <rgm@gnu.org>
9963
9964 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
9965 (tramp-handle-shell-command): Use condition-case rather than
9966 ignore-errors.
9967
9968 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9969
9970 * diff-mode.el (diff-header): Make the color louder.
9971 (diff-refine-change): Tone the color down.
9972
9973 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9974
9975 * descr-text.el (describe-char): When `describe-char-unidata-list'
9976 is set to show all properties, list them in the right order.
9977
9978 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9979
9980 * international/mule.el (load-with-code-conversion): Avoid setting
9981 default-enable-multibyte-characters.
9982
9983 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
9984
9985 * vc.el (vc-annotate-background): Fix custom type.
9986
9987 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9988
9989 * descr-text.el (describe-char-unidata-list): Allow specifying
9990 just all properties.
9991 (describe-char): Handle that new value.
9992
9993 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
9994
9995 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9996
9997 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
9998 instead of file name extension to make docs with uncommon
9999 extensions work.
10000
10001 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
10002
10003 * doc-view.el (require): Require cl at compile time because
10004 `assert' needs it.
10005
10006 2008-03-18 Glenn Morris <rgm@gnu.org>
10007
10008 * calendar/calendar.el (initial-calendar-window-hook)
10009 (today-visible-calendar-hook): Doc fixes.
10010
10011 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
10012
10013 * net/tramp.el (tramp-root-regexp): Simplify.
10014 (tramp-completion-file-name-regexp-separate): Don't insist on
10015 leading "[". This prevents method or user or host completion.
10016 (tramp-let-maybe): Autoload it.
10017 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
10018 is an alias for `identity'.
10019 (tramp-handle-write-region): Protect `last-coding-system-used'
10020 over the trailing statements.
10021 (tramp-completion-file-name-handler-post-function): Remove.
10022 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
10023 instead of calling `tramp-drop-volume-letter'.
10024
10025 * net/tramp.el:
10026 * net/tramp-uu.el:
10027 * net/trampver.el: Move coding cookie at the end.
10028
10029 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
10030
10031 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
10032 elements which may be something else than characters.
10033
10034 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
10035
10036 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
10037 New functions to implement vc-status support.
10038
10039 * vc.el (vc-default-extra-status-menu)
10040 (vc-add-to-vc-status-buffer): New functions.
10041
10042 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10043 for eldoc and ielm.
10044
10045 2008-03-17 Glenn Morris <rgm@gnu.org>
10046
10047 * calendar/cal-x.el (diary-frame-parameters)
10048 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
10049 Fix custom type; add options.
10050 (calendar-frame, diary-frame): Doc fixes.
10051 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
10052 new functions.
10053 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
10054 Use calendar-frame-1 and calendar-dedicate-diary.
10055 (calendar-one-frame-setup): Also handle only-one-frame case.
10056 (calendar-only-one-frame-setup): Doc fix. Just call
10057 calendar-one-frame-setup.
10058
10059 * calendar/diary-lib.el: Re-order some definitions before their use.
10060 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
10061 (diary-list-entries): Doc fixes.
10062 (make-fancy-diary-display): Remove function.
10063
10064 * calendar/calendar.el (calendar-today-marker)
10065 (initial-calendar-window-hook, today-visible-calendar-hook)
10066 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
10067 (calendar-star-date, calendar-mark-today): Doc fixes.
10068 (today-visible-calendar-hook): Add options.
10069 (calendar-in-read-only-buffer): New macro.
10070 (calendar-basic-setup): Adapt for change in calendar-read-date.
10071 Place holiday let inside if.
10072 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
10073 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
10074 (calendar-print-other-dates): Use one let rather than many.
10075
10076 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
10077 (calendar-print-other-dates):
10078 * calendar/cal-hebrew.el (list-yahrzeit-dates):
10079 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
10080 * calendar/holidays.el (calendar-list-holidays, list-holidays)
10081 (calendar-cursor-holidays):
10082 * calendar/lunar.el (calendar-phases-of-moon): Use
10083 calendar-in-read-only-buffer to replace previous code and disable undo.
10084
10085 2008-03-16 Juri Linkov <juri@jurta.org>
10086
10087 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
10088 and regexp-search-ring-yank-pointer for the HISTPOS argument of
10089 read-from-minibuffer to provide the correct initial minibuffer
10090 history position in isearch-edit-string when it is called from
10091 isearch-ring-adjust.
10092
10093 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
10094 to check if the current buffer is the minibuffer, and in this case
10095 call abort-recursive-edit to kill the minibuffer. Doc fix.
10096 (kill-this-buffer-enabled-p): Allow this function to return non-nil
10097 when the current buffer is the minibuffer.
10098
10099 * simple.el (goto-line): Leave mark at previous position. Doc fix.
10100
10101 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
10102
10103 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10104 Use non-nil PARENTS attribute of make-directory instead of
10105 explicitly checking existence the current cache directory.
10106
10107 2008-03-16 Daiki Ueno <ueno@unixuser.org>
10108
10109 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
10110 M-x epa-file-select-keys.
10111
10112 2008-03-16 Kenichi Handa <handa@m17n.org>
10113
10114 * international/mule.el (auto-coding-alist):
10115 Use no-conversion-multibyte for archive files.
10116
10117 2008-03-16 Glenn Morris <rgm@gnu.org>
10118
10119 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
10120 New functions.
10121 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
10122 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
10123 Use calendar-mark-1.
10124 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
10125 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
10126 Use calendar-mark-complex.
10127 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
10128 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
10129 Use calendar-mark-1.
10130
10131 * calendar/calendar.el (calendar-mod): Remove.
10132 * calendar/cal-china.el (calendar-chinese-from-absolute)
10133 (calendar-chinese-date-string): Expand calendar-mod calls.
10134 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
10135 Expand calendar-mod calls.
10136
10137 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
10138 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10139 (diary-bahai-insert-yearly-entry): Use let rather than let*.
10140 Move obsolete aliases after the functions that replaced them.
10141
10142 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
10143 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
10144 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
10145 Use let rather than let*.
10146 (calendar-hebrew-prompt-for-date): New function.
10147 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
10148 (holiday-tisha-b-av-etc): Use unless, let.
10149
10150 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
10151 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
10152
10153 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
10154
10155 * calendar/calendar.el (calendar-for-loop): Add indent spec.
10156
10157 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
10158 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
10159 than concat.
10160 (diary): Remove un-needed let.
10161 (view-other-diary-entries): Rename argument.
10162 (diary-list-entries-2): New function.
10163 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
10164 (print-diary-entries): Use unless.
10165 (diary-mark-entries-1): Change argument order, make all but
10166 markfunc optional. Handle the standard (Gregorian) case.
10167 Use match-string-no-properties. Handle marks.
10168 (mark-diary-entries): Use diary-mark-entries-1.
10169 (diary-font-lock-keywords-1): New macro.
10170 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
10171
10172 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
10173
10174 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
10175 (icalendar-export-hidden-diary-entries): New variable.
10176 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
10177 In case of error, insert full error-val.
10178 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
10179 Use calendar-day-of-week. Return the day number.
10180 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
10181
10182 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
10183
10184 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
10185 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
10186 (icalendar-export-region): Ignore hidden diary entries.
10187 (icalendar--convert-ordinary-to-ical): Fix case where event
10188 spans across midnight boundary.
10189 (icalendar-first-weekday-of-year): New function.
10190 (icalendar--convert-weekly-to-ical): Allow user-selectable start
10191 year for recurring events (Mozilla calendars do not propagate
10192 recurring events forever, so year 2000 start date was not working).
10193 (icalendar--convert-yearly-to-ical): Remove extra spaces in
10194 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
10195
10196 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
10197
10198 * net/tramp.el (tramp-root-regexp): New defconst.
10199 (tramp-completion-file-name-regexp-unified)
10200 (tramp-completion-file-name-regexp-separate)
10201 (tramp-completion-file-name-regexp-url): Use it.
10202 (tramp-do-copy-or-rename-file-via-buffer):
10203 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
10204 t for `insert-file-contents-literally'.
10205 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
10206 Autoload it.
10207 (tramp-completion-file-name-handler-post-function): New defconst.
10208 (tramp-completion-file-name-handler): Use it.
10209 (tramp-maybe-open-connection): Update calls to
10210 `tramp-flush-connection-property' for removed 2nd argument.
10211
10212 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
10213
10214 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
10215 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
10216 New functions.
10217
10218 2008-03-15 Glenn Morris <rgm@gnu.org>
10219
10220 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
10221 New functions.
10222 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
10223 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10224 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10225 (diary-bahai-list-entries): Use diary-list-entries-1.
10226 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
10227 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
10228 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10229 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10230 (list-hebrew-diary-entries): Use diary-list-entries-1.
10231 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
10232 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
10233 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
10234 (diary-list-entries-1, diary-mark-entries-1): Autoload.
10235 (list-islamic-diary-entries): Use diary-list-entries-1.
10236 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
10237
10238 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
10239
10240 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
10241
10242 * calendar/cal-china.el (number-chinese-months)
10243 (calendar-chinese-from-absolute): Use nth, caar.
10244
10245 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
10246
10247 * calendar/cal-french.el (french-calendar-accents): Doc fix.
10248
10249 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
10250 (calendar-hebrew-month-name-array-leap-year)
10251 (hebrew-calendar-parashiot-names): Make constants.
10252 (diary-parasha): Move definition after constants it uses.
10253
10254 * calendar/cal-html.el (cal-html-insert-link-yearpage)
10255 (cal-html-htmlify-list): Doc fix.
10256 (cal-html-htmlify-entry): Use nth.
10257
10258 * calendar/cal-islam.el (calendar-islamic-month-name-array)
10259 (calendar-islamic-epoch): Make constants.
10260 (calendar-islamic-epoch): Doc fix.
10261
10262 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
10263
10264 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
10265 (cal-tex-month-name): Doc fix.
10266 (cal-tex-last-blank-p): Use zerop.
10267
10268 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
10269 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
10270 (calendar-cursor-to-date): Doc fix.
10271 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
10272 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
10273 (calendar-day-number): Use when.
10274 (generate-calendar-month): Use dotimes.
10275 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
10276 (calendar-set-mark): Reverse conditional.
10277 (calendar-make-alist): Move definition before use.
10278
10279 * calendar/diary-lib.el (diary-face-attrs)
10280 (diary-glob-file-regexp-prefix, diary-selective-display)
10281 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
10282 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
10283 (diary-anniversary, diary-cyclic)
10284 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
10285 (diary-header-line-format): Change wording.
10286 (diary-list-entries): Set `date-start' in let.
10287 (include-other-diary-files, mark-included-diary-files): Use format.
10288 (simple-diary-display, fancy-diary-display): Use cadr, unless.
10289 (mark-diary-entries): Use 1+.
10290 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
10291 (mark-calendar-month): Use dotimes.
10292
10293 * calendar/holidays.el (displayed-month, displayed-year):
10294 Move declarations where needed.
10295 (calendar-list-holidays): Doc fix.
10296
10297 * calendar/parse-time.el (parse-time-string): Simplify.
10298
10299 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
10300 Make constants.
10301 (solar-sunrise-sunset): Rename some local variables for clarity.
10302 (sunrise-sunset): Use zerop.
10303 (solar-mean-equinoxes/solstices): Doc fix.
10304
10305 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
10306 Use nth.
10307 (timeclock-completing-read, timeclock-generate-report): Use zerop.
10308 (timeclock-mean, timeclock-generate-report): Use dolist.
10309
10310 * calendar/todo-mode.el (todo-add-category): Simplify.
10311 (todo-more-important-p, todo-delete-item, todo-file-item):
10312 Use unless, when.
10313 (todo-top-priorities): Use zerop.
10314
10315 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
10316
10317 * buff-menu.el (list-buffers-noselect): Display buffer name in
10318 tooltip instead of mouse binding when it doesn't fit in the list.
10319
10320 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10321
10322 * faces.el (xw-defined-colors):
10323 * simple.el (widget-convert, shell-mode): Declare as functions
10324 instead of autoloading.
10325
10326 * abbrev.el:
10327 * button.el:
10328 * cus-face.el:
10329 * ediff-hook.el:
10330 * emacs-lisp/backquote.el:
10331 * emacs-lisp/timer.el:
10332 * facemenu.el:
10333 * faces.el:
10334 * menu-bar.el:
10335 * simple.el:
10336 * subr.el:
10337 * textmodes/fill.el:
10338 * textmodes/paragraphs.el: Remove autoloads, redundant when the
10339 files are preloaded.
10340
10341 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
10342
10343 * desktop.el (desktop-create-buffer): Don't catch errors if
10344 debug-on-error is set.
10345
10346 2008-03-14 Eli Zaretskii <eliz@gnu.org>
10347
10348 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
10349 ($(lisp)/calendar/diary-loaddefs.el)
10350 ($(lisp)/calendar/hol-loaddefs.el): New targets.
10351 (LOADDEFS): New macro.
10352 (autoloads): Depend on $(LOADDEFS).
10353
10354 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10355
10356 * font-lock.el (featurep): Remove test, not useful anymore.
10357 (facemenu-keymap): Move key binding ...
10358 * facemenu.el (facemenu-keymap): ... here.
10359
10360 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
10361 for each file in the list.
10362 (vc-bzr-log-view-mode): Recognize the file marker.
10363
10364 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
10365 for checkdoc and profiling.
10366
10367 2008-03-14 Bastien Guerry <bzg@altern.org>
10368
10369 * textmodes/flyspell.el (nxml-mode): Add the right
10370 `flyspell-mode-predicate'.
10371
10372 * wid-edit.el (link): Use 'mouse-face for :follow-link.
10373
10374 2008-03-14 Glenn Morris <rgm@gnu.org>
10375
10376 * calendar/solar.el: Reorder so that functions are defined before use.
10377 (displayed-month, displayed-year): Move declarations where needed.
10378 (solar-get-number): Move definition before use. Use unless.
10379 (solar-equatorial-coordinates): Simplify.
10380 (solar-sunrise-and-sunset): Use let rather than let*.
10381 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
10382
10383 * startup.el (command-line-1): Rename -internal-script back to
10384 -scriptload (reverts previous change).
10385
10386 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
10387 (calendar-bahai-leap-base): Add doc strings.
10388 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
10389 Move definition before use.
10390 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
10391 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
10392 variables outside the loop. Use dolist.
10393 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
10394
10395 * calendar/cal-china.el: Re-order so that functions are defined before
10396 use.
10397 (displayed-month, displayed-year): Move declarations where needed.
10398 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
10399 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10400 Add doc strings.
10401 (chinese-year-cache): Recenter on 2010. Doc fix.
10402 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
10403 Doc fix. Simplify.
10404 (chinese-year-cache-init): New function.
10405 (compute-chinese-year, holiday-chinese-new-year)
10406 (calendar-chinese-date-string, calendar-goto-chinese-date)
10407 (make-chinese-month-assoc-list): Use cadr, nth.
10408 (chinese-months): Remove un-needed let.
10409
10410 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
10411 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
10412 (coptic-prompt-for-date): Move definition before use.
10413
10414 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
10415 (calendar-dst-find-data, calendar-daylight-time-offset)
10416 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
10417 (calendar-daylight-savings-starts-time)
10418 (calendar-daylight-savings-ends-time): Use cadr, nth.
10419
10420 * calendar/cal-french.el (french-calendar-epoch)
10421 (calendar-goto-french-date): Doc fix.
10422 (french-calendar-month-name-array)
10423 (french-calendar-multibyte-month-name-array)
10424 (french-calendar-day-name-array, french-calendar-special-days-array):
10425 Add doc strings.
10426
10427 * calendar/cal-hebrew.el (displayed-month, displayed-year)
10428 (original-date): Move declarations where needed.
10429 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
10430 Doc fix.
10431 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
10432 constant variables outside the loop. Use dolist.
10433
10434 * calendar/cal-islam.el (displayed-month, displayed-year)
10435 (original-date): Move declarations where needed.
10436 (islamic-calendar-day-number): Remove unused local variable `day'.
10437 (calendar-goto-islamic-date): Doc fix.
10438 (holiday-islamic): Use unless.
10439 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
10440 constant variables outside the loop. Use dolist.
10441 (mark-islamic-calendar-date-pattern): Move definition before use.
10442 Use unless.
10443 (mark-islamic-diary-entries): Doc fix.
10444 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10445 (insert-yearly-islamic-diary-entry): Use let rather than let*.
10446
10447 * calendar/cal-julian.el (calendar-absolute-from-julian):
10448 Move definition before use. Remove un-needed local `day'.
10449 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
10450
10451 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
10452 (calendar-mayan-tzolkin-names-array): Add doc strings.
10453 (calendar-mayan-long-count-from-absolute): Use a single let.
10454 (calendar-string-to-mayan-long-count): Simplify.
10455 (calendar-next-haab-date, calendar-previous-haab-date)
10456 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
10457 (calendar-previous-calendar-round-date)
10458 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
10459 Doc fix.
10460 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
10461 (calendar-mayan-date-string, calendar-print-mayan-date)
10462 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
10463 (calendar-mayan-long-count-common-era): Move definitions before use.
10464
10465 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
10466 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
10467 Doc fix.
10468 (calendar-mouse-goto-date): Move definition before use.
10469
10470 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
10471 Move definition before use.
10472 (calendar-cursor-to-visible-date): Move definition before use.
10473 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
10474 and place inside the conditional.
10475 (calendar-forward-day): Simplify.
10476 (calendar-end-of-month): Use unless.
10477 (calendar-goto-day-of-year): Doc fix.
10478 Relocate obsolete aliases after their replacements.
10479
10480 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
10481
10482 * calendar/diary-lib.el (mark-diary-entries): Move some constant
10483 variables outside the diary-date-forms loop.
10484
10485 * calendar/calendar.el (diary-file): Doc fix.
10486 (calendar-buffer-list): Return buffers rather than strings (fixes
10487 previous change).
10488 (hebrew-holidays-4): Fix typo.
10489
10490 * calendar/holidays.el (displayed-month, displayed-year):
10491 Move declarations where needed.
10492 (calendar-holiday-list, calendar-list-holidays)
10493 (holiday-filter-visible-calendar): Move definitions before use.
10494 (list-holidays): Use cadr.
10495 Relocate obsolete aliases after their replacements.
10496
10497 * calendar/lunar.el (date, displayed-month, displayed-year):
10498 Move declarations where needed.
10499 (lunar-phase-list): Move definition after functions it uses.
10500 (calendar-phases-of-moon, diary-phases-of-moon)
10501 (lunar-new-moon-on-or-after): Use cadr, nth.
10502 (lunar-new-moon-on-or-after): Doc fix.
10503
10504 * textmodes/org-irc.el (top-level): CL not required when compiling.
10505 (org-irc-visit-erc): Replace runtime CL functions.
10506
10507 * textmodes/org-publish.el (declare-function): Add compatibility stub.
10508 (org-publish-delete-dups): Declare as function.
10509
10510 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
10511
10512 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
10513 (vc-bzr-show-log-entry): Make regexp match more cases.
10514 (vc-diff-switches-list): Remove autoload, not needed.
10515
10516 2008-03-14 Juri Linkov <juri@jurta.org>
10517
10518 * isearch.el (isearch-edit-string): Remove one call to
10519 `isearch-push-state' not to push an inconsistent state,
10520 but keep another correct call to `isearch-push-state'.
10521 (isearch-ring-adjust): Call `isearch-push-state' only when
10522 `search-ring-update' is non-nil since `isearch-edit-string'
10523 already pushes its state.
10524 (isearch-message): Improve matching the failed part by checking
10525 if the original message starts with the last successful message.
10526
10527 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
10528 (dired-perm-write): Rename from `dired-warn-writable'.
10529 Change parent face from `font-lock-warning-face' to
10530 `font-lock-comment-delimiter-face'.
10531 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
10532 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
10533 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
10534 with `dired-perm-write-face'.
10535
10536 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
10537
10538 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
10539 Create cache dir only if it doesn't already exist.
10540
10541 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10542
10543 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
10544 of \ and '.
10545
10546 2008-03-13 Johan Bockgård <bojohan@gnu.org>
10547
10548 * net/browse-url.el (browse-url-text-xterm):
10549 Unquote browse-url-text-browser.
10550
10551 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
10552
10553 * textmodes/org-mouse.el: Version number change.
10554
10555 * textmodes/org-publish.el (org-publish-expand-components):
10556 Remove null projects from the list of components.
10557 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
10558 Remove unused retrieval of the :publishing-directory property.
10559 (org-publish-file): Bugfix: when using a relative directory as the
10560 publishing directory, convert it to a directory filename.
10561 (org-publish-project): New alias.
10562 (org-publish-get-files): Protect against empty p.
10563 (org-publish-file): Send an error when file is not part of any project.
10564 (org-publish-file): Offer to refresh the list of files in known
10565 project when the current file is not part of any project.
10566 (org-publish-before-export-hook)
10567 (org-publish-after-export-hook): New hooks.
10568 (org-publish-org-to): Use new hooks and kill buffers.
10569 (org-publish-file): Remove the code for killing buffers.
10570 (org-publish-initialize-files-alist): Use interactive.
10571 (org-publish-file): If the publishing function creates a new
10572 buffer, kill it after publishing.
10573 (org-publish-timestamp-filename): Protect ":" in file name path
10574 under windows.
10575
10576 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
10577 change that killed the LaTeX buffer.
10578
10579 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
10580 in the decision tree.
10581 (org-select-remember-template): Clean the code.
10582 (org-prepare-dblock): Add the extra :content parameter.
10583 (org-write-agenda): New output type ".ics" files.
10584 (org-write-agenda): Call `org-icalendar-verify-function', both for
10585 time stamps and for TODO entries.
10586 (org-agenda-collect-markers, org-create-marker-find-array)
10587 (org-check-agenda-marker-table): New functions.
10588 (org-agenda-marker-table): New variable.
10589 (org-export-as-html): Revert the change that killed the html
10590 buffer. Side effects first need to be studied carefully.
10591 (org-get-tags-at): Fix the structure of the condition-case statement.
10592 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
10593 (org-timestamp-change): Fix regulear expressions to swallow the
10594 extra character for repeat-shift control.
10595 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
10596 (org-get-legal-level): Alias to `org-get-valid-level'.
10597 (org-dblock-write:clocktable): Add a :link parameter, linking
10598 headlines to their location in the Org agenda files.
10599 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
10600 throwing an error when getting tags before headlines.
10601 (org-timestamp-change, org-modify-ts-extra)
10602 (org-ts-regexp1): Fix timestamp editing.
10603 (org-agenda-custom-commands-local-options): New constant.
10604 (org-agenda-custom-commands):
10605 Use `org-agenda-custom-commands-local-options' to improve customize
10606 type. "htmlize": Removed hack to fix face problem with htmlize,
10607 it no longer seem necessary.
10608 (org-follow-link-hook): New hook.
10609 (org-agenda-custom-commands): Add "Component" as a tag for each
10610 item in a command serie.
10611 (org-open-at-point): Run `org-follow-link-hook'.
10612 (org-agenda-schedule): Bugfix: don't display marker type when it
10613 is nil.
10614 (org-store-link): org-irc required.
10615 (org-set-regexps-and-options): Parse the new logging options.
10616 (org-extract-log-state-settings): New function.
10617 (org-todo): Handle the new ways of recording state change stuff.
10618 (org-local-logging): New function.
10619 (org-columns-open-link): Fix bug with opening link in column view.
10620 (org-local-logging): New function.
10621 (org-todo): Make sure that LOGGING properties are honoured.
10622 (org-todo-keywords): Improve docstring.
10623 (org-startup-options): Cleanup startup options.
10624 (org-set-regexps-and-options): Process the "!" markers.
10625 (org-todo): Respect the new logging stuff.
10626 (org-log-note-how): New variable.
10627 (org-add-log-maybe): New parameter HOW that defines how logging
10628 should be done and also overrides PURPOSE. Add a docstring.
10629 (org-add-log-note): Check if we really need to ask for a note.
10630 (org-get-current-options): Digest the new keyword.
10631 (org-agenda-reset-markers): Rename from
10632 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
10633 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
10634 function, without force argument.
10635 (org-buffer-property-keys): Bind local variables s and p.
10636 (org-make-tags-matcher): Allow "" to match an empty or
10637 non-existent property value.
10638 (org-export-as-html): Join unsorted lists when they directly
10639 follow each other. Such lists may be created by headlines that
10640 are converted to lists.
10641 (org-nofm-to-completion): New function.
10642 (org-export-as-html): Use :html-extension instead of
10643 org-export-html-extension.
10644 (org-store-link): Support for links from `rmail-summary-mode'.
10645 (org-columns-new, org-complete, org-set-property): Set the
10646 `include-columns' argument in the call to
10647 `org-buffer-property-keys'.
10648 (org-buffer-property-keys): New argument `include-columns', to
10649 include properties expected by any of the COLUMS formats in the
10650 current buffer.
10651 (org-cleaned-string-for-export): Get rid of drawers first, so that
10652 they will be removed also in the text before the first headline.
10653 (org-clock-report): Show the clocktable when found.
10654 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
10655 (org-version): With prefix argument, insert `org-version' at point.
10656 (org-agenda-goto): Recenter the window after finding the target
10657 location, to make sure the correct position will be displayed.
10658 (org-agenda-get-deadlines): Don't scale priority with the warning
10659 period.
10660 (org-insert-heading): Don't break line in the middle of the line.
10661 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
10662 be 0.
10663 (org-update-checkbox-count): Revamp to deal with hierarchical
10664 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
10665 (org-remove-timestamp-with-keyword): New function.
10666 (org-schedule, org-deadline):
10667 Use `org-remove-timestamp-with-keyword' to make sure all such time
10668 stamps are removed.
10669 (org-mode): Support for `align'.
10670 (org-agenda-get-deadlines): Make sure priorities increase as the
10671 due date approaches and is passed.
10672 (org-remember-apply-template): Fix problem with tags that
10673 contain "_" or "@".
10674 (org-make-link-regexps): Improve the regular expression for plain links.
10675 (org-agenda-get-closed): List each clocking entry.
10676 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
10677 (org-special-ctrl-k): New option.
10678 (org-kill-line): New function.
10679 (org-archive-all-done): Fix incorrect number of stars in regexp.
10680 (org-refile-get-location): New function.
10681 (org-refile-goto-last-stored): New function.
10682 (org-global-tags-completion-table): Add the value of org-tag-alist
10683 in each buffer, to make sure that also unused tags will be
10684 available for completion.
10685 (org-columns-edit-value)
10686 (org-columns-next-allowed-value): Only update if not in agenda.
10687 (org-clocktable-steps): New function.
10688 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
10689 (org-archive-subtree): Add the outline tree context as a property.
10690 (org-closest-date): New optional argument `prefer'.
10691 (org-goto-auto-isearch): New option.
10692 (org-goto-map, org-get-location): Implement auto-isearch.
10693 (org-goto-local-auto-isearch-map): New variable.
10694 (org-goto-local-search-forward-headings)
10695 (org-goto-local-auto-isearch): New functions.
10696
10697 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
10698
10699 * textmodes/org-irc.el: New file.
10700
10701 2008-03-13 John Wiegley <johnw@gnu.org>
10702
10703 * textmodes/org-mac-message.el: New file.
10704
10705 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
10706
10707 * font-lock.el (font-lock-comment-face): Set the foreground for
10708 the light background 8 colors case.
10709
10710 2008-03-13 Glenn Morris <rgm@gnu.org>
10711
10712 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
10713 generate-autoload-cookie patterns.
10714
10715 * startup.el (command-line-1): Rename -scriptload to -internal-script.
10716
10717 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
10718 (MH_E_SRC): Remove variable.
10719 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
10720 Simplify file header. Use $@ for generated-autoload-file.
10721
10722 * Makefile.in (LOADDEFS): New variable.
10723 (AUTOGENEL): Use $LOADDEFS.
10724 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
10725 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
10726 ($(lisp)/calendar/hol-loaddefs.el): New targets.
10727 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10728 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
10729 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
10730 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
10731 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
10732 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
10733 Add calendar-specific autoload cookies, and remove any setting of
10734 generated-autoload-file.
10735 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
10736 * calendar/diary-lib.el: Replace explicit autoloads with reading of
10737 diary-loaddefs.
10738 * calendar/holidays.el: Replace explicit autoloads with reading of
10739 hol-loaddefs.
10740
10741 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
10742 (calendar-buffer-list): Simplify.
10743 (generate-calendar-window): Use calendar-mark-holidays rather than
10744 obsolete alias.
10745
10746 * calendar/cal-hebrew.el (list-yahrzeit-dates):
10747 Use cal-hebrew-yahrzeit-buffer.
10748
10749 * calendar/cal-x.el (calendar-only-one-frame-setup)
10750 (calendar-two-frame-setup): Doc fixes.
10751 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
10752
10753 * calendar/appt.el (appt-mode-string): Mark as risky.
10754 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
10755
10756 * calendar/cal-html.el (diary-list-entries):
10757 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
10758 (calendar-iso-from-absolute): Fix autoloads.
10759
10760 * calendar/cal-iso.el (calendar-absolute-from-iso)
10761 (calendar-iso-read-args): Simplify.
10762 (calendar-iso-date-string, calendar-iso-read-args)
10763 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
10764
10765 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
10766 (displayed-month, displayed-year): Move declarations where needed.
10767 (calendar-print-astro-day-number): Doc fix.
10768
10769 * calendar/cal-persia.el (persian-calendar-month-name-array)
10770 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
10771 (persian-prompt-for-date): Remove local variable `today'.
10772
10773 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
10774
10775 * calendar/solar.el (solar-moment, solar-exact-local-noon)
10776 (solar-sunrise-sunset, solar-sunrise-sunset-string)
10777 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
10778 (diary-sabbath-candles, solar-equinoxes/solstices)
10779 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
10780 (solar-time-equation, solar-date-to-et): Simplify.
10781
10782 * mail/supercite.el: Remove the `function' in `(function (lambda'.
10783 Replace `(car (cdr' with cadr'.
10784
10785 * progmodes/f90.el (f90-font-lock-n): New function.
10786 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
10787 Use f90-font-lock-n.
10788 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
10789
10790 * progmodes/f90.el (f90-mode-abbrev-table):
10791 * progmodes/fortran.el (fortran-mode-abbrev-table):
10792 Use newer form of define-abbrev, where supported. No need to bind
10793 abbrevs-changed for system abbrevs.
10794
10795 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
10798 delete-frame-functions.
10799
10800 * bookmark.el (Info-current-node): Remove.
10801
10802 2008-03-12 Juri Linkov <juri@jurta.org>
10803
10804 * help.el (describe-project): Remove defaliases for view-todo and
10805 describe-project that are now unnecessary after the merge from
10806 emacs--rel--22 that added define-obsolete-function-alias.
10807
10808 * startup.el (inhibit-startup-screen): Revert incomplete
10809 2008-03-10 merge from emacs--rel--22 that partly reverted
10810 2008-02-28 change that added initial message to *scratch* buffer
10811 regardless of the value of `inhibit-startup-screen'.
10812 Now keep this change in the trunk, but not in the 22 branch.
10813
10814 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10815
10816 * international/quail.el (quail-setup-completion-buf, quail-help):
10817 * mail/binhex.el (binhex-decode-region-internal):
10818 * mail/uudecode.el (uudecode-decode-region-internal):
10819 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
10820 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
10821 setting default-enable-multibyte-characters.
10822
10823 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
10824
10825 * comint.el: Fix up indentation and comment style. Remove `function'.
10826
10827 * international/mule-cmds.el (reset-language-environment)
10828 (set-language-environment-nonascii-translation):
10829 Don't set-unibyte-charset.
10830
10831 * doc-view.el: Remove all cb-args, use closures instead.
10832 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
10833 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
10834 doing an incorrect check). Update all callers to use the new name.
10835 (doc-view-doc->txt): Add missing `txt' argument.
10836
10837 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
10838
10839 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
10840 md5 sum calculation to single-byte.
10841
10842 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10843
10844 * doc-view.el (doc-view-new-window-function): Add assertion.
10845 (doc-view-doc-type): New var.
10846 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
10847 (doc-view-intersection): New fun.
10848 (doc-view-mode): Use it to set the new var.
10849
10850 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
10851
10852 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
10853 (doc-view-already-converted-p): New functions.
10854 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
10855 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
10856 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
10857 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
10858 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
10859 (doc-view-convert-current-doc): Don't hardwire the functions the
10860 sentinels call. Now they're provided by two args CALLBACK and
10861 CB-ARGS to the functions.
10862 (doc-view-search): Use doc-view-doc->txt.
10863 (doc-view-initiate-display): Use doc-view-already-converted-p.
10864 Mention new binding C-c C-t if doc-view-mode doesn't work.
10865
10866 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
10867
10868 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
10869
10870 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
10871
10872 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
10873 Mark " outside of tags as punctuation.
10874
10875 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * menu-bar.el (minibuffer-local-map): Use the same command for the
10878 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
10879 Prefer RET over C-j for exit-minibuffer.
10880
10881 * files.el (display-buffer-other-frame): Eliminate problematic code.
10882
10883 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
10884 (menu-bar-select-buffer): Remove.
10885 (menu-bar-select-frame): Make non-interactive and take a frame arg.
10886 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
10887
10888 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
10889
10890 * icomplete.el (icomplete-completions): Remove obsolete code.
10891
10892 * net/net-utils.el (iwconfig-program-options): Doc fix.
10893 (net-utils-run-program, run-network-program): Define as functions.
10894
10895 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
10896
10897 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
10898
10899 2008-03-11 Glenn Morris <rgm@gnu.org>
10900
10901 * faces.el (mode-line-emphasis): New face.
10902 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
10903
10904 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
10905
10906 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
10907
10908 * simple.el (set-mark-command): Doc fix.
10909
10910 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10911
10912 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
10913
10914 * emacs-lisp/autoload.el (autoload-find-destination):
10915 Don't force raw-text.
10916
10917 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
10918 * calendar/cal-loaddefs.el: Don't version control.
10919
10920 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10921
10922 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
10923 entries and add :help to the existing ones.
10924
10925 2008-03-10 Glenn Morris <rgm@gnu.org>
10926
10927 * calendar/cal-hebrew.el (date, entry, number): Move declarations
10928 to where they are needed.
10929
10930 * calendar/calendar.el (diary-file, hebrew-holidays-1)
10931 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10932 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
10933 (calendar-version): Doc fixes.
10934 (calendar-absolute-from-gregorian): Use zerop.
10935 (calendar-mode-line-format): Make it a defcustom.
10936
10937 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
10938 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
10939 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
10940 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
10941 (mark-included-diary-files, mark-calendar-days-named)
10942 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
10943 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
10944 (insert-monthly-diary-entry, insert-yearly-diary-entry)
10945 (insert-anniversary-diary-entry, insert-block-diary-entry)
10946 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
10947 (diary-font-lock-sexps): Doc fixes.
10948 (diary-remind-message, mark-calendar-month): Use zerop.
10949 (diary-attrtype-convert, diary-pull-attrs): Simplify.
10950 (diary-list-entries): Revert let to let* (previous change).
10951
10952 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
10953
10954 2008-03-10 Kim F. Storm <storm@cua.dk>
10955
10956 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
10957 function aliases for the old names.
10958
10959 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
10960
10961 * iswitchb.el (iswitchb-use-faces): Doc fix.
10962 (iswitchb-buffer-ignore, iswitchb-read-buffer):
10963 Fix typos in docstrings.
10964
10965 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10966
10967 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
10968 Fix typo.
10969 (verilog-type-font-keywords): Reindent.
10970
10971 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
10972
10973 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
10974 Fix bug in the grouping-keyword regular expression.
10975 (verilog-font-lock-keywords): Allow users to toggle special
10976 highlight of grouping-keywords.
10977 (verilog-highlight-grouping-keywords): The toggle for special
10978 highlighting of grouping keywords.
10979
10980 2008-03-10 Juri Linkov <juri@jurta.org>
10981
10982 * startup.el: Revert 2008-02-28 change that adds initial message
10983 to *scratch* buffer regardless of the value of
10984 `inhibit-startup-screen'.
10985
10986 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10987
10988 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
10989 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
10990 * progmodes/verilog-mode.el (verilog-mode):
10991 * net/socks.el (socks):
10992 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
10993
10994 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10995
10996 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
10997 (doc-view-bookmark-make-record): Use them.
10998 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
10999 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
11000
11001 * bookmark.el (bookmark-make-record-function): Change expected return
11002 value to include a suggested bookmark name.
11003 (bookmark-make): Split into bookmark-make-record and bookmark-store.
11004 Fix reversed `overwrite' semantics.
11005 (bookmark-set): Call bookmark-make-record before prompting the user.
11006 Then pass the result to bookmark-store later on.
11007 (bookmark-make-name-function): Remove.
11008 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
11009 * info.el (bookmark-make-name-function): Remove.
11010 (Info-mode): Don't set it.
11011 (Info-bookmark-make-name): Remove.
11012 (Info-bookmark-make-record): Use Info-current-node as suggested default
11013 bookmark name.
11014
11015 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
11016 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
11017 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
11018 (bookmark-annotation-buffer, bookmark-annotation-file)
11019 (bookmark-annotation-point, bookmark-send-annotation)
11020 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
11021 (bookmark-edit-annotation-text-func): Rename from
11022 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
11023 (bookmark-edit-annotation-mode-map): Move initialization into
11024 declaration.
11025
11026 * bookmark.el: Remove spurious * in docstrings.
11027 (bookmark-minibuffer-read-name-map): New var.
11028 (bookmark-set): Use it. Also pass the default value as it should.
11029 (bookmark-send-edited-annotation): Take no chances with text properties.
11030 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
11031 (bookmark-insert-buffer-name): Remove.
11032 (bookmark-buffer-file-name): Signal an error rather than returning nil.
11033
11034 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
11035
11036 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
11037
11038 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
11039
11040 * diff-mode.el (diff-mode-menu): Add :help.
11041
11042 2008-03-09 Glenn Morris <rgm@gnu.org>
11043
11044 * calendar/calendar.el (general-holidays, oriental-holidays)
11045 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
11046 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
11047 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
11048 (calendar-holidays): Restore autoload cookies, because people are
11049 used to using these variables without loading calendar.el.
11050
11051 * calendar/cal-islam.el (diary-islamic-date): Move to end.
11052 (date, number): Declare where needed.
11053
11054 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
11055 (list-sexp-diary-entries): Doc fixes.
11056 (diary-list-entries): Doc fix. Remove free variable `entry'.
11057 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
11058 Simplify setting of `date-holiday-list'.
11059 (mark-diary-entries): Remove free variable `entry'.
11060 (diary-list-entries, include-other-diary-files, fancy-diary-display):
11061 Use let where let* is not needed.
11062
11063 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11064
11065 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
11066 make-record function, instead paste it in afterwards.
11067 (bookmark-make-record-for-text-file):
11068 * doc-view.el (doc-view-bookmark-make-record):
11069 * info.el (Info-bookmark-make-record): Don't mess with annotations.
11070
11071 2008-03-08 Glenn Morris <rgm@gnu.org>
11072
11073 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
11074
11075 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
11076
11077 * calendar/diary-lib.el (diary-list-entries)
11078 (include-other-diary-files, mark-diary-entries)
11079 (mark-sexp-diary-entries, mark-included-diary-files)
11080 (diary-entry-time, list-sexp-diary-entries): Remove the special
11081 handling of ^M that dates back to the use of selective-display.
11082 (simple-diary-display): Obey setting of pop-up-frames.
11083 (body, entry): Remove unnecessary declarations.
11084
11085 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
11086 (bookmark-get-annotation, bookmark-set-annotation)
11087 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
11088 (bookmark-set-position, bookmark-get-front-context-string)
11089 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
11090 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
11091 * info.el (Info-bookmark-make-record): Don't bother recording point.
11092 (bookmark-get-filename, bookmark-get-front-context-string)
11093 (bookmark-get-rear-context-string, bookmark-get-position):
11094 Don't declare any more.
11095 (bookmark-get-info-node): Remove.
11096 (bookmark-prop-get): Declare.
11097 (Info-bookmark-jump): Use it.
11098
11099 2008-03-08 Johan Bockgård <bojohan@gnu.org>
11100
11101 * subr.el (while-no-input): Don't splice BODY directly into the
11102 `or' form.
11103
11104 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
11105
11106 * diff-mode.el (diff-ignore-whitespace-hunk):
11107 Bind inhibit-read-only before trying to change the buffer.
11108
11109 2008-03-08 Glenn Morris <rgm@gnu.org>
11110
11111 * calendar/appt.el (appt): Move custom group here from calendar.el.
11112 (appt-disp-window, appt-convert-time): Doc fixes.
11113
11114 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
11115 (calendar-bahai-mark-date-pattern):
11116 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
11117 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
11118 * calendar/cal-julian.el (calendar-absolute-from-julian):
11119 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
11120
11121 * calendar/cal-china.el (chinese-calendar): Move custom group here from
11122 calendar.el.
11123 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
11124 Make constants.
11125 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
11126 (chinese-calendar-daylight-savings-starts)
11127 (chinese-calendar-daylight-savings-ends)
11128 (chinese-calendar-daylight-savings-starts-time)
11129 (chinese-calendar-daylight-savings-ends-time)
11130 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
11131 Doc fixes.
11132
11133 * calendar/cal-coptic.el (coptic-name): Add doc string.
11134
11135 * calendar/cal-french.el (french-calendar-month-name-array)
11136 (french-calendar-day-name-array, french-calendar-special-days-array):
11137 Add doc strings.
11138
11139 * calendar/cal-bahai.el (diary-bahai-mark-entries)
11140 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
11141 (diary-bahai-insert-yearly-entry):
11142 * calendar/cal-dst.el (calendar-next-time-zone-transition)
11143 (calendar-time-zone):
11144 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
11145 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
11146 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
11147 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
11148 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
11149 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
11150 (list-islamic-diary-entries, mark-islamic-diary-entries)
11151 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
11152 (insert-yearly-islamic-diary-entry):
11153 * calendar/cal-iso.el (calendar-iso-read-args):
11154 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
11155 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
11156 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
11157 (calendar-next-calendar-round-date)
11158 (calendar-mayan-long-count-common-era):
11159 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
11160 (cal-menu-x-popup-menu, calendar-mouse-holidays)
11161 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
11162 (calendar-mouse-goto-date):
11163 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
11164 * calendar/holidays.el (holidays):
11165 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
11166 * calendar/time-date.el (date-to-time, time-subtract, time-add)
11167 (safe-date-to-time): Doc fixes.
11168
11169 * calendar/cal-persia.el (persian-calendar-month-name-array)
11170 (persian-calendar-epoch): Make constants.
11171
11172 * calendar/cal-tex.el (calendar-tex): Move custom group here from
11173 calendar.el.
11174
11175 * calendar/cal-x.el (diary-frame-parameters)
11176 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
11177 (calendar-after-frame-setup-hooks): Make defcustoms.
11178 (calendar-one-frame-setup, calendar-only-one-frame-setup)
11179 (calendar-two-frame-setup): Doc fix.
11180
11181 * calendar/cal-loaddefs.el: New file.
11182
11183 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
11184 * calendar/cal-french.el, calendar/cal-html.el:
11185 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
11186 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
11187 * calendar/cal-tex.el, calendar/cal-x.el:
11188 Unquote lambda functions. Add autoload cookies to functions formerly
11189 autoloaded in calendar.el. Set `generated-autoload-file' to
11190 "cal-loaddefs.el".
11191
11192 * calendar/calendar.el: Move many autoloads to separate file,
11193 cal-loaddefs.el. Move defcustoms to start and re-order.
11194 (calendar-month-name-array, calendar-starred-day): No need to
11195 declare for compiler.
11196 (cal-loaddefs): Require it.
11197 (appt, chinese-calendar, calendar-tex): Move custom groups to the
11198 appropriate file.
11199 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
11200 Reverse logic.
11201 (diary-face, diary-file-name-prefix-function, diary-include-string)
11202 (diary-glob-file-regexp-prefix, diary-face-attrs)
11203 (diary-file-name-prefix, sexp-diary-entry-symbol)
11204 (print-diary-entries-hook, list-diary-entries-hook)
11205 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11206 (nongregorian-diary-marking-hook, diary-list-include-blanks):
11207 Move to diary-lib.
11208 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11209 (all-bahai-calendar-holidays): Doc fix.
11210 (calendar-insert-indented): Doc fix. Use when rather than if.
11211 (exit-calendar): Use mapc rather than mapcar.
11212 (calendar-cursor-to-date): Use zerop.
11213 (calendar-mark-ring): Add doc-string.
11214 (calendar-starred-day): Defvar it.
11215 (calendar-mode): Make calendar-starred-day local.
11216 (calendar-star-date): No need to make calendar-starred-day local.
11217
11218 * calendar/diary-lib.el: Move defcustoms to start.
11219 (diary-include-string, diary-list-include-blanks)
11220 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
11221 (diary-file-name-prefix, diary-file-name-prefix-function)
11222 (sexp-diary-entry-symbol, list-diary-entries-hook)
11223 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
11224 (nongregorian-diary-marking-hook, print-diary-entries-hook):
11225 Move here from calendar.el.
11226 (diary-file-name-prefix-function): Use 'identity.
11227 (diary-face): Make it a defcustom, and mark as obsolete.
11228 (top-level): No need to require cal-hebrew, cal-islam when compiling.
11229 (calendar-hebrew-month-name-array-leap-year)
11230 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
11231 Define for compiler.
11232 (diary-font-lock-keywords): Use format rather than concat.
11233 Add bahai-diary-entry-symbol.
11234
11235 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
11236 * calendar/solar.el: Unquote lambda functions.
11237
11238 * calendar/solar.el (calendar-location-name, calendar-latitude)
11239 (calendar-longitude, solar-setup, solar-sin-degrees)
11240 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
11241 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
11242 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
11243 (solar-exact-local-noon, solar-julian-ut-centuries)
11244 (solar-ephemeris-time, solar-date-next-longitude)
11245 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11246 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
11247 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
11248 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
11249 Doc fixes.
11250 (solar-horizontal-coordinates, solar-equatorial-coordinates)
11251 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
11252 (solar-ecliptic-coordinates): Use unless.
11253 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
11254 Use or.
11255
11256 * calendar/timeclock.el: Add doc-strings to all functions.
11257 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
11258 (timeclock-entry-list-length, timeclock-entry-list-projects)
11259 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
11260
11261 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
11262
11263 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
11264 (org-get-entries-from-diary): Require diary-lib.
11265
11266 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
11267
11268 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
11269 Pacify byte-compiler.
11270
11271 2008-03-07 Alan Mackenzie <acm@muc.de>
11272
11273 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
11274 paren/bracket pairs parsed, to solve performance problem.
11275
11276 2008-03-07 Bastien Guerry <bzg@altern.org>
11277
11278 * bookmark.el (bookmark-set): Don't check for
11279 `bookmark-make-name-function' since `bookmark-buffer-file-name'
11280 already takes care of this.
11281 (bookmark-buffer-name, bookmark-buffer-file-name):
11282 Remove Info-mode specific code.
11283
11284 * info.el (bookmark-get-info-node): Define this function in
11285 info.el, not in bookmark.el.
11286 (Info-mode): Set `bookmark-make-name-function' to
11287 `Info-bookmark-make-name' locally.
11288 (Info-bookmark-make-name): New function.
11289
11290 * bookmark.el (bookmark-make-name-function): New variable.
11291
11292 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11293
11294 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
11295 buffer-local, not `bookmark-make-cell-function' (the old name).
11296
11297 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
11298
11299 * doc-view.el (doc-view-bookmark-make-record):
11300 * image-mode.el (image-bookmark-make-record):
11301 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
11302
11303 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
11304
11305 * vc.el (vc-status-menu-map-filter): Return orig-binding if
11306 boundp 'vc-ignore-menu-filter.
11307 (vc-status-tool-bar-map): Make it defvar.
11308 (vc-status-mode): vc-status-tool-bar-map now variable.
11309 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
11310
11311 2008-03-07 Karl Fogel <kfogel@red-bean.com>
11312
11313 Give a better name to part of the bookmark interface.
11314
11315 This was originally a much larger change, but halfway through I
11316 updated and discovered that Stefan Monnier had done the rest.
11317 It looks like he anticipated the new name too, because he used
11318 `the-record' instead of `the-cell' for some internal variable names.
11319
11320 * bookmark.el (bookmark-make-record-function): Was
11321 `bookmark-make-cell-function'.
11322 (bookmark-make, bookmark-send-annotation): Update for above.
11323 (bookmark-make-record-for-text-file):
11324 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
11325
11326 * info.el: Adjust accordingly.
11327 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
11328
11329 * image-mode.el: Adjust accordingly.
11330 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
11331
11332 * doc-view.el: Adjust accordingly.
11333 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
11334
11335 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11336
11337 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
11338 Move initialization into declaration.
11339 (bookmark-get-info-node, bookmark-set-info-node): Remove.
11340 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
11341 (bookmark-info-current-node): Remove.
11342 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
11343 Add relocation fallback. Set bookmark-current-bookmark.
11344 (bookmark-default-handler): Rename from bookmark-jump-noselect.
11345 Remove relocation fallback. Don't set bookmark-current-bookmark.
11346 (bookmark-set): Let it be used even if there's no buffer-file-name
11347 as long as there is a bookmark-make-cell-function.
11348 * info.el (Info-bookmark-jump): Remove relocation fallback.
11349 Don't set bookmark-current-bookmark.
11350
11351 2008-03-07 Glenn Morris <rgm@gnu.org>
11352
11353 * calendar/appt.el (appt-issue-message)
11354 (appt-message-warning-time, appt-audible, appt-visible)
11355 (appt-msg-window, appt-display-mode-line, appt-display-duration)
11356 (appt-display-diary): Remove autoload cookies.
11357
11358 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
11359 Remove leading `*' from defcustom doc-strings.
11360
11361 * calendar/cal-dst.el (calendar-dst): New custom group.
11362 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
11363 (calendar-time-zone, calendar-daylight-time-offset)
11364 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
11365 (calendar-daylight-savings-starts-time)
11366 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
11367 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
11368 Move to start.
11369
11370 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
11371
11372 * calendar/calendar.el (calendar-version): Use emacs-version and
11373 make it obsolete. Move to end.
11374 (calendar-offset, view-diary-entries-initially)
11375 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
11376 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
11377 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
11378 (all-bahai-calendar-holidays, calendar-load-hook)
11379 (initial-calendar-window-hook, today-visible-calendar-hook)
11380 (today-invisible-calendar-hook, calendar-move-hook)
11381 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
11382 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
11383 (diary-include-string, sexp-diary-entry-symbol)
11384 (abbreviated-calendar-year, american-date-diary-pattern)
11385 (european-date-diary-pattern, european-calendar-display-form)
11386 (american-calendar-display-form, print-diary-entries-hook)
11387 (list-diary-entries-hook, diary-hook, diary-display-hook)
11388 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
11389 (nongregorian-diary-marking-hook, diary-list-include-blanks)
11390 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
11391 (local-holidays, other-holidays, hebrew-holidays-1)
11392 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
11393 (hebrew-holidays, christian-holidays, islamic-holidays)
11394 (bahai-holidays, solar-holidays, calendar-setup)
11395 (calendar-week-start-day): Remove autoload cookies.
11396 (diary-glob-file-regexp-prefix): Doc fix.
11397 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
11398 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
11399 (calendar-week-start-day, calendar-debug-sexp): Move to start.
11400
11401 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
11402 (calendar-time-display-form, calendar-latitude)
11403 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
11404 cookies.
11405 (calendar-latitude, calendar-longitude): Move functions after
11406 variables.
11407 (diary-sabbath-candles-minutes): Move to start.
11408 (solar-setup): Use or rather than if.
11409 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
11410 Remove condition-case.
11411 (solar-atn2): Use zerop.
11412 (solar-equinoxes-solstices): Doc fix.
11413
11414 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
11415 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
11416
11417 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
11418 (calendar-longitude, calendar-latitude, calendar-location-name):
11419 Declare for compiler.
11420
11421 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * arc-mode.el (archive-ar-file-header-re): New const.
11424 (archive-ar-summarize, archive-ar-extract): New funs.
11425 (archive-find-type): Recognize ar archives.
11426
11427 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
11428 New functions.
11429
11430 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
11431
11432 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
11433
11434 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
11435 Replace :enable (mark-active) with :enable mark-active.
11436
11437 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
11438
11439 * vms-patch.el (make-legal-file-name): New obsolete alias.
11440 (make-valid-file-name): Rename from `make-legal-file-name'.
11441 (make-auto-save-file-name): Use it.
11442
11443 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
11444 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
11445 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
11446
11447 * textmodes/org.el (org-export-html-style): Doc fix.
11448 (org-get-legal-level): New obsolete alias.
11449 (org-get-valid-level): Rename from `org-get-legal-level'.
11450 (org-promote, org-demote, org-archive-subtree)
11451 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
11452
11453 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
11454
11455 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
11456
11457 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
11458 (vc-status-toggle-mark): New functions.
11459 (vc-status-mode): Set tool bar map.
11460
11461 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
11462
11463 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
11464 Reported by Drew Adams <drew.adams@oracle.com>.
11465
11466 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
11467
11468 * subr.el (read-quoted-char): Resolve modifers of the character
11469 event.
11470
11471 * comint.el (comint-exec-1): Don't change the coding-system for
11472 decoding to dos-like EOL.
11473 (comint-carriage-motion): Fully rewrite.
11474
11475 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
11476
11477 * epg.el (epg-context-include-certs): Reflow docstring.
11478 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
11479 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
11480 (epg-context-set-signers, epg-context-set-sig-notations)
11481 (epg-make-import-status, epg-make-import-result)
11482 (epg-start-delete-keys): Fix typos in docstrings.
11483 (epg-start-sign-keys, epg-sign-keys):
11484 Fix typos in obsolescence declarations.
11485
11486 * iswitchb.el: Don't check for `cadr' and `last'.
11487 (iswitchb-define-mode-map, iswitchb-default-keybindings):
11488 Add obsolescence declaration and remove redundant info from docstring.
11489 (iswitchb-set-common-completion, iswitchb-set-matches)
11490 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
11491 (recentf-list, most-len, most-is-exact):
11492 Don't wrap defvars within `eval-when-compile'.
11493
11494 2008-03-05 Glenn Morris <rgm@gnu.org>
11495
11496 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
11497 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
11498 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
11499 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
11500 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
11501
11502 * ediff-hook.el (ediff-window-setup-function): Don't autoload
11503 declaration for compiler.
11504 (ediff-xemacs-init-menus): Use when rather than if.
11505
11506 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
11507 if+and to just and.
11508 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
11509 (ediff-delete-overlay): Move the XEmacs test inside the definition.
11510
11511 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
11512
11513 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
11514 test inside XEmacs test.
11515 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
11516 since it was doing nothing on Emacs.
11517 (ediff-make-bullet-proof-overlay): Use when rather than if.
11518
11519 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
11520 (ediff-setup-control-frame): Remove
11521 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
11522 a (featurep 'xemacs) test.
11523
11524 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
11525
11526 * calc/calc-ext.el (calc-extended-command-history): New variable.
11527 (calc-exectute-extended-command): Use `calc-extended-command-history'.
11528
11529 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
11530
11531 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
11532 (standard-mode-line-position): Add mouse-face.
11533
11534 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
11535 * progmodes/grep.el (grep-mode-map): Add :help.
11536
11537 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
11538 initialize in one step. Add :help. Use :enable to activate menu
11539 items. Show the key binding for edebug-defun.
11540 (lisp-interaction-mode-map): Add a menu.
11541
11542 * term.el (term-mode-map): Define and initialize in one step.
11543
11544 * ediff-init.el (ediff-color-display-p): Simplify.
11545 (Xor): Remove unused function.
11546 (ediff-with-syntax-table): Simplify for Emacs.
11547
11548 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
11549 menu-bar being loaded, it always is.
11550
11551 2008-03-05 Glenn Morris <rgm@gnu.org>
11552
11553 * textmodes/tex-mode.el (tex-mode): Suppress warning about
11554 multiple definitions when compiling.
11555
11556 2008-03-04 Alan Mackenzie <acm@muc.de>
11557
11558 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
11559
11560 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
11561 doc-string, "c-old-LEN" -> "c-old-END".
11562
11563 2008-03-04 Jason Rumney <jasonr@gnu.org>
11564
11565 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
11566 namespaces.
11567
11568 2008-03-04 Glenn Morris <rgm@gnu.org>
11569
11570 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
11571
11572 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
11573 than mapcar.
11574
11575 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11576
11577 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
11578 (byte-compile-nilconstp): Can't use recursion in a defsubst.
11579
11580 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
11581 so that M-q can fill comments.
11582 (tex-executable-exists-p, tex-compile): Extend with special syntax for
11583 commands implemented in elisp.
11584 (tex-compile-commands): Add an entry to use doc-view for pdf files.
11585 (tex-format-cmd): New function.
11586 (tex-compile): Use it to let the user specify default arguments.
11587 (tex-cmd-bibtex-args): New var.
11588 (tex-cmd-doc-view): New function.
11589
11590 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
11591
11592 * faces.el (face-spec-set): Fix typos in docstring.
11593
11594 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
11595
11596 * bindings.el (mode-line-column-line-number-mode-map): New variable.
11597 (standard-mode-line-position): Use it to add a menu for toggling
11598 column number and line number display.
11599
11600 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11601
11602 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
11603 Remove optimization that was working around the form-code-walker bug.
11604
11605 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11606 Walk into the body of lambdas after byte-compile-unfold-lambda.
11607
11608 2008-03-03 Glenn Morris <rgm@gnu.org>
11609
11610 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
11611 value, if set, over frame value.
11612
11613 * simple.el (transient-mark-mode): Don't turn on by default.
11614
11615 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
11616 accidentally removed by the 2007-12-05 merge from Gnus.
11617
11618 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
11619
11620 * progmodes/compile.el (compilation-menu-map): Add menu entries
11621 for useful options.
11622
11623 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
11624 Glenn Morris <rgm@gnu.org>
11625
11626 * emacs-lisp/bytecomp.el (byte-recompile-directory)
11627 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
11628 Give a `bytecomp-' prefix to local variables with common names.
11629
11630 2008-03-01 Glenn Morris <rgm@gnu.org>
11631
11632 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
11633 code commented out 2007-11-10.
11634
11635 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
11636
11637 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
11638 Delete macro.
11639 * emulation/viper-cmd.el, emulation/viper-ex.el:
11640 * emulation/viper-init.el, emulation/viper-keym.el:
11641 * emulation/viper-mous.el, emulation/viper-util.el:
11642 * emulation/viper.el:
11643 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
11644 featurep test.
11645
11646 Replace obselete frame-local variables with frame-parameters.
11647 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
11648 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
11649 (viper-vi-state-cursor-color): Only call make-variable-frame-local
11650 on XEmacs.
11651 * emulation/viper-util.el (viper-frame-value): New macro.
11652 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
11653 (viper-R-state-post-command-sentinel)
11654 (viper-replace-state-post-command-sentinel)
11655 (viper-change-state-to-insert, viper-change-state-to-emacs):
11656 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
11657 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
11658 (viper-get-saved-cursor-color-in-insert-mode)
11659 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
11660 Use viper-frame-value for viper-replace-overlay-cursor-color,
11661 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
11662 viper-vi-state-cursor-color values.
11663
11664 * emulation/viper-cmd.el (zmacs-region-stays):
11665 * emulation/viper-util.el (zmacs-region-stays): No need to define
11666 for compiler.
11667
11668 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
11669 mapcar on Emacs.
11670
11671 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
11672 on XEmacs.
11673
11674 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
11675 rather than if.
11676
11677 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11678
11679 * whitespace.el: New version 9.3. As the glyph code generation was
11680 fixed, it is possible now to use character code above ?\x1FFFF in the
11681 display table. Fix `whitespace-indentation-regexp' to not include an
11682 extra ending character. Reported by Michael Welsh Duggan
11683 <mwd@cert.org>. Added hook actions when buffer is written or killed as
11684 the original whitespace package had. Suggested by Eric Cooper
11685 <ecc@cmu.edu>. Doc fix.
11686 (whitespace-action): New option.
11687 (whitespace-display-mappings): Changed default newline visualization to
11688 display downwards arrow, as the glyph code generation was fixed.
11689 (whitespace-unload-function): Assure that all local whitespace mode is
11690 turned off.
11691 (whitespace-global-modes): Fix type customization.
11692 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
11693 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
11694 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
11695 Fix code.
11696 (whitespace-buffer): Command removed.
11697 (whitespace-trailing-regexp, whitespace-mark-x)
11698 (whitespace-display-window, whitespace-action-when-on)
11699 (whitespace-add-local-hook, whitespace-remove-local-hook)
11700 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
11701 (whitespace-action): New funs.
11702 (whitespace-report-list, whitespace-report-text)
11703 (whitespace-report-buffer-name): New consts.
11704 (whitespace-report, whitespace-report-region): New commands.
11705
11706 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11707
11708 * disp-table.el (make-glyph-code): Don't test the result of
11709 `face-id', which already signals an error for invalid faces.
11710 (glyph-face): Simplify.
11711
11712 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
11713 running `desktop-not-loaded-hook' to allow modifying it.
11714 Don't show warning message if `desktop-dirname' was modified.
11715
11716 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
11719 we still expect more lines.
11720
11721 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
11722 comment-paragraph filling if the commark doesn't match
11723 comment-start-skip.
11724
11725 2008-03-01 Daiki Ueno <ueno@unixuser.org>
11726
11727 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
11728 the `imap' variant.
11729
11730 2008-03-01 Jason Rumney <jasonr@gnu.org>
11731
11732 * files.el (make-auto-save-file-name): Encode more characters in
11733 non-file buffer names. Use url-encoding.
11734
11735 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11736
11737 * net/net-utils.el (ftp-program): Fix typo in docstring.
11738 (ifconfig-program-options, netstat-program-options)
11739 (arp-program-options, route-program-options, nslookup-program-options)
11740 (ftp-program-options, smbclient-program-options)
11741 (dns-lookup-program-options, arp, route): Doc fixes.
11742
11743 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
11744 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
11745 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
11746 Fix typos in docstrings.
11747 (gdb-pending-triggers): Reflow docstring.
11748 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
11749
11750 2008-03-01 Alan Mackenzie <acm@muc.de>
11751
11752 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
11753 typing "#" at EOB.
11754
11755 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
11756
11757 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
11758
11759 2008-02-29 Kim F. Storm <storm@cua.dk>
11760
11761 * emulation/cua-base.el (cua-remap-control-v)
11762 (cua-remap-control-z): New defcustoms.
11763 (cua-mode): Add them to set-after property.
11764 (cua--init-keymaps): Use them.
11765 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
11766
11767 * help.el (view-emacs-todo): Rename from view-todo.
11768 (describe-gnu-project): Rename from describe-project. Users changed.
11769 (view-help-file): New helper function.
11770 (describe-distribution, describe-copying, describe-gnu-project)
11771 (view-todo, view-order-manuals, view-emacs-problems): Use it.
11772 (view-emacs-debugging, view-external-packages): New commands.
11773 (help-map): Move describe-distribution to C-h C-o (ordering).
11774 Move view-emacs-problems to C-h C-p (problems).
11775 Bind view-emacs-debugging to C-h C-d (debugging).
11776 Bind view-external-packages to C-h C-e (extras).
11777 (help-for-help-internal): Cleanup and align descriptions.
11778 Remove command names to reduce clutter.
11779
11780 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
11781
11782 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
11783 and quieter face (not a warning).
11784
11785 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
11786
11787 * vc.el (vc-status-crt-marked): New variable.
11788 (vc-status-mode): Make it local.
11789 (vc-status-refresh): Use it to save the marked files.
11790 (vc-update-vc-status-buffer): Use it to restore the marked files.
11791
11792 * vc-svn.el (vc-svn-after-dir-status):
11793 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
11794
11795 2008-02-29 Glenn Morris <rgm@gnu.org>
11796
11797 * allout.el (allout-topic-encryption-bullet)
11798 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
11799 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
11800 from 22.0 to 22.1.
11801
11802 * net/imap.el (imap-ping-server):
11803 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
11804 Change defcustom :version from 23.0 to 23.1.
11805
11806 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
11807
11808 * desktop.el (desktop-save): Save the buffer name if the
11809 uniquified base name is empty.
11810
11811 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
11812
11813 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
11814 correctly when user has "set print address off".
11815
11816 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
11817
11818 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
11819 version number of the next major Emacs release, not 23.0.
11820
11821 * longlines.el (longlines-unload-function): New function.
11822
11823 2008-02-28 Juri Linkov <juri@jurta.org>
11824
11825 * startup.el (normal-splash-screen): Add argument `concise'.
11826 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
11827 to the created buffer. If `concise' is non-nil, call
11828 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
11829 (display-startup-screen): Add argument `concise' to the call to
11830 `normal-splash-screen'.
11831
11832 2008-02-28 Kim F. Storm <storm@cua.dk>
11833
11834 * startup.el (startup-echo-area-message): Check for about-emacs.
11835
11836 2008-02-28 Juri Linkov <juri@jurta.org>
11837
11838 * startup.el: Always add initial message to *scratch* buffer if
11839 `initial-scratch-message' is non-nil regardless of the value of
11840 `inhibit-startup-screen'.
11841 (inhibit-startup-screen, initial-scratch-message): Doc fix.
11842 (command-line-1): Move code that inserts `initial-scratch-message'
11843 up before the if-form that checks for `inhibit-startup-screen'.
11844 Suggested by Jonathan Rockway <jon@jrock.us>.
11845
11846 2008-02-28 Juri Linkov <juri@jurta.org>
11847
11848 * cus-edit.el (custom-mode-map, custom-mode-link-map):
11849 Rename `custom-mode' to `Custom-mode' in docstrings.
11850 (custom-buffer-create-internal, customize-browse):
11851 Rename `custom-mode' to `Custom-mode'.
11852 (custom-mode-hook): Rename to `Custom-mode-hook'.
11853 (Custom-mode-hook): Renamed from `custom-mode-hook'.
11854 (custom-mode): Rename to `Custom-mode'.
11855 (Custom-mode): Renamed from `custom-mode'. Doc fix.
11856 (custom-mode): Add backward-compatible non-interactive variant of
11857 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
11858 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
11859
11860 * info-look.el: Rename `custom-mode' to `Custom-mode'.
11861
11862 * emulation/viper.el (viper-emacs-state-mode-list):
11863 Rename `custom-mode' to `Custom-mode'.
11864
11865 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
11866 Capitalize "Tagged Files".
11867 (minibuffer-local-map): Add menu items for next/previous
11868 history elements and isearch history forward/backward.
11869
11870 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
11871 `hs-isearch-open' with t instead of `comment' in :selected
11872 for "Code and Comment blocks" menu item.
11873
11874 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
11875
11876 * uniquify.el (uniquify-buffer-base-name): Undo last change.
11877 Should be done in desktop.el instead.
11878
11879 2008-02-28 Glenn Morris <rgm@gnu.org>
11880
11881 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
11882
11883 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
11884
11885 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
11886 (Info-menu, Info-goto-node): Remove declarations.
11887 (report-emacs-bug-info): Use info rather than Info-goto-node.
11888
11889 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
11890 (idlwave-convert-xml-system-routine-info): Don't require xml.
11891 (idlwave-show-commentary, idlwave-shell-show-commentary):
11892 Don't require finder.
11893 (idlwave-info): Don't require info. Use info rather than
11894 Info-goto-node.
11895
11896 * textmodes/org.el (Info-goto-node): Remove declaration.
11897 (org-info): Use info rather than Info-goto-node.
11898
11899 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
11900 (reftex-info): Don't require info. Use info rather than Info-goto-node.
11901
11902 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
11903
11904 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
11905 the menu.
11906
11907 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
11908 (vc-finish-logentry): Check for vc-status-mode, not only for
11909 vc-dired-mode.
11910
11911 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11912
11913 * isearch.el (isearch-printing-char): Don't check
11914 keyboard-coding-system.
11915 Call isearch-process-search-multibyte-characters only when
11916 current-input-method is non-nil.
11917
11918 2008-02-27 Kim F. Storm <storm@cua.dk>
11919
11920 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
11921 (glyph-char, glyph-face): Handle cons encoding.
11922
11923 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
11924
11925 * uniquify.el (uniquify-buffer-base-name): If the base name is an
11926 empty string, return nil to allow the caller to default to the
11927 buffer name. Reported by Martin Fischer <parozusa@web.de>.
11928
11929 * tool-bar.el (tool-bar-setup): Doc fix.
11930
11931 * mail/supercite.el (sc-describe):
11932 Fix typos in obsolescence declaration.
11933
11934 2008-02-27 Glenn Morris <rgm@gnu.org>
11935
11936 * autoinsert.el (auto-insert-alist): Change permission text to
11937 match FSF's GPLv3 form.
11938
11939 * mail/supercite.el (sc-cite-original): Doc fix.
11940 (sc-version): Make obsolete.
11941 (sc-describe): Show the SC info page. Make obsolete.
11942
11943 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11944
11945 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
11946 when using transient-mark-mode.
11947 (default-indicate-unused-lines): Remove unused var.
11948
11949 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
11950
11951 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
11952 and previous.
11953
11954 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
11955
11956 2008-02-26 Glenn Morris <rgm@gnu.org>
11957
11958 * net/net-utils.el (top-level): Don't require comint when compiling.
11959 (nslookup-font-lock-keywords): Don't require font-lock.
11960 Use font-lock faces rather than variables.
11961 (nslookup, ftp, smbclient, network-service-connection):
11962 Don't require comint.
11963 (comint-prompt-regexp, comint-input-autoexpand)
11964 (comint-input-ring): Declare for compiler.
11965 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
11966 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
11967
11968 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
11969 doc-string.
11970
11971 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11972
11973 * doc-view.el (doc-view-current-page): Add a `win' argument.
11974
11975 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11976
11977 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
11978 Demote it to plain defvar.
11979 (doc-view-conversion-refresh-interval): Reduce interval.
11980 (doc-view-goto-page): Allow moving to pages not yet rendered.
11981 (doc-view-goto-page): Construct a file name rather than extracting it
11982 from doc-view-current-files.
11983 (doc-view-kill-proc): Ignore errors from kill-process.
11984 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
11985 (doc-view-insert-image): Use appropriate text if the page hasn't been
11986 rendered yet. Adjust scrolling so the text is displayed.
11987 (doc-view-display): Detect not just that a page is available, but also
11988 that it wasn't available before, so as to avoid refreshing all pages
11989 repeatedly.
11990 (doc-view-mode): Make doc-view-cache-directory if needed.
11991
11992 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11993
11994 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
11995 toggle-read-only.
11996
11997 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
11998 refering to a missing required field with the OPT prefix.
11999 Make unwindform more robust.
12000
12001 * textmodes/bibtex.el: Remove support for hideshow minor mode as
12002 it duplicates the bibtex support in progmodes/hideshow.el.
12003 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
12004 entries that do not start at the beginning of a line.
12005
12006 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
12007
12008 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
12009
12010 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
12011
12012 * help-fns.el (describe-variable): Add phrases about
12013 initialization file with and without customization;
12014 use new button type help-info-variable.
12015
12016 * help-mode.el (help-info-variable):
12017 New button able to read Info files for help-fns.el.
12018
12019 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
12020
12021 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
12022 (grep-mode): Use grep-mode-tool-bar-map.
12023
12024 * progmodes/compile.el (tool-bar): Require tool-bar.
12025 (compilation-mode-tool-bar-map): New variable.
12026 (compilation-mode): Use compilation-mode-tool-bar-map.
12027
12028 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
12029
12030 2008-02-25 Glenn Morris <rgm@gnu.org>
12031
12032 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
12033
12034 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
12035
12036 * diff-mode.el (diff-file-junk-re): New const.
12037 (diff-beginning-of-file-and-junk): Use it.
12038 (diff-file-kill): Make sure we were really inside a file diff.
12039
12040 * diff-mode.el: Make it more robust in the presence of empty context
12041 lines in unified hunks.
12042 (diff-valid-unified-empty-line): New var.
12043 (diff-unified->context, diff-sanity-check-hunk): Obey it.
12044 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
12045 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
12046 (diff-hunk-header-re-unified): New const.
12047 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
12048 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
12049 (diff-sanity-check-hunk): Use it.
12050
12051 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
12052 Index: line, don't search backward for the previous one.
12053
12054 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
12055
12056 * international/fontset.el (setup-default-fontset): Add non-OTF
12057 lao font for lao script.
12058
12059 * language/tibetan.el: Register tibetan-composition-function in
12060 composition-function-table.
12061
12062 * language/tibet-util.el (tibetan-composition-function):
12063 Adjust for the new calling way (argument changed). Try font-shape-text
12064 if possible.
12065
12066 * language/lao.el: Register lao-composition-function in
12067 composition-function-table.
12068
12069 * language/lao-util.el (lao-composition-function): Adjust for the new
12070 calling way (argument changed). Try font-shape-text if possible.
12071
12072 2008-02-25 Jason Rumney <jasonr@gnu.org>
12073
12074 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
12075
12076 2008-02-25 Juri Linkov <juri@jurta.org>
12077
12078 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
12079 background, "red4" for a dark background, "red" for 16 and
12080 8 colors, "grey" for grayscale, and inverse video otherwise.
12081 Add :version tag.
12082 (isearch-message): Keep the original isearch-message intact, and
12083 add text properties to it where necessary. Add `isearch-error' to
12084 the condition that checks if isearch is unsuccessful.
12085
12086 2008-02-24 Juri Linkov <juri@jurta.org>
12087
12088 * progmodes/compile.el (compilation-handle-exit):
12089 Use compilation-error face instead of font-lock-warning-face.
12090 Display the same message in the minibuffer as is inserted
12091 at the end of the compilation buffer.
12092
12093 2008-02-24 Glenn Morris <rgm@gnu.org>
12094
12095 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
12096 multiple file case.
12097
12098 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
12099
12100 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
12101 multiple file case. Use a single `let' rather than two.
12102
12103 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12104
12105 * progmodes/compile.el (compilation-start): Specify a face for
12106 mode-line-process.
12107 (compilation-handle-exit): Specify a face and a tooltip for
12108 mode-line-process.
12109
12110 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12111
12112 * hilit-chg.el: Remove spurious * in defcustom docstrings.
12113 (hilit-chg-make-ov): Simplify.
12114 (hilit-chg-fixup): Use remove-overlays.
12115 (hilit-chg-set-face-on-change): Remove redundant call to
12116 `remove-text-properties'.
12117
12118 * dired.el (dired-mark-prompt): Don't count/display the t element.
12119 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
12120
12121 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
12122
12123 * progmodes/verilog-mode.el (eval-when-compile): Don't define
12124 add-submenu.
12125 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
12126 Remove. Move contents to the only use ...
12127 (verilog-menu): ... here.
12128 (verilog-statement-menu): Remove. Move contents to the only use ...
12129 (verilog-stmt-menu): ... here.
12130 (verilog-mark-defun): Simply call mark-defun for emacs.
12131 (occur-pos-list): Declare for byte compiler.
12132 (mode-popup-menu): Don't defvar.
12133 (verilog-add-statement-menu): Remove.
12134 (verilog-mode-hook): Don't add verilog-add-statement-menu.
12135 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
12136
12137 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
12138
12139 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
12140 conditional.
12141 (verilog-font-grouping-keywords-face): Make the begin..end
12142 keywords standout more than other verilog keywords.
12143 (verilog-type-font-keywords): Move the begin..end out of this list
12144 to facilitate making them to (potentially) stand out more.
12145 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
12146 function & task blocks.
12147 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
12148 initial, function & task blocks.
12149 (verilog-forward-sexp): Handle the new "disable fork" statement of
12150 IEEE-1800 Verilog.
12151 (verilog-beg-block-re-ordered): Handle the new "disable fork"
12152 statement of IEEE-1800 Verilog.
12153 (verilog-calc-1): Handle the new "disable fork" statement of
12154 IEEE-1800 Verilog.
12155 (verilog-disable-fork-re): Add const to help handle the new
12156 "disable fork" statement of IEEE-1800 Verilog.
12157 (verilog-declaration-core-re): Add port directions by themselves,
12158 with no qualification, as base item of a declaration.
12159 (verilog-pretty-declarations): Add new flag to ask it to refrain
12160 from printing to the message buffer.
12161 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
12162 printing to the message buffer. Improve handling of the many
12163 types of expression line up.
12164 (verilog-just-one-space): Remove printing of an empty message.
12165 (verilog-get-lineup-indent): Rework to support the better handling
12166 of expression lineup for verilog-pretty-expr.
12167 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12168
12169 2008-02-24 Alan Mackenzie <acm@muc.de>
12170
12171 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
12172 yesterday's commit.
12173
12174 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12175
12176 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
12177 to mouse-set-point in buffers that aren't associated with files.
12178
12179 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
12180
12181 2008-02-24 Alan Mackenzie <acm@muc.de>
12182
12183 Set of changes so that "obtrusive" syntactic elements in a
12184 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
12185 unmatched paren) don't interact syntactically with stuff outside
12186 the CPP line.
12187
12188 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
12189 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
12190 off-by-one bug.
12191 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
12192 a bit of refactoring.
12193 (c-awk-extend-and-syntax-tablify-region): Takes some of the
12194 functionality of c-awk-advise-fl-for-awk-region, which has been
12195 refactored away.
12196
12197 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
12198 (c-clear-char-property-with-value): New function and macro which
12199 remove text-properties `equal' to a supplied value.
12200
12201 * progmodes/cc-engine.el: Comment about text properties amended.
12202
12203 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
12204 parens around "error\\|warning".
12205
12206 * progmodes/cc-langs.el (c-get-state-before-change-function)
12207 (c-before-font-lock-function, c-anchored-cpp-prefix):
12208 New language variables.
12209 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
12210
12211 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
12212 syntax-table text properties.
12213 (c-common-init): Call language specific before/after-change
12214 functions at mode initialisation.
12215 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
12216 (c-extend-region-for-CPP, c-neutralize-CPP-line)
12217 (c-neutralize-syntax-in-CPP): New functions.
12218 (c-before-change, c-after-change): Call the new language specific
12219 change functions defined in cc-langs.el.
12220 (c-advise-fl-for-region): New macro.
12221 (awk-mode): Remove AWK specific stuff which has been refactored
12222 into language independent stuff.
12223
12224 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
12225
12226 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
12227 (gdb): (Re)set gdb-flush-pending-output to nil here...
12228 (gdb-init-1): ...instead of here (before gdb-prompt).
12229
12230 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
12233 Recognize ''' just like any other char-constant.
12234
12235 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12236
12237 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
12238 careful enough. Detect the uid-change all within the main loop.
12239
12240 2008-02-24 Stefan Monnier <monnier@pastel.home>
12241
12242 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
12243
12244 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12245
12246 * hilit-chg.el (highlight-save-buffer-state): New macro.
12247 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
12248 (hilit-chg-clear): Use it to preserve the modified-p flag.
12249 (highlight-changes-rotate-faces): Don't mess with the undo-list.
12250
12251 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12252
12253 * font-lock.el (font-lock-set-defaults): Unset previously set variables
12254 when needed.
12255
12256 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
12257
12258 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
12259 from gnus-button-url-regexp.
12260
12261 2008-02-24 Eli Zaretskii <eliz@gnu.org>
12262
12263 * progmodes/compile.el (compilation-next-error): Doc fix.
12264 (compilation-find-file): Doc fix.
12265
12266 2008-02-24 Glenn Morris <rgm@gnu.org>
12267
12268 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
12269 Add obsolete aliases to the old names.
12270
12271 2008-02-24 Richard Stallman <rms@gnu.org>
12272
12273 * net/net-utils.el (ifconfig): Rename from ipconfig.
12274 (ipconfig): Alias to ifconfig.
12275 (ifconfig-program): Rename from ipconfig-program.
12276 (ifconfig-program-options): Rename from ipconfig-program-options.
12277
12278 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
12279
12280 * progmodes/verilog-mode.el (verilog-declaration-core-re):
12281 Add port directions by themselves, with no qualification, as base
12282 item of a declaration.
12283 (verilog-pretty-declarations): Add new flag that inhibits printing
12284 to the message buffer.
12285 (verilog-pretty-expr): Add new flag that inhibits printing to the
12286 message buffer. Improve handling of the many types of expression
12287 line up.
12288 (verilog-just-one-space): Don't print an empty message.
12289 (verilog-get-lineup-indent): Rework to support the better handling
12290 of expression lineup for verilog-pretty-expr.
12291 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
12292 (verilog-mode-version, verilog-mode-release-date): Update.
12293
12294 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * subr.el (cancel-change-group): Don't move point.
12297
12298 2008-02-23 Markus Triska <markus.triska@gmx.at>
12299
12300 * linum.el (linum-after-config): Update all visible windows.
12301
12302 2008-02-23 Glenn Morris <rgm@gnu.org>
12303
12304 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
12305 Add :help for Solitaire and Tetris.
12306
12307 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
12308
12309 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
12310 (smtpmail-code-conv-from): Doc fix. Fix custom type.
12311 (smtpmail-queue-index-file): Make it a defcustom.
12312 (smtpmail-queue-index): Delete.
12313 (smtpmail-send-it, smtpmail-send-queued-mail):
12314 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
12315 smtpmail-queue-index.
12316
12317 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12318 Add :version.
12319
12320 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
12321
12322 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
12323 New variables.
12324 (iwconfig): New function.
12325
12326 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
12327
12328 * vc.el (vc-find-revision): Make vc-parent-buffer local before
12329 setting it.
12330 (vc-status-menu-map): Do not define using easy-menu.
12331 (vc-status-menu-map): New defalias.
12332 (vc-status-mode-map): Hook up the menu.
12333 (top-level): Update TODO.
12334
12335 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
12336
12337 * vc-bzr.el (vc-bzr-init-version): Rename to ...
12338 (vc-bzr-init-revision): ... this.
12339
12340 2008-02-23 Jason Rumney <jasonr@gnu.org>
12341
12342 * makefile.w32-in (WINS_ALMOST): Remove term.
12343 (WINS): Add term here.
12344 (custom-deps, finder-data): Use WINS_ALMOST.
12345
12346 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
12347
12348 * faces.el (font-weight-table): Fix value of `semi-light'.
12349
12350 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
12351
12352 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
12353 Make those tables bijective.
12354
12355 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
12356
12357 Finish pdbtrack integration cleanup, settling missing-functions
12358 byte compiler warnings appropriately.
12359
12360 * progmodes/python.el (python-point): Remove this - beginning-of-line
12361 was all that was necessary for `python-pdbtrack-overlay-arrow'.
12362 (python-end-of-def-or-class, python-beginning-of-def-or-class)
12363 (python-goto-initial-line): Drop these - they were only needed for
12364 python-point.
12365 (python-comint-output-filter-function): Use condition-case and
12366 beginning-of-line directly, instead of python-mode.el functions
12367 which require all sorts of baggage.
12368 (point-safe): Unnecessary - we're using condition-case directly,
12369 instead.
12370 (python-execute-file): Include for python-shell, which I'm leaving
12371 in keeping despite it being unnecessary for pdb tracking.
12372
12373 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
12374
12375 * progmodes/scheme.el (scheme-font-lock-keywords-2):
12376 Add SRFI 11 support.
12377 (let-values, let*-values): Specify scheme-indent-function.
12378
12379 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
12380
12381 * vc.el (vc-exec-after): Move setting mode-line-process in the
12382 busy case ...
12383 (vc-set-mode-line-busy-indicator): ... in this new function.
12384 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
12385 (vc-update-vc-status-buffer): Reset mode-line-process.
12386 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
12387 mark/unmark all the files with the same state as the current one.
12388 With a prefix argument mark/unmark all files.
12389 (vc-status-mode-menu): Adjust strings.
12390 (vc-update-vc-status-buffer): Only do something when the argument
12391 is not nil.
12392 (vc-status-kill-dir-status-process): New function.
12393 (vc-status-mode-map): Bind it.
12394 (vc-status-process-buffer): New variable.
12395 (vc-status-mode): Make it local.
12396 (vc-status-refresh): Set it.
12397
12398 * vc-hg.el (vc-hg-dir-status):
12399 * vc-git.el (vc-git-dir-status):
12400 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
12401 command is run.
12402
12403 2008-02-22 Glenn Morris <rgm@gnu.org>
12404
12405 * json.el (top-level): No need to require thingatpt.
12406 (json-read-keyword): Use thing-at-point rather than word-at-point.
12407
12408 * time.el (top-level): No need to require time-date when compiling.
12409
12410 * emacs-lisp/copyright.el (copyright-update-year):
12411 Fix subexpression numbering for the case when years are split over
12412 lines, and for the replace case.
12413
12414 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
12415 (tpu-caar, tpu-cadr): Delete functions.
12416 (zmacs-regions): No need to declare for compiler.
12417 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
12418 (tpu-spell-check): Rewrite, and handle mark after point.
12419 (tpu-special-insert): Use or rather than if.
12420
12421 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
12422 rather than spell-region.
12423
12424 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
12425 warnings about spell-region.
12426
12427 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
12428
12429 * ldefs-boot.el: Regenerated.
12430
12431 * loadup.el: Don't load language/devanagari, language/kannada,
12432 language/malayalam, and language/tamil. Load language/sinhala.
12433
12434 * language/indian.el (indian-font-foundry)
12435 (indian-script-language-alist, indian-font-char-index-table)
12436 (indian-font-char, indian-font-char-range, indian-script-table)
12437 (indian-default-script, indian-composable-pattern): Delete them.
12438 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
12439 language environments moved to here.
12440 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
12441 New language environments.
12442
12443 * language/devanagari.el, language/devan-util.el,
12444 * language/kannada.el, language/knd-util.el, language/malayalam.el,
12445 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
12446 Delete them.
12447
12448 * language/sinhala.el: New file.
12449
12450 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
12451
12452 Update Nick Robert's port of pdb tracking from python-mode.el.
12453
12454 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
12455 Clarify docstring.
12456 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
12457 tracking is happening.
12458 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
12459 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
12460 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
12461 Tracking is plugged in to all comint buffers once python.el is loaded.
12462 (python-pdbtrack-overlay-arrow): Toggle activation of
12463 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
12464 (python-pdbtrack-track-stack-file): Use new
12465 `python-pdbtrack-get-source-buffer' for more flexible access to
12466 debugging source files.
12467 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
12468 according to pdb stack trace, optionally using new
12469 `python-pdbtrack-grub-for-buffer' if file is not locally available.
12470 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
12471 named buffer, or having function with indicated name.
12472 (python-shell): Remove comint-output-filter-functions hook
12473 addition, it's being done elsewhere. Wrap long line.
12474
12475 2008-02-21 Michael Olson <mwolson@gnu.org>
12476
12477 * json.el: Replace XEmacs compatibility code to get rid of
12478 compiler warnings.
12479
12480 * time.el: Fix compiler warning.
12481
12482 2008-02-21 Edward O'Connor <ted@oconnor.cx>
12483
12484 * json.el: New file (JavaScript Object Notation parser / generator).
12485
12486 2008-02-21 Dave Love <fx@gnu.org>
12487
12488 * progmodes/sym-comp.el: New file.
12489
12490 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
12491 Require sym-comp. Add Python buffer to same-window-buffer-names.
12492 Fixup whitespaces.
12493 (python-font-lock-keywords): Add highlighting for Python builtins.
12494 (python-font-lock-syntactic-keywords): Rewrite.
12495 (python-quote-syntax): Use syntax-ppss-context instead of parsing
12496 ppss directly.
12497 (python-mode-map): Add binding for python-find-function.
12498 (python-calculate-indentation): Clean up the logic.
12499 (python-beginning-of-defun): Explicitly set return value.
12500 (python-beginning-of-statement): Stop looping if we get stuck
12501 going backwards.
12502 (python-next-statement): Stop looping if we somehow end up inside
12503 a string while advancing.
12504 (python-preoutput-continuation, python-version-checked): New vars.
12505 (python-check-version): New function.
12506 (run-python): Set default command to python-command instead of
12507 python-python-command.
12508 (run-python): Use python-check-version. Give PYTHONPATH
12509 precedence over data-directory in the process environment.
12510 Load function definitions in python process after.
12511 (python-check-comint-prompt): New function.
12512 (python-send-command, python-send-receive): Use it.
12513 (python-complete-symbol, python-try-complete): Functions deleted.
12514 Use symbol-complete instead of python-complete-symbol throughout.
12515 (python-fill-paragraph): Further refine the fenced-string regexp.
12516 (def-python-skeleton): Expand to the original abbrev instead if in
12517 a comment or string. Tweak skeletons for `if', `while', `for',
12518 `try/except', `try/finally', `name'.
12519 (python-pea-hook, python-abbrev-pc-hook): New functions.
12520 (python-abbrev-syntax-table): New var.
12521 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
12522 Use symbol-completion-try-complete for hippie expansion.
12523 Turn on font lock unconditionally.
12524 (python-mode-hook): Defcustom it. No need to use make-local
12525 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
12526 option, since it's buffer-local.
12527
12528 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
12529
12530 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
12531
12532 2008-02-21 Drew Adams <drew.adams@oracle.com>
12533
12534 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
12535 "Turn off" and a "Help" entry when the minor mode has no menu.
12536
12537 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
12538
12539 * vc.el (vc-status-mark, vc-status-unmark): New functions.
12540 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
12541 vc-status-mark-file and vc-status-unmark-file.
12542 (vc-status-mark-unmark): New function.
12543 (vc-status-previous-line, vc-status-next-line): No longer interactive.
12544
12545 2008-02-21 Glenn Morris <rgm@gnu.org>
12546
12547 * composite.el (encode-composition-rule): Fix typo in error message.
12548 (composition-function-table, auto-composition-mode): Doc fixes.
12549
12550 * subr.el (sit-for): Fix obsolete form for nil second argument.
12551
12552 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
12553 (spell-string): Make obsolete, in favor of ispell.
12554
12555 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
12556
12557 * language/devanagari.el: Don't setup composition-function-table
12558 here.
12559 ("Devanagari"): Change charset, coding-system, coding-priority to
12560 Unicode-based ones. Don't require the feature devan-util.
12561
12562 * composite.el (compose-chars-after): Fix arguments for a function
12563 in composition-function-table.
12564 (auto-compose-region): Likewise.
12565
12566 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
12567 for Ethiopic.
12568 (ps-mule-plot-string): Ignore glyph-string based compositions.
12569
12570 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * doc-view.el: Allow different windows to show different pages.
12573 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
12574 (doc-view-current-image, doc-view-current-overlay): Remove variables,
12575 add them back as macros instead, using image-mode-winprops instead.
12576 Update all users of those variables.
12577 (doc-view-new-window-function): New function to create a new overlay
12578 for each new window.
12579 (doc-view-mode): Use it and image-mode-setup-winprops.
12580 (doc-view-clone-buffer-hook): Rewrite accordingly.
12581
12582 * image-mode.el: Extend [hv]scroll support to per-window properties.
12583 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
12584 (image-mode-winprops-alist): New var to replace them.
12585 (image-mode-new-window-functions): New hook.
12586 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
12587 New funs.
12588 (image-set-window-vscroll, image-set-window-hscroll): Use them.
12589 Remove the `window' argument, update callers.
12590 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
12591 Use the new functions.
12592 (image-mode-reapply-winprops): New fun.
12593 (image-mode): Use it.
12594
12595 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
12596
12597 * calc/calc-math.el (math-sin-raw): Add optional argument
12598 to keep track of original argument.
12599 (math-cos-raw): Use optional argument when calling math-sin-raw.
12600 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
12601 with close to original precision.
12602
12603 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12604
12605 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
12606 args in calls of sit-for.
12607
12608 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
12609
12610 * vc-svn.el (vc-svn-program): Fix typo in docstring.
12611 (vc-svn-checkin): Fix typo in error message.
12612
12613 * help-mode.el: Require easymenu when compiling.
12614
12615 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
12616
12617 * help-mode.el (help-mode-menu): New menu.
12618
12619 2008-02-20 Glenn Morris <rgm@gnu.org>
12620
12621 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
12622 on Windows.
12623
12624 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
12625
12626 * ps-mule.el (ps-mule-encode-region): Return a single string.
12627 (ps-mule-plot-string): Adjust for the above change.
12628 (ps-mule-encode-header-string): Likewise.
12629
12630 * international/latin1-disp.el (latin1-display): Don't use
12631 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
12632 standard-display-table.
12633 (latin1-display-identities): Adjust for the change of what is
12634 returned by (get-language-info charset 'charset).
12635
12636 * international/mule-util.el (char-displayable-p): Fix for Latin-1
12637 characters and terminal case.
12638
12639 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
12640
12641 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
12642
12643 * progmodes/python.el: Also require comint when loading.
12644 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
12645 Replace python-shell with run-python on menu bar.
12646 (python-shell-map): New map.
12647 (python-default-interpreter, python-python-command-args)
12648 (python-jython-command-args, python-pdbtrack-do-tracking-p):
12649 New options.
12650 (python-which-shell, python-which-args, python-which-bufname):
12651 New buffer local variables.
12652 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
12653
12654 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
12655 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
12656 New constants.
12657
12658 Pdbtrack features:
12659
12660 (python-point, python-end-of-def-or-class)
12661 (python-beginning-of-def-or-class, python-goto-initial-line)
12662 (python-comint-output-filter-function)
12663 (python-pdbtrack-overlay-arrow)
12664 (python-pdbtrack-track-stack-file, python-toggle-shells)
12665 (python-shell, python-pdbtrack-toggle-stack-tracking)
12666 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
12667 New functions.
12668
12669 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
12670
12671 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
12672 when the argument is nil.
12673
12674 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12675
12676 * vc.el (dir-status): Add a brief description.
12677
12678 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
12679
12680 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
12681 If non-nil, reverse the sense of the check.
12682
12683 * vc-rcs.el (vc-rcs-root): New func.
12684 * vc-cvs.el (vc-cvs-root): New func.
12685 * vc-svn.el (vc-svn-root): New func.
12686 * vc-sccs.el (vc-sccs-root): New func.
12687
12688 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
12689
12690 * language/japan-util.el (setup-japanese-environment-internal):
12691 Call use-cjk-char-width-table.
12692
12693 * language/japanese.el ("Japanese"): Set exit-function to
12694 use-default-char-width-table.
12695
12696 * international/characters.el: Delete occurrences of non-Unicode
12697 tibetan and ethiopic characters.
12698 (cjk-char-width-table): New variable.
12699 (use-cjk-char-width-table, use-default-char-width-table):
12700 New functions.
12701
12702 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12703
12704 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
12705 (vc-status-mode-menu): Add a :filter.
12706 (vc-status-printer): Add faces.
12707
12708 * vc-hg.el (vc-hg-extra-status-menu): New function.
12709 (vc-hg-dir-status): Clean up the buffer before using it.
12710
12711 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
12714 (gdb): Initialize it here instead.
12715
12716 * files.el (locate-dominating-file): Fix thinko in last change.
12717 Reported by Bruce Stephens <bruce.stephens@isode.com>.
12718
12719 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
12720
12721 * vc.el (vc-status-mode-menu): New menu for vc-status.
12722
12723 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
12724
12725 * progmodes/verilog-mode.el (customize): Fix typo in error message.
12726 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
12727 (verilog-mode-auto, verilog-indent-level-module)
12728 (verilog-minimum-comment-distance, verilog-library-flags)
12729 (verilog-library-directories, verilog-library-files)
12730 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
12731 (verilog-xemacs-menu, verilog-set-compile-command)
12732 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
12733 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
12734 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
12735 (verilog-batch-inject-auto, verilog-batch-indent)
12736 (verilog-continued-line, verilog-type-keywords)
12737 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
12738 (verilog-read-inst-pins, verilog-read-arg-pins)
12739 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
12740 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
12741 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
12742 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
12743 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
12744 (verilog-mode-version, verilog-mode-release-date)
12745 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
12746 (verilog-simulator, verilog-compiler)
12747 (verilog-auto-sense-defines-constant, verilog-company)
12748 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
12749 Fix typos in docstrings.
12750 (verilog-set-auto-endcomments, verilog-calculate-indent)
12751 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
12752 Reflow docstrings.
12753 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
12754 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
12755 (electric-verilog-forward-sexp, verilog-in-case-region-p)
12756 (verilog-in-struct-region-p, verilog-in-generate-region-p)
12757 (verilog-leap-to-head, verilog-current-indent-level)
12758 (verilog-case-indent-level, verilog-cpp-keywords)
12759 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
12760 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
12761 (verilog-signals-not-in, verilog-symbol-detick-text)
12762 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
12763 (verilog-forward-close-paren, verilog-backward-open-paren)
12764 (verilog-backward-open-bracket): Doc fixes.
12765
12766 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
12767 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
12768 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
12769 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
12770 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
12771 Fix typos in docstrings.
12772
12773 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
12774
12775 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
12776
12777 * info.el (Info-read-node-name): Removed unused `default' arg.
12778
12779 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
12780
12781 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
12782
12783 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12784
12785 * image-mode.el (image-get-display-property): New fun.
12786 (image-forward-hscroll, image-next-line, image-eol, image-eob)
12787 (image-mode, image-minor-mode, image-toggle-display-text)
12788 (image-toggle-display): Use it.
12789
12790 2008-02-18 Jason Rumney <jasonr@gnu.org>
12791
12792 * international/mule.el (xml-find-file-coding-system): Don't warn
12793 about utf-16 with BOM.
12794
12795 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
12796
12797 * international/mule.el (sgml-xml-auto-coding-function): Detect and
12798 warn if file encoding is not utf-8 and encoding not specified.
12799 (xml-find-file-coding-system): New function.
12800 * international/mule-conf.el (file-coding-system-alist): Use it.
12801
12802 2008-02-17 Glenn Morris <rgm@gnu.org>
12803
12804 * international/mule-cmds.el (set-locale-environment):
12805 Pass `frame' to getenv for LC_MESSAGES.
12806
12807 2008-02-17 Juri Linkov <juri@jurta.org>
12808
12809 * time.el (emacs-init-time): Use format instead of format-seconds.
12810
12811 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12812
12813 * textmodes/bibtex.el (bibtex-search-entry): Rename from
12814 bibtex-find-entry. Add autoload cookie.
12815 (bibtex-find-entry): Alias for bibtex-search-entry.
12816 (bibtex-search-crossref): Rename from bibtex-find-crossref.
12817 (bibtex-find-crossref): Alias for bibtex-search-crossref.
12818 (bibtex-clean-entry): atomic-change-group removed.
12819 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
12820 to locate buffer location where error occurred.
12821 Make error messages more specific.
12822 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
12823
12824 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
12825
12826 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
12827 top level.
12828
12829 * simple.el (transient-mark-mode): Add an :init-value.
12830
12831 * startup.el (command-line): Use custom-reevaluate-setting for
12832 transient-mark-mode.
12833
12834 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
12835
12836 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
12837
12838 2008-02-16 Juri Linkov <juri@jurta.org>
12839
12840 * startup.el (after-init-time): New variable.
12841 (command-line): Set `after-init-time' to the current time.
12842
12843 * time.el (emacs-init-time): New function.
12844
12845 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
12846
12847 * files.el (locate-dominating-file): Remove initial loop because it's
12848 not careful enough. Detect the uid-change all within the main loop.
12849
12850 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
12851
12852 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
12853
12854 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
12855
12856 * vc.el (vc-annotate): Add new argument.
12857 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
12858
12859 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
12860 Move make-variable-buffer-local code after the corresponding defvar.
12861 (hs-minor-mode-map): Define and initialize in one step.
12862 (hs-minor-mode): Change from defun to define-minor-mode.
12863
12864 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
12865
12866 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
12867 (gdb-ready): Move declaration...
12868
12869 * progmodes/gdb-ui.el (gdb-ready): ...to here.
12870 (gdb-early-user-input): New variable.
12871 (gdb): Reset gdb-flush-pending-output to nil and set
12872 comint-input-sender here (before gdb-prompt), instead of...
12873 (gdb-init-1): ...here.
12874 (gdb-send): If Emacs is not ready, defer user input to...
12875 (gdb-prompt): ...here.
12876
12877 2008-02-16 Glenn Morris <rgm@gnu.org>
12878
12879 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
12880
12881 * startup.el (emacs-startup-time): Rename to `before-init-time'.
12882 (before-init-time): New name for `emacs-startup-time'.
12883 (command-line): Use before-init-time rather than emacs-startup-time.
12884 * time.el (emacs-uptime): Use before-init-time rather than
12885 emacs-startup-time.
12886
12887 * composite.el (composition-function-table): Doc fix.
12888
12889 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
12890 in favor of `%z' specifier.
12891 (emacs-uptime): Move to time.el.
12892 * time.el (emacs-uptime): Move here from time-date.el. Add optional
12893 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
12894 argument of format-seconds.
12895
12896 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
12897
12898 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
12899
12900 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
12901
12902 * ielm.el (ielm-is-whitespace): Remove.
12903 (ielm-is-whitespace-or-comment): New function.
12904 (ielm-eval-input): Use it.
12905
12906 2008-02-15 Jason Rumney <jasonr@gnu.org>
12907
12908 * term/mac-win.el: Fix coding tag.
12909
12910 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12911
12912 * vc-hooks.el (vc-menu-map):
12913 * bindings.el (mode-line-mode-menu): Add tooltips.
12914
12915 * bindings.el (help-echo): Add more tooltips. Use a less
12916 telegraphic style for existing tooltips.
12917
12918 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12919
12920 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
12921 from the auto-generated one.
12922
12923 2008-02-14 Glenn Morris <rgm@gnu.org>
12924
12925 * mail/rmail-spam-filter.el (rmail-spam-filter):
12926 Let-bind message-spam-status.
12927
12928 * mail/smtpmail.el (password-cache-add): Declare as function.
12929
12930 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
12931
12932 * mail/smtpmail.el: Use password-cache.
12933
12934 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
12935
12936 * uniquify.el (uniquify-buffer-base-name): New function.
12937 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12938
12939 * desktop.el (uniquify-managed): Don't defvar.
12940 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
12941 `uniquify-managed'. Return also the buffer's base name.
12942 (desktop-save): When saving the buffer info, filter out the base name,
12943 and save it as buffer name if the buffer is managed by uniquify.
12944 (uniquify-item-base): Don't declare; not called anymore.
12945
12946 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
12947
12948 * vc.el (vc-annotate-find-revision-at-line): New function.
12949 (vc-annotate-mode-map): Bind it.
12950 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
12951 some entries.
12952
12953 2008-02-14 Glenn Morris <rgm@gnu.org>
12954
12955 * calendar/time-date.el (format-seconds): New function.
12956 (emacs-uptime): Use format-seconds.
12957
12958 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12959 Remove `LC_ALL=C', since it's included in $(emacs) now.
12960
12961 2008-02-14 Zhang Wei <id.brep@gmail.com>
12962
12963 * textmodes/org-publish.el (org-publish-timestamp-filename):
12964 Replace colon characters in filename too.
12965
12966 2008-02-13 Bastien Guerry <bzg@altern.org>
12967
12968 * mail/rmail.el (rmail-header-name): New face.
12969 (rmail-font-lock-keywords): Use rmail-header-name.
12970
12971 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
12972 against X-Spam-Status header field.
12973 (rmail-spam-filter): Also check X-Spam-Status header field.
12974
12975 2008-02-14 Mark A. Hershberger <mah@everybody.org>
12976
12977 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12978 Add support for .pm files and .php files.
12979 (flymake-err-line-patterns): Add pattern for PHP errors.
12980 (flymake-php-init): New function. PHP support for flymake.
12981
12982 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12983 Add regular expression for PHP errors.
12984
12985 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
12986
12987 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
12988 This DTRT even on w32 machines.
12989 (ange-ftp-cf1): Quote FILENAME.
12990
12991 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12992
12993 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
12994 (smerge-auto-combine): New fun.
12995
12996 2008-02-12 Juri Linkov <juri@jurta.org>
12997
12998 * startup.el (fancy-startup-screen, normal-splash-screen):
12999 Set default-directory to command-line-default-directory.
13000
13001 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
13002 after reading the desktop.
13003
13004 * progmodes/compile.el (compilation-auto-jump):
13005 Call compile-goto-error only when compilation-auto-jump-to-first-error
13006 is non-nil.
13007 (compilation-scroll-output): Replace :type 'boolean with a choice
13008 that has three options including a third option `first-error'.
13009 Doc fix.
13010 (compilation-start, compilation-forget-errors): Add an alternate
13011 condition comparing compilation-scroll-output with `first-error'
13012 in addition to compilation-auto-jump-to-first-error (to call
13013 compilation-auto-jump in the proper place).
13014
13015 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13016
13017 * international/mule.el (sgml-html-meta-auto-coding-function):
13018 Make sure the search limit is ahead.
13019
13020 * tar-mode.el: Fix broken indentation.
13021 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
13022 Use with-current-buffer.
13023
13024 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
13025
13026 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
13027 it is already automatically buffer-local.
13028
13029 2008-02-12 Drew Adams <drew.adams@oracle.com>
13030
13031 * help.el (describe-key): Join some split lines to facilitate filling.
13032 * help-fns.el (describe-function-1): Fill text of overlong lines.
13033
13034 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
13035
13036 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
13037 Use unibyte-string instead of string-make-unibyte.
13038
13039 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
13040
13041 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
13044 works also for buffers w/o buffer-file-name. Update callers.
13045 (doc-view-clone-buffer-hook): New fun.
13046 (doc-view-mode): Use it for indirect clones. Mark the overlays with
13047 the `doc-view' property so they can be recognized.
13048
13049 * simple.el (clone-indirect-buffer-hook): New hook.
13050 (clone-indirect-buffer): Run it.
13051
13052 2008-02-11 Michael Olson <mwolson@gnu.org>
13053
13054 * epa-setup.el:
13055 * epg-package-info.el: Files removed.
13056
13057 2008-02-11 Daiki Ueno <ueno@unixuser.org>
13058
13059 * epa.el (epa-menu-mode): Merge into epa-mode.
13060 (epa-menu-items): Rename the label "EasyPG Assistant" to
13061 "Encryption/Decryption".
13062
13063 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
13064 (epa-dired-mode-map): Rename from epa-dired-map.
13065 (epa-global-dired-mode): Rename the global minor mode.
13066
13067 2008-02-11 Drew Adams <drew.adams@oracle.com>
13068
13069 * isearch.el (isearch-fail): New face.
13070 (isearch-message): Highlight failure part of input.
13071
13072 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * ibuffer.el (ibuffer-header-line-format): New var.
13075 (ibuffer-mode): Set it instead of header-line-format.
13076 (ibuffer-update): Use it to set header-line-format.
13077
13078 * international/mule-cmds.el (ucs-insert): Inherit surrounding
13079 properties like self-insert-command.
13080
13081 2008-02-11 Drew Adams <drew.adams@oracle.com>
13082
13083 * progmodes/etags.el: Add many doc strings.
13084
13085 2008-02-11 Jason Rumney <jasonr@gnu.org>
13086
13087 * ldefs-boot.el: Regenerated.
13088
13089 2008-02-11 Glenn Morris <rgm@gnu.org>
13090
13091 * progmodes/compile.el (compilation-error-regexp-alist-alist):
13092 Shorten some names.
13093
13094 * ffap.el (ffap-rfc-directories): Add :version.
13095
13096 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
13097
13098 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
13099 files, and backup files of same.
13100
13101 2008-02-11 Kevin Ryde <user42@zip.com.au>
13102
13103 * ffap.el (ffap-rfc-directories): New variable.
13104 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
13105
13106 * info.el (Info-next-reference, Info-prev-reference)
13107 (Info-try-follow-nearest-node): Move to and follow https:// links too.
13108
13109 * simple.el (completion-list-mode): Show full completion-list-mode-map
13110 in the docstring.
13111
13112 2008-02-11 Sam Steingold <sds@gnu.org>
13113
13114 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
13115
13116 2008-02-11 Glenn Morris <rgm@gnu.org>
13117
13118 * startup.el (emacs-startup-time): New variable.
13119 (command-line): Set emacs-startup-time.
13120
13121 * calendar/time-date.el (emacs-uptime): New function.
13122
13123 2008-02-10 Bastien Guerry <bzg@altern.org>
13124
13125 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
13126 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
13127 it is nil.
13128
13129 2008-02-10 Daiki Ueno <ueno@unixuser.org>
13130
13131 * epg-config.el: Expand the contents of epg-package-info.el.
13132 (epg-package-name): New constant.
13133 (epg-version-number): New constant.
13134 (epg-bug-report-address): New constant.
13135
13136 * epa-mail.el (epa-mail-mode): Add autoload cookie.
13137 (epa-global-mail-mode): New global minor mode.
13138
13139 * epa-file.el (epa-file-mode): New global minor mode.
13140
13141 * epa-dired.el (epa-dired-mode): New global minor mode.
13142
13143 * epa.el (epa-menu): New variable.
13144 (epa-menu-items): New variable.
13145 (epa-menu-mode): New global minor mode.
13146 (epa-global-minor-modes): New user option.
13147 (epa-mode): New global minor mode.
13148
13149 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
13150
13151 * net/dbus.el: Remove `no-byte-compile' cookie.
13152 (dbus-call-method, dbus-register-signal, dbus-debug)
13153 (dbus-registered-functions-table): Declare them with
13154 `declare-function' or `defvar', respectively.
13155 (top): Don't assert any longer. Require 'cl when compiling.
13156 Apply `ignore-errors' but `dbus-ignore-errors'.
13157
13158 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
13159
13160 * diff-mode.el (diff-add-change-log-entries-other-window):
13161 Use add-change-log-entry.
13162
13163 2008-02-09 Jason Rumney <jasonr@gnu.org>
13164
13165 * button.el (button-map):
13166 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
13167 * ldefs-boot.el: Regenerate.
13168
13169 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
13170
13171 * epa.el (epa-faces, epa):
13172 * epa-file.el (epa-file):
13173 * epg-config.el (epg): Add :version.
13174
13175 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
13176
13177 * vc.el (vc-exec-after): Append CODE to previous fragments.
13178 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
13179 take MESSAGES instead of VERBOSE; use it when non-nil.
13180 (vc-diff-internal): Compute messages once; use them;
13181 update call to vc-diff-finish.
13182
13183 2008-02-09 Michael Olson <mwolson@gnu.org>
13184
13185 * net/tramp.el (tramp-process-sentinel): Avoid error when process
13186 buffer has been killed, such as by
13187 `tramp-cleanup-all-connections'.
13188
13189 2008-02-09 Miles Bader <miles@gnu.org>
13190
13191 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
13192
13193 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
13196 splitter in context hunks.
13197
13198 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
13199
13200 * international/fontset.el (setup-default-fontset): Fix arabic otf
13201 font specification.
13202
13203 2008-02-08 Daiki Ueno <ueno@unixuser.org>
13204
13205 * epa-dired.el:
13206 * epa-file.el:
13207 * epa-mail.el:
13208 * epa-setup.el:
13209 * epa.el:
13210 * epg-config.el:
13211 * epg-package-info.el:
13212 * epg.el: Initial check-in of EasyPG.
13213
13214 2008-02-08 Glenn Morris <rgm@gnu.org>
13215
13216 * woman.el (woman-locale): New defcustom.
13217 (woman-expand-locale, woman-manpath-add-locales): New functions.
13218 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
13219
13220 * international/mule-cmds.el (locale-translate): New function,
13221 with old code extracted from set-locale-environment.
13222 (set-locale-environment): Use locale-translate. Set woman-locale.
13223
13224 * cus-start.el (selection-coding-system): Remove, since it's now
13225 defined in select.el rather than in xselect.c.
13226 * select.el (selection-coding-system): Make it a defcustom, and
13227 add the properties from cus-start.el. Bump :version.
13228
13229 * custom.el (custom-theme-set-variables): Sort symbols that are
13230 dependencies before symbols that depend on them.
13231 (custom-enabled-themes): Set after custom-theme-directory.
13232
13233 * pcmpl-unix.el (top-level): Move provide statement to end.
13234 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
13235 `*' from doc-string. Allow to be nil.
13236 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
13237 Allow to be nil. Add :version.
13238 (pcmpl-ssh-hosts): Move definition before use. Handle lines
13239 without hostnames, and multiple hostnames per line.
13240
13241 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
13242
13243 2008-02-08 Phil Hagelberg <phil@evri.com>
13244
13245 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
13246 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
13247
13248 2008-02-07 Timo Savola <timo.savola@iki.fi>
13249
13250 * startup.el (command-line-x-option-alist): Add --parent-id.
13251
13252 * term/x-win.el (x-handle-parent-id): New function.
13253
13254 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13255
13256 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
13257 "Font Menu".
13258
13259 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
13260
13261 * net/dbus.el (dbus-interface-peer): New defconst.
13262 (dbus-ping): New defun.
13263
13264 2008-02-06 Sam Steingold <sds@gnu.org>
13265
13266 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
13267
13268 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13269
13270 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
13271 Just return nil and let the C code provide a fallback.
13272
13273 2008-02-05 Glenn Morris <rgm@gnu.org>
13274
13275 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
13276 tramp-flush-connection-property for removed 2nd argument.
13277
13278 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
13279
13280 * diff-mode.el (diff-add-change-log-entries-other-window):
13281 Rename from diff-create-changelog. Change users.
13282 Minor change to hopefully work with plain diffs.
13283 (diff-mode-map): Add binding for it.
13284
13285 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
13286
13287 * diff-mode.el: Add new TODO entry.
13288 (diff-create-changelog): New function.
13289 (diff-mode-menu): Bind it.
13290
13291 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
13292
13293 * international/mule-diag.el (print-fontset-element): Handle the
13294 case of inhibiting the fallback fonts.
13295
13296 2008-02-04 Kim F. Storm <storm@cua.dk>
13297
13298 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
13299 (ido-magic-delete-char): Use prefix arg.
13300
13301 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
13302
13303 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
13304 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
13305 of today, the most recent libpng is 1.2.24).
13306
13307 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
13308
13309 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
13310
13311 * net/dbus.el (top): Check (featurep 'dbusbind).
13312
13313 * net/tramp.el (tramp-process-sentinel): New defun.
13314 (tramp-do-copy-or-rename-file-out-of-band)
13315 (tramp-maybe-open-connection): Use it as process sentinel.
13316 (tramp-handle-delete-directory): Don't use the "-f" option; it
13317 isn't portable.
13318 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
13319 after the command.
13320 (tramp-handle-shell-command): Set `mode-line-process' in the
13321 asynchronous case.
13322
13323 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
13324
13325 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
13326 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
13327 Use `tramp-process-sentinel' as process sentinel.
13328
13329 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
13330
13331 * whitespace.el (global-whitespace-mode): Revert last change.
13332 (whitespace-unload-function): Force `global-whitespace-mode'
13333 to deactivate local modes in a slightly less intrusive way.
13334
13335 2008-02-02 Eli Zaretskii <eliz@gnu.org>
13336
13337 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
13338
13339 2008-02-02 Glenn Morris <rgm@gnu.org>
13340
13341 * international/latin1-disp.el (latin1-display):
13342 * progmodes/fortran.el (fortran-comment-indent-char):
13343 * progmodes/idlw-shell.el (top-level):
13344 * term/mac-win.el (mac-keyboard-translate-char):
13345 * whitespace.el (whitespace-char-valid-p):
13346 * wid-edit.el (widget-key-sequence-read-event):
13347 Use characterp rather than char-valid-p.
13348
13349 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
13350 to capitalized-find-word-boundary. Doc fix. Update callers.
13351 (capitalized-next-word-boundary-function-table): Rename to
13352 capitalized-find-word-boundary-function-table. Doc fix. Update users.
13353
13354 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
13355 string-to-int.
13356
13357 * ps-def.el (declare-function): Add compatibility definition.
13358 (ps-plot-with-face, ps-plot-string): Declare as functions.
13359 (ps-bold-faces, ps-italic-faces): Declare variables.
13360
13361 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
13362 (ps-mule-end-job): Declare as functions.
13363
13364 * wid-edit.el (widget-string-complete): Use assoc-string rather
13365 than assoc-ignore-case.
13366
13367 See ChangeLog.13 for earlier changes.
13368
13369 ;; Local Variables:
13370 ;; coding: utf-8
13371 ;; add-log-time-zone-rule: t
13372 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
13373 ;; End:
13374
13375 Copyright (C) 2008 Free Software Foundation, Inc.
13376
13377 This file is part of GNU Emacs.
13378
13379 GNU Emacs is free software: you can redistribute it and/or modify
13380 it under the terms of the GNU General Public License as published by
13381 the Free Software Foundation, either version 3 of the License, or
13382 (at your option) any later version.
13383
13384 GNU Emacs is distributed in the hope that it will be useful,
13385 but WITHOUT ANY WARRANTY; without even the implied warranty of
13386 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13387 GNU General Public License for more details.
13388
13389 You should have received a copy of the GNU General Public License
13390 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
13391
13392 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc