]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
* net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
[gnu-emacs] / lisp / ChangeLog
1 2009-03-24 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/ange-ftp.el (ange-ftp-skip-msgs): Add 534.
4
5 2009-03-24 Glenn Morris <rgm@gnu.org>
6
7 * wid-edit.el (widget-specify-field): Don't add a second overlay for a
8 field with just a newline character.
9 (widget-field-value-get): Don't reduce fields with just a space
10 character to null.
11 (character): Accept newline. (Bug#2689)
12
13 2009-03-24 Kenichi Handa <handa@m17n.org>
14
15 * international/fontset.el (font-encoding-alist): Add an entry for
16 muletibetan-0. (Bug#2722)
17
18 2009-03-23 Dan Nicolaescu <dann@ics.uci.edu>
19
20 * vc-bzr.el (vc-bzr-working-revision): Add support for lightweight
21 checkouts. (Bug#2157)
22 (vc-bzr-after-dir-status): Ignore a warning for bzr status.
23 (vc-bzr-dir-extra-headers): Add headers for lightweight checkouts.
24
25 2009-03-22 Richard M Stallman <rms@gnu.org>
26
27 * mail/rmail.el (rmail-expunge): Update summary buffer even if DONT-SHOW.
28 (rmail-expunge): Without DONT-SHOW, show the message even after
29 updating summary.
30
31 2009-03-21 Jari Aalto <jari.aalto@cante.net>
32
33 * time.el (display-time-default-load-average): Doc fix.
34
35 2009-03-21 Eli Zaretskii <eliz@gnu.org>
36
37 * simple.el (handle-shift-selection): Doc fix. (Bug#2738)
38
39 2009-03-21 Chong Yidong <cyd@stupidchicken.com>
40
41 * files.el (file-modes-rights-to-number): Doc fix.
42 (file-modes-symbolic-to-number): Handle empty permissions
43 arg (Bug#2729).
44
45 2009-03-21 Dan Nicolaescu <dann@ics.uci.edu>
46
47 * vc.el (Todo): Add note on simplifying vc-register.
48
49 2009-03-21 Eli Zaretskii <eliz@gnu.org>
50
51 * eshell/em-ls.el (eshell-ls-dir): Call
52 eshell-directory-files-and-attributes with additional argument
53 'integer or 'string, according to numeric-uid-gid.
54 (eshell-ls-file): Don't convert UID and GID to strings, as
55 eshell-ls-dir already did. Enlarge max user-name string length to
56 14 characters.
57 (eshell-do-ls): Fix the long name of the -L option.
58
59 * eshell/esh-util.el (directory-files-and-attributes): Accept and
60 ignore additional optional argument id-format.
61 (eshell-directory-files-and-attributes): Call
62 directory-files-and-attributes with additional argument id-format.
63
64 * eshell/em-ls.el (eshell-ls-file): Enlarge default size-width to 8.
65 (eshell-ls-dir): Under -l, call eshell-ls-printable-size with last
66 argument nil.
67
68 2009-03-21 David Reitter <david.reitter@gmail.com>
69
70 * cus-start.el (all): Use existing `ns' rather than new `nextstep'
71 group for variables affected by last two changes.
72
73 2009-03-21 Eli Zaretskii <eliz@gnu.org>
74
75 * cus-start.el (all): Fix last change.
76
77 2009-03-21 David Reitter <david.reitter@gmail.com>
78
79 * cus-start.el (all): Add ns-control-modifier,
80 ns-command-modifier, ns-alternate-modifier, ns-function-modifier,
81 ns-antialias-text, and ns-use-qd-smoothing.
82
83 2009-03-20 Dan Nicolaescu <dann@ics.uci.edu>
84
85 * vc-dir.el (vc-dir-deduce-fileset): Make the error message more explicit.
86
87 2009-03-19 Juanma Barranquero <lekktu@gmail.com>
88
89 * subr.el (forward-point): Add obsolescence declaration.
90
91 * paren.el (show-paren-function):
92 * simple.el (kill-forward-chars, kill-backward-chars):
93 Use (+/- (point) N), instead of `forward-point'.
94
95 2009-03-19 Glenn Morris <rgm@gnu.org>
96
97 * mail/rmail.el (rmail-retry-ignored-headers): Add :version tag.
98
99 * mail/supercite.el (sc-version): Doc fix.
100
101 2009-03-19 Leo <sdl.web@gmail.com> (tiny change)
102
103 * mail/supercite.el (sc-version): Fix typo in interactive spec.
104
105 2009-03-19 Kenichi Handa <handa@m17n.org>
106
107 * international/quail.el (quail-update-leim-list-file):
108 Save leim-list.el in utf-8.
109
110 * international/mule-cmds.el (leim-list-header):
111 Use utf-8 coding tag.
112
113 * term/ns-win.el: Call create-default-fontset, not
114 setup-default-fontset. Call create-fontset-from-fontset-spec
115 within condition-case.
116
117 * term/w32-win.el (w32-initialize-window-system):
118 Call create-default-fontset, not setup-default-fontset.
119 Call create-fontset-from-fontset-spec within condition-case.
120
121 * term/x-win.el (x-initialize-window-system):
122 Call create-default-fontset, not setup-default-fontset.
123 Call create-fontset-from-fontset-spec within condition-case.
124
125 * international/fontset.el (create-default-fontset): New function.
126 (create-fontset-from-x-resource): Use display-warning instead of
127 message.
128
129 2009-03-18 Richard M Stallman <rms@gnu.org>
130
131 * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
132 (rmail-retry-failure): Undo previous change.
133
134 2009-03-18 Kenichi Handa <handa@m17n.org>
135
136 * international/mule.el (after-insert-file-set-coding):
137 Set buffer-file-coding-system directly without calling
138 set-buffer-file-coding-system. (Fixes bug described in
139 follow-up to bug#2317).
140
141 2009-03-17 Juanma Barranquero <lekktu@gmail.com>
142
143 * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
144
145 2009-03-17 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
146
147 * international/characters.el (cjk-char-width-table):
148 Add cp932-2-byte.
149
150 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
151
152 * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
153
154 2009-03-16 David Reitter <david.reitter@gmail.com>
155
156 * faces.el (set-face-attributes-from-resources)
157 (face-set-after-frame-default): Do not import X resources on NS
158 because NS does not have system-wide X resources.
159
160 2009-03-16 Richard M Stallman <rms@gnu.org>
161
162 * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
163 (rmail-expunge): Show the message only once, and only if needed.
164 If the current message was current before, just re-swap.
165
166 2009-03-16 Kenichi Handa <handa@m17n.org>
167
168 * international/ccl.el (ccl-compile-if): Signal an error for
169 invalid operator.
170
171 2009-03-16 Chong Yidong <cyd@stupidchicken.com>
172
173 * minibuffer.el (read-file-name): Doc fix.
174
175 * tooltip.el (tooltip-show-help-non-mode): Don't set
176 tooltip-previous-message if called with the same tooltip that is
177 showing (Bug#2680).
178
179 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
180 (completing-read-multiple): Set and restore
181 choose-completion-string-functions (Bug#1080).
182
183 2009-03-15 Glenn Morris <rgm@gnu.org>
184
185 * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
186 value to help people with the formatting.
187
188 * mail/sendmail.el (mail-yank-prefix): Doc fix.
189 (mail-mode-map): Only enable the "Cite Original" menu-item when
190 appropriate. Standardize the text used for other headers re hyphens.
191
192 * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
193 like "Reply-To".
194
195 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
196
197 * minibuffer.el (completion-styles): Add emacs22 completion style
198 as fallback.
199
200 2009-03-15 Dan Nicolaescu <dann@ics.uci.edu>
201
202 * vc.el (vc-checkin): Add an extra argument for the VC backend,
203 pass it down to vc-start-logentry.
204 (vc-next-action, vc-transfer-file): Pass the VC backend to
205 vc-checkin.
206 (vc-next-action): Do not assume that all backends in
207 vc-handled-backends are upper case.
208
209 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
210
211 * files.el (get-free-disk-space): Ensure that default-directory is
212 usable before calling call-process. Suggested by Kevin
213 Ryde (Bug#2631).
214
215 2009-03-14 David Reitter <david.reitter@gmail.com>
216
217 * term/ns-win.el (ns-expand-space): Remove.
218 (ns-show-prefs event): Run `customize'.
219 (ns-power-off): Run `save-buffers-kill-emacs', but ask user
220 whether to save files (as is standard).
221 (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
222 (menu-bar-enable-clipboard): Do not undefine these.
223 (ns-save-preferences, ns-save-options, ns-show-preferences-help):
224 Remove.
225
226 2009-03-14 Glenn Morris <rgm@gnu.org>
227
228 * mail/mailalias.el: Remove leading `*' from defcustom docs.
229
230 * mail/sendmail.el (mail-interactive): Doc fix.
231 (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
232 (mail-setup): Use the function mail-signature.
233 (mail-mode-hook): Doc fix.
234 (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
235 (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
236 (mail-signature): Check the signature file is readable.
237 With the argument ATPOINT, really insert at point.
238 Handle the case when the variable mail-signature is an expression.
239
240 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
241
242 * simple.el (undo-outer-limit-truncate): Mention that
243 warning-suppress-types is defined in the warnings
244 library (Bug#2668).
245
246 2009-03-14 Dan Nicolaescu <dann@ics.uci.edu>
247
248 * vc.el (vc-default-receive-file): The 'register method now
249 expects a list, pass a list.
250
251 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
252
253 * doc-view.el (doc-view-sentinel): Strip trailing newline from
254 event message.
255
256 2009-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
259 modified status before running the major-mode.
260
261 * simple.el (undo): Don't loop when encountering empty undo records.
262
263 2009-03-13 Tassilo Horn <tassilo@member.fsf.org>
264
265 * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
266
267 2009-03-13 Alexandre Julliard <julliard@winehq.org>
268
269 * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
270 Fall back to original commit if vc-git-symbolic-commit fails to
271 find a symbolic name.
272 (vc-git-symbolic-commit): Don't limit search to tags.
273 Treat "undefined" as an error. (Bug #2110)
274
275 2009-03-13 D. Goel <deego3@gmail.com>
276
277 * ibuf-ext.el:
278 * midnight.el (midnight-next):
279 * progmodes/ebrowse.el:
280 * progmodes/flymake.el (flymake-float-time):
281 When calling (multiple-value-bind/setq .. ls) replace ls
282 by (values-list ls) throughout.
283
284 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
285
286 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
287 params. (Bug #2654)
288
289 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
290
291 * files.el (auto-mode-alist): Add rules for OpenOffice extension
292 packages, as well as Opkg/Ipkg packages.
293
294 * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
295 (tar-summarize-buffer): Don't silently skip incomplete headers.
296 (tar-mode): Revert to fundamental-mode in case of malformed tar data.
297 (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
298 treat a tar file member as being a tar file itself, just because
299 its own filename includes the parent tar file's.
300
301 2009-03-13 Kenichi Handa <handa@m17n.org>
302
303 * international/mule-diag.el (print-fontset): Handling of the
304 argument FONTSET changed for consistency. Reorder the printed
305 information to match with the font searching strategy.
306 (describe-fontset): Use face-attribute to get the fontset of the
307 selected frame.
308 (mule-diag): Likewise. Print both font and fontset of the frame.
309
310 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
311
312 * term.el (term-send-raw-string): Deactivate mark.
313 (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
314
315 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
316
317 * register.el (get-register): Rename arg REG to REGISTER for
318 consistency with other register functions.
319 (set-register, jump-to-register): Fix typos in docstrings.
320 (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
321
322 2009-03-12 Glenn Morris <rgm@gnu.org>
323
324 * mail/mailabbrev.el (mail-abbrev-next-line)
325 (mail-abbrev-end-of-buffer): Doc fixes.
326
327 2009-03-11 Jason Rumney <jasonr@gnu.org>
328
329 * term/w32-win.el (w32-initialize-window-system): Don't override
330 Japanese font settings.
331 (xlfd-regexp-registry-subnum): Remove unused declaration.
332 (w32-drag-n-drop-debug): Comment out unused debug function.
333
334 2009-03-11 Glenn Morris <rgm@gnu.org>
335
336 * mail/rmailedit.el (rmail-edit-mode):
337 Set write-region-annotate-functions. (Bug#2625)
338
339 2009-03-10 Juanma Barranquero <lekktu@gmail.com>
340
341 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
342
343 2009-03-10 Jason Rumney <jasonr@gnu.org>
344
345 * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
346
347 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
348
349 * server.el (server-process-filter): Use expand-file-name rather than
350 command-line-normalize-file-name so as to use the `dir' when provided.
351
352 * doc-view.el (doc-view-convert-current-doc): Fix last change.
353
354 2009-03-10 Glenn Morris <rgm@gnu.org>
355
356 * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
357 Doc fixes.
358 (mail-mailing-lists): Remove leading `*' from defcustom doc.
359
360 * simple.el (compose-mail): Doc fix.
361
362 2009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change)
363
364 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
365
366 2009-03-09 Jason Rumney <jasonr@gnu.org>
367
368 * minibuffer.el (read-file-name): Only split dir name when
369 default filename is missing. (Bug#2585)
370
371 2009-03-08 Chong Yidong <cyd@stupidchicken.com>
372
373 * finder.el (finder-commentary): Don't delete other
374 windows (Bug#2291).
375
376 * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
377 first (Bug#2449).
378
379 2009-03-08 Andreas Schwab <schwab@linux-m68k.org>
380
381 * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
382
383 2009-03-07 Eli Zaretskii <eliz@gnu.org>
384
385 * woman.el (woman-parse-colon-path): Return a list even if there's
386 only one directory in PATHS.
387 (woman-mode): Restore tab-width value after the call to Man-mode,
388 since Man-mode resets it to the default, and that makes right
389 margin extend beyond woman-fill-column.
390
391 * man.el (Man-init-defvars) [windows-nt]: Use a special command
392 list. Don't invoke Awk.
393
394 2009-03-06 Glenn Morris <rgm@gnu.org>
395
396 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
397 custom type.
398
399 2009-03-05 Tassilo Horn <tassilo@member.fsf.org>
400
401 * doc-view.el (doc-view-convert-current-doc): Save the current
402 resolution in the cache directory.
403 (doc-view-initiate-display): Restore the saved resolution when
404 using cached image files.
405
406 2009-03-05 Glenn Morris <rgm@gnu.org>
407
408 * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
409 buffer-local in the view buffer, not the rmail buffer.
410
411 * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
412 at the end of the existing messages, ensuring there is a blank line
413 between them. (Bug#2521)
414
415 * mail/rmail.el (rmail-ensure-blank-line): New function.
416 * mail/rmailedit.el (rmail-cease-edit):
417 * mail/rmailout.el (rmail-output-as-mbox):
418 * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
419
420 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
421 (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type.
422 Add version.
423 (rmail-mime-total-number-of-bulk-attachments): Doc fix.
424 (rmail-mime): Doc fix. Use rmail-apply-in-message.
425 Disable undo in the mime buffer, mark unmodified.
426
427 2009-03-04 David Reitter <david.reitter@gmail.com>
428
429 * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
430 if unbound in order to enable the item.
431 For paste menu item, same, and check kill-ring.
432
433 2009-03-04 Sam Steingold <sds@gnu.org>
434
435 * progmodes/compile.el (compilation-error-regexp-alist-alist):
436 Handle "omake -P" messages "file foo changed".
437
438 2009-03-04 Glenn Morris <rgm@gnu.org>
439
440 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
441
442 * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
443 (rmail-sort-by-date, rmail-sort-by-subject)
444 (rmail-sort-by-author, rmail-sort-by-recipient)
445 (rmail-sort-by-correspondent, rmail-select-correspondent)
446 (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
447 (rmail-make-date-sortable): Doc fixes.
448 (rmail-sort-by-correspondent): Downcase correspondents.
449 (rmail-sort-by-labels): Make it work.
450 (rmail-sort-messages): Restore undo if it was initially enabled.
451 Fix bobp/bolp typo that was adding a line on every sort.
452
453 * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
454 Disable undo in the summary buffer.
455 (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
456 (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
457 (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
458 (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
459 (rmail-summary-sort-by-labels): Replace `(function (lambda'
460 by `(lambda'.
461
462 2009-03-03 Sam Steingold <sds@gnu.org>
463
464 * progmodes/compile.el (compilation-move-to-column):
465 Guard against negative col values.
466
467 2009-03-03 Simon Josefsson <simon@josefsson.org>
468
469 * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
470 in preference order.
471 (smtpmail-try-auth-methods): Improve which authentication
472 mechanism to use, so that the locally most preferred and mutually
473 supported mechanism is used.
474
475 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
478 the function takes no argument.
479
480 2009-03-03 Glenn Morris <rgm@gnu.org>
481
482 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
483 (rmail-header-name): Doc fixes.
484 (rmail-show-message-verbose-min): Add :version.
485 (rmail-highlight-headers): Add doc string. Simplify.
486
487 * mail/rmailsum.el (rmail-summary-scroll-between-messages)
488 (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
489 (rmail-summary-by-senders): Doc fix.
490 (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
491 Make the output menu-items consistent with rmail-mode-map.
492 Bind rmail-summary-by-senders to C-M-f.
493 (rmail-summary-search): Ensure the selected message shows.
494
495 2009-03-03 Kenichi Handa <handa@m17n.org>
496
497 * files.el (basic-save-buffer-1): Set car part of
498 buffer-file-coding-system-explicit.
499 (revert-buffer): Check car part of buffer-file-coding-system-explicit.
500
501 * international/mule-cmds.el (select-safe-coding-system): If cdr
502 part of buffer-file-coding-system-explicit is set, ignore
503 default-buffer-file-coding-system and the most preferred coding system.
504
505 * international/mule.el (set-buffer-file-coding-system): Set cdr
506 part of buffer-file-coding-system-explicit.
507 (after-insert-file-set-coding):
508 Set buffer-file-coding-system-explicit to a cons.
509
510 2009-03-02 Glenn Morris <rgm@gnu.org>
511
512 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
513 Add :set-after listing variables on which we might depend.
514
515 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
516 function has access to all the headers, not just the visible ones.
517 Avoid extraneous leading whitespace in `References'.
518 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
519 Doc fixes.
520 (rmail-retry-failure): Use rmail-get-header rather than a magical
521 save-excursion/restriction combination that does nothing.
522 (rmail-delete-headers): New function.
523 (rmail-retry-failure): Restore yet another feature mbox Rmail removed
524 without telling anyone, namely rmail-retry-ignored-headers.
525
526 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
527
528 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
529
530 2009-03-01 Glenn Morris <rgm@gnu.org>
531
532 * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
533 rmail-resend in the menu.
534
535 * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
536 custom choice. (Bug#2506)
537
538 2009-02-28 Eli Zaretskii <eliz@gnu.org>
539
540 * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
541 Use "--color=always".
542
543 2009-02-28 Glenn Morris <rgm@gnu.org>
544
545 * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
546
547 * mail/rmailmm.el (rmail-mime): Add autoload cookie.
548 * mail/rmail.el (rmail-mode-map):
549 * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
550
551 * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
552 Fix custom choice to match default.
553 (rmail-get-new-mail): Doc fix.
554 (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
555 header style.
556
557 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
558
559 * replace.el (keep-lines-read-args): Use empty string as
560 default (Bug#2495).
561
562 * menu-bar.el (menu-set-font): Fix last fix.
563
564 2009-02-27 Glenn Morris <rgm@gnu.org>
565
566 * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
567 just a buffer, to find a definition.
568
569 * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
570 part against rmail-output's oddness.
571
572 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
573
574 * menu-bar.el (menu-set-font): Assign the same font object to all
575 frames (Bug#2476).
576
577 2009-02-26 Michael Albinus <michael.albinus@gmx.de>
578
579 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
580
581 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
582
583 * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
584 (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
585 (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
586 (x-dnd-init-motif-for-frame): Fix typos in docstrings.
587 (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
588 Reflow docstrings.
589
590 2009-02-26 Glenn Morris <rgm@gnu.org>
591
592 * mail/rmailsum.el (rmail-summary-rmail-update):
593 Use rmail-message-unseen-p. (Bug#2477)
594 (rmail-summary-mark-seen): Add option to mark as unseen.
595 (rmail-summary-rmail-update): Store a position in
596 rmail-summary-put-back-unseen rather than just a flag, and use it to put
597 back the "-" mark in the summary.
598
599 * progmodes/cc-vars.el (c-style-variables-are-local-p):
600 Mark as safe if boolean. (Bug#2197)
601
602 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
603
604 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
605 return a string. (Bug#2428)
606
607 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
608
609 * bs.el (bs--down):
610 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
611
612 2009-02-25 Glenn Morris <rgm@gnu.org>
613
614 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
615
616 * simple.el (eval-expression):
617 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
618
619 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
620
621 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
622
623 2009-02-25 David Reitter <david.reitter@gmail.com>
624
625 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
626
627 2009-02-25 Kenichi Handa <handa@m17n.org>
628
629 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
630
631 * composite.el (auto-composition-mode): Don't add a hook to
632 after-change-functions. Don't decompose the buffer.
633 (auto-composition-after-change): Delete it.
634 (toggle-auto-composition): Make it an alias of
635 auto-composition-mode.
636 (auto-compose-region): Delete it.
637
638 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
641 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
642 (ns-delete-working-text): Merge with ns-unecho-working-text.
643 Decide which to use based on ns-working-overlay.
644 (ns-unecho-working-text): Remove.
645 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
646
647 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
648
649 * textmodes/ispell.el (ispell-region): Adapt "done" message to
650 coding conventions. (Bug#2447)
651
652 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
653 argument is 0. Doc fix. (Bug#1527)
654
655 * w32-vars.el (w32-system-shells): Doc fix.
656
657 * image.el (image-load-path-for-library, insert-sliced-image):
658 Fix typos in docstrings.
659
660 2009-02-24 Glenn Morris <rgm@gnu.org>
661
662 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
663 :set function. (Bug#2429)
664
665 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
666 potential use.
667
668 * progmodes/cperl-mode.el (cperl-find-pods-heres):
669 Don't globally bind `name'.
670
671 * emacs-lisp/elint.el (elint-unknown-builtin-args):
672 Fix encode-time spec. (Bug#2453)
673 (elint-find-builtin-args): Make the match more restrictive.
674 Handle errors. Return a result actually containing the function name.
675
676 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
677 already did. (Bug#2440)
678 (rmail-quit): Don't swap buffers. (Bug#2441)
679 (rmail-list-to-menu): Don't globally bind `name'.
680
681 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
682
683 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
684 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
685
686 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
687
688 * bs.el (bs--down): When wrapping around, use `forward-line',
689 not `goto-line', to avoid distracting "Mark set" message.
690
691 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
692
693 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
694 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
695
696 2009-02-23 Miles Bader <miles@gnu.org>
697
698 * proced.el (proced-process-attributes):
699 * server.el (server-running-p): Rename `system-process-attributes'
700 to `process-attributes'.
701
702 2009-02-22 Juri Linkov <juri@jurta.org>
703
704 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
705 Doc fix.
706
707 * dired-x.el (dired-guess-shell-command): Use read-shell-command
708 instead of read-from-minibuffer.
709 (dired-read-shell-command): Add code that uses
710 minibuffer-with-setup-hook to set minibuffer-default-add-function
711 to minibuffer-default-add-dired-shell-commands exactly like
712 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
713
714 * dired-x.el (dired-smart-shell-command): Remove code that uses
715 minibuffer-with-setup-hook to set minibuffer-default-add-function
716 to minibuffer-default-add-shell-commands because the same code was
717 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
718
719 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
720
721 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
722 lisp number is in decimal.
723
724 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
725
726 * progmodes/compile.el (compilation-error-regexp-alist-alist):
727 Tweak regexp (Bug#2173).
728
729 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
730 avoid yanks (Bug#2408).
731
732 2009-02-21 Alan Mackenzie <acm@muc.de>
733
734 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
735
736 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
737 parse case clauses with (compile-time) expressions.
738
739 2009-02-21 Eli Zaretskii <eliz@gnu.org>
740
741 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
742 encoding during editing. Make sure to use encoding that can
743 safely encode the message. Rewrite MIME charset= header if the
744 new encoding is different from the old one.
745
746 2009-02-21 Glenn Morris <rgm@gnu.org>
747
748 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
749 at the start of the headers.
750 (sc-mail-check-from): New function.
751
752 2009-02-20 Martin Rudalics <rudalics@gmx.at>
753
754 * progmodes/python.el (python-shift-left, python-shift-right):
755 When the mark is not active shift the current line. (Bug#2381)
756 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
757
758 2009-02-20 Andreas Schwab <schwab@suse.de>
759
760 * startup.el (command-line): Don't match an empty argument as an
761 option.
762 (command-line-1): Likewise.
763
764 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
765
766 * apropos.el (apropos-library): Check for null filename in load-history.
767
768 2009-02-20 Glenn Morris <rgm@gnu.org>
769
770 * apropos.el (apropos-library): Remove the element with null filename,
771 if present, from the completion list.
772
773 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
774 (rmail-speedbar-find-file): Use rmail rather than find-file.
775
776 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
777
778 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
779
780 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
781
782 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
783 Fix regexp (Bug#2385).
784 (bibtex-autokey-get-title): Observe case for
785 bibtex-autokey-titleword-ignore.
786
787 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
788
789 * server.el (server-start): Make the warning more
790 verbose (Bug#2395).
791
792 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
793
794 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
795 Make sure we stop when we reach the limit.
796
797 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
798 a "..." does not quote anything. (Bug#2384)
799
800 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
801
802 2009-02-19 Andreas Schwab <schwab@suse.de>
803
804 * term.el: Remap self-insert-command to term-send-raw in
805 term-raw-map. (Bug#2386)
806
807 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
808
809 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
810 of the function as being part of the function.
811
812 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
813
814 * progmodes/compile.el (compilation-error-regexp-alist-alist):
815 Move entry for maven (alphabetical order).
816
817 2009-02-19 Glenn Morris <rgm@gnu.org>
818
819 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
820 Regexp-quote default argument taken from current subject.
821 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
822
823 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
824 Move here from rmail.el. Be more careful about error-handling.
825 Restore the feature of temporarily setting all old messages
826 undeleted before expunging (removed 2009-02-18).
827
828 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
829 Don't declare.
830 (rmail-get-new-mail-filter-spam): Declare. Move definition to
831 rmail-spam-filter.el.
832 (rmail-get-new-mail-1): Move the beep and sleep to
833 rmail-get-new-mail-filter-spam.
834
835 2009-02-18 Martin Rudalics <rudalics@gmx.at>
836
837 * cus-edit.el (custom-group-value-create): Insert some
838 informatory text in the WIDGET-misses-doc-string case.
839
840 2009-02-18 Sam Steingold <sds@gnu.org>
841
842 * progmodes/compile.el: Require comint at top level to fix the
843 last patch.
844
845 2009-02-18 Martin Rudalics <rudalics@gmx.at>
846
847 * cus-edit.el (custom-group-value-create): Don't throw an error
848 when WIDGET has no doc-string. (Bug#2356)
849
850 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
851
852 * progmodes/cc-menus.el (imenu-progress-message):
853 Remove bogus cc-bytecomp-defun.
854 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
855 Don't let-bind variable `stupid'. (Bug#1638)
856
857 2009-02-18 Glenn Morris <rgm@gnu.org>
858
859 * mail/rmail.el (rmail-get-new-mail-filter-spam):
860 * mail/rmail-spam-filter.el (rmail-spam-filter):
861 Show a message rather than the raw mbox while prompting.
862
863 2009-02-18 Martin Rudalics <rudalics@gmx.at>
864
865 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
866
867 2009-02-18 Glenn Morris <rgm@gnu.org>
868
869 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
870 declaration.
871 (top-level): No need for cl now.
872 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
873 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
874 (rsf-autosave-newly-added-definitions, rsf-white-list)
875 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
876 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
877 (rsf-customize-spam-definitions, rsf-customize-group)
878 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
879 (rsf-check-field): Use setcar and setcdr rather than setf.
880 (rmail-spam-filter): Simplify.
881 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
882 (rsf-add-region-to-spam-list): Use rmail-get-header or
883 buffer-substring-no-properties. Regexp-quote the extracted data.
884 Make the messages less verbose.
885 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
886 simplify things.
887 (rsf-add-content-type-field): Make the message less verbose.
888
889 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
890 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
891 rmail-deleted-vector.
892 (rmail-insert-inbox-text, rmail-collect-deleted)
893 (rmail-set-message-deleted-p, rmail-only-expunge)
894 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
895 (rmail-get-labels): Remove unused local `blurb'.
896 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
897 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
898 (rmail-set-message-deleted-p): Doc fixes.
899
900 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
901 Update callers for associated name change.
902 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
903 * mail/unrmail.el (unrmail): Use mail-mbox-from.
904
905 2009-02-17 Richard M Stallman <rms@gnu.org>
906
907 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
908
909 * mail/rmail.el (rmail-copy-headers): When copying full headers,
910 correctly put point at the end.
911
912 2009-02-17 Sam Steingold <sds@gnu.org>
913
914 * progmodes/compile.el (compilation-filter):
915 Call `comint-carriage-motion', just like `comint-output-filter'.
916
917 2009-02-17 Jason Rumney <jasonr@gnu.org>
918
919 * files.el (make-directory): Stop recursing if parent is
920 self. (Bug#2309)
921
922 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
923
924 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
925
926 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
927
928 2009-02-17 Miles Bader <miles@gnu.org>
929
930 * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
931 copyright statements where the years follow the name.
932
933 2009-02-17 Glenn Morris <rgm@gnu.org>
934
935 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
936 move point. (Bug#2209)
937
938 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
939 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
940 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
941 to "not-rmail", and make it work. Simplify.
942 (rmail-mbox-from): New function.
943 (rmail-output-as-mbox): Use rmail-mbox-from.
944 (rmail-output): Ensure a From line in the not-rmail Babyl case.
945
946 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
947 error if the header is corrupt.
948
949 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
950
951 * net/newst-treeview.el (newsticker--treeview-load):
952 Offer deletion of old groups file.
953
954 2009-02-16 Glenn Morris <rgm@gnu.org>
955
956 * mail/rmailout.el (rmail-delete-unwanted-fields)
957 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
958 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
959 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
960 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
961
962 2009-02-15 Glenn Morris <rgm@gnu.org>
963
964 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
965
966 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
967 (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
968 Remove unnecessary use of with-no-warnings.
969 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
970 (rmail-output-as-mbox): Start search from point-min. If constructing a
971 "From " line, prefer the date header over the current time.
972 (rmail-update-summary): Move declaration earlier in file.
973
974 2009-02-15 Richard M Stallman <rms@gnu.org>
975
976 * mail/rmailedit.el (rmail-edit-diff-headers):
977 Delete spurious reference to OLD.
978
979 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
980
981 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
982 the `with-buffer-unmodified' to avoid useless `readlink' calls.
983
984 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
985
986 * textmodes/bibtex.el (bibtex-global-key-alist)
987 (bibtex-initialize): Exclude current buffer if it does not use
988 bibtex-mode.
989 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
990 (bibtex-sort-buffer, bibtex-search-entry)
991 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
992 test whether bibtex-strings and bibtex-reference-keys have their
993 initial values.
994
995 2009-02-14 Eli Zaretskii <eliz@gnu.org>
996
997 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
998 around forms that refer to translation-table-for-input.
999
1000 * isearch.el (isearch-search-string): Use `with-no-warnings'
1001 around forms that refer to translation-table-for-input.
1002
1003 * international/quail.el (quail-input-string-to-events)
1004 (quail-store-decode-map-key, quail-char-equal-p):
1005 Use `with-no-warnings' around forms that refer to
1006 translation-table-for-input.
1007
1008 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
1009 around forms that refer to translation-table-for-input.
1010
1011 * subr.el (translation-table-for-input): Declare obsolete again.
1012
1013 2009-02-14 Glenn Morris <rgm@gnu.org>
1014
1015 * mail/rmail.el (rmail): When reverting, swap buffers before setting
1016 counters. (Bug#2229)
1017 (rmail-revert): Swap buffers before replacing contents.
1018
1019 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
1020
1021 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
1022 Remove host, user, password options not applicable to SQlite. (Bug#1904)
1023
1024 2009-02-14 Richard M Stallman <rms@gnu.org>
1025
1026 * mail/rmailedit.el: Handle editing of header fields.
1027 (rmail-old-headers): New variable.
1028 (rmail-edit-current-message): Set it, recording current headers.
1029 (rmail-cease-edit): Compute new headers and diff against old ones.
1030 Update the mbox buffer with the changes that were made.
1031 (rmail-edit-headers-alist): New function.
1032 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
1033
1034 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
1035 in default file name.
1036
1037 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
1038 (rmail-add-mbox-headers): Likewise.
1039
1040 2009-02-13 Eli Zaretskii <eliz@gnu.org>
1041
1042 * files.el (load-library): Doc fix.
1043
1044 * subr.el (locate-library): Doc fix. (Bug#2291)
1045
1046 2009-02-13 Alan Mackenzie <acm@muc.de>
1047
1048 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
1049 in narrowed buffers.
1050
1051 2009-02-13 Kenichi Handa <handa@m17n.org>
1052
1053 * international/titdic-cnv.el (tit-process-header):
1054 Use buffer-substring-no-properties instead of buffer-substring.
1055 (tit-process-body): Likewise.
1056 (tsang-quick-converter): Handle superfluous CR at eol.
1057 (py-converter): Use buffer-substring-no-properties instead of
1058 buffer-substring. Handle superfluous CR at eol.
1059 (ziranma-converter): Likewise.
1060 (ctlau-converter): Likewise.
1061 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
1062
1063 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
1064
1065 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
1066
1067 2009-02-13 Glenn Morris <rgm@gnu.org>
1068
1069 * mail/rmail.el (rmail-show-message-1): New name for the old
1070 rmail-show-message.
1071 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
1072 * mail/rmailsort.el: Update for rmail-show-message name change.
1073
1074 * mail/rmail.el (rmail-show-message): New name for the old
1075 rmail-show-message-maybe.
1076 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
1077 name change.
1078
1079 * mail/rmailsum.el (msgnum): Remove declaration.
1080 (rmail-summary-redo): Add missing initialization value.
1081 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
1082 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
1083 Fix skip-chars-forward calls.
1084 (rmail-summary-mark-seen): New function. As well as removing the '-'
1085 mark, update the summary-vector. (Bug#2135)
1086 (rmail-summary-rmail-update, rmail-summary-goto-msg):
1087 Use rmail-summary-mark-seen.
1088
1089 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
1090
1091 * mail/unrmail.el (unrmail): When getting message keywords, don't
1092 include a leading space, but do include the space after the separating
1093 comma. (Bug#2303)
1094
1095 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
1096 header altogether.
1097 (rmail-set-header): Doc fix.
1098 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
1099 labels are removed. (Bug#2302)
1100
1101 2009-02-12 Juri Linkov <juri@jurta.org>
1102
1103 * image-mode.el (image-toggle-display):
1104 Let-bind `buffer-file-truename' to nil around the call to
1105 `add-text-properties' to prevent directory time modification
1106 by lock_file. Replace `set-buffer-modified-p' with
1107 `restore-buffer-modified-p'. (Bug#2295)
1108
1109 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1110
1111 * progmodes/python.el (python-use-skeletons): Re-add.
1112 (def-python-skeleton): Use it. (Bug#2238)
1113
1114 * international/quail.el (quail-make-guidance-frame): Remove the
1115 `parent-id' parameter.
1116 (quail-show-guidance): Make the new window dedicated.
1117
1118 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
1119
1120 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1121 Fix typos in docstrings.
1122
1123 2009-02-12 Alan Mackenzie <acm@muc.de>
1124
1125 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1126 to `eq'. (Bug#2304)
1127
1128 2009-02-12 Glenn Morris <rgm@gnu.org>
1129
1130 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1131 already present. (Bug#2210)
1132
1133 2009-02-12 Kenichi Handa <handa@m17n.org>
1134
1135 * international/characters.el (?.): New character category for
1136 Base characters. Set them in the standard category table.
1137
1138 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1139 a base character.
1140
1141 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1142
1143 * isearch.el (isearch-yank-char-in-minibuffer)
1144 (isearch-other-meta-char): Use with-current-buffer.
1145
1146 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1147 syntax-ppss. (Bug#1243)
1148
1149 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1150 to beginning-of-defun-raw.
1151
1152 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1153 calling end-of-defun-function if it already moved to BOL.
1154
1155 2009-02-12 Richard M Stallman <rms@gnu.org>
1156
1157 * mail/rmail.el (rmail-show-message-verbose-min): New option.
1158 (rmail-show-message): Conditionally show start and finish in echo area.
1159
1160 2009-02-12 Glenn Morris <rgm@gnu.org>
1161
1162 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1163 for use in completion.
1164 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1165 summary exists, since it's already done.
1166
1167 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1168 (rmail-enable-multibyte): Don't really define, only for compiler.
1169
1170 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1171
1172 * files.el (read-buffer-to-switch):
1173 Add table to icomplete-with-completion-tables.
1174
1175 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
1176
1177 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1178 switches (Bug#2261).
1179
1180 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
1181
1182 * server.el (server-with-environment): Don't fail for negative
1183 entries in ENV.
1184
1185 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1186
1187 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1188 (vc-default-dir-printer): Add a comment about updating this function.
1189
1190 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1191 for the file name.
1192
1193 2009-02-11 Glenn Morris <rgm@gnu.org>
1194
1195 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1196 (calendar-set-mode-line): Fall back to a default width if we seem to be
1197 called from daemon. (Bug#2199)
1198
1199 * mail/rmailkwd.el (rmail-make-label): Doc fix.
1200 (rmail-read-label): Add current labels to completion list. (Bug#2222)
1201 (rmail-set-label): Use `or'.
1202
1203 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
1204
1205 * emacs-lisp/find-func.el (find-library-name, find-library):
1206 Doc fixes. (Part of bug#2270)
1207
1208 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1209
1210 * env.el (getenv): When FRAME is non-nil, pass the frame environment
1211 to `getenv-internal', not the frame. (Bug#2259)
1212
1213 2009-02-10 Kenichi Handa <handa@m17n.org>
1214
1215 * descr-text.el (describe-char-display): On terminal, if terminal
1216 coding system is nil, assume us-ascii.
1217 (describe-char): Don't show the composition information if it is
1218 trivial.
1219
1220 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
1221
1222 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1223 number as it isn't present for unregistered files.
1224
1225 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1226 (vc-dir-mouse-map): New keymap.
1227 (vc-default-dir-printer): Use it locally.
1228
1229 2009-02-10 Glenn Morris <rgm@gnu.org>
1230
1231 * speedbar.el: Avoid messing up font-lock-global-modes.
1232
1233 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1234 (mail-file-babyl-p): Use with-temp-buffer.
1235
1236 * mail/rmailsort.el: Just require rmail.
1237
1238 * mail/rmailedit.el: Just require rmail.
1239 (rmail-old-pruned): Add doc string.
1240 (rmail-edit-current-message): Use rmail-msg-is-pruned.
1241 (rmail-cease-edit): Don't mangle the leading From line.
1242 Don't mark as edited if there were no changes. (Bug#2256)
1243 Correctly restore header state.
1244
1245 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1246 (rmail-current-message, rmail-total-messages)
1247 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1248 (rmail-duplicate-message): Doc fix.
1249 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1250 New functions.
1251 (rmail-get-header, rmail-set-header, rmail-set-attribute):
1252 Use rmail-apply-in-message.
1253 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1254 unswapped-ness.
1255 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1256 (rmail-auto-file): Set the filed attribute, rather than explicitly not
1257 doing so. (Bug#2231)
1258 (rmail-set-attribute): Allow ATTR to be a string.
1259
1260 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
1261
1262 * net/newst-treeview.el (newsticker-treeview-save)
1263 (newsticker--treeview-load): Kill groups buffer after saving/loading.
1264
1265 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
1266
1267 * doc-view.el (doc-view-scroll-up-or-next-page)
1268 (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1269 Reset the old hscroll value after switching pages.
1270
1271 2009-02-09 Glenn Morris <rgm@gnu.org>
1272
1273 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1274 (calendar-holiday-marker): Drop test for color display.
1275
1276 2009-02-08 Glenn Morris <rgm@gnu.org>
1277
1278 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1279 (calendar-holiday-marker, calendar-mark-visible-date):
1280 * calendar/diary-lib.el (diary-fancy-display):
1281 It doesn't make sense to check font-lock-mode (see comments;
1282 reverts 2008-04-02 change). (Bug#2199)
1283
1284 2009-02-08 Juri Linkov <juri@jurta.org>
1285
1286 * simple.el (toggle-word-wrap): New command.
1287
1288 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
1289
1290 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1291 (ps-run-make-tmp-filename): Use temporary-file-directory.
1292
1293 * textmodes/artist.el (artist-system): Allow make-temp-file to use
1294 temporary-file-directory.
1295
1296 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1297 Use temporary-file-directory.
1298
1299 2009-02-07 Glenn Morris <rgm@gnu.org>
1300
1301 * mail/unrmail.el (rmime-magic-string): Define for compiler.
1302
1303 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1304
1305 * mail/rmail.el (rmail): Bind coding-system-for-read to
1306 no-conversion before calling find-file-noselect. (Bug#2015)
1307
1308 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1309
1310 * proced.el (proced-after-send-signal-hook): Use defcustom.
1311 (proced-header-line): Handle header lines that are shorter than
1312 window-hscroll.
1313 (proced-send-signal): Rebind split-width-threshold analogous to
1314 dired-pop-to-buffer.
1315
1316 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1317
1318 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1319 message; instead, just rewrite the X-Coding-System header with the
1320 new encoding, and let rmail-show-message do the rest.
1321 Remove unused argument RAW. Fix doc string to be consistent with the
1322 new implementation.
1323 (rmail-show-message): Honor X-Coding-System header, if present, in
1324 preference to Content-Type header.
1325
1326 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1327
1328 * server.el (server-execute): Enable quit.
1329
1330 2009-02-07 Andreas Schwab <schwab@suse.de>
1331
1332 * image-mode.el (image-mode): Always set image-type.
1333 (image-minor-mode): Likewise.
1334
1335 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1336
1337 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1338 encoding, and its "content-transfer-encoding" and "content-type"
1339 headers only in the headers' portion. (Bug#2017)
1340
1341 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
1342
1343 * net/newst-treeview.el
1344 (newsticker-treeview-next-new-or-immortal-item): New arg
1345 DONT-WRAP-TREES to prevent infinite recursion.
1346
1347 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1348
1349 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1350 extracting mail message headers. Use encode-coding-region instead
1351 of insert-buffer-substring for re-encoding edited message.
1352 Add qp/b64 encoding only after text was encoded.
1353
1354 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1355
1356 * subr.el: Don't declare `translation-table-for-input' obsolete.
1357 Equivalent info added to its doc string, q.v.
1358
1359 * files.el (save-buffer): Display "Saving file FOO..." message
1360 regardless of buffer's size. (Bug#2137)
1361
1362 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
1363
1364 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1365
1366 2009-02-07 Alex Schroeder <alex@gnu.org>
1367
1368 * mail/unrmail.el (unrmail): Use regexps to find message separators so
1369 as not to match any fake rmime.el separators. Remove any sections added
1370 by rmime.el.
1371
1372 2009-02-07 Glenn Morris <rgm@gnu.org>
1373
1374 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1375 that is no longer appropriate to mbox Rmail.
1376
1377 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1378 before trying to move to the start of the message.
1379 (rmail-summary-undelete-many, rmail-summary-rmail-update):
1380 Fix rmail-set-attribute calls.
1381
1382 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1383 Doc fix.
1384 (rmail-output-to-rmail-buffer): Autoload it.
1385 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
1386
1387 2009-02-06 Glenn Morris <rgm@gnu.org>
1388
1389 * mail/unrmail.el (unrmail): Use current-time-string.
1390
1391 * simple.el (kill-whole-line): Provide a default argument of 1.
1392
1393 * mail/undigest.el (rmail-mail-separator): Delete.
1394 (undigestify-rmail-message, unforward-rmail-message): Update for
1395 mbox Rmail.
1396
1397 2009-02-05 Kenichi Handa <handa@m17n.org>
1398
1399 * international/fontset.el (script-representative-chars):
1400 Remove mathematical.
1401 (setup-default-fontset): Add entries for each subgroup of
1402 mathematical script.
1403
1404 2009-02-05 Juri Linkov <juri@jurta.org>
1405
1406 * image-mode.el (image-mode): Use `image-get-display-property'
1407 instead of `get-text-property'.
1408 (image-minor-mode): Sync the logic with `image-mode' including the
1409 displaying an image file as the actual image by default.
1410
1411 2009-02-05 Alan Mackenzie <acm@muc.de>
1412
1413 * progmodes/cc-defs.el (c-emacs-features): Check the working of
1414 beginning/end-of-defun-function more rigorously before setting
1415 argumentative-bod-function.
1416
1417 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
1418
1419 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1420 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1421 mode on the initial terminal.
1422
1423 2009-02-05 Glenn Morris <rgm@gnu.org>
1424
1425 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1426 Make these functions work.
1427
1428 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1429 (rmail-narrow-to-non-pruned-header): Remove autoload.
1430 (mairix-rmail-fetch-field): Handle mbox Rmail.
1431
1432 2009-02-04 Dave Love <fx@gnu.org>
1433
1434 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1435 (imap-debug): Add imap-fetch-safe.
1436
1437 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
1438
1439 * net/netrc.el (netrc-machine-user-or-password): Use list of
1440 auth-source modes.
1441
1442 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
1443
1444 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1445 for newvars is nil. (C-u C-x v = with default values).
1446
1447 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1448
1449 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1450 format. Use when instead of if.
1451
1452 2009-02-04 Miles Bader <miles@gnu.org>
1453
1454 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1455 (backward-list, backward-up-list, beginning-of-defun)
1456 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1457
1458 2009-02-04 Glenn Morris <rgm@gnu.org>
1459
1460 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1461 ill-advised.
1462
1463 * mail/rmail.el: No need for mule-util when compiling.
1464 (rmail-first-message): Unbreak it.
1465
1466 * mail/rmailmsc.el: Require rmail not just when compiling.
1467 Remove unneeded declarations.
1468
1469 * term/ns-win.el (ns): Define as a custom group.
1470
1471 2009-02-04 Kenichi Handa <handa@m17n.org>
1472
1473 * international/mule-cmds.el (select-safe-coding-system):
1474 Use buffer-chars-modified-tick instead of buffer-modified-tick.
1475
1476 * descr-text.el (describe-char): Check font-object by fontp.
1477
1478 * composite.el (compose-gstring-for-terminal): If a character is
1479 not supported by the current terminal, don't make a multi-glyph
1480 grapheme cluster.
1481 (auto-compose-chars): Check font-object by fontp.
1482
1483 2009-02-03 Glenn Morris <rgm@gnu.org>
1484
1485 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1486 over current-time. (Bug#2175)
1487
1488 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1489 inserting the converted mailbox.
1490 (rmail-get-new-mail): Restore the loop over inboxes when two or more
1491 have the same basename. (Bug#2164)
1492 Set the return value according to whether any mail was found,
1493 not just in the last inbox. Only show a message and run the hook after
1494 checking all inboxes.
1495 (rmail-get-new-mail-1): Move message display and running the hook to
1496 rmail-get-new-mail.
1497
1498 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1499 rmail-attr-array.
1500 (rmail-make-label, rmail-read-label): Give it a doc string.
1501 (rmail-add-label, rmail-kill-label): Change argument name to match the
1502 doc. Doc fix.
1503 (rmail-set-label): Doc fix. Also update summary in attr case.
1504 Accept labels as a string or a symbol. (Bug#2165)
1505
1506 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1507 null.
1508
1509 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1510
1511 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1512 (vhdl-prepare-search-2): Properly cleanup on `quit'.
1513
1514 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1515 Mark the entries as being "system" entries rather than "user" entries.
1516
1517 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1518
1519 * smerge-mode.el (smerge-start-session): Add interactive spec.
1520
1521 2009-02-02 Glenn Morris <rgm@gnu.org>
1522
1523 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1524 (rmail-retry-ignored-headers, rmail-highlighted-headers):
1525 Restore autoloads.
1526
1527 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1528
1529 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1530
1531 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1532
1533 * cmuscheme.el (scheme-args-to-list): Remove.
1534 (run-scheme): Use split-string-and-unquote instead, so as to allow
1535 spaces in the command name and/or the arguments.
1536
1537 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1538
1539 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1540
1541 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
1542
1543 Sync with Tramp 2.1.15.
1544
1545 * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1546 used.
1547
1548 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1549
1550 * net/trampver.el: Update release number.
1551
1552 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1555 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1556 (rmail-undelete-previous-message, rmail-mark-message)
1557 (rmail-speedbar-buttons): Use with-current-buffer.
1558 (rmail-mode-map): Move initialization into declaration.
1559 (rmail-swap-buffers, rmail-unfontify-buffer-function)
1560 (rmail-fontify-message): Use restore-buffer-modified-p.
1561 (rmail-expunge-and-save): Don't swap buffer.
1562 (rmail-get-header, rmail-set-header, rmail-set-attribute)
1563 (rmail-apply-in-message): Swap save-excursion and save-restriction.
1564
1565 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1566 if possible.
1567
1568 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1569 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1570
1571 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1574
1575 * progmodes/ebrowse.el:
1576 * international/robin.el:
1577 * emulation/viper-util.el:
1578 * emulation/viper-mous.el:
1579 * emulation/viper-keym.el:
1580 * ediff.el:
1581 * ediff-wind.el:
1582 * ediff-vers.el:
1583 * ediff-ptch.el:
1584 * ediff-mult.el:
1585 * ediff-merg.el:
1586 * ediff-diff.el: Follow commenting conventions.
1587
1588 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1589
1590 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1591 obsolete eight-bit-control and eight-bit-graphic.
1592
1593 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1594
1595 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1596
1597 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
1598
1599 * emacs-lisp/lisp.el (end-of-defun): Protect against
1600 infloops (Bug#2106).
1601
1602 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
1603
1604 * vc-dir.el (vc-dir-mouse-map):
1605 (vc-default-dir-printer):
1606 (vc-dir-find-file-other-window): Undo previous change, it breaks
1607 the behavior of mouse-2.
1608 (vc-dir-mode): Fix docstring.
1609
1610 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1611 logic, it makes the makes the normal case too slow.
1612
1613 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1614
1615 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1616 file to `raw-text-unix'. Bind coding-system-for-write when
1617 writing out the converted message, and make sure it uses Unix EOLs.
1618
1619 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1620 encoding to `raw-text-unix'.
1621 (rmail-perm-variables): Set encoding of rmail-view-buffer to
1622 `undecided-unix'.
1623 (rmail-redecode-body): Don't change EOL conversion of the new
1624 encoding if the old one left it unspecified.
1625 (rmail-automatic-folder-directives, rmail): Doc fixes.
1626 (rmail-swap-buffers): New function.
1627 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1628 (rmail-show-message): Use rmail-swap-buffers.
1629 (rmail-decode-region): If DESTINATION is a buffer, set the
1630 encoding of that buffer, rather than the current buffer.
1631 (rmail-show-message): Make error message about uuencoded mail
1632 more explicit.
1633 (rmail-show-message-maybe): Simplify code. Doc fix.
1634 (rmail-show-message): Doc fix.
1635
1636 2009-01-31 Glenn Morris <rgm@gnu.org>
1637
1638 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1639 folder.
1640
1641 * mail/rmail.el (rmail-msg-is-pruned): New function.
1642 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
1643 (rmail-reply): Set up to yank from the decoded message rather than the
1644 raw one. (Bug#2104).
1645
1646 * mail/mail-utils.el (mail-fetch-field): Doc fix.
1647
1648 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1649 (uce-message-text, uce-default-headers): Fix custom type.
1650 (rmail-buffer, rmail-msg-is-pruned): Declare.
1651 (uce-reply-to-uce): Add autoload cookie. Doc fix.
1652 Update for mbox Rmail.
1653
1654 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
1655
1656 * vc-dir.el (vc-dir-mouse-map): New keymap.
1657 (vc-default-dir-printer): Use it locally.
1658 (vc-dir-find-file-other-window): Allow mouse events.
1659
1660 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1661
1662 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1663 into Rmail-mbox attributes.
1664
1665 * mail/rmail.el (rmail-convert-babyl-to-mbox):
1666 Bind coding-system-for-read to `raw-text', and use insert-file-contents
1667 instead of insert-file-contents-literally. Fixes bug #2019.
1668 (rmail-resent-attr-index): Fix index value.
1669
1670 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1671
1672 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1673 precedence even when its value is t. (Bug#2093)
1674
1675 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1676 connection. (Bug#2093)
1677 (vc-svn-diff): Use old version number even when it is the working
1678 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1679
1680 2009-01-30 Glenn Morris <rgm@gnu.org>
1681
1682 * mail/rmail.el (rmail-reply): Handle empty folders.
1683 (rmail-speedbar-buttons)
1684 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1685
1686 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1687 line-beginning-position calls.
1688 (rmail-header-summary): Use line-end-position.
1689
1690 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1691
1692 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1693 Fix regexp quoting. (Bug#1739)
1694
1695 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1696
1697 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1698 Allow correction of passwords.
1699
1700 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1701
1702 * mail/rmail.el (rmail-toggle-header): Determine current header
1703 style using the buffer-local value of rmail-header-style in the
1704 view buffer.
1705 (rmail-show-message): Set a buffer-local value of
1706 rmail-header-style in the view buffer. (Bug#2016)
1707
1708 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1709
1710 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1711 Fix typos in docstrings.
1712
1713 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1714
1715 * bindings.el (completion-ignored-extensions):
1716 Add entries for VCS metadata directories (CVS/, .svn, etc).
1717
1718 * pcvs.el (completion-ignored-extensions):
1719 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1720 directory, now done in bindings.el.
1721
1722 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1723
1724 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1725
1726 2009-01-29 Glenn Morris <rgm@gnu.org>
1727
1728 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1729 (rmail-set-header): Ensure header changes get saved.
1730
1731 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1732
1733 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1734 one, after a label is added.
1735
1736 * mail/rmailsum.el (rmail-summary-update-line): New function.
1737 (rmail-summary-goto-msg): Return a value according to whether message
1738 was found.
1739 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1740 property. Use line-end-position.
1741
1742 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1743
1744 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1745 quoted From lines.
1746
1747 * mail/rmail.el (rmail-redecode-body): New function, based on old
1748 version removed in 2009-01-22 change.
1749 (rmail-show-message): Unquote From lines.
1750
1751 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1752
1753 * doc-view.el (doc-view-mode): Don't use string-match and file
1754 extension to choose fallback mode on empty/non-existing files but
1755 let-bind auto-mode-alist and call normal-mode.
1756
1757 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1758
1759 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1760 concatenating the type indicating character.
1761 (ls-lisp-format): Don't propertize file-name only if
1762 ls-lisp-classify already did.
1763
1764 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1765
1766 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1767 Describe second parameter of hook functions.
1768 (dbus-handle-event): Apply it.
1769
1770 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * mail/rmail.el (rmail-toggle-header): Don't reset
1773 rmail-header-style permanently (bug#2016).
1774
1775 2009-01-28 Denis Howe <denis.howe@gmail.com>
1776
1777 * complete.el (PC-do-completion): Correct case when completion is
1778 unambiguous.
1779
1780 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1781
1782 * calendar/todo-mode.el (todo-insert-item-here):
1783 Prevent insertion of a new entry inside of an existing entry.
1784 Minor code cleanup. (Bug#2084)
1785 (todo-add-category): Change the interactive spec. Signal an error
1786 if the Todo file is non-empty but contains no category.
1787 Reject category names that could induce bugs and confusion.
1788 Call todo-mode if the Todo file is new and unsaved. Simplify handling
1789 of local variables cookie. Properly display the newly added
1790 category in Todo mode.
1791 (todo-show): Call todo-initial-setup only if there is neither a
1792 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1793 (todo-category-alist): Delete function.
1794 (todo-completing-read): New function.
1795 (todo-insert-item, todo-jump-to-category): Use it.
1796 (todo-insert-item): Make the use of the prefix argument conform to
1797 the doc string. (Bug#2086)
1798
1799 2009-01-28 Glenn Morris <rgm@gnu.org>
1800
1801 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1802 even when called from the summary. (Bug#2075)
1803 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1804 (rmail-show-message-maybe): Use rmail-no-mail-p.
1805 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1806 (rmail-get-labels): Separate status and label fields with a semicolon,
1807 rather than a comma, for consistency with old Rmail.
1808
1809 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1810 starting from the beginning, since mail-fetch-field does not care.
1811 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1812 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1813 (rmail-get-summary-labels): New function. Returns labels rather than
1814 status (edited, etc).
1815 (rmail-create-summary): Insert an extra space after the status
1816 flags, for consistency with old rmail, and with current
1817 rmail-summary-font-lock-keywords.
1818
1819 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1820
1821 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1822 if region is active. Use cond instead of nested ifs. (Bug#2053)
1823
1824 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1825
1826 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1827 converting.
1828
1829 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1830 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1831
1832 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1833
1834 * mouse.el (mouse-select-font): Return a string instead of a list.
1835
1836 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1837
1838 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1839 don't have to do it in normal-erase-is-backspace-mode.
1840
1841 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1842 and C-backspace; the latter is not available on ttys anyway.
1843
1844 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1845
1846 (doc-view-mode): Fix broken call to string-match.
1847
1848 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1849
1850 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1851 fundamental-mode or ps-mode if the file is empty or doesn't exist
1852 at all.
1853 (doc-view-initiate-display): Better info message if doc-view-mode
1854 cannot be used. (Missing utility or no png support/no X frame.)
1855 (Bug#2058)
1856
1857 2009-01-27 Glenn Morris <rgm@gnu.org>
1858
1859 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1860 of the headers in the full header case. (Bug#2073)
1861
1862 2009-01-27 Kenichi Handa <handa@m17n.org>
1863
1864 * mail/rmail.el (rmail-get-coding-system): Re-search
1865 rmail-mime-charset-pattern directly instead of using
1866 mail-fetch-field. Use coding-system-from-name.
1867
1868 * international/mule-cmds.el (canonicalize-coding-system-name)
1869 (coding-system-from-name): New functions.
1870
1871 2009-01-27 Glenn Morris <rgm@gnu.org>
1872
1873 * dired-x.el (dired-bind-vm): Doc fix.
1874
1875 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1876 Replace `first' and `rest' with `car' and `cdr' throughout.
1877 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1878 (rsf-scanning-messages-now): Doc fix.
1879 (rsf-check-field): Rename from `check-field' and update callers.
1880 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1881 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1882
1883 * mail/rmail.el: Remove leading `*' from defcustom docs.
1884 Remove needless autoloads of many defcustoms and hooks.
1885 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1886 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1887 (rmail-decode-mime-charset): Doc fix.
1888 (rmail-search-message, rmail-resend): Check functions set before use.
1889
1890 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1891 Remove needless autoloads of many defcustoms.
1892 (rmail-output-to-babyl-buffer): Rename from
1893 rmail-output-to-r-mail-buffer and update caller.
1894 (rmail-output): Doc fix.
1895
1896 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1897 Remove needless autoloads of many defcustoms.
1898 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1899 is set.
1900
1901 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1902 (batch-unrmail, unrmail): Doc fix.
1903
1904 * mail/rmailsum.el (rmail-message-recipients-p-1)
1905 (rmail-message-regexp-p-1): Ensure searches start from the
1906 beginning of the header.
1907
1908 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1909
1910 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1911
1912 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1913
1914 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1915 expand the denominator.
1916
1917 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1918
1919 * net/dbus.el (dbus-event-error-hooks): New variable.
1920 (dbus-handle-event): Use it.
1921
1922 2009-01-26 Glenn Morris <rgm@gnu.org>
1923
1924 * Makefile.in (ELCFILES): Update.
1925
1926 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1927 replies. (Bug#512)
1928
1929 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1930
1931 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1932
1933 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1934
1935 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1936 Remove from global map and key definitions.
1937 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1938 definitions.
1939 (ns-show-preferences-help, ns-unput-working-text): New functions.
1940 (ns-unecho-working-text): Update message.
1941
1942 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1943
1944 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1945 variable to allow the user to choose icalendar UID format.
1946 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1947 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1948 (icalendar-export-region,icalendar--create-uid): Use custom
1949 function to compute icalendar UID for each entry.
1950 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1951 with description, location, etc. fields (need to keep active count
1952 of fields encountered). Another bug fix to the regex that matches
1953 multiple lines (need \' regex instead of $ to match end-of-entry).
1954
1955 2009-01-25 Juri Linkov <juri@jurta.org>
1956
1957 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1958 change its title from "Recursive grep..." to "Grep via Find...".
1959 Add menu items for lgrep and rgrep.
1960
1961 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1962
1963 * ps-print.el (ps-print-version): New version 7.3.4.
1964
1965 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1966
1967 * ps-print.el: Fix face background/foreground extraction.
1968 (ps-face-extract-color): New fun.
1969 (ps-face-attributes, ps-face-attribute-list): Code fix.
1970
1971 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1972
1973 * align.el (align-region): Avoid infloop.
1974
1975 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1976
1977 * env.el (environment): Function removed.
1978
1979 * international/mule-cmds.el (set-language-environment-coding-systems):
1980 If default-buffer-file-coding-system is nil, set up to have EOLs that
1981 are native for the underlying system-type. (Bug#1853)
1982 (prefer-coding-system, set-default-coding-systems): Doc fix.
1983
1984 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1985
1986 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1987 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1988 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1989 Use `string-match-p'.
1990
1991 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1992
1993 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1994 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1995 next-feed does not succeed. Fixes bug#1710 even more.
1996 (newsticker-treeview-next-feed): Simplify.
1997 (newsticker--group-get-feeds): Suppress group names in result.
1998
1999 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
2000
2001 * term/ns-win.el (menu-bar-select-frame): Drop this override.
2002 (menu-bar-update-frames): Update call to menu-bar-select-frame.
2003
2004 2009-01-24 Glenn Morris <rgm@gnu.org>
2005
2006 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
2007 "popmail" by "pormail".
2008
2009 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
2010 Remove unneeded declarations.
2011
2012 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
2013
2014 * calc/calc-poly.el (calcFunc-apart): Improve test for
2015 rational functions.
2016
2017 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2018
2019 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
2020 return value of rmail-get-labels.
2021
2022 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
2023 return value of rmail-get-labels.
2024
2025 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
2026 (rmail-buffer-swapped): Fix last change. (Bug#1997)
2027
2028 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
2029
2030 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
2031 old cache file. Fixes bug#1710.
2032
2033 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2034
2035 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
2036
2037 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
2038
2039 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
2040 Switch names and update comments for clarity.
2041
2042 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
2043
2044 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
2045 start is nil, as was done in tar-mode.el.
2046
2047 2009-01-23 Glenn Morris <rgm@gnu.org>
2048
2049 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
2050 more.
2051
2052 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2053
2054 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
2055
2056 * server.el (server-name): Make it a defcustom. (Bug#1995)
2057
2058 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
2059
2060 2009-01-23 Glenn Morris <rgm@gnu.org>
2061
2062 * Makefile.in (ELCFILES): Update.
2063
2064 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
2065
2066 * net/newst-treeview.el
2067 (newsticker-treeview-next-new-or-immortal-item): New optional arg
2068 current-item-counts. Move to next feed if necessary. (Bug#1569)
2069 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
2070 feed if necessary. (Bug#1569)
2071 (newsticker-treeview-next-feed)
2072 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
2073 Don't activate node nil. (Bug#1569)
2074
2075 2009-01-22 Paul Reilly <pmr@pajato.com>
2076 Henrik Enberg <enberg@printf.se>
2077 Alex Schroeder <alex@gnu.org>
2078 Chong Yidong <cyd@stupidchicken.com>
2079 Richard M Stallman <rms@gnu.org>
2080 Glenn Morris <rgm@gnu.org>
2081 Juanma Barranquero <lekktu@gmail.com>
2082
2083 * mail/rmail.el: Code implementing Rmail-mbox functionality.
2084 (rmail-attribute-header, rmail-keyword-header)
2085 (rmail-answered-attr-index, rmail-deleted-attr-index)
2086 (rmail-edited-attr-index, rmail-filed-attr-index)
2087 (rmail-retried-attr-index, rmail-forwarded-attr-index)
2088 (rmail-unseen-attr-index, rmail-resent-attr-index)
2089 (rmail-attr-array, rmail-header-style, rmail-file-name)
2090 (rmail-buffer-swapped): New vars.
2091 (rmail-convert-file-maybe, rmail-error-bad-format)
2092 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
2093 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
2094 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
2095 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
2096 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
2097 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
2098 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
2099 (rmail-message-attr-p, rmail-message-unseen-p)
2100 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
2101 (rmail-show-message-maybe, rmail-copy-headers)
2102 (rmail-simplified-subject, rmail-simplified-subject-regexp)
2103 (rmail-write-region-annotate): New functions.
2104
2105 (rmail-keywords, rmail-default-rmail-file): Delete vars.
2106 (rmail-convert-mailpath, rmail-convert-file)
2107 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
2108 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
2109 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2110 (rmail-redecode-body)
2111 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2112 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2113 (rmail-count-screen-lines, rmail-message-regexp-p)
2114 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2115 (rmail-nuke-pinhead-header): Move to rmailout.el.
2116
2117 (rmail-ignored-headers): Add additional headers.
2118 (rmail-mode-map): Update key commands.
2119 (rmail-tool-bar-map): Build tool-bar unconditionally.
2120 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2121 conversion and new buffer swapping mechanism.
2122 (rmail-perm-variables): Use new vars, and remove deleted ones.
2123 (rmail-revert): Use rmail-convert-file-maybe.
2124 (rmail-duplicate-message): Use rmail-show-message-maybe.
2125 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2126 a disk-full error.
2127 (rmail-parse-url): Strip embedded password.
2128 (rmail-insert-inbox-text): Default to movemail if
2129 rmail-movemail-program is null. Handle mbox format.
2130 (rmail-decode-region): New arg.
2131 (rmail-display-labels): Don't perform Babyl processing.
2132 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2133 (rmail-set-message-counters, rmail-count-new-messages)
2134 (rmail-set-message-counters-counter, rmail-show-message)
2135 (rmail-next-same-subject, rmail-reply): Use mbox format.
2136 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2137 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2138 buffer swapping mechanism.
2139
2140 * mail/rmailedit.el: Require rmailsum.el.
2141 (rmail-edit-mode): First check if buffer is swapped.
2142 (rmail-edit-saved-coding-system): Delete var.
2143 (rmail-edit-current-message): Don't call deleted vars.
2144 (rmail-cease-edit): Handle mbox format.
2145 (rmail-abort-edit): Widen buffer.
2146
2147 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
2148 declarations.
2149 (rmail-buffer, rmail-current-message, rmail-last-label)
2150 (rmail-last-multi-labels, rmail-summary-vector)
2151 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2152 (rmail-keywords): Delete vars.
2153 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2154 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2155 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2156 (rmail-make-label): New function.
2157 (rmail-read-label): Don't call rmail-parse-file-keywords.
2158 (rmail-set-label): Rewrite using rmail-set-attribute.
2159 (rmail-next-labeled-message): Use rmail-get-labels.
2160
2161 * mail/rmailmm.el: New file.
2162
2163 * mail/rmailmsc.el: Require rmail.el.
2164 (set-rmail-inbox-list): Set rmail-inbox-list directly.
2165
2166 * mail/rmailout.el (rmail-output-decode-coding): New var.
2167 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2168 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2169 (rmail-output-to-rmail-buffer): New functions.
2170 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2171 Delete functions.
2172 (rmail-nuke-pinhead-header): Move from rmail.el.
2173 (rmail-output): Rewrite to accept both mbox and babyl output.
2174 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2175 use mbox internal format.
2176
2177 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
2178 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2179 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2180 Use rmail-get-header.
2181 (rmail-sort-messages): Use new buffer swapping mechanism.
2182 Handle mbox internal format.
2183
2184 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2185 (rmail-message-recipients-p, rmail-message-recipients-p-1)
2186 (rmail-message-regexp-p, rmail-new-summary-1)
2187 (rmail-get-create-summary-buffer, rmail-get-summary)
2188 (rmail-create-summary-line, rmail-get-summary-labels)
2189 (rmail-create-summary, rmail-header-summary)
2190 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2191 (rmail-summary-by-topic, rmail-message-senders-p)
2192 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2193 internal format.
2194 (rmail-new-summary): Rewrite window handling.
2195 (rmail-make-summary-line, rmail-make-summary-line-1)
2196 (rmail-make-basic-summary-line)
2197 (rmail-summary-output-to-rmail-file): Functions deleted.
2198 (rmail-summary-undelete, rmail-summary-rmail-update)
2199 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2200 (rmail-summary-show-message, rmail-summary-wipe)
2201 (rmail-summary-toggle-header, rmail-summary-reply):
2202 Use rmail-buffer instead of rmail-view-buffer.
2203 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2204 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2205 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2206
2207 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2208
2209 * term/ns-win.el (ns-show-manual): Fix node name.
2210 (x-open-connection): Fix typo in declaration filename.
2211
2212 2009-01-22 Romain Francoise <romain@orebokech.com>
2213
2214 * Makefile.in (ELCFILES): Update.
2215
2216 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2217
2218 * frame.el (make-frame-on-tty): Remove function, inline contents
2219 in the only user ...
2220
2221 * server.el (server-create-tty-frame): ... here.
2222
2223 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
2224
2225 * format.el (format-annotate-function):
2226 Set write-region-post-annotation-function.
2227
2228 2009-01-21 John Wiegley <johnw@newartisans.com>
2229
2230 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2231 list of output filters.
2232 (eshell-mode): Change the default binding of C-a to eshell-bol.
2233 I don't think it's actually bound at all by default in eshell;
2234 it just falls back to the default binding of C-a.
2235
2236 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * minibuffer.el (completion--insert-strings): Fix up computation of
2239 column position which manifested e.g. in proced's signal completion.
2240
2241 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
2242
2243 * server.el (server-start): Allow server to shut down when no
2244 frames are available in daemon-mode.
2245
2246 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
2247
2248 * term.el (term-previous-matching-input, term-next-matching-input)
2249 (term-previous-matching-input-from-input)
2250 (term-next-matching-input-from-input, term-backward-matching-input)
2251 (term-forward-matching-input): Change argument name to match docstring.
2252
2253 2009-01-21 Glenn Morris <rgm@gnu.org>
2254
2255 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2256 that are no longer needed.
2257 (authors-scan-change-log): Doc fix.
2258 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2259
2260 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
2261
2262 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2263 Use aspell default dict.
2264
2265 2009-01-20 Kenichi Handa <handa@m17n.org>
2266
2267 * descr-text.el (describe-char): Improve description of eight-bit
2268 char in a unibyte buffer. (Bug#1935)
2269
2270 2009-01-20 Glenn Morris <rgm@gnu.org>
2271
2272 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2273 Add some entries.
2274
2275 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
2276
2277 * progmodes/ruby-mode.el: Autoload other interpreter names.
2278
2279 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
2280
2281 * descr-text.el (describe-char-categories): New defsubst.
2282 (describe-char): Use it.
2283
2284 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
2285
2286 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2287 IPv4 mapped IPv6 addresses.
2288
2289 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
2290
2291 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2292 the beginning of the buffer. (Bug#1949)
2293
2294 2009-01-18 Markus Triska <markus.triska@gmx.at>
2295
2296 * linum.el (linum-update-window): Use `delq' instead of `delete';
2297 compare strings with `equal-including-properties'.
2298
2299 2009-01-17 Glenn Morris <rgm@gnu.org>
2300
2301 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2302 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2303
2304 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2305 (eldoc-message-commands, eldoc-print-current-symbol-info):
2306 Doc fix (consistent case of "ElDoc").
2307
2308 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2309
2310 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2311
2312 2009-01-17 Eli Zaretskii <eliz@gnu.org>
2313
2314 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2315 TARGET)' does not exist, try again with its basename replaced by
2316 `(cdr TARGET)'. (Related to Bug #1853.)
2317
2318 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2319
2320 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2321
2322 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2323 unless flyspell-mode is enabled.
2324 (flyspell-pre-point): Make buffer-local.
2325
2326 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2327
2328 * textmodes/bibtex.el (bibtex-format-entry): For updating field
2329 delimiters, allow fields that are composed of strings and string
2330 constants.
2331 (bibtex-mode): Doc fix.
2332
2333 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2334
2335 * textmodes/ispell.el: Protect against declare-function undefined
2336 in XEmacs.
2337 (ispell-program-name): Search also for hunspell when setting default.
2338 (ispell-find-aspell-dictionaries): Better error message. Use correct
2339 dictionary alist for default. Better fallback default dictionary.
2340
2341 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
2342
2343 * international/quail.el (quail-insert-kbd-layout):
2344 Delete superfluous handling of 8-bit code. (Bug#1418)
2345
2346 2009-01-16 Glenn Morris <rgm@gnu.org>
2347
2348 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2349 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2350 (eldoc-highlight-function-argument): Doc fix - mention effect of
2351 eldoc-documentation-function.
2352 (eldoc-message-commands-table-size, eldoc-message-commands)
2353 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2354 (eldoc-documentation-function): Mention effect on user options.
2355
2356 * emacs-lisp/copyright.el (copyright-update): Doc fix.
2357
2358 2009-01-16 Kevin Ryde <user42@zip.com.au>
2359
2360 * tar-mode.el (tar-rename-entry): Only test the magic string, without
2361 its version number, and then set both.
2362
2363 2009-01-16 Richard M Stallman <rms@gnu.org>
2364
2365 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2366
2367 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2368
2369 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2370 Refer to revert-buffer, not Buffer-menu-revert.
2371 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2372 (Buffer-menu-revert): Remove function, unused.
2373 (Buffer-menu-mode-map): Don't bind keys already
2374 bound by special-mode.
2375 (Buffer-menu-mode-map): Add a menu.
2376
2377 2009-01-15 Stephen Eglen <stephen@gnu.org>
2378
2379 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2380
2381 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2382
2383 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
2384
2385 2009-01-15 Martin Rudalics <rudalics@gmx.at>
2386
2387 * window.el (special-display-p): Revert 2009-01-14 change.
2388
2389 2009-01-15 Glenn Morris <rgm@gnu.org>
2390
2391 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2392 (authors-obsolete-files-regexps, authors-ignored-files):
2393 (authors-renamed-files-alist): Add some entries.
2394 (authors-fixed-entries): Change some entries.
2395 (authors-canonical-file-name): Doc fix.
2396 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2397
2398 2009-01-14 Juri Linkov <juri@jurta.org>
2399
2400 * info.el (Info-isearch-filter): Don't filter out invisible text
2401 when search-invisible is t. (Bug#1848)
2402
2403 * simple.el (blink-matching-open): Use `minibuffer-message' to
2404 display messages in the minibuffer.
2405
2406 * help.el (view-help-file):
2407 * menu-bar.el (menu-bar-help-extra-packages):
2408 Use goto-address-mode instead of goto-address.
2409
2410 * net/goto-addr.el (goto-address-url-face): Change default value
2411 from `bold' to `link'.
2412
2413 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
2414
2415 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2416
2417 2009-01-14 Martin Rudalics <rudalics@gmx.at>
2418
2419 * frame.el (special-display-popup-frame): Rewrite doc-string and
2420 simplify code.
2421
2422 * window.el (special-display-buffer-names)
2423 (special-display-regexps): Add customization support for
2424 function/other-args elements. Rewrite doc-strings.
2425 (special-display-function): Rewrite doc-string.
2426 (same-window-buffer-names, same-window-regexps):
2427 Minor doc-string fixes.
2428 (special-display-p): Minor rewrite.
2429
2430 2009-01-14 Glenn Morris <rgm@gnu.org>
2431
2432 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2433
2434 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
2435
2436 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2437 MESSAGEs with internal square brackets (i.e., " this [test] message").
2438 Use `string-match-p'.
2439 (completion--make-envvar-table, completion--file-name-table)
2440 (completion-pcm--string->pattern, completion-pcm--all-completions)
2441 (completion-pcm--filename-try-filter): Use `string-match-p'.
2442
2443 2009-01-14 Juri Linkov <juri@jurta.org>
2444
2445 * progmodes/bug-reference.el (bug-reference-fontify): Check for
2446 non-nil `bug-reference-url-format' before putting an overlay
2447 property `bug-reference-url'.
2448 (bug-reference-mode, bug-reference-prog-mode): Don't check for
2449 `bug-reference-url-format'. Doc fix. (Bug#1744)
2450
2451 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
2452
2453 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2454 for exit-emacs item. Bind it to save-buffers-kill-terminal.
2455
2456 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2457 loaded.
2458
2459 2009-01-13 Jason Rumney <jasonr@gnu.org>
2460
2461 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
2462
2463 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
2464
2465 * subr.el (play-sound): Doc fix. (Bug#250)
2466 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2467
2468 2009-01-12 Alan Mackenzie <acm@muc.de>
2469
2470 * textmodes/paragraphs.el (forward-sentence): Change limit of
2471 re-search-backward to allow values of `sentence-end' anchored at BOL.
2472
2473 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2474
2475 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2476 subfield of the magic string.
2477
2478 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
2479
2480 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2481 (math-special-function-table): Use `math-compose-tex-sqrt' to
2482 compose sqrts in TeX and LaTeX mode.
2483
2484 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
2485
2486 * faces.el (describe-face): Ignore anonymous faces.
2487
2488 * server.el (server-save-buffers-kill-terminal): Args changed.
2489 Handle nowait client frames.
2490
2491 * files.el (save-buffers-kill-terminal): Args for
2492 server-save-buffers-kill-terminal changed.
2493
2494 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
2495
2496 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2497
2498 2009-01-11 Glenn Morris <rgm@gnu.org>
2499
2500 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2501 Silence compiler.
2502
2503 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2504 some entries.
2505 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2506 (authors-renamed-files-alist): Add entries.
2507 (authors-fixed-entries): Update for renamed and removed files.
2508 (authors-canonical-file-name): Add entries to
2509 authors-checked-files-alist based on their full names, expanded relative
2510 to each log-file directory.
2511 (authors-scan-el, authors-add-to-author-list, authors):
2512 Handle multiple authors in a file, via a new :cowrote category.
2513
2514 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2515
2516 2009-01-10 Richard M Stallman <rms@gnu.org>
2517
2518 * mail/mail-utils.el (mail-quote-printable-region): New function.
2519
2520 2009-01-10 Glenn Morris <rgm@gnu.org>
2521
2522 * calendar/cal-move.el (calendar-scroll-left-three-months)
2523 (calendar-scroll-right-three-months):
2524 * calendar/holidays.el (calendar-list-holidays)
2525 (calendar-mark-holidays):
2526 * calendar/lunar.el (calendar-lunar-phases):
2527 Add event handling, for when called from menus with the calendar buffer
2528 not current.
2529
2530 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
2531
2532 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2533 Move setting up whitepace-mode ...
2534 (diff-mode): ... here.
2535 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2536
2537 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
2538
2539 * faces.el (x-font-family-list): Remove entirely.
2540
2541 2009-01-10 Eli Zaretskii <eliz@gnu.org>
2542
2543 Fix Bug #876:
2544
2545 * info.el (info-insert-file-contents, Info-insert-dir):
2546 Bind inhibit-null-byte-detection to non-nil.
2547
2548 2009-01-10 Martin Rudalics <rudalics@gmx.at>
2549
2550 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2551 toggling tool bars on. (Bug#1754)
2552
2553 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
2554
2555 * faces.el (face-valid-attribute-values): Use string as value for
2556 :family attribute. Now, font-family-list returns a list of strings.
2557 (x-font-family-list): Obsolete compatibility version of function
2558 from xfaces.c.
2559
2560 2009-01-09 Martin Rudalics <rudalics@gmx.at>
2561
2562 * window.el (special-display-buffer-names)
2563 (special-display-regexps, special-display-function):
2564 In doc-strings say "same-window" instead of "same-buffer".
2565
2566 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
2567
2568 * net/tramp.el: Revert previous patch. `last-command-char' is
2569 used in code intended only for XEmacs, where it is different from
2570 `last-command-event'.
2571
2572 2009-01-09 Glenn Morris <rgm@gnu.org>
2573
2574 * subr.el (last-input-char, last-command-char):
2575 Move here from src/keyboard.c.
2576
2577 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2578 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2579 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2580 * wdired.el:
2581 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2582 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2583 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2584 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2585 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2586 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2587 * eshell/em-smart.el, eshell/esh-mode.el:
2588 * international/mule-cmds.el:
2589 * mail/mailabbrev.el:
2590 * net/tramp.el:
2591 * play/mpuz.el:
2592 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2593 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2594 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2595 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2596 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2597 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2598 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2599 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2600 Replace last-command-char with last-command-event.
2601
2602 * double.el, electric.el, replace.el, term.el, terminal.el:
2603 * calc/calc.el:
2604 * emulation/viper-cmd.el:
2605 * international/mule-cmds.el:
2606 * obsolete/iso-acc.el:
2607 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2608
2609 * emacs-lisp/edebug.el: Remove references to last-command-char and
2610 last-input-char, since these have been identical to last-command-event
2611 and last-input-event since at least Emacs 19.
2612 (edebug-outside-last-command-char, edebug-outside-last-input-char):
2613 Remove.
2614
2615 2009-01-09 Dave Love <fx@gnu.org>
2616
2617 * calendar/time-date.el: Require cl for `declare'.
2618
2619 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2620
2621 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2622 Suggested by Dave Love.
2623
2624 2009-01-09 Dave Love <fx@gnu.org>
2625
2626 * net/imap.el (imap-string-to-integer): Fix typo.
2627 (imap-fetch-safe): New function.
2628 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2629
2630 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2631 (imap-parse-greeting): Fix doc strings.
2632 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2633 (imap-parse-flag-list): Make messages unique.
2634 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
2635
2636 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2637 call.
2638
2639 * net/imap.el: Fix author email. Doc fixes.
2640 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2641 reply.
2642
2643 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2644
2645 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
2646
2647 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2648
2649 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2650 Call nslookup if resolv.conf isn't available.
2651 (dns-query): Rename from query-dns.
2652 (dns-query-cached): Rename from query-dns-cached.
2653
2654 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2655
2656 * net/imap.el (imap-enable-exchange-bug-workaround):
2657 Explain auto-detection in the doc string.
2658
2659 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2662 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2663 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2664 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2665 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2666 Fix typos in docstrings.
2667 (ispell-command-loop): Reflow docstring.
2668
2669 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2670
2671 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2672 (ispell-aspell-supports-utf8): Mark as obsoleted by
2673 ispell-encoding8-command.
2674 (ispell-check-version): Set ispell-encoding8-command.
2675 (ispell-check-spellchecker-params, ispell-start-process):
2676 Use ispell-encoding8-command.
2677
2678 * textmodes/flyspell.el (flyspell-large-region):
2679 Use ispell-encoding8-command.
2680
2681 2009-01-08 Glenn Morris <rgm@gnu.org>
2682
2683 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2684 scroll the calendar.
2685
2686 * international/mule-cmds.el (universal-coding-system-argument):
2687 last-input-char need not be a char.
2688
2689 * textmodes/ispell.el (ispell-check-minver): Declare.
2690 Use string-to-number rather than string-to-int.
2691
2692 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2693
2694 * add-log.el (change-log-search-tag-name): Reflow docstring.
2695 (change-log-mode): Fix typo in docstring.
2696
2697 * international/mule.el (define-coding-system): Doc fix.
2698
2699 2009-01-07 Kenichi Handa <handa@m17n.org>
2700
2701 * international/mule.el (define-coding-system): Fix docstring
2702 about :bom usage.
2703
2704 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2705
2706 * dired.el (dired-pop-to-buffer): Don't split windows
2707 horizontally. (Bug#1806)
2708
2709 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2710
2711 * tar-mode.el (tar-mode, tar-mode-write-contents)
2712 (tar-write-region-annotate): Undo Andreas's last change.
2713
2714 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2715
2716 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2717 (tramp-handle-file-local-copy, tramp-handle-write-region)
2718 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2719 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2720
2721 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2722
2723 * minibuffer.el (completion-hilit-commonality): Don't presume
2724 all-completions always include the input as prefix.
2725 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2726 as trivial.
2727 (completion-pcm--hilit-commonality): Remove leftover code that used to
2728 deal with the now removed cdr-in-last-cons.
2729
2730 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2731
2732 * international/mule.el (define-coding-system): Fix typos in docstring.
2733
2734 2009-01-05 Alan Mackenzie <acm@muc.de>
2735
2736 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2737 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2738
2739 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2740
2741 * net/tramp.el (tramp-handle-load)
2742 (tramp-do-copy-or-rename-file-directly)
2743 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2744 (tramp-handle-write-region)
2745 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2746 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2747 Delete temporary file in case of error.
2748
2749 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2750
2751 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2752
2753 2009-01-05 Richard M Stallman <rms@gnu.org>
2754
2755 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2756
2757 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2758
2759 * window.el (display-buffer): Fix last fix.
2760
2761 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2762
2763 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2764 to shorten the desktop file directory shown in message.
2765
2766 2009-01-05 Glenn Morris <rgm@gnu.org>
2767
2768 * version.el (emacs-copyright):
2769 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2770 Update copyrights for 2009.
2771
2772 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2773
2774 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2775 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2776 hard-coded 0.
2777 (ada-get-indent-loop): Fix list access bug.
2778
2779 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2782 (lisp-interaction-mode): Add a blank line in the docstring
2783 before the keymap listing.
2784
2785 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2786
2787 * window.el (display-buffer): When a buffer is displayed in the
2788 selected and some other window, and not-this-window is non-nil,
2789 try to return that other window instead of popping up a new
2790 frame. (Bug#30)
2791
2792 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2793
2794 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2795
2796 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2797
2798 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2799
2800 2009-01-03 Michael Olson <mwolson@gnu.org>
2801
2802 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2803 blank characters which will confuse `read', so skip past them.
2804
2805 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2806
2807 * emacs-lisp/authors.el (authors-aliases): Addition.
2808 (authors): Allow to use it for other projects.
2809
2810 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2811 Clarify MATCH argument. Print filenames.
2812
2813 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2816
2817 * net/tramp.el (tramp-local-host-regexp)
2818 (tramp-prefix-domain-format)
2819 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2820 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2821 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2822 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2823 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2824 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2825 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2826 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2827 (tramp-handle-insert-file-contents): Fix setting of
2828 `buffer-read-only'.
2829 (tramp-compute-multi-hops, tramp-local-host-p):
2830 Use `tramp-local-host-regexp'.
2831 (tramp-file-name-real-user, tramp-file-name-domain):
2832 Use `tramp-user-with-domain-regexp'.
2833
2834 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2835 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2836
2837 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2838
2839 * proced.el (proced-grammar-alist): Refiner can be a
2840 list (function help-echo) instead of a cons pair.
2841 (proced-post-display-hook): New variable.
2842 (proced-tree-depth): Rename from proced-tree-indent.
2843 (proced-mode): Derive mode from special-mode.
2844 (proced-mode-map): Change accordingly.
2845 (proced, proced-update): Run proced-post-display-hook.
2846 (proced-do-mark-all): Count processes for which mark has been updated.
2847 (proced-format): Check for ppid attribute.
2848 (proced-process-attributes): Take time and ctime attribute from
2849 system-process-attributes.
2850 (proced-send-signal): Doc fix. Collect properly the info on
2851 marked processes. Use fit-window-to-buffer instead of
2852 dired-pop-to-buffer.
2853
2854 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2855
2856 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2857 point-min==1.
2858
2859 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2860
2861 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2862 (mode-line-client): Fix typo in help message and docstring.
2863
2864 2009-01-02 Jason Rumney <jasonr@gnu.org>
2865
2866 * term/w32-win.el (image-library-alist): Add gobject library.
2867
2868 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2869
2870 * frame.el (window-system-default-frame-alist)
2871 (initial-frame-alist, minibuffer-frame-alist)
2872 (pop-up-frame-alist, pop-up-frame-function)
2873 (special-display-frame-alist): Rewrite and reformat doc-strings.
2874
2875 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2876
2877 * simple.el (minibuffer-default-add-shell-commands):
2878 Fix doc-string typo.
2879
2880 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2881
2882 * language/cham.el: Fix setting of composition-function-table.
2883
2884 * language/khmer.el: Fix setting of composition-function-table.
2885
2886 * language/tibet-util.el (tibetan-composition-function):
2887 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2888
2889 * simple.el (minibuffer-default): Add defvar.
2890
2891 * hippie-exp.el: Require comint.
2892
2893 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2894
2895 * simple.el (last-buffer): Don't set major mode of *scratch* if
2896 that buffer exists already. Rewrite doc-string.
2897
2898 2008-12-31 Andreas Schwab <schwab@suse.de>
2899
2900 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2901 write-region-annotate-functions.
2902 (tar-mode-write-contents): New function.
2903 (tar-write-region-annotate): Remove.
2904
2905 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2906
2907 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2908 (buffer-swapped-with): Var removed.
2909
2910 2008-12-30 Kenichi Handa <handa@m17n.org>
2911
2912 * language/japanese.el (compose-gstring-for-variation-glyph):
2913 New function. Register it in composition-function-table.
2914
2915 * composite.el (lglyph-set-code): New function.
2916
2917 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * tar-mode.el (tar-data-swapped): New var.
2920 (tar-data-swapped-p, tar-swap-data):
2921 Use it instead of buffer-swapped-with.
2922 (tar-write-region-annotate): Re-add (partial undo of last change).
2923 (tar-mode): Use it again (partial undo as well).
2924
2925 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2926
2927 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2928
2929 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2930
2931 * follow.el (follow-select-if-visible): Improve the check for the
2932 last line of the window.
2933 (follow-post-command-hook): Perform redisplay in more
2934 circumstances, to avoid getting point stuck on partially visible lines.
2935
2936 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2937
2938 * follow.el (follow-calc-win-end): Use with-selected-window.
2939 (follow-windows-start-end, follow-pos-visible)
2940 (follow-windows-aligned-p): Code cleanup.
2941 (follow-select-if-visible): Try to avoid partially-visible lines.
2942 (follow-select-if-visible-from-first): Call follow-redisplay and
2943 move point to destination.
2944 (follow-redisplay): New arg, to keep selected window unchanged.
2945 (follow-post-command-hook): In final check for destination
2946 visibility, use window-start and window-end instead of the less
2947 accurate follow-pos-visible. If the selected window is redrawn,
2948 tell follow-redisplay to preserve it.
2949 (follow-calculate-first-window-start-from-below): Avoid looping
2950 forever if vertical-motion returns an unexpected value.
2951
2952 2008-12-30 Andreas Schwab <schwab@suse.de>
2953
2954 * server.el (server-running-p): Remove interactive spec.
2955 Fix regexp.
2956
2957 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2958
2959 * follow.el (follow-calc-win-start): Don't use `inline'.
2960 (follow-update-window-start, follow-select-if-visible)
2961 (follow-calculate-first-window-start-from-below)
2962 (follow-post-command-hook): Code cleanup.
2963 (follow-downward, follow-calculate-first-window-start):
2964 Delete function and merge into follow-redisplay.
2965 (follow-redisplay): Merge code from follow-downward and
2966 follow-calculate-first-window-start.
2967
2968 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2969
2970 * proced.el (proced-tree-flag): Fix typo in docstring.
2971
2972 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2973
2974 * proced.el (proced-temp-alist): Rename from variable
2975 proced-children-alist.
2976 (proced-process-tree, proced-toggle-tree): Fix docstring.
2977 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2978 (proced-temp-internal): Use proced-temp-alist.
2979
2980 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2981
2982 * subr.el (mkdir): New defalias.
2983
2984 2008-12-29 Juri Linkov <juri@jurta.org>
2985
2986 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2987 command `proced-next-line' removed on 2008-09-06.
2988
2989 2008-12-28 Juri Linkov <juri@jurta.org>
2990
2991 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2992 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2993
2994 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2995 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2996 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2997 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2998 set 4 obsolete variables for backward-compatibility with Emacs 22.
2999
3000 2008-12-28 Juri Linkov <juri@jurta.org>
3001
3002 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
3003
3004 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
3005
3006 * misc.el (butterfly): New command.
3007
3008 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3009
3010 * proced.el (proced-grammar-alist): Allow predicate nil.
3011 New attribute tree.
3012 (proced-format-alist): Use attribute tree.
3013 (proced-tree-flag, proced-tree-indent): New variables.
3014 (proced-children-alist): Rename from proced-process-tree.
3015 PPID must refer to a process in process-alist.
3016 Ignore PPIDs that equal PID (Bug#1718).
3017 Children alist inherits sorting order from process-alist.
3018 (proced-process-tree): New variable. New function.
3019 (proced-process-tree-internal, proced-toggle-tree)
3020 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
3021 (proced-mark-process-alist): Add docstring.
3022 (proced-filter-parents): PPID must refer to a process in
3023 process-alist. Ignore PPIDs that equal PID (Bug#1718).
3024 (proced-sort): Throw error if attribute is not sortable.
3025 (proced-sort-interactive): Restrict completion to sortable attributes.
3026 (proced-format): Include tree in standard attributes if
3027 proced-tree-flag is non-nil. Make header clickable only if
3028 corresponding predicate is non-nil.
3029 (proced-update): Use proced-tree.
3030
3031 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
3032
3033 * diff.el (diff): Doc fix.
3034
3035 * emacs-lisp/rx.el (rx): Doc fix.
3036
3037 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
3038 before uniquifying backup trash file name.
3039
3040 2008-12-27 Andreas Schwab <schwab@suse.de>
3041
3042 * vc-git.el (vc-git-dir-printer): Fix filename column.
3043
3044 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
3045
3046 * term.el (term-emulate-terminal): Decode substring just prior to
3047 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
3048
3049 2008-12-27 Eli Zaretskii <eliz@gnu.org>
3050
3051 * makefile.w32-in (MH_E_DIR): New variable.
3052 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3053 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3054 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3055 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3056 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3057 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3058 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3059 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3060 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3061 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3062 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3063
3064 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
3065 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
3066 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
3067 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
3068 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
3069 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
3070 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
3071 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
3072 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
3073 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
3074 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
3075
3076 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3077
3078 * files.el (dosified-file-name): Declare.
3079
3080 2008-12-26 Andreas Schwab <schwab@suse.de>
3081
3082 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
3083
3084 * tar-mode.el (tar-swap-data): New function.
3085 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
3086 (tar-mode-revert): Likewise.
3087 (tar-mode): Likewise. Don't set write-region-annotate-functions.
3088 (tar-data-swapped-p): Test buffer-swapped-with.
3089 (tar-write-region-annotate): Remove.
3090 (tar-header-block-tokenize): Add argument `coding' and use it
3091 instead of tar-file-name-coding-system.
3092 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
3093
3094 2008-12-26 Eli Zaretskii <eliz@gnu.org>
3095
3096 * dos-fns.el (dosified-file-name): New function.
3097
3098 * files.el (dir-locals-find-file): Run dir-locals-file through
3099 dosified-file-name. Compare files case-insensitively on systems
3100 whose filesystems are case-insensitive.
3101
3102 2008-12-25 Martin Rudalics <rudalics@gmx.at>
3103
3104 * help.el (help-for-help-internal): Fix entry for "l".
3105
3106 2008-12-25 Richard M Stallman <rms@gnu.org>
3107
3108 * shadowfile.el (shadow-copy-file): Revert previous change.
3109 This code as it was should work properly with buffer-swapped-with.
3110
3111 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
3112
3113 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3114
3115 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3116
3117 * subr.el (chmod): New defalias for set-file-modes.
3118
3119 2008-12-23 Juri Linkov <juri@jurta.org>
3120
3121 * isearch.el (isearch-filter-predicate, isearch-search):
3122 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3123 (isearch-filter-visible): Rename from
3124 `isearch-filter-invisible'. Doc fix.
3125
3126 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3127 value from `dired-isearch-filter-predicate-orig' instead of the
3128 symbol `isearch-filter-invisible'. Doc fix.
3129 (dired-isearch-filter-filenames): Doc fix.
3130 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3131
3132 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3133 for Info-point-loc since it is more correct in all cases.
3134 (Info-isearch-filter): Rename from
3135 `Info-isearch-filter-predicate'. Doc fix.
3136 (Info-mode): Replace `Info-isearch-filter-predicate' with
3137 `Info-isearch-filter'.
3138
3139 2008-12-23 Daiki Ueno <ueno@unixuser.org>
3140
3141 * pgg.el: Add obsolescence info.
3142
3143 2008-12-22 Richard M Stallman <rms@gnu.org>
3144
3145 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3146
3147 * files.el (buffer-swapped-with): New variable.
3148 (basic-save-buffer-0): Most of basic-save-buffer moved here.
3149 (basic-save-buffer): Unswap the buffer temporarily if nec.
3150
3151 * dired.el (dired-readin): Inhibit modification hooks.
3152
3153 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
3154
3155 * net/newst-backend.el (newst-backend):
3156 Remove wrong duplicate provide statement.
3157
3158 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
3159
3160 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3161 end, before updating.
3162 (tramp-convert-file-attributes): Add "l" indicator to file modes.
3163 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3164
3165 2008-12-21 Martin Rudalics <rudalics@gmx.at>
3166
3167 * window.el (set-window-text-height): Fix doc-string.
3168
3169 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * minibuffer.el (completion-all-completions-with-base-size): Remove.
3172 (completion-all-completions): Don't set it.
3173 (completion-table-with-context, completion--file-name-table):
3174 Don't add base-size in last cdr.
3175 (completion-hilit-commonality): Add argument `base-size'.
3176 (display-completion-list, completion-emacs21-all-completions)
3177 (completion-emacs22-all-completions, completion-basic-all-completions):
3178 Provide it.
3179 (completion-pcm--all-completions): Don't need to remove the base-size
3180 in last-cdr any more.
3181
3182 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
3183
3184 * textmodes/ispell.el (ispell-check-minver): New function.
3185 (ispell-check-version): Rewrite spellchecker and version checking.
3186 Use (ispell-check-minver). Handle hunspell versions.
3187
3188 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
3189
3190 * ido.el (ido-read-internal): Handle `confirm' and
3191 `confirm-after-completion' values for the require-match argument.
3192
3193 2008-12-20 Jason Rumney <jasonr@gnu.org>
3194
3195 * international/mule.el (auto-coding-regexp-alist):
3196 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
3197
3198 2008-12-20 Ami Fischman <ami@fischman.org>
3199
3200 * bindings.el (mode-line-eol-desc): Use assoc to query
3201 mode-line-eol-desc-cache.
3202
3203 2008-12-20 Glenn Morris <rgm@gnu.org>
3204
3205 * comint.el (comint-save-input-ring-index): Add missing initial value.
3206
3207 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
3208
3209 * proced.el (proced-grammar-alist): Doc fix.
3210 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3211 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3212 (proced-undo): Fix typos in docstrings.
3213
3214 2008-12-19 Glenn Morris <rgm@gnu.org>
3215
3216 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3217 (authors-fixed-case): New constant.
3218 (authors-public-domain-files, authors-ignored-files):
3219 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3220 (authors-renamed-files-regexps): Add some new entries.
3221 (authors-canonical-file-name): Don't complain about ignored files.
3222 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
3223 (authors): Ensure error buffer is writable.
3224
3225 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
3226
3227 (ispell-really-hunspell): New variable to signal hunspell.
3228 (ispell-check-version):
3229 Check if hunspell and set ispell-really-hunspell if needed.
3230 (ispell-send-string, ispell-start-process, flyspell-large-region):
3231 Pass right options for hunspell if needed.
3232
3233 2008-12-18 Kenichi Handa <handa@m17n.org>
3234
3235 * international/fontset.el (script-representative-chars)
3236 (setup-default-fontset): Add more scripts.
3237
3238 * international/characters.el: Add more scripts.
3239
3240 2008-12-19 Juri Linkov <juri@jurta.org>
3241
3242 * info.el (Info-isearch-search): Implement lax version of
3243 incremental word search in Info.
3244 (Info-isearch-start): Set Info-isearch-initial-node to the
3245 current node when search is nonincremental to not stop at the
3246 initial node in this case.
3247 (Info-mode-map): Unbind "\M-s" from `Info-search'.
3248
3249 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
3250
3251 * textmodes/rst.el (rst-promote-region): Reflow docstring.
3252 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3253 (rst-repeat-last-character): Fix typos in docstrings.
3254 (rst-mode, rst-backward-section): Doc fixes.
3255
3256 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
3257
3258 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3259 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3260 (newsticker--treeview-load): Check whether groups file exists.
3261
3262 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3263 (newsticker-dir): Use `locate-user-emacs-file'.
3264
3265 2008-12-18 Martin Rudalics <rudalics@gmx.at>
3266
3267 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3268 end-of-visual-line to CUA's recognized commands. (Bug#1549)
3269
3270 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
3271
3272 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
3273
3274 * startup.el (command-line): Do not mention the server name in
3275 case the user has not mentioned it, print a more explicit message.
3276
3277 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3278 Change all callers.
3279
3280 2008-12-18 Sam Steingold <sds@gnu.org>
3281
3282 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
3283
3284 2008-12-18 Juri Linkov <juri@jurta.org>
3285
3286 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3287 `isearch-edit-string-set-word'.
3288 (isearch-edit-string-set-word): Remove.
3289 (isearch-occur): Imitate the C function `wordify' by replacing
3290 non-word character with the \\W+ regexp.
3291 (isearch-search-fun): Add `isearch-nonincremental' to the
3292 condition of using a non-lax version of `word-search-forward'.
3293
3294 2008-12-17 Daiki Ueno <ueno@unixuser.org>
3295
3296 * epa-file.el (epa-file-insert-file-contents):
3297 Set buffer-file-name before decrypting a file.
3298
3299 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
3300
3301 * server.el (server-start): If unable to start the server,
3302 display a warning instead of raising an error.
3303
3304 * startup.el (server-process): Add defvar.
3305 (command-line): If the daemon is unable to start the server,
3306 display a message and exit Emacs.
3307
3308 2008-12-15 Sam Steingold <sds@gnu.org>
3309
3310 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3311 mostly for CLISP modules, but could also be useful elsewhere.
3312
3313 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
3314
3315 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3316 * icomplete.el (icomplete-prospects-height):
3317 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3318
3319 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * international/mule.el (find-auto-coding): Fix typo in docstring.
3322
3323 * international/mule-cmds.el (select-safe-coding-system):
3324 * mail/rmail.el (rmail-require-mime-maybe):
3325 Fix arguments of `display-warning'.
3326
3327 * simple.el (bad-package-check): Fix arguments of `display-warning',
3328 using the package name as TYPE. Use `string-match-p'.
3329
3330 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3331
3332 * proced.el (proced-sort-interactive, proced-sort-pcpu)
3333 (proced-sort-pmem, proced-sort-start, proced-sort-time)
3334 (proced-sort-user, proced-sort-header): Prefix arg determines
3335 sorting order. Suggested by Dan Nicolaescu.
3336 (proced-revert): Doc fix.
3337
3338 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3339
3340 * proced.el (proced-grammar-alist): Allow refiner elements that
3341 are cons pairs (function . help-echo) or nil.
3342 (proced-refine): Use them.
3343 (proced-format-alist): Allow alternatives.
3344 (proced-descend): New variable.
3345 (proced-sort): New arg descend.
3346 (proced-sort-interactive): Repeated calls toggle sort order.
3347 (proced-format): Accomodate changes of proced-format-alist.
3348 Undefined attributes are displayed as "?".
3349 (proced-process-attributes): New optional arg pid-list.
3350 Ignore processes with empty attribute list.
3351
3352 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3353
3354 * proced.el (proced-auto-update-interval): Rename from
3355 proced-timer-interval.
3356 (proced-auto-update-flag): Rename from proced-timer-flag.
3357 (proced-auto-update-timer): Rename from proced-timer.
3358 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3359 (proced-available): Initialize appropriately.
3360
3361 2008-12-13 Glenn Morris <rgm@gnu.org>
3362
3363 * subr.el (declare-function): Doc fix.
3364
3365 * font-core.el (font-lock-defaults): Doc fix: mention levels;
3366 refer to elisp manual.
3367
3368 2008-12-12 Martin Rudalics <rudalics@gmx.at>
3369
3370 * window.el (fit-window-to-buffer): Return non-nil when height
3371 was orderly adjusted, nil otherwise.
3372
3373 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
3374 Stefan Monnier <monnier@iro.umontreal.ca>
3375
3376 * server.el (server-sentinel): Uncomment code to delete connection file.
3377 (server-start): Save the connection file in the server property list.
3378 Delete it only when we are reasonably convinced that it is not owned by
3379 a running server.
3380 (server-force-delete): New command to force-delete the connection file,
3381 and stop the server if it is running.
3382 (server-running-p): Return t also for local TCP servers when we find a
3383 process with a matching PID, and :other for undecided cases.
3384
3385 2008-12-11 Martin Rudalics <rudalics@gmx.at>
3386
3387 * window.el (fit-window-to-buffer): Use with-selected-window and
3388 condition-case. Do not delete more windows than necessary in
3389 the shrinking (delta < 0) case. Do not raise an error when the
3390 containing frame is too small to show all of buffer. (Bug#1488)
3391
3392 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3393 min-height arg 1 to make sure that small buffers are shown.
3394
3395 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
3396
3397 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3398 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3399 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3400 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3401 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3402 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3403 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3404 (ruby-backward-sexp, ruby-add-log-current-method)
3405 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3406 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3407 (ruby-deep-indent-paren): Doc fix.
3408 (ruby-insert-encoding-magic-comment): Remove * from docstring.
3409 (ruby-here-doc-find-end): Reflow docstring.
3410
3411 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
3412
3413 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3414 dired-shrink-to-fit is non-nil. (Bug#1488)
3415
3416 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
3417
3418 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3419 decoding of long locale info is now done in `w32-get-locale-info'.
3420
3421 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
3422
3423 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3424
3425 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
3426
3427 * Makefile.in (ELCFILES): Add ruby-mode.elc.
3428
3429 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3430 terminal variable assignment.
3431
3432 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
3433 Nobuyoshi Nakada <nobu@ruby-lang.org>
3434
3435 * progmodes/ruby-mode.el: New file.
3436
3437 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
3438
3439 * net/tramp.el (top): Don't fail if there is no current message.
3440 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
3441
3442 2008-12-10 Kenichi Handa <handa@m17n.org>
3443
3444 * international/fontset.el (setup-default-fontset): Add an entry
3445 for characters in the Unicode SIP area.
3446
3447 2008-12-10 Glenn Morris <rgm@gnu.org>
3448
3449 * vc-mcvs.el: Move to obsolete/, with warning comment.
3450 * Makefile.in (ELCFILES): Update.
3451
3452 2008-12-10 Daiki Ueno <ueno@unixuser.org>
3453
3454 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3455 buffer unmodified. (Bug#1509)
3456 * epa-file.el (epa-file-insert-file-contents): Set buffer's
3457 modification time if visiting a file and the content is
3458 successfully decrypted.
3459
3460 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
3461
3462 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3463 check whether the buffer is still alive.
3464
3465 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3468
3469 2008-12-09 Glenn Morris <rgm@gnu.org>
3470
3471 * Makefile.in (ELCFILES): Update.
3472
3473 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3474
3475 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3476 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3477
3478 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
3479
3480 * term/xterm.el (terminal-init-xterm): Discard pending input
3481 before reading a reply to the terminal attributes query.
3482
3483 2008-12-05 Andreas Schwab <schwab@suse.de>
3484
3485 * dired.el (dired-font-lock-keywords): Fix last change.
3486
3487 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3488
3489 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3490 into (defcustom ... "..." :type ... :group...).
3491
3492 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
3493
3494 * international/mule-diag.el (mule-diag): Display the window
3495 system version in a less laconic way.
3496
3497 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3498
3499 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3500 if the sorting functions are not loaded. (Bug#1432)
3501
3502 2008-12-04 Sam Steingold <sds@gnu.org>
3503
3504 * progmodes/compile.el (compilation-read-command): Extract from
3505 compile.
3506 (compile): Use it.
3507 (recompile): Accept an optional argument to enable editing the
3508 command line.
3509
3510 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
3511
3512 * net/tramp.el (top): Write a message, when loading Tramp.
3513
3514 * net/tramp-cache.el (tramp-dump-connection-properties):
3515 Polish the check, whether to dump the data.
3516
3517 2008-12-04 Lute Kamstra <lute@gnu.org>
3518
3519 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3520 check if the file "CVS/Entries" exists.
3521
3522 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * international/mule-diag.el (list-character-sets): Doc fix.
3525 (list-character-sets-2): Fix info in header. Simplify.
3526 (print-coding-system): Simplify.
3527 (list-input-methods-1): Simplify.
3528 (mule-diag): Display current font/fontset for all window systems,
3529 not just X. Simplify.
3530
3531 2008-12-04 Glenn Morris <rgm@gnu.org>
3532
3533 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
3534 (vc-cvs-register): Doc fix.
3535 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
3536 (vc-mcvs-register): Doc fix.
3537 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
3538 (vc-rcs-register): Doc fix.
3539 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
3540 (vc-sccs-register): Doc fix.
3541 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
3542 (vc-svn-register): Doc fix.
3543
3544 * files.el (toggle-read-only): Doc fix.
3545
3546 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3547
3548 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3549 be used in compact layout and vice-versa.
3550
3551 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
3552
3553 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3554 like most list-* commands.
3555
3556 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3557 They already exist in descr-text.el as `describe-char-unicodedata-file'
3558 and `describe-char-unicode-data'.
3559 (print-list): Simplify.
3560 (read-charset): Reflow docstring.
3561 (list-coding-systems): Doc fix.
3562
3563 2008-12-03 Glenn Morris <rgm@gnu.org>
3564
3565 * vc.el (vc-diff-switches): Doc fix.
3566 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
3567 (vc-bzr-log-switches): Doc fix.
3568 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
3569 * vc-git.el (vc-git-diff-switches): Doc fix.
3570 * vc-hg.el (vc-hg-diff-switches): Doc fix.
3571 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3572 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3573 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
3574 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
3575
3576 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3577 other backends.
3578 (vc-arch-diff): Apply switches.
3579
3580 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3581 than appending.
3582
3583 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3584
3585 2008-12-03 Daiki Ueno <ueno@unixuser.org>
3586
3587 * epa.el (epa--show-key): Use past tense of "expire" if the key
3588 has already been expired. Thanks to Peter BARABAS.
3589
3590 2008-12-03 Lute Kamstra <lute@gnu.org>
3591
3592 * align.el:
3593 * allout.el:
3594 * apropos.el:
3595 * arc-mode.el:
3596 * autoinsert.el:
3597 * avoid.el:
3598 * battery.el:
3599 * bookmark.el:
3600 * buff-menu.el:
3601 * calculator.el:
3602 * chistory.el:
3603 * cmuscheme.el:
3604 * comint.el:
3605 * compare-w.el:
3606 * dabbrev.el:
3607 * delim-col.el:
3608 * desktop.el:
3609 * diff-mode.el:
3610 * diff.el:
3611 * dired-aux.el:
3612 * dired-x.el:
3613 * dired.el:
3614 * dos-vars.el:
3615 * ediff-diff.el:
3616 * ediff-help.el:
3617 * ediff-init.el:
3618 * ediff-merg.el:
3619 * ediff-mult.el:
3620 * ediff-ptch.el:
3621 * ediff-vers.el:
3622 * ediff-wind.el:
3623 * ediff.el:
3624 * emerge.el:
3625 * facemenu.el:
3626 * faces.el:
3627 * ffap.el:
3628 * filecache.el:
3629 * find-dired.el:
3630 * font-core.el:
3631 * font-lock.el:
3632 * forms.el:
3633 * fringe.el:
3634 * help-at-pt.el:
3635 * hippie-exp.el:
3636 * ido.el:
3637 * image-file.el:
3638 * imenu.el:
3639 * indent.el:
3640 * info.el:
3641 * isearchb.el:
3642 * iswitchb.el:
3643 * jit-lock.el:
3644 * jka-compr.el:
3645 * log-edit.el:
3646 * lpr.el:
3647 * ls-lisp.el:
3648 * man.el:
3649 * menu-bar.el:
3650 * midnight.el:
3651 * mouse-sel.el:
3652 * mouse.el:
3653 * msb.el:
3654 * outline.el:
3655 * paren.el:
3656 * pcmpl-cvs.el:
3657 * pcmpl-gnu.el:
3658 * pcomplete.el:
3659 * pcvs-info.el:
3660 * pcvs-parse.el:
3661 * printing.el:
3662 * ps-mule.el:
3663 * ps-print.el:
3664 * replace.el:
3665 * ruler-mode.el:
3666 * saveplace.el:
3667 * sb-image.el:
3668 * scroll-bar.el:
3669 * sha1.el:
3670 * shadowfile.el:
3671 * shell.el:
3672 * sort.el:
3673 * speedbar.el:
3674 * strokes.el:
3675 * tempo.el:
3676 * term.el:
3677 * terminal.el:
3678 * time-stamp.el:
3679 * time.el:
3680 * tree-widget.el:
3681 * type-break.el:
3682 * vc-cvs.el:
3683 * vc-hg.el:
3684 * vc-mcvs.el:
3685 * vc-rcs.el:
3686 * vc-sccs.el:
3687 * vc.el:
3688 * view.el:
3689 * w32-vars.el:
3690 * whitespace.el:
3691 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3692 deffaces, defconsts and defuns.
3693
3694 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3695
3696 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3697 the prompt was added to the minibuffer.
3698
3699 2008-12-02 Glenn Morris <rgm@gnu.org>
3700
3701 * format.el (format-write-file): Rewrite doc yet again.
3702
3703 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3704 Doc fix. (Bug#1368)
3705
3706 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3707
3708 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3709
3710 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3711 case where point is at the beginning of the buffer. (Bug#1239)
3712
3713 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3714
3715 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3716 already have the correct indentation. (Bug#859)
3717
3718 2008-12-02 Kenichi Handa <handa@m17n.org>
3719
3720 * international/uni-decomposition.el: Re-generated.
3721
3722 2008-12-01 Andreas Schwab <schwab@suse.de>
3723
3724 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3725 ending in a colon as directory header.
3726
3727 2008-12-01 Kenichi Handa <handa@m17n.org>
3728
3729 * international/uni-numeric.el: Re-generated.
3730
3731 * international/charprop.el: Re-generated.
3732
3733 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3734
3735 * international/mule-cmds.el (locale-preferred-coding-systems):
3736 Fix alist item.
3737
3738 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3739
3740 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3741 (tramp-set-connection-property, tramp-flush-connection-property)
3742 (tramp-dump-connection-properties): Use it.
3743
3744 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3745
3746 * wdired.el (wdired-finish-edit): If displaying a single file,
3747 change dired-directory if that file was renamed.
3748
3749 * emacs-lisp/byte-run.el (macro-declaration-function):
3750 Disallow declare specs with lengths of 3 or more.
3751
3752 * dirtrack.el (dirtrack): Fix error message.
3753
3754 2008-11-30 Glenn Morris <rgm@gnu.org>
3755
3756 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3757 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3758
3759 * vc-git.el (vc-git-diff):
3760 * vc-hg.el (vc-hg-diff):
3761 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3762
3763 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3764 (eshell-needs-pipe-p): New function.
3765 (eshell-gather-process-output): Set process-connection-type according to
3766 eshell-needs-pipe-p. (Bug#1388)
3767
3768 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3769
3770 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3771 (diary-remind-message, diary-number-of-entries)
3772 (diary-include-other-diary-files, diary-mark-included-diary-files)
3773 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3774 (diary-font-lock-keywords-1): Reflow docstrings.
3775 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3776 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3777
3778 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3779 (timer-duration): Use `string-match-p'.
3780
3781 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3782
3783 * complete.el (PC-do-complete-and-exit):
3784 Use minibuffer-confirm-exit-commands.
3785
3786 * minibuffer.el (minibuffer-confirm-exit-commands):
3787 Add PC-complete and PC-complete-word to the list.
3788
3789 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3790
3791 * files.el (break-hardlink-on-save): Fix typo in docstring.
3792 Add :version tag.
3793
3794 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3795 (reb-mode): Define with `define-derived-mode'.
3796
3797 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3798
3799 * files.el (break-hardlink-on-save): New variable.
3800 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3801 (file-precious-flag): Mention it in doc string.
3802
3803 2008-11-29 Miles Bader <miles@gnu.org>
3804
3805 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3806 (minibuffer-complete-and-exit): Use it.
3807
3808 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3809
3810 * term/x-win.el (x-gtk-stock-cache): New hash table.
3811 (x-gtk-map-stock): Perform caching to prevent excess consing
3812 during redisplay.
3813
3814 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3815
3816 * minibuffer.el (completion--try-word-completion): Don't ignore
3817 partial-completion if it's the only style.
3818
3819 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3822 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3823 (reb-initialize-buffer): Update matches, in case we're reentering
3824 RE Builder mode.
3825
3826 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3827
3828 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3829 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3830 values for minibuffer-completion-confirm.
3831
3832 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3833
3834 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3835 any but the first "*" in a doc-string.
3836
3837 2008-11-28 Glenn Morris <rgm@gnu.org>
3838
3839 * format.el (format-write-file): Improve previous doc fix.
3840
3841 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3842
3843 * simple.el (use-empty-active-region, use-region-p)
3844 (region-active-p): Doc fix.
3845
3846 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3847
3848 * window.el (display-buffer): Fix handling of not-this-window
3849 argument. (Bug#1415)
3850
3851 2008-11-27 Kenichi Handa <handa@m17n.org>
3852
3853 * international/characters.el: Set category 'C' to characters
3854 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3855
3856 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3857
3858 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3859
3860 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3861 (tool-bar-find-image): Function deleted.
3862 (tool-bar-local-item, tool-bar-local-item-from-menu):
3863 Use find-image instead of tool-bar-find-image.
3864 (tool-bar-keymap-cache): New hash table.
3865 (tool-bar-make-keymap): Use it.
3866 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3867
3868 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3869
3870 * net/dbus.el (dbus-handle-event): The result of a message call
3871 handler can also be an object, which is not a consp.
3872
3873 2008-11-25 Alan Mackenzie <acm@muc.de>
3874
3875 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3876 (forward-list, backward-list, down-list, backward-up-list)
3877 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3878 (insert-pair, insert-parentheses): State that the command assumes
3879 that point is not in a string or comment.
3880
3881 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3882
3883 * net/dbus.el (dbus-string-to-byte-array)
3884 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3885 (dbus-unescape-from-identifier): New defuns.
3886 (dbus-handle-event): The result of a message call is a list of
3887 arguments, which must be expanded when passing to
3888 `dbus-method-return-internal'.
3889
3890 * net/tramp.el (tramp-handle-write-region): Improve the check for
3891 calling direct copy.
3892 (tramp-find-inline-encoding): Don't raise an error but a warning,
3893 when no inline encoding is found.
3894 (tramp-get-remote-coding): Check for a symbol. The negative check
3895 for a string fails, when there is an empty string.
3896
3897 2008-11-26 Glenn Morris <rgm@gnu.org>
3898
3899 * vc-git.el (vc-git-diff-switches): New option.
3900 (vc-git-diff): Apply diff switches. (Bug#1386)
3901 Give it a basic doc string.
3902
3903 * term/pc-win.el (x-font-family-list): Replace redefinition with
3904 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3905
3906 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3907
3908 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3909 of the polynomial rather than the whole polynomial.
3910
3911 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3912
3913 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3914 mailrc, recognize string quoting. When reading from Lisp, accept
3915 rfc822-like addresses.
3916
3917 * mail/mailalias.el (define-mail-alias): Sync code with
3918 define-mail-abbrev.
3919
3920 2008-11-25 Glenn Morris <rgm@gnu.org>
3921
3922 * eshell/esh-proc.el (eshell-gather-process-output):
3923 Revert previous change. (re-opens Bug#1388)
3924
3925 * select.el (x-set-cut-buffer): Fix signal arguments.
3926
3927 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3928
3929 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3930
3931 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3932 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3933 (bubbles--empty-char): Use "\s".
3934
3935 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3936
3937 * calc/calc.el (calc-settings-file, calc-language-alist)
3938 (calc-embedded-announce-formula)
3939 (calc-embedded-announce-formula-alist)
3940 (calc-embedded-open-formula, calc-embedded-close-formula)
3941 (calc-embedded-open-close-formula-alist)
3942 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3943 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3944 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3945 (calc-embedded-open-close-new-formula-alist)
3946 (calc-embedded-open-mode, calc-embedded-close-mode)
3947 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3948 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3949 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3950 from docstrings.
3951
3952 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3953
3954 * calculator.el (calculator-op-or-exp): Reflow docstring.
3955 (calculator-remove-zeros, calculator-repR, calculator-repL):
3956 Fix typos in docstrings.
3957
3958 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3959
3960 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3961 windows instead of calling switch-to-buffer.
3962
3963 * diff.el (diff-sentinel): Take note of diff error return value.
3964
3965 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3966
3967 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3968 frame can't be split.
3969
3970 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3971
3972 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3973 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3974 (newsticker--treeview-tree-update-tag): Remove dead code.
3975 (newsticker-treeview-update): Don't update cache.
3976 (newsticker-treeview-quit): Don't save cache.
3977 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3978 (newsticker-treeview-save): Use `newsticker-dir'.
3979 (newsticker--treeview-load): Use `newsticker-dir'.
3980 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3981 Update tags.
3982 (newsticker-treeview-tree-do-click): Slightly simplified.
3983
3984 * net/newst-backend.el (newsticker-dir): New.
3985 (newsticker-start): Use `newsticker--cache-read'.
3986 (newsticker-stop): Use `newsticker--cache-save'.
3987 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3988 (newsticker--images-dir): New.
3989 (newsticker--image-get, newsticker--image-sentinel):
3990 Use `newsticker--images-dir'.
3991 (newsticker--cache-save-version1): Backup version of
3992 `newsticker--cache-save'.
3993 (newsticker--cache-update): Create newsticker-dir if necessary.
3994 (newsticker--cache-dir): New.
3995 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3996 (newsticker--cache-save-feed): New.
3997 (newsticker--cache-read-version1): New. Backuped version for reading
3998 cache data..
3999 (newsticker--cache-read, newsticker--cache-do-read): New.
4000
4001 * net/newst-reader.el (newsticker--image-read):
4002 Use `newsticker--images-dir'.
4003
4004 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4005
4006 * files.el (confirm-nonexistent-file-or-buffer):
4007 Allow `after-completion' value to request confirm only after TAB.
4008 (confirm-nonexistent-file-or-buffer): New function.
4009 (read-buffer-to-switch, find-file, find-file-other-window)
4010 (find-file-other-frame, find-file-read-only)
4011 (find-file-read-only-other-window)
4012 (find-file-read-only-other-frame): Use it.
4013 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
4014 Thanks to Alan Mackenzie for suggesting the new behavior.
4015
4016 * minibuffer.el (minibuffer-complete-and-exit):
4017 Change `confirm-only' value of minibuffer-completion-confirm to
4018 `confirm', and handle a `confirm-after-completion' value.
4019
4020 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
4021
4022 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
4023
4024 2008-11-24 Andreas Schwab <schwab@suse.de>
4025
4026 * image.el (image-type-header-regexps): Recognize more xbm format
4027 variants.
4028
4029 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
4030
4031 * textmodes/artist.el (artist-charlist-to-string): Simplify.
4032 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
4033 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
4034 (artist-replace-string, artist-draw-rect, artist-draw-line)
4035 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
4036 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
4037 (artist-pen, artist-pen-line, artist-text-insert-common)
4038 (artist-text-overwrite, artist-spray-get-interval)
4039 (artist-spray-clear-circle, artist-erase-char)
4040 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
4041 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
4042 (artist-key-draw-1point, artist-key-draw-2points)
4043 (artist-mouse-draw-continously): Fix typos in docstrings.
4044 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
4045 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
4046 (artist-backward-char, artist-forward-char): Doc fixes.
4047 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
4048 Reflow docstrings.
4049
4050 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * international/quail.el (quail-vunion): New function.
4053 (quail-defrule-internal): Use it to prevent accumulating redundant
4054 alternatives when `append' is set.
4055 (quail-insert-decode-map): Simplify computation of the max-key-width.
4056 Compute it right for multiple-list.
4057
4058 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
4059
4060 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
4061 explicitly. Doc fix.
4062
4063 2008-11-24 Martin Rudalics <rudalics@gmx.at>
4064
4065 * calendar/appt.el (appt-disp-window): Move minibuffer check
4066 after binding this-window and do not set-buffer to make sure we
4067 won't deselect the minibuffer. (Bug#1413)
4068
4069 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
4070
4071 * vc-hg.el (vc-hg-program): Remove.
4072 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4073 Undo previous change.
4074
4075 2008-11-23 Martin Rudalics <rudalics@gmx.at>
4076
4077 * info-look.el (info-lookup): When Info buffer is visible on
4078 another frame, raise that frame.
4079
4080 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
4081
4082 * allout.el (allout-mode): Fix typo in docstring.
4083
4084 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
4085 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
4086
4087 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4088
4089 * vc-hooks.el (vc-follow-link): Complete last change.
4090
4091 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
4092
4093 * textmodes/remember.el (remember-region): Doc fix.
4094 (remember-filter-functions, remember-handler-functions)
4095 (remember-save-after-remembering, remember-mailbox)
4096 (remember-default-priority, remember-data-file, remember-leader-text)
4097 (remember-diary-file): Remove * from defcustom docstrings.
4098 (remember-run-all-annotation-functions-flag)
4099 (remember-all-handler-functions): Reflow docstrings.
4100 (remember-store-in-mailbox): Fix typo in docstring.
4101 (remember-mode): Define with `define-derived-mode'. Doc fix.
4102
4103 2008-11-23 Glenn Morris <rgm@gnu.org>
4104
4105 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
4106 (eshell-do-pipelines): Add optional argument to distinguish recursive
4107 calls. Use to set eshell-in-pipeline-p to 'first for the first command
4108 in a pipeline.
4109
4110 * eshell/esh-proc.el (eshell-gather-process-output):
4111 Set process-connection-type nil for all but the first element of a
4112 pipeline. (Bug#1388)
4113
4114 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4115
4116 * ediff-hook.el: Add tooltips to Emacs menus.
4117
4118 * ediff.el: Change date of last update.
4119
4120 2008-11-22 Juri Linkov <juri@jurta.org>
4121
4122 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4123 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
4124 Doc fix.
4125 (dired-isearch-filenames-setup): Run filename Isearch only when
4126 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4127 and the text property `dired-filename' at point is non-nil.
4128 In this case also set isearch-message-prefix-add to "filename ".
4129 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4130 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4131 Don't let-bind isearch-message-prefix-add since this is done now
4132 in dired-isearch-filenames-setup.
4133
4134 * isearch.el (isearch-mode): Change the order of calling
4135 `isearch-update' and running the `isearch-mode-hook' to call
4136 `isearch-update' with Isearch parameters set in this hook.
4137
4138 * progmodes/compile.el (compilation-auto-jump-to-first-error):
4139 Fix docstring - change "during `compile'" to "during compilation".
4140
4141 * descr-text.el (describe-char-unidata-list): Move `old-name' to
4142 be immediately after `name'.
4143
4144 * startup.el (initial-buffer-choice): Change an abstract file name
4145 "file.txt" to more reasonable default file name value "~/.emacs".
4146
4147 2008-11-22 Juri Linkov <juri@jurta.org>
4148
4149 * files.el (hack-local-variables-confirm): Rename arg `project' to
4150 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
4151 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4152 (hack-local-variables): Rename call of `hack-project-variables' to
4153 `hack-dir-local-variables'. Change error text to "Directory-local
4154 variables error".
4155 (dir-locals-class-alist): Rename from `project-class-alist'.
4156 (dir-locals-directory-alist): Rename from `project-directory-alist'.
4157 (dir-locals-get-class-variables): Rename from `project-get-alist'.
4158 (dir-locals-collect-mode-variables): Rename from
4159 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
4160 `mode-variables', and arg `settings' to `variables'.
4161 (dir-locals-collect-variables): Rename from
4162 `project-collect-binding-list'. Rename arg `binding-list' to
4163 `class-variables', and arg `settings' to `variables'.
4164 (dir-locals-set-directory-class): Rename from `set-directory-project'.
4165 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4166 Rename arg `settings' to `variables'.
4167 (dir-locals-file): New defconst.
4168 (dir-locals-find-file): Rename from `project-find-settings-file'.
4169 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
4170 and `pda' to `dir-elt'.
4171 (dir-locals-read-from-file): Rename from
4172 `project-define-from-project-file'. Rename arg `settings-file'
4173 to `file'. Rename let-bound `list' to `variables'.
4174 (hack-dir-local-variables): Rename from `hack-project-variables'.
4175 Rename let-bound `settings' to `variables-file', `root-dir'
4176 to `dir-name', and `bindings' to `variables'.
4177
4178 2008-11-22 Lute Kamstra <lute@gnu.org>
4179
4180 * simple.el (goto-line): Rename argument.
4181
4182 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4183
4184 * makefile.w32-in (compile-first): New target.
4185 (recompile): Depend on compile-first.
4186
4187 * Makefile.in (recompile): Depend on compile-first.
4188
4189 2008-11-22 Martin Rudalics <rudalics@gmx.at>
4190
4191 * files.el (switch-to-buffer-other-window)
4192 (switch-to-buffer-other-frame): Rename buffer argument to
4193 buffer-or-name. Reword and mention new option
4194 confirm-nonexistent-file-or-buffer in doc-string.
4195
4196 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4197
4198 * emulation/viper.el: Date change.
4199
4200 * emulation/viper-cmd.el (viper-envelop-ESC-key):
4201 viper-translate-all-ESC-keysequences is now a function.
4202
4203 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4204 Make this variable.
4205
4206 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4209 Use buffer-file-truename to handle symlinks in any part of the filename.
4210
4211 2008-11-22 Glenn Morris <rgm@gnu.org>
4212
4213 * vc-mtn.el (vc-mtn-diff-switches): New option.
4214 (vc-mtn-program): Rename from vc-mtn-command, for
4215 consistency with other backends. Keep old name as alias.
4216 Update callers. Make it a defcustom.
4217 (vc-mtn-diff): Give it a doc string. Apply diff switches.
4218
4219 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4220 consistency with other backends. Keep old name as alias.
4221 Make it a defcustom.
4222 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4223
4224 * vc-hg.el (vc-hg-program): New option.
4225 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4226 Use vc-hg-program rather than hard-coded "hg".
4227
4228 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4229 (vc-svn-program): Move defcustom to start.
4230 (vc-svn-create-repo, vc-svn-modify-change-comment):
4231 Use vc-svn-program rather than hard-coded "svn".
4232
4233 * menu-bar.el: Stylistic consistency fixes for various menu and
4234 help texts.
4235
4236 * kmacro.el (kmacro-insert-counter): Doc fix.
4237
4238 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
4239
4240 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4241
4242 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4243
4244 * international/quail.el (quail-indent-to): New function.
4245 (quail-completion-1, quail-completion-list-translations)
4246 (quail-insert-decode-map): Use it to improve alignment.
4247 (quail-build-decode-map): Don't ignore latin-1 chars.
4248 (quail-help): Increase the max decode-map size so that even the TeX map
4249 gets printed.
4250
4251 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4252 Signal error for invalid bookmark.
4253 (bookmark-get-bookmark-record): Undo last change.
4254 (bookmark-store, bookmark-delete): Use new arg `noerror'.
4255
4256 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4257 Suggested by Toru TSUNEYOSHI.
4258
4259 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4260
4261 * byte-opt.el (byte-compile-butlast): Move up in file.
4262 (byte-optimize-plus): Don't call
4263 byte-optimize-delay-constants-math (bug#1334).
4264 Use byte-optimize-predicate to optimize constants.
4265 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4266 Remove zero arguments first
4267 if possible. Call byte-optimize-predicate to optimize constants.
4268 (byte-optimize-multiply): Remove optimizations for arguments of 0
4269 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
4270 Call byte-optimize-predicate.
4271 (byte-optimize-divide): Leave runtime errors unchanged.
4272 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
4273 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
4274
4275 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
4276
4277 * bookmark.el (bookmark-jump-noselect): Add obsolescence
4278 declaration and remove redundant info from docstring.
4279
4280 * isearch.el (isearch-search-string): Doc fix.
4281 (search-exit-option, search-slow-window-lines, search-slow-speed)
4282 (search-upper-case, search-nonincremental-instead)
4283 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4284 (search-ring-update, search-highlight, isearch-lazy-highlight)
4285 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4286 (lazy-highlight-interval): Remove * from defcustom docstrings.
4287 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4288 Remove * from defcustom docstrings; fix typos.
4289 (isearch-push-state-function, isearch-help-for-help-internal)
4290 (isearch-help-for-help, isearch-describe-bindings)
4291 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4292 (isearch-pop-fun-state, isearch-search-fun-function)
4293 (isearch-lazy-highlight-search): Fix typos in docstrings.
4294 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4295 (isearch-forward): Fix typo and reflow docstring.
4296 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
4297 (isearch-mode-map): Don't use `let*'.
4298
4299 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
4300
4301 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4302
4303 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * isearch.el (isearch-search-string): Simplify and convert docstring.
4306
4307 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4308
4309 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
4312 (lookup-nested-alist): Doc fix.
4313 (with-coding-priority): Reflow docstring.
4314 (detect-coding-with-priority): Fix typos in obsolescence declaration.
4315 (char-displayable-p): Reflow docstring. Use `when'.
4316
4317 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4318
4319 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4320 week forward/backward.
4321
4322 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4323
4324 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4325 (with-electric-help): Fix typo and reflow docstring.
4326
4327 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4330 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4331 (list-buffers-noselect): Don't need to pad.
4332
4333 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4334
4335 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4336 Pay attention to char widths when computing string sizes.
4337
4338 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4339
4340 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4341 (byte-compile-output-docform): Reflow docstrings.
4342 (no-byte-compile): Fix typo in docstring.
4343 (byte-recompile-directory, compile-defun): Doc fixes.
4344 (emacs-lisp-file-regexp, byte-compile-verbose)
4345 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4346 (byte-compile-dynamic-docstrings, byte-optimize-log)
4347 (byte-compile-error-on-warn, byte-compile-warnings)
4348 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4349 Remove * from defcustom docstrings.
4350
4351 2008-11-20 Glenn Morris <rgm@gnu.org>
4352
4353 * format.el (format-alist, format-write-file): Doc fix.
4354
4355 * proced.el (proced-available): New variable.
4356 (proced-process-attributes): Move availability check from previous
4357 change from here...
4358 (proced): ... to here.
4359
4360 * vc-hg.el (vc-hg-diff-switches): New option.
4361 (vc-hg-diff): Apply diff switches. (Bug#1017)
4362
4363 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4364
4365 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4366
4367 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
4368
4369 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4370
4371 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
4372
4373 * calc/calc-units.el (math-units-table): Doc fix.
4374 (math-standard-units): Fix typo in constant's description.
4375 (math-additional-units): Fix typo in docstring.
4376
4377 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
4378
4379 * calc/calc-units.el (math-standard-units): Add eps0,
4380 permittivity of vacuum.
4381
4382 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
4383
4384 * files.el (project-settings-file): Remove.
4385 (project-find-settings-file): Undo previous change that added the
4386 use of project-settings-file.
4387
4388 2008-11-19 Glenn Morris <rgm@gnu.org>
4389
4390 * proced.el (proced, proced-format-time): Doc fixes.
4391 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
4392
4393 2008-11-19 Karl Fogel <kfogel@red-bean.com>
4394
4395 * bookmark.el (bookmark-jump-noselect): Move the deprecation
4396 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4397
4398 2008-11-19 Lute Kamstra <lute@gnu.org>
4399
4400 * autoinsert.el (auto-insert-alist): Don't use match data.
4401
4402 2008-11-19 Glenn Morris <rgm@gnu.org>
4403
4404 * progmodes/f90.el (f90-mode-map): Add some menu :help.
4405
4406 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4407
4408 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4409 * term/w32-win.el (x-select-font): Declare.
4410
4411 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4412 Use the imperative for all help strings.
4413
4414 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4415
4416 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4417 case where the default dictionary is French, Spanish, younameit.
4418
4419 * window.el (window--frame-usable-p): Consider dedicated windows
4420 as usable.
4421
4422 * files.el (confirm-nonexistent-file-or-buffer):
4423 Rename from find-file-confirm-nonexistent-file.
4424 (read-buffer-to-switch): Use it.
4425
4426 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
4427
4428 * server.el (server-temp-file-p): Use `string-match-p'.
4429 (server-socket-dir): Set to nil if local sockets are unsupported.
4430 (server-start): Don't try to delete local socket if unsupported.
4431 (server-kill-new-buffers): Reflow docstring.
4432 (server-delete-client, server-handle-delete-frame)
4433 (server-save-buffers-kill-terminal): Doc fixes.
4434 (server-send-string): Fix typo in docstring.
4435
4436 2008-11-18 Sam Steingold <sds@gnu.org>
4437
4438 * progmodes/compile.el (compilation-start-hook): New hook.
4439 (compilation-start): Run it on the compilation process.
4440
4441 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
4442
4443 * international/mule-cmds.el (update-leim-list-file): Simplify.
4444 (prefer-coding-system, find-coding-systems-for-charsets):
4445 Fix docstring typos.
4446 (select-safe-coding-system, input-method-exit-on-first-char)
4447 (language-info-alist, language-info-custom-alist): Reflow docstrings.
4448 (toggle-input-method, read-multilingual-string): Doc fixes.
4449 Reflow docstrings.
4450 (locale-name-match, sort-coding-systems, find-multibyte-characters)
4451 (read-char-by-name): Use `string-match-p'.
4452 (get-char-code-property, put-char-code-property)
4453 (char-code-property-description): Be silent while loading uni-* files.
4454 (ucs-names): Use `dotimes-with-progress-reporter', because loading
4455 the Unicode character names is *slow*.
4456
4457 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
4458
4459 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4460
4461 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4462
4463 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * international/mule-cmds.el (ucs-completions): Mark as risky.
4466
4467 2008-11-17 Martin Rudalics <rudalics@gmx.at>
4468
4469 * help-macro.el (three-step-help): Remove * from defcustom.
4470 (make-help-screen): Don't iconify selected frame. (Bug#1322)
4471 Use when instead of if and cond within condition-case.
4472
4473 * window.el (quit-window): Bind window to selected window when
4474 trying to delete it.
4475
4476 2008-11-17 Glenn Morris <rgm@gnu.org>
4477
4478 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4479 definition of 'ignore, rather than nil. (Bug#1353)
4480
4481 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4482
4483 * window.el (window--frame-usable-p): Allow use for soft-dedication.
4484
4485 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
4486
4487 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4488
4489 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4490 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4491 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4492 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4493 (shell-command, repeat-complex-command): Reflow docstrings.
4494 (pop-to-mark-command): Fix typos in docstring.
4495
4496 2008-11-17 Juri Linkov <juri@jurta.org>
4497
4498 * isearch.el (isearch-filter-predicate): Rename from
4499 `isearch-success-function'. Rename default value from
4500 `isearch-success-function-default' to
4501 `isearch-filter-invisible'. Doc fix.
4502 (isearch-filter-invisible): Rename from
4503 `isearch-success-function-default'. Doc fix.
4504 (isearch-search, isearch-lazy-highlight-search):
4505 Rename `isearch-success-function' to `isearch-filter-predicate'.
4506
4507 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4508 `dired-isearch-orig-success-function'.
4509 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4510 (dired-isearch-filenames-end): Rename `isearch-success-function' to
4511 `isearch-filter-predicate'. Doc fix.
4512 (dired-isearch-filter-filenames): Rename from
4513 `dired-isearch-success-function'.
4514
4515 * info.el (Info-search, Info-mode):
4516 Rename `isearch-success-function' to `isearch-filter-predicate'.
4517 (Info-isearch-filter-predicate): Rename from
4518 `Info-search-success-function'.
4519
4520 * simple.el (minibuffer-default-add-function): Fix docstring to
4521 use clear text "default values" instead of obscure references to
4522 the dynamic variable `minibuffer-default'.
4523
4524 2008-11-16 Glenn Morris <rgm@gnu.org>
4525
4526 * term/ns-win.el (ns-extended-platform-support-mode):
4527 Tweak menu entry from previous change.
4528
4529 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4530
4531 * cus-edit.el (custom-buffer-create-internal): Always insert the
4532 in-buffer buttons, regardless of tool-bar. (Bug#1326)
4533
4534 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4535
4536 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4537
4538 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4539
4540 * ielm.el (ielm-eval-input): Fix thinko in last change.
4541
4542 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * subr.el (read-passwd): Yank current kill if the user enters C-y.
4545
4546 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
4547
4548 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4549 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4550
4551 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4552 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4553 Handle `file-name-as-directory'.
4554
4555 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4556
4557 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4558 usual variable-pitch face.
4559
4560 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4561
4562 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4563 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4564 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4565 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4566 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4567 (ange-ftp-quote-string, ange-ftp-process-handle-line)
4568 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4569 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4570 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4571 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4572 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4573 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4574 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4575 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4576 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4577 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4578 (ange-ftp-default-user, ange-ftp-default-password)
4579 (ange-ftp-default-account, ange-ftp-netrc-default-password)
4580 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4581 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4582 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4583 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4584 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4585 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4586 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4587 (ange-ftp-make-backup-files, ange-ftp-retry-time)
4588 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4589 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4590 (ange-ftp-gateway-tmp-name-template)
4591 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4592 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4593 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4594 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4595 (ange-ftp-gateway-program): Remove * from docstring and reflow.
4596 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4597 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4598 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4599 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4600 (ange-ftp-rename-local-to-remote): Doc fixes.
4601 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4602 Use `when', `unless'.
4603 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4604 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4605 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4606 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4607 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
4608 (ange-ftp-process-sentinel): Use `when'. Fix typo.
4609 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
4610 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4611 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4612 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4613 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4614 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4615 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4616 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4617 `(save-match-data (string-match ...))'.
4618 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4619 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4620 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4621 Doc fixes.
4622
4623 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4624
4625 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4626 function instead of a variable.
4627
4628 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4629 viper-ESC-keyseq-timeout as a function.
4630 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4631 defsubst.
4632
4633 * emulation/viper-cmd.el: Let line-move-visual to nil when using
4634 next-line or previous-line.
4635 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4636
4637 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4638
4639 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4640 live.
4641 (ediff-save-buffer): Let window-min-height to 2.
4642
4643 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4644 the minibuffer.
4645
4646 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4647
4648 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4649 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4650 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4651 (ielm-map): Define within defvar. Add docstring.
4652 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4653 (ielm-complete-filename): Use `when', `unless'.
4654 (ielm-is-whitespace-or-comment): Use `string-match-p'.
4655 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4656 (ielm-change-working-buffer): Check that the buffer is live.
4657 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4658 Simplify. Reflow docstring.
4659 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4660 New aliases, to satisfy `define-derived-mode' expectations.
4661
4662 2008-11-15 Glenn Morris <rgm@gnu.org>
4663 Martin Rudalics <rudalics@gmx.at>
4664
4665 * emacs-lisp/find-func.el (find-function-advised-original): New.
4666 (find-function-C-source, find-function-noselect):
4667 Use find-function-advised-original to handle advised funcs. (Bug#789)
4668
4669 2008-11-15 Glenn Morris <rgm@gnu.org>
4670
4671 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4672 alias message.
4673
4674 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4675 Remove uniquify-after-kill-buffer-p dependency.
4676 (uniquify-kill-buffer-function): New function.
4677 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4678
4679 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4680 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4681 main Emacs manual.
4682
4683 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4684
4685 * window.el (quit-window): Restore delete window with second
4686 arg non-nil behavior as of before 2008-10-30 change.
4687
4688 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4689
4690 * help-fns.el (describe-function-1): Do char-range check for
4691 self-insert-command.
4692
4693 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4694
4695 * files.el (file-precious-flag): Document that this flag is advisory.
4696
4697 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4698
4699 * emacs-lisp/bytecomp.el (byte-compile-associative)
4700 (byte-compile-minus, byte-compile-quo): If there are more than two
4701 operands, don't use binary operation code (bug#1334).
4702
4703 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4704
4705 * w32-fns.el (w32-shell-dos-semantics):
4706 * calendar/diary-lib.el (diary-face-attrs):
4707 * international/mule-cmds.el (set-default-coding-systems)
4708 (prefer-coding-system):
4709 * net/tramp.el (tramp-set-completion-function):
4710 * progmodes/vhdl-mode.el (vhdl-file-header):
4711 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4712
4713 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4714
4715 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4716 (kill-matching-buffers, save-buffers-kill-emacs)
4717 (save-buffers-kill-terminal): Fix typos in docstrings.
4718 (switch-to-buffer-other-window): Reflow docstring.
4719 (revert-buffer): Doc fix.
4720 (define-project-bindings): Rename arg LIST to SETTINGS.
4721 (project-find-settings-file): Use `let', not `let*'.
4722 Use `when'.
4723
4724 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * files.el (project-settings-file, locate-dominating-file):
4727 Fix typos in docstrings.
4728 (find-file-visit-truename): Remove * from defcustom docstring.
4729
4730 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4731
4732 * files.el (project-settings-file): New variable.
4733 (project-find-settings-file): Use it, instead of hardcoding
4734 .dir.settings.el.
4735
4736 2008-11-13 Glenn Morris <rgm@gnu.org>
4737
4738 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4739
4740 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4741
4742 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4743 in mail bodies.
4744
4745 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4746
4747 * international/mule.el (autoload-coding-system, with-category-table)
4748 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4749 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4750 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4751 (set-file-name-coding-system, ctext-pre-write-conversion)
4752 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4753 Reflow docstrings.
4754 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4755 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4756 (char-valid-p): Define with `define-obsolete-function-alias'.
4757
4758 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4759
4760 2008-11-12 Sam Steingold <sds@gnu.org>
4761
4762 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4763 between hostname and path.
4764
4765 2008-11-11 Juri Linkov <juri@jurta.org>
4766
4767 * dired-aux.el (dired-isearch-filenames)
4768 (dired-isearch-filenames-regexp):
4769 Let-bind isearch-message-prefix-add to "filename ".
4770
4771 * isearch.el (isearch-message-prefix-add)
4772 (isearch-message-suffix-add): New variables.
4773 (isearch-message-prefix): Show additional text from
4774 `isearch-message-prefix-add' before "I-search".
4775 (isearch-message-suffix): Show additional text from
4776 `isearch-message-suffix-add' at the end.
4777
4778 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4779 `isearch-search'. Call isearch-success-function to skip matches
4780 outside the current isearch scope. Let-bind search-invisible to
4781 nil to not match invisible text.
4782
4783 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4784 Let-bind `isearch-recursive-edit' to nil to prevent calling
4785 `exit-recursive-edit' in `isearch-done' that terminates the
4786 execution of these commands when it is non-nil. Call
4787 `exit-recursive-edit' explicitly at the end.
4788 (isearch-occur): For word search construct the correct regexp
4789 with word boundaries to proceed with occur.
4790
4791 * isearch.el (isearch-search-fun): Compare the length of the
4792 current search string with the length of the string from the
4793 previous search state to detect the situation when the user
4794 adds or removes characters in the search string.
4795 Use word-search-forward-lax and word-search-backward-lax in this
4796 case, and otherwise word-search-forward and word-search-backward.
4797
4798 2008-11-11 Sam Steingold <sds@gnu.org>
4799
4800 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4801 the "Version Control" group (for C-x v g).
4802
4803 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4804
4805 * server.el (server-process-filter): Fix typos and reflow docstring.
4806
4807 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4808
4809 * mail/footnote.el (footnote-mode): Improve doc-string.
4810 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4811
4812 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4813
4814 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4815
4816 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4817
4818 * mail/smtpmail.el (smtpmail-open-stream): Use
4819 `starttls-any-program-available'. Auto-load starttls.el for it.
4820
4821 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4822
4823 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4824 version (bug@1285).
4825
4826 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4827
4828 * startup.el (command-line): Ignore init-file-user when checking
4829 user's home directory on MS-DOS as well.
4830
4831 2008-11-07 Sam Steingold <sds@gnu.org>
4832
4833 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4834
4835 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4836
4837 * frame.el (make-frame-on-display): Use `string-match-p'.
4838
4839 2008-11-07 Glenn Morris <rgm@gnu.org>
4840
4841 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4842
4843 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4844
4845 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4846 to initialize font-lock keyword case sensitivity.
4847 (lisp-mode): Use it.
4848
4849 2008-11-06 Glenn Morris <rgm@gnu.org>
4850
4851 * eshell/esh-maint.el: Remove unused file.
4852
4853 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4854
4855 * cus-edit.el (custom-comment-tag): Doc fix.
4856 (custom-comment, custom-variable-value-create, custom-face):
4857 Use face names sans -face suffix rather than aliases.
4858
4859 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4860
4861 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4862 window width.
4863
4864 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4865
4866 * server.el (server-process-filter): Only default to emacsclient's
4867 terminal in daemon mode.
4868
4869 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4870
4871 * window.el (quit-window): Restore prefix argument behavior
4872 removed in 2008-10-30 change. (Bug#1308)
4873
4874 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4875
4876 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4877 function to kill-buffer-hook, not to kill-buffer.
4878 Reported by Markus Triska <markus.triska@gmx.at>
4879
4880 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4881
4882 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4883 exists before deleting its windows.
4884
4885 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4886
4887 * server.el (server-process-filter): Don't call
4888 server-create-tty-frame when no tty name is specified.
4889
4890 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4891
4892 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4893
4894 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4895
4896 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4897 (define-char-code-property):
4898 * textmodes/reftex.el (reftex-index):
4899 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4900
4901 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4902
4903 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4904 vc-bzr-status-printer.
4905
4906 * startup.el (startup-echo-area-message): Display a different
4907 message in daemon mode. Suggested by Stephen Turnbull.
4908
4909 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4910 Windows.
4911
4912 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4913
4914 * dframe.el (dframe-mouse-position-function)
4915 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4916 (dframe-mouse-set-point): Fix typos in docstrings.
4917
4918 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4919
4920 * vc-dir.el (vc-dir-headers): Undo previous change.
4921
4922 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4923
4924 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4925 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4926
4927 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4928
4929 * subr.el (looking-back): Fix doc-string typo.
4930
4931 * electric.el (Electric-pop-up-window): Call window-end with
4932 UPDATE set to t.
4933
4934 * window.el (save-selected-window): Make it behave like
4935 save-selected-window-norecord.
4936 (save-selected-window-norecord): Remove, since functionality
4937 fully taken over by save-selected-window.
4938 (walk-windows, set-window-text-height, fit-window-to-buffer):
4939 Use save-selected-window instead of save-selected-window-norecord.
4940 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4941 save-selected-window-norecord.
4942 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4943 indent-function for save-selected-window-norecord.
4944
4945 2008-11-03 Alan Mackenzie <acm@muc.de>
4946
4947 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4948
4949 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4950
4951 * subr.el (looking-back): Doc fix.
4952
4953 * term/x-win.el (x-initialize-window-system):
4954 Call x-wm-set-size-hint after initialization.
4955
4956 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4957 to t.
4958
4959 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4960 2000-12-08 (bug#1297).
4961
4962 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4963
4964 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4965
4966 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4967 when appropriate.
4968
4969 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4970
4971 * window.el (save-selected-window-norecord): New macro.
4972 (walk-windows): Use save-selected-window-norecord and call
4973 select-window with NORECORD set. (Bug#1237)
4974 (set-window-text-height, fit-window-to-buffer):
4975 Use save-selected-window-norecord and call select-window with
4976 NORECORD set.
4977 * subr.el (with-selected-window): Call set-frame-selected-window
4978 with new argument NORECORD set. Update doc-string.
4979 (with-selected-frame): Call select-frame with new argument
4980 NORECORD set. Update doc-string.
4981 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4982 Put indent-function for save-selected-window-norecord.
4983 * font-lock.el (lisp-font-lock-keywords-2):
4984 Add save-selected-window-norecord.
4985
4986 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4987
4988 * cus-edit.el (customize-apropos-options, custom-comment)
4989 (custom-comment-tag, custom-face-edit-attribute-tag):
4990 Fix typos in docstrings.
4991 (custom-buffer-done-kill): Remove * from defcustom docstring.
4992 (custom-file): Fix typo in doc of defcustom choice.
4993
4994 * frame.el (display-visual-class): Fix typo in docstring.
4995 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4996 (special-display-frame-alist, show-trailing-whitespace)
4997 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4998 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4999 Remove * from defcustom docstrings.
5000
5001 * md4.el (md4-buffer): Fix typo in docstring.
5002 (md4, md4-64): Doc fixes.
5003 (md4-pack-int32): Reflow docstring.
5004
5005 * paths.el (rmail-file-name): Remove * from defcustom docstring.
5006 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
5007
5008 * rect.el (open-rectangle): Reflow docstring.
5009 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
5010
5011 * select.el (x-get-cut-buffer): Fix typo in docstring.
5012
5013 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
5014 (timezone-time-zone-from-absolute, timezone-leap-year-p):
5015 Fix typos in docstrings.
5016
5017 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
5018 Fix typos in docstrings.
5019
5020 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
5021
5022 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
5023
5024 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
5025 (newsticker--treeview-list-update, newsticker--treeview-item-show)
5026 (newsticker--treeview-tree-update)
5027 (newsticker--treeview-tree-update-highlight)
5028 (newsticker-treeview-update)
5029 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
5030 (newsticker-treeview-next-new-or-immortal-item)
5031 (newsticker-treeview-prev-new-or-immortal-item)
5032 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
5033 (newsticker-treeview-tree-click): Watch for layout changes.
5034 (newsticker--treeview-set-current-node): Cleanup.
5035 (newsticker--treeview-restore-layout): Rename from
5036 newsticker--treeview-restore-buffers.
5037 (newsticker--treeview-mark-item): Update cache file.
5038
5039 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
5040
5041 * calendar/icalendar.el (icalendar--uid-count): New.
5042 (icalendar--create-uid): New. Extracted from
5043 `icalendar-export-region' and add uid counter.
5044 (icalendar-export-region): Use `icalendar--create-uid'.
5045
5046 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
5047
5048 * tooltip.el (tooltip-frame-parameters): Doc fix.
5049
5050 2008-10-31 Martin Rudalics <rudalics@gmx.at>
5051
5052 * window.el (window-body-height, window-current-scroll-bars)
5053 (walk-windows, get-window-with-predicate, get-buffer-window-list)
5054 (minibuffer-window-active-p, count-windows)
5055 (window-safely-shrinkable-p, window--splittable-p)
5056 (window--try-to-split-window, window--frame-usable-p)
5057 (window--even-window-heights, window--display-buffer-1)
5058 (window--display-buffer-2, set-window-text-height)
5059 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
5060 (truncated-partial-width-window-p): Rewrite doc-string.
5061 (window-fixed-size-p): Simplify code. Rewrite doc-string.
5062 (split-window-vertically, split-window-horizontally):
5063 Rename args, rewrite doc-string, and simplify code.
5064 (split-window-save-restore-data): Rename args and use
5065 when instead of if.
5066
5067 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5068
5069 * indent.el (indent-for-tab-command): Use use-region-p.
5070
5071 * vc.el (vc-revert): Limit the length of the query string.
5072
5073 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
5074
5075 * simple.el (idle-update-delay, next-error-highlight)
5076 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
5077 (minibuffer-history-case-insensitive-variables, kill-ring-max)
5078 (kill-read-only-ok, backward-delete-char-untabify-method)
5079 (kill-whole-line, mark-ring-max, global-mark-ring-max)
5080 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
5081 (goal-column, line-move-ignore-invisible, fill-prefix)
5082 (auto-fill-inhibit-regexp, blink-matching-paren)
5083 (blink-matching-paren-on-screen, blink-matching-paren-distance)
5084 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
5085 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
5086 (minibuffer-history-isearch-wrap, transient-mark-mode)
5087 (next-logical-line, auto-fill-mode, line-number-mode)
5088 (column-number-mode, size-indication-mode, clone-indirect-buffer)
5089 (normal-erase-is-backspace-mode): Doc fixes.
5090 (current-kill, transient-mark-mode, toggle-truncate-lines)
5091 (visible-mode): Reflow docstrings.
5092 (minibuffer-local-shell-command-map, interprogram-paste-function):
5093 Fix typos in docstrings.
5094
5095 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
5096
5097 * server.el (server-process-filter): In daemon mode, default to
5098 emacsclient's tty if not opening a new frame and only the
5099 terminal-frame is available.
5100
5101 2008-10-30 Martin Rudalics <rudalics@gmx.at>
5102
5103 * window.el (quit-window): Simplify code. Say in doc-string
5104 that it operates on the selected window's buffer. (Bug#1259)
5105
5106 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
5107
5108 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
5109 nil so that log-view-diff-changeset works.
5110
5111 2008-10-30 Glenn Morris <rgm@gnu.org>
5112
5113 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5114
5115 * resume.el: Move to obsolete/.
5116 * Makefile.in (ELCFILES): Update.
5117
5118 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5119
5120 * electric.el (Electric-pop-up-window): Don't shrink the window if
5121 it's already big enough.
5122
5123 * minibuffer.el (delete-minibuffer-contents): Delete all
5124 minibuffer contents instead of just the current field.
5125
5126 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5127
5128 * bookmark.el (bookmark-handle-bookmark): Rename from
5129 bookmark-jump-noselect.
5130 (bookmark--jump-via, bookmark-insert): Callers changed.
5131 (bookmark-jump-noselect): Wrapper function for
5132 bookmark-handle-bookmark.
5133 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5134
5135 * textmodes/ispell.el (ispell-word): Use use-region-p.
5136
5137 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
5138
5139 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5140 to follow naming conventions for abnormal hooks. Doc fix.
5141 (tooltip-mode, tooltip-timeout): Use it.
5142 (tooltip-hook): New obsolete alias.
5143 (tooltip-help-tips): Doc fix.
5144
5145 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5146
5147 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
5148
5149 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5150 of hardcoded /tmp.
5151
5152 2008-10-29 Glenn Morris <rgm@gnu.org>
5153
5154 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5155
5156 * vc-hooks.el (vc-find-root): Remove bogus alias.
5157
5158 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5159
5160 * international/quail.el (quail-show-guidance): Don't create
5161 a guidance-frame if current buffer is not a minibuffer, since even if
5162 selected-window is mini-p, the buffer will never be displayed in it, so
5163 it wil be usable for guidance.
5164
5165 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5166
5167 * smerge-mode.el: Require diff-mode at run-time as well.
5168
5169 2008-10-28 Martin Rudalics <rudalics@gmx.at>
5170
5171 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5172 * vc-hooks.el (vc-stay-local): Likewise.
5173
5174 2008-10-28 Phil Sung <psung@mit.edu>
5175
5176 * follow.el (follow-scroll-down, follow-calc-win-end)
5177 (follow-estimate-first-window-start): Reduce effective window
5178 height when header line is present. (Bug#925)
5179
5180 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
5181
5182 * subr.el (locate-user-emacs-file): Simplify. Don't create
5183 `user-emacs-directory' when Emacs is running in batch mode.
5184
5185 * startup.el (inhibit-startup-screen): Reflow docstring.
5186 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5187
5188 2008-10-27 Kenichi Handa <handa@m17n.org>
5189
5190 * descr-text.el (describe-char): Fix terminal case (where font is nil).
5191
5192 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
5193
5194 * face-remap.el (text-scale-increase, text-scale-decrease)
5195 (text-scale-adjust): Remove &optional keyword from the arg list;
5196 the INC argument is not really optional, if the functions happen
5197 to be called from elisp.
5198
5199 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5200
5201 * vc.el: Rename VC methods that were missed when vc-status was
5202 renamed to vc-dir.
5203 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5204 vc-svn-status-extra-headers.
5205 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5206 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5207 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5208 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5209 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5210 vc-dir-status-printer.
5211 (vc-dir-headers): Use `dir-extra-headers' instead of
5212 `status-extra-headers'.
5213 (vc-dir-printer): Rename from vc-dir-status-printer.
5214 (vc-default-dir-extra-headers): Rename from
5215 vc-default-status-extra-headers.
5216 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5217 vc-cvs-status-extra-headers.
5218
5219 * startup.el (server-name): Pacify byte compiler.
5220 (command-line): If --daemon=SERVER_NAME was used, set server-name
5221 before calling server-start.
5222
5223 2008-10-26 Romain Francoise <romain@orebokech.com>
5224
5225 * startup.el (command-line): Call daemon-initialized after
5226 starting the server.
5227
5228 2008-10-26 Kenichi Handa <handa@m17n.org>
5229
5230 * help-fns.el (describe-categories): Display the terse legend at
5231 the head.
5232
5233 * international/characters.el: Docstrings of categories improved.
5234
5235 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5236
5237 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5238
5239 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5240 to the courier family.
5241 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5242 usually not serif'd and hence rather unlike verbatim's printed output.
5243
5244 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
5245
5246 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5247 when reporting the module.
5248
5249 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5250
5251 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5252
5253 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5254
5255 * files.el (locate-dominating-stop-dir-regexp): New var.
5256 (locate-dominating-file): Change arg from a regexp to a file name.
5257 Rewrite using the vc-find-root code to avoid directory-files which is
5258 too slow. Obey locate-dominating-stop-dir-regexp.
5259 Don't pay attention to changes in owner.
5260 (project-find-settings-file): Adjust call to locate-dominating-file.
5261
5262 * progmodes/flymake.el (flymake-find-buildfile):
5263 Adjust call to locate-dominating-file.
5264
5265 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5266 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5267
5268 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5269
5270 * subr.el (with-current-buffer): Rename buffer argument to
5271 buffer-or-name.
5272 * window.el (get-buffer-window-list): Rename buffer argument to
5273 buffer-or-name and make it optional.
5274
5275 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
5276
5277 * completion.el (add-completion-to-head, add-completion): Doc fixes.
5278 (completion-search-next, add-completions-from-file):
5279 Fix typos in docstrings.
5280
5281 * filesets.el (filesets-menu-ensure-use-cached)
5282 (filesets-ingroup-patterns, filesets-filetype-property):
5283 * tutorial.el (get-lang-string):
5284 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5285 Fix typos in docstrings.
5286
5287 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5288 (image-dired-line-up-method, image-dired-thumb-size)
5289 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5290 (image-dired-track-original-file, image-dired-track-thumbnail)
5291 (image-dired-dired-next-line, image-dired-dired-previous-line)
5292 (image-dired-write-comments): Reflow docstrings.
5293 (image-dired-show-all-from-dir-max-files)
5294 (image-dired-format-properties-string, image-dired-create-thumbs)
5295 (image-dired-mark-tagged-files, image-dired-gallery-generate):
5296 Fix typos in docstrings.
5297
5298 * savehist.el (savehist-save-minibuffer-history, savehist-file)
5299 (savehist-additional-variables, savehist-ignored-variables)
5300 (savehist-file-modes, savehist-autosave-interval):
5301 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5302 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5303 (fancy-splash-image):
5304 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5305 (thumbs-conversion-program, thumbs-margin):
5306 Remove spurious * in docstrings.
5307
5308 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
5309
5310 * thingatpt.el (end-of-sexp, beginning-of-sexp)
5311 (forward-same-syntax): Omit default arguments to char-after and
5312 char-before.
5313
5314 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
5315
5316 * subr.el (locate-user-emacs-file): New function.
5317 (user-emacs-directory): Mention it in docstring.
5318
5319 * completion.el (save-completions-file-name):
5320 * filesets.el (filesets-menu-cache-file):
5321 * image-dired.el (image-dired-dir, image-dired-db-file)
5322 (image-dired-temp-image-file, image-dired-gallery-dir)
5323 (image-dired-temp-rotate-image-file):
5324 * savehist.el (savehist-file):
5325 * server.el (server-auth-dir):
5326 * thumbs.el (thumbs-thumbsdir):
5327 * tutorial.el (tutorial--saved-dir):
5328 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5329
5330 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5331
5332 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5333 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5334
5335 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
5336
5337 * filesets.el: Update author email.
5338 (filesets-data): Doc fix.
5339
5340 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
5341
5342 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5343
5344 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
5345
5346 * international/mule-cmds.el (describe-language-environment):
5347 Indent sample text.
5348
5349 2008-10-23 Glenn Morris <rgm@gnu.org>
5350
5351 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5352
5353 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5354 byte-compile a redefinition of a function with special byte-compile
5355 handling. (Bug#411)
5356
5357 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5358
5359 * ps-print.el: Deal with page sizes for label printes. Suggested by
5360 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5361 (ps-print-version): New version 7.3.3.
5362 (ps-page-dimensions-database): New page sizes for label printers.
5363 (ps-n-up-printing): Fix code.
5364
5365 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5366
5367 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
5368
5369 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5370 (list-at-point): Add docstrings.
5371
5372 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5373
5374 * dired-aux.el (dired-do-create-files): Doc fix.
5375
5376 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5377
5378 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5379 with other documentation.
5380
5381 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5382
5383 * replace.el (how-many): Fix typo in docstring.
5384 Reported by Leo <sdl.web@gmail.com>.
5385
5386 2008-10-22 Glenn Morris <rgm@gnu.org>
5387
5388 * international/mule-cmds.el (universal-coding-system-argument):
5389 Check for C-g. (Bug#1205)
5390
5391 2008-10-22 Kenichi Handa <handa@m17n.org>
5392
5393 * international/characters.el: Don't setup
5394 find-word-boundary-function-table.
5395 (next-word-boundary-han, next-word-boundary-kana): Delete them.
5396 (word-combining-categories, word-separating-categories):
5397 Adjust to the change of the docstrings.
5398
5399 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
5400
5401 * simple.el (region-active-p): Doc fix.
5402
5403 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5404
5405 * subr.el (apply-partially): Move from here...
5406
5407 * simple.el (apply-partially): ...to here.
5408
5409 2008-10-20 Andreas Schwab <schwab@suse.de>
5410
5411 * subr.el (split-string-and-unquote): Simplify regexp.
5412
5413 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5414
5415 * subr.el (top-level): Require `cl' when compiling.
5416
5417 2008-10-20 David Reitter <david.reitter@gmail.com>
5418
5419 * info.el (Info-mode): Do not remove an existing header line if
5420 `Info-use-header-line' is nil.
5421
5422 2008-10-19 Juri Linkov <juri@jurta.org>
5423
5424 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5425 Add arg `delimited' as in `query-replace' for the case when
5426 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
5427 Add more indicators to the prompt ("word" and "in region").
5428
5429 * replace.el (query-replace, query-replace-regexp)
5430 (replace-string, replace-regexp, perform-replace): Add "word"
5431 indicatiors to the prompt for word delimited replacements.
5432
5433 * replace.el (read-regexp): Rename arg `default' to `default-value'.
5434 Doc fix.
5435
5436 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5437
5438 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
5439
5440 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5441
5442 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5443
5444 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5445 Make argument names follow Elisp manual.
5446
5447 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5448
5449 * textmodes/remember.el (remember-data-file):
5450 * shadowfile.el (shadow-initialize)
5451 <shadow-info-file, shadow-todo-file>:
5452 * savehist.el (savehist-file):
5453 * recentf.el (recentf-save-file):
5454 * pcvs-defs.el (cvs-cvsrc-file):
5455 * international/kkc.el (kkc-init-file-name):
5456 * ido.el (ido-save-directory-list-file):
5457 * calendar/todo-mode.el (todo-file-do, todo-file-done)
5458 (todo-file-top): Run file names that begin with a period thru
5459 `convert-standard-filename'.
5460
5461 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
5462 before-init-hook.
5463
5464 Fix Bug #1183:
5465
5466 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5467 coding-system-for-read to ediff-coding-system-for-write.
5468
5469 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5470 coding-system-for-write to ediff-coding-system-for-write.
5471
5472 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5473 (ediff-coding-system-for-write): Set to emacs-internal.
5474
5475 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5476
5477 * international/mule-conf.el (emacs-internal): New coding system alias.
5478
5479 2008-10-18 Juri Linkov <juri@jurta.org>
5480
5481 * info.el (Info-file-supports-index-cookies-list): New variable.
5482 (Info-file-supports-index-cookies): New function.
5483 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5484 (Info-index-nodes): Let-bind Info-point-loc to nil for files
5485 without an index cookie to ignore it when Info-index-nodes is
5486 called during navigating from an index node with line numbers.
5487 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
5488
5489 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5490 variable definition section.
5491
5492 * info.el (Info-find-node-2): Put initial point below the header line
5493 and breadcrumbs line.
5494
5495 2008-10-18 Glenn Morris <rgm@gnu.org>
5496
5497 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5498 the needed external programs were not found.
5499
5500 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5501
5502 * files.el (trash-directory): Run thru `convert-standard-filename'.
5503 (file-modes-char-to-who, file-modes-char-to-right)
5504 (file-modes-rights-to-number, file-modes-symbolic-to-number)
5505 (read-file-modes): Doc fixes.
5506
5507 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5508
5509 * abbrev.el (define-abbrev): Doc fix.
5510
5511 2008-10-17 Alan Mackenzie <acm@muc.de>
5512
5513 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5514 foo bar [] = { ...".
5515
5516 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5517
5518 * faces.el (face-spec-set-2): Don't pass invalid attributes to
5519 set-face-attribute.
5520
5521 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
5522
5523 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5524 according to `locale-coding-system'. (This fixes trivial bug reported
5525 as part of bug#1179).
5526 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5527 particular order). Use `when'.
5528
5529 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
5530
5531 * w32-fns.el (w32-check-shell-configuration): Doc fix.
5532 (w32-add-charset-info): Fix typo in docstring.
5533
5534 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5535
5536 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5537 after discussion.
5538
5539 2008-10-16 Magnus Henoch <mange@freemail.hu>
5540
5541 * vc-arch.el (vc-arch-dir-status): New function.
5542 (vc-arch-after-dir-status): New function.
5543
5544 2008-10-16 Glenn Morris <rgm@gnu.org>
5545
5546 * man.el (Man-getpage-in-background): Force recent `man's to output
5547 escape sequences even when stdout is not a tty. (Bug#1142)
5548
5549 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
5550
5551 * international/mule-conf.el: Add `utf8' and `UTF8' as
5552 aliases for the `utf-8' coding system.
5553
5554 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
5555
5556 * find-file.el (ff-get-file): Doc fix.
5557 (ff-get-file-name): Use `let', not `let*'.
5558 (ff-search-directories): Fix typo in docstring.
5559 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5560 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5561 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5562 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5563 (cc-other-file-alist, modula2-other-file-alist):
5564 Remove spurious * in docstrings.
5565
5566 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
5567
5568 * faces.el (set-face-attribute): Set family and foundry before
5569 other attributes.
5570 (face-spec-set-2): Pass unmodified args to set-face-attribute.
5571
5572 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
5573
5574 * hl-line.el (hl-line-unload-function): New function.
5575 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5576 (hl-line-sticky-flag): Remove spurious * in docstring.
5577
5578 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
5579
5580 * vc-git.el (vc-git-show-log-entry): Include the revision in the
5581 search string.
5582
5583 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
5584
5585 * net/tramp.el (tramp-process-one-action): Embed regexp in
5586 parentheses, before adding end-of-buffer construct. Suggested by
5587 Markus Triska <markus.triska@gmx.at>.
5588
5589 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
5590
5591 * net/newst-plainview.el (w3m-toggle-inline-image):
5592 Define 'declare-function if necessary, for compatibility.
5593
5594 * net/newst-treeview.el (w3m-toggle-inline-images):
5595 Define 'declare-function if necessary, for compatibility.
5596
5597 2008-10-13 Alan Mackenzie <acm@muc.de>
5598
5599 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5600 so that the function works on one-line macros.
5601
5602 * progmodes/cc-engine.el: Amend several doc strings and comments.
5603
5604 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5605
5606 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5607
5608 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5609 (vc-cvs-stay-local): Add a new choice and default to it.
5610 (vc-cvs-dir-status): Use the new vc-stay-local choice.
5611
5612 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5613
5614 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
5615
5616 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5617 Add support for extended return statement.
5618
5619 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5620 and obj-dir; keep user order.
5621
5622 2008-10-12 Glenn Morris <rgm@gnu.org>
5623
5624 * Makefile.in (ELCFILES): Update.
5625
5626 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5627 (shell-file-name-quote-list): Declare.
5628
5629 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
5630
5631 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5632
5633 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5634
5635 * startup.el (command-line): If toolbar is disabled but ought to
5636 be initialized, call tool-bar-setup.
5637
5638 * tool-bar.el (tool-bar-setup): Variable deleted.
5639 (tool-bar-setup): Set it up unconditionally.
5640
5641 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5642
5643 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5644 tool-bar-map has been initialized before setting it up.
5645
5646 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5647 tool-bar-map has been initialized before setting it up.
5648
5649 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5650
5651 * emacs-lisp/warnings.el (display-warning): Issue a message if
5652 called during daemon initialization.
5653
5654 * tool-bar.el (tool-bar-local-item)
5655 (tool-bar-local-item-from-menu): Put the check for number of
5656 display colors into the image expression.
5657 (tool-bar-setup): Don't be a no-op on ttys.
5658
5659 * info.el (info-tool-bar-map):
5660 * progmodes/gud.el (gud-tool-bar-map):
5661 * progmodes/grep.el (grep-mode-tool-bar-map):
5662 * progmodes/compile.el (compilation-mode-tool-bar-map):
5663 Initialize it unconditionally.
5664
5665 2008-10-11 Romain Francoise <romain@orebokech.com>
5666
5667 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5668 * kmacro.el (kmacro-edit-lossage): Ditto.
5669 * edmacro.el (edit-kbd-macro): Ditto.
5670
5671 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5672
5673 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5674 Fix variable names.
5675
5676 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5677
5678 * startup.el (command-line): Revert 2008-09-26 change, not
5679 necessary anymore.
5680
5681 2008-10-10 Andreas Schwab <schwab@suse.de>
5682
5683 * simple.el (minibuffer-complete-shell-command):
5684 Bind comint-delimiter-argument-list, comint-file-name-chars and
5685 comint-file-name-quote-list like shell-mode.
5686
5687 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5688
5689 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5690 call of select-window.
5691
5692 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5693
5694 * calc/calc.el (calc-embedded-word-regexp)
5695 (calc-embedded-word-regexp-alist): New variables.
5696 (calc-embedded-open-word, calc-embedded-close-word)
5697 (calc-embedded-open-close-word-alist): Remove unused variables.
5698
5699 * calc/calc-embed.el (calc-embedded-make-info):
5700 Use `calc-embedded-word-regexp' to find words.
5701
5702 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5703
5704 * info.el (Info-extract-menu-counting): New argument no-detail to
5705 skip detailed node listings.
5706 (Info-forward-node): New argument not-up to inhibit going up.
5707 (Info-final-node): Call Info-extract-menu-counting and
5708 Info-forward-node with the new arguments set to avoid infinite
5709 looping. (Bug#1116)
5710
5711 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5712
5713 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5714 not fboundp.
5715
5716 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5717
5718 * startup.el (command-line): Enable tool-bar-mode as long as it is
5719 not suppressed by X resources, regardless of the terminal.
5720
5721 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5722 graphical terminals.
5723 (tool-bar-setup): No-op if called on a tty.
5724
5725 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5726
5727 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5728 Support `pc' ``window-system''.
5729
5730 * progmodes/compile.el (compilation-start): Resurrect the version
5731 for systems that don't support asynchronous subprocesses.
5732
5733 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5734
5735 * window.el (pop-up-frames): Add choice graphic-only.
5736 (display-buffer): When pop-up-frames equals graphic-only do
5737 not pop up new frame on text-only terminals. (Bug#1061)
5738
5739 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5740
5741 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5742 (vc-cvs-dir-status): Use it.
5743
5744 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5745
5746 * json.el (json-skip-whitespace): Fix last change.
5747
5748 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5749
5750 * bs.el (bs-unload-function): New function.
5751
5752 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5753
5754 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5755 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5756 For clarity, explicitly require cl.
5757
5758 2008-10-08 Michael Olson <mwolson@gnu.org>
5759
5760 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5761 can avoid a bad interaction with programs that add functions to
5762 the window-scroll-functions hook. This fixes Bug #858.
5763
5764 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5765
5766 * startup.el (command-line): Use display-warning to warn about an
5767 init file error.
5768 (command-line-1): Remove init file error delay.
5769
5770 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5771
5772 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5773 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5774 (rx-group-if): New function.
5775 (rx-parent): New variable.
5776 (rx-and, rx-or): Put shy groups only when necessary.
5777 (rx-bracket): Remove.
5778 (rx-anything): New function.
5779 (rx-any-delete-from-range, rx-any-condense-range)
5780 (rx-check-any-string): New functions.
5781 (rx-check-any): Return result as a list. Don't convert chars to
5782 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5783 Check char category string. Call rx-form instead of rx-to-string.
5784 (rx-any): Rebuid to complete the function.
5785 (rx-check-not): Fix char category regexp pattern string.
5786 Call rx-form instead of rx-to-string.
5787 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5788 "[^^]". Call regexp-quote for one char string when not called from
5789 rx-not. Add "\\w", and toggle to upcase. Add the case of
5790 "\\[SCBW]" to toggle.
5791 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5792 instead of rx-to-string.
5793 (rx-kleene): Call rx-form instead of rx-to-string.
5794 Call rx-group-if to adjust putting of shy groups.
5795 (rx-atomic-p): Make check more precisely.
5796 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5797 (rx-regexp): Call rx-group-if.
5798 (rx-form): New function.
5799 (rx-to-string): Call rx-form, rx-group-if.
5800 Refine definition of NO-GROUP.
5801
5802 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5803
5804 * json.el (json-advance): Use forward-char.
5805 (json-skip-whitespace): Use skip-syntax-forward.
5806
5807 2008-10-07 Alan Mackenzie <acm@muc.de>
5808
5809 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5810 indenting a macro followed by blank lines doesn't backslash the
5811 following non-blank line into the macro.
5812
5813 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5814
5815 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5816 (command-line): Set after-init-time to nil before initialization.
5817
5818 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5819
5820 * calc/calc-units.el (math-standard-units): Update the values
5821 of the units.
5822
5823 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5824
5825 * bookmark.el (bookmark-unload-function): New function.
5826
5827 2008-10-06 Andreas Schwab <schwab@suse.de>
5828
5829 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5830
5831 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5832
5833 * mail/footnote.el: Remove * in defcustom docstrings and tell
5834 for most options that customizing them doesn't affect buffers
5835 already displaying footnotes.
5836 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5837 Fix handling of text properties and identical start/end tags.
5838 Do not use format when renumbering.
5839 (Footnote-set-style): Make it work.
5840 (Footnote-insert-numbered-footnote): Simplify.
5841 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5842 (Footnote-goto-footnote): Fix handling of empty section tag.
5843 (Footnote-delete-footnote): Fix handling of identical start/end
5844 tags, empty section tag, and spaced footnotes. Do not use
5845 kill-region.
5846 (footnote-mode): Make most options buffer-local to avoid that
5847 customizing messes up handling of footnotes in buffers that
5848 already display them.
5849
5850 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5851
5852 * faces.el (x-create-frame-with-faces): Undo previous change.
5853
5854 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5855 existent files.
5856
5857 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * international/mule-cmds.el (universal-coding-system-argument):
5860 Handle digit-argument too.
5861
5862 2008-10-05 Mario Lang <mlang@delysid.org>
5863
5864 * xml.el (xml-parse-string): Use skip-chars-forward.
5865
5866 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5867
5868 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5869 existent files.
5870 (vc-bzr-dir-status-files): New function.
5871
5872 2008-10-04 Glenn Morris <rgm@gnu.org>
5873
5874 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5875
5876 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5877 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5878
5879 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5880 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5881
5882 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5883
5884 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5885 Fix typo. (Bug#1074)
5886
5887 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5888
5889 * progmodes/compile.el (compilation-start): Make sure to move to
5890 point-max only when we are in the compilation buffer. (Bug#1073)
5891
5892 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5893
5894 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5895 tool-bar-mode is on.
5896
5897 * vc-svn.el (vc-svn-dir-status-files):
5898 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5899
5900 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5901
5902 * vc-hg.el (vc-hg-dir-status-files): New function.
5903
5904 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5905
5906 * window.el (window--display-buffer-1): Don't care about
5907 visibility since raise-frame does.
5908
5909 2008-10-03 Mario Lang <mlang@delysid.org>
5910
5911 * nxml/xmltok.el (xmltok-forward): Simplify.
5912
5913 2008-10-03 Glenn Morris <rgm@gnu.org>
5914
5915 * Makefile.in (ELCFILES): Update.
5916
5917 * frame.el (set-default-font): Make obsolete.
5918 * mouse.el (mouse-set-font): Use set-frame-font.
5919
5920 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5921 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5922
5923 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5924 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5925
5926 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5927
5928 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5929 (vc-dir-refresh): Set it here instead. (Bug#1067)
5930
5931 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5932
5933 * faces.el (inhibit-frame-set-background-mode): New var.
5934 (frame-set-background-mode): Use it to avoid a loop in
5935 face-spec-recalc.
5936
5937 2008-10-02 Glenn Morris <rgm@gnu.org>
5938
5939 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5940 vc-diff-switches.
5941
5942 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5943
5944 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5945 that is, to take some action when a buffer is killed. Suggested by
5946 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5947 11.2.2.
5948 (whitespace-action): Docstring and :type fix.
5949 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5950 Code fix.
5951 (whitespace-add-local-hook, whitespace-remove-local-hook)
5952 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5953
5954 2008-10-01 Magnus Henoch <mange@freemail.hu>
5955
5956 * net/tls.el (open-tls-stream): Show the actual command being
5957 executed, instead of the format string.
5958
5959 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5960
5961 * term/internal.el (dos-locale-alist): New alist.
5962 (dos-codepage-setup): Use it to compute a value of locale with
5963 which to call set-locale-environment. Remove code to set
5964 terminal, keyboard, and file-name encoding (done by
5965 set-locale-environment).
5966
5967 * international/mule-cmds.el
5968 (set-language-environment-nonascii-translation): Fix nonascii
5969 value for `pc' ``window-system''.
5970 (set-display-table-and-terminal-coding-system)
5971 (set-default-coding-systems): Don't special-case `pc'.
5972
5973 2008-10-01 Glenn Morris <rgm@gnu.org>
5974
5975 * filesets.el (filesets-menu-name): Fix type.
5976 (filesets-menu-path, filesets-menu-before): Fix types.
5977 Change defaults to be consistent with recentf. (Bug#1056)
5978
5979 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * term/xterm.el (xterm-turn-on-modify-other-keys)
5982 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5983 Don't forget to pass `terminal' to `send-string-to-terminal'.
5984
5985 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5986
5987 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5988 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5989 non-nil. It is not clear, whether this is only fixing symptoms on
5990 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5991 is embedded by that check. So it might be TRT. Suggested by Dan
5992 Nicolaescu <dann@ics.uci.edu>.
5993
5994 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5995
5996 * Makefile.in (ELCFILES): Remove codepage.elc.
5997
5998 * international/codepage.el: File removed, as even ms-dos doesn't
5999 need it anymore.
6000
6001 * loadup.el [ms-dos]: Don't load ccl and codepage.
6002
6003 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
6004 (IT-character-translations, cjk-codepages-alist): Remove variables.
6005 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
6006 (IT-unicode-translations): Remove charset and base elements.
6007 Add translations for Latin-1 characters.
6008 (IT-setup-unicode-display): Accept a CODING argument. Don't use
6009 base and chset elements of IT-unicode-translations. Don't wrap
6010 translation in "{...}". Set up translations only for characters
6011 for which unencodable-char-position returns non-nil.
6012 (dos-codepage-setup): Don't use special-case codepages in
6013 cjk-codepages-alist.
6014
6015 * files.el (locate-dominating-file): Wrap directory-files with
6016 condition-case, instead of calling file-directory-p, which stats
6017 the directory one more time.
6018
6019 * mail/mail-utils.el (mail-unquote-printable-region):
6020 Use insert-byte instead of insert-char, when the UNIBYTE arg is
6021 non-nil.
6022
6023 2008-09-30 Daiki Ueno <ueno@unixuser.org>
6024
6025 * epa-file.el (epa-file-insert-file-contents): Fix typo.
6026
6027 2008-09-30 Glenn Morris <rgm@gnu.org>
6028
6029 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
6030
6031 2008-09-30 Daniel Colascione <danc@merrillpress.com>
6032
6033 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
6034 (which-function): Handle nested imenu trees.
6035
6036 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
6037 some nested menu items.
6038
6039 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
6040
6041 * calc/calc-units.el (math-standard-units): Add entries used to
6042 display the values in the units buffer.
6043 (math-build-units-table): Add entries to the units table to be used
6044 to display the values in the units buffer.
6045 (math-build-units-table-buffer): Use the display entry of the units
6046 table when non-nil.
6047 (calc-define-unit): Add option to enter display value of unit.
6048
6049 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
6050
6051 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
6052
6053 2008-09-29 Eli Zaretskii <eliz@gnu.org>
6054
6055 * files.el (locate-dominating-file): Take file-attributes of
6056 `dir', not of `file' (which never changes).
6057
6058 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
6059
6060 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
6061 also be `localname'.
6062
6063 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
6064 IDENTIFICATION.
6065
6066 2008-09-28 Glenn Morris <rgm@gnu.org>
6067
6068 * vc.el (vc-switches): Give it a doc string.
6069
6070 2008-09-28 Romain Francoise <romain@orebokech.com>
6071
6072 * comint.el (comint-show-output): Adjust to stickiness changes of
6073 the output field.
6074
6075 * startup.el (command-line): Start the daemon server later.
6076
6077 2008-09-28 Martin Rudalics <rudalics@gmx.at>
6078
6079 * subr.el (read-quoted-char): Call char-resolve-modifiers
6080 instead of char-resolve-modifers.
6081
6082 2008-09-27 Glenn Morris <rgm@gnu.org>
6083
6084 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
6085 than [return]. (Bug#1031)
6086
6087 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
6088
6089 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
6090
6091 2008-09-27 Daiki Ueno <ueno@unixuser.org>
6092
6093 * epg.el (epg-wait-for-status): Check if there is no pending status.
6094 Reported by Ted Romer <ted@romerfamily.com>.
6095
6096 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6097
6098 * startup.el (command-line): Turn on menu-bar-mode and
6099 tool-bar-mode when running as a daemon.
6100
6101 2008-09-26 Eli Zaretskii <eliz@gnu.org>
6102
6103 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
6104 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6105 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6106 ($(lisp)/progmodes/cc-engine.elc)
6107 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6108 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6109 ($(lisp)/progmodes/cc-subword.elc)
6110 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6111
6112 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6113 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6114 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6115 ($(lisp)/progmodes/cc-engine.elc)
6116 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6117 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6118 ($(lisp)/progmodes/cc-subword.elc)
6119 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6120
6121 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6122
6123 * informat.el (Info-split-threshold): New variable.
6124 (Info-split): Use it.
6125
6126 * textmodes/texinfmt.el (texinfo-format-buffer):
6127 Use Info-split-threshold to decide whether to split Info files.
6128
6129 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6130
6131 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6132 quoting.
6133
6134 * comint.el (comint-dynamic-complete-as-filename): Quote directory
6135 name when reinserting it.
6136
6137 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6138 word-search-backward-lax for incremental word search.
6139
6140 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
6141
6142 * generic-x.el (generic-other-modes): Fix typo in docstring.
6143 (generic-use-find-file-hook, generic-lines-to-scan)
6144 (generic-find-file-regexp, generic-ignore-files-regexp)
6145 (generic-define-mswindows-modes, generic-define-unix-modes):
6146 Remove `*' from docstring.
6147 (generic-mode-find-file-hook): Use `string-match-p'.
6148 (apache-log-generic-mode, mailagent-rules-generic-mode)
6149 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6150 (java-manifest-generic-mode, java-properties-generic-mode)
6151 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6152 for consistency with other modes in generic-x.el.
6153
6154 2008-09-25 Martin Rudalics <rudalics@gmx.at>
6155
6156 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6157 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6158 parens specially only if latex-handle-escaped-parens is non-nil.
6159 (latex-indent-within-escaped-parens): New option.
6160 (latex-find-indent): Bind latex-handle-escaped-parens to
6161 latex-indent-within-escaped-parens. Do not treat escaped parens
6162 specially when this is nil. (Bug#954)
6163
6164 2008-09-25 Glenn Morris <rgm@gnu.org>
6165
6166 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
6167
6168 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6169
6170 * vc.el (vc-mark-resolved): Move message here from
6171 vc-default-mark-resolved.
6172 (vc-default-mark-resolved): Change to an alias for ignore.
6173
6174 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
6175
6176 * term.el (term-emulate-terminal): Encode input string before
6177 checking its length.
6178
6179 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
6180
6181 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6182 is loaded.
6183
6184 * server.el (server-buffer-done): Avoid changing the buffer when
6185 deleting the client's frame (bug#640).
6186
6187 * vc.el (vc-default-mark-resolved): New function.
6188
6189 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
6190
6191 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6192 from raising a wrong-type-argument error.
6193
6194 2008-09-24 Martin Rudalics <rudalics@gmx.at>
6195
6196 * help-fns.el (describe-function-1, describe-variable): Print
6197 relative file name in help buffer.
6198 * faces.el (describe-face): Print relative file name in help
6199 buffer.
6200
6201 2008-09-23 Romain Francoise <romain@orebokech.com>
6202
6203 * subr.el (with-output-to-string): Make sure that the temporary
6204 buffer gets killed.
6205
6206 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
6207
6208 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6209 indentation problem with keyword symbols when a list starts with
6210 ,@ or spaces. (Bug#1012)
6211
6212 2008-09-23 Martin Rudalics <rudalics@gmx.at>
6213
6214 * textmodes/tex-mode.el (latex-find-indent): Try to handle
6215 escaped close parens correctly. (Bug#954)
6216
6217 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
6218
6219 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6220 usage of `fortune-file' even though a FILE argument was passed to
6221 the function.
6222
6223 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6224
6225 * startup.el (command-line): Start the server when in daemon mode.
6226 Remove always true test.
6227
6228 * frame.el (frame-initialize): Remove spurious setting of
6229 special-display-function with the default value.
6230
6231 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
6232
6233 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6234
6235 2008-09-20 Glenn Morris <rgm@gnu.org>
6236
6237 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6238 Fix custom type. (Bug#1011)
6239
6240 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
6241
6242 * files.el (move-file-to-trash): Avoid recursive trashing if
6243 rename-file calls delete-file.
6244
6245 2008-09-20 Glenn Morris <rgm@gnu.org>
6246
6247 * play/fortune.el: Remove leading `*' from defcustom docs.
6248 (fortune-program-options): Doc fix. Allow to be a string again.
6249 Add :version.
6250 (fortune-in-buffer): Handle fortune-program-options as a string.
6251 Don't rely on fortune program accepting options after fortune file.
6252
6253 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
6254
6255 * play/fortune.el (fortune-program-options): Change to a list.
6256 (fortune-in-buffer): Use apply.
6257
6258 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
6259
6260 * emacs-lisp/authors.el: Change encoding of file to utf-8.
6261 (authors-coding-system): Likewise.
6262
6263 2008-09-20 Ami Fischman <ami@fischman.org>
6264
6265 * savehist.el (savehist-save): Handle errors in writing as well as
6266 reading.
6267
6268 2008-09-20 Michael Olson <mwolson@gnu.org>
6269
6270 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6271 to provide a minimal performance boost.
6272
6273 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6274
6275 * proced.el (proced-grammar-alist, proced-custom-attributes)
6276 (proced-format-alist, proced-format, proced-filter-alist)
6277 (proced-filter, proced-sort): Use defcustom.
6278 (proced-mode): Fix docstring.
6279 (proced-process-attributes): Handle return value nil of functions
6280 in proced-custom-attributes.
6281
6282 2008-09-19 Martin Rudalics <rudalics@gmx.at>
6283
6284 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6285 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
6286
6287 2008-09-19 Miles Bader <miles@gnu.org>
6288
6289 * comint.el (comint-output-filter): Make field properties for
6290 output text front-sticky.
6291
6292 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6293
6294 * vc-bzr.el (vc-bzr-show-log-entry):
6295 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6296 C-x v l for a directory uses that.
6297
6298 2008-09-18 Simon Josefsson <simon@josefsson.org>
6299
6300 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6301 .sieve files.
6302
6303 2008-09-18 Martin Rudalics <rudalics@gmx.at>
6304
6305 * help-macro.el (make-help-screen): Preserve key bindings
6306 established in help-mode call when exiting this macro.
6307
6308 2008-09-17 Kenichi Handa <handa@m17n.org>
6309
6310 * language/burmese.el: Fix setting of composition-function-table.
6311
6312 2008-09-17 Martin Rudalics <rudalics@gmx.at>
6313
6314 * info.el (Info-follow-nearest-node): Don't raise an error for
6315 mouse-1 clicks.
6316
6317 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
6318
6319 * calc/calc-units.el (calc-convert-temperature): Use default
6320 units when appropriate.
6321
6322 2008-09-16 Markus Triska <markus.triska@gmx.at>
6323
6324 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6325 catch errors raised in `texmathp'.
6326 (flyspell-tex-math-initialized): Remove.
6327
6328 2008-09-16 Martin Rudalics <rudalics@gmx.at>
6329
6330 * frame.el (select-frame-set-input-focus): With non-nil
6331 mouse-autoselect-window always move mouse cursor to frame's
6332 selected window. Otherwise restore pre 2008-09-13 behavior.
6333 (select-frame-by-name): Use select-frame-set-input-focus.
6334
6335 * files.el (switch-to-buffer-other-frame): Don't raise frame since
6336 pop-to-buffer already does it.
6337 (display-buffer-other-frame): Fix doc-string.
6338
6339 2008-09-16 Glenn Morris <rgm@gnu.org>
6340
6341 * add-log.el (diff-find-source-location): Update declaration.
6342
6343 * progmodes/make-mode.el (makefile-match-function-end):
6344 Move point. (Bug#983)
6345
6346 2008-09-16 Daiki Ueno <ueno@unixuser.org>
6347
6348 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6349
6350 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
6351
6352 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6353 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6354
6355 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
6356
6357 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6358
6359 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6360
6361 * files.el (file-truename): Don't raise args-out-of-range error
6362 when filename has no separator on windows-nt. (Bug#982)
6363
6364 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6365
6366 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6367 be more honest when we don't know.
6368 (diff-tell-file-name): Don't prompt before the actual prompt.
6369 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6370 (diff-find-source-location): Add `noprompt' argument.
6371 (diff-current-defun): Don't prompt.
6372
6373 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6374
6375 * proced.el (proced-mark-face, proced-marked-face)
6376 (proced-sort-header-face): Remove.
6377 (proced-font-lock-keywords): Simplify.
6378 (proced-format): Use face proced-sort-header.
6379 (proced-format-interactive, proced-sort-interactive)
6380 (proced-filter-interactive): Only call proced-update if the scheme
6381 has changed.
6382 (proced-sort-header): Use posn-actual-col-row.
6383
6384 2008-09-14 Martin Rudalics <rudalics@gmx.at>
6385
6386 * add-log.el (change-log-find-window): New variable.
6387 (change-log-goto-source-1, change-log-goto-source):
6388 Set change-log-find-window to window displaying source.
6389 (change-log-next-error): Select window specified by
6390 change-log-find-window.
6391
6392 2008-09-13 Martin Rudalics <rudalics@gmx.at>
6393
6394 * frame.el (select-frame-set-input-focus): With focus follows
6395 mouse move mouse cursor to right window.
6396 * window.el (pop-to-buffer): Select window before calling
6397 select-frame-set-input-focus.
6398
6399 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6400
6401 * proced.el (proced-sort-header): New face.
6402 (proced-sort-header-face): New variable.
6403 (proced-format): Allow format value nil.
6404 Use proced-sort-header-face for header of sort column.
6405 (proced-format-args): New function.
6406 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6407 (proced-header-help-echo, proced-field-help-echo, proced-timer)
6408 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6409 (proced-refine): Rename from proced-filter-attribute. Doc fix.
6410 (proced-sort-header): Bind also to mouse-1.
6411 (proced-move-to-goal-column): Return position of point.
6412 (proced-filter-interactive): Always revert listing.
6413 (proced-format-ttname): Simplify.
6414 (proced-update): Do not keep undo information. Put point at
6415 beginning of buffer if we generate the first listing.
6416
6417 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
6418
6419 * doc-view.el (doc-view-scroll-up-or-next-page)
6420 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6421 vertically split windows.
6422
6423 2008-09-12 Glenn Morris <rgm@gnu.org>
6424
6425 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6426
6427 * indent.el (indent-line-function): Doc fix.
6428 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6429
6430 2008-09-11 Martin Rudalics <rudalics@gmx.at>
6431
6432 * window.el (pop-to-buffer): If the window for buffer-or-name is
6433 not on the selected frame, raise that window's frame and give it
6434 input focus. (Bug#745)
6435
6436 2008-09-11 Glenn Morris <rgm@gnu.org>
6437
6438 * ido.el (ido-mode): Initialize with custom-initialize-default,
6439 rather than a set function. (Bug#947)
6440
6441 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
6442
6443 * replace.el (perform-replace): Don't set inhibit-read-only using
6444 query-replace-skip-read-only (bug#956).
6445
6446 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6447 of the <<foo>> form.
6448
6449 2008-09-10 Martin Rudalics <rudalics@gmx.at>
6450
6451 * window.el (display-buffer): Fix doc-string typo.
6452
6453 2008-09-10 Kenichi Handa <handa@m17n.org>
6454
6455 * composite.el (compose-gstring-for-graphic): Fix previous change.
6456
6457 2008-09-10 Glenn Morris <rgm@gnu.org>
6458
6459 * info.el (Info-try-follow-nearest-node): Fix doc typo.
6460
6461 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
6462
6463 * info.el (Info-mouse-follow-nearest-node): Follow links to different
6464 manuals. (Bug#886)
6465
6466 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6467
6468 * ido.el (ido-unload-function): New function.
6469
6470 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
6471
6472 * ido.el (ido-file-internal): Fix typo in prompt.
6473 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6474 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6475 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6476 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6477 Fix typos in docstrings.
6478
6479 2008-09-08 Martin Rudalics <rudalics@gmx.at>
6480
6481 * help-fns.el (describe-function-1): Don't print extra newline
6482 after filling.
6483
6484 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
6485
6486 * help-fns.el (find-lisp-object-file-name): Handle case where
6487 library is compressed.
6488
6489 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6490
6491 * complete.el (PC-do-completion): Don't replace buffer
6492 contents (bug#227).
6493
6494 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
6495
6496 * loadhist.el (unload-feature-special-hooks):
6497 Add `choose-completion-string-functions'.
6498
6499 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * vc-svn.el (vc-svn-root):
6502 * vc-sccs.el (vc-sccs-root):
6503 * vc-rcs.el (vc-rcs-root):
6504 * vc-cvs.el (vc-cvs-root): Delete.
6505 * vc-hooks.el (vc-find-root): Remove `invert' argument.
6506
6507 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6508
6509 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6510 errors occurring in different files.
6511
6512 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
6513
6514 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6515 (vc-bzr-status-printer): New function.
6516 (vc-bzr-after-dir-status): Deal with renamed files.
6517
6518 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
6519
6520 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6521 buffer's filename.
6522
6523 2008-09-07 Martin Rudalics <rudalics@gmx.at>
6524
6525 * subr.el (cancel-change-group): Widen buffer temporarily when
6526 undoing changes. (Bug#810)
6527
6528 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
6529
6530 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6531 with gud-stop-subjob rather than exit debugger.
6532
6533 2008-09-07 Kenichi Handa <handa@m17n.org>
6534
6535 * composite.el: Compose combining characters only when it
6536 follows a character matching with "[[:alpha:]]".
6537
6538 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6539
6540 * proced.el: Require time-date.
6541 (proced-command-alist, proced-command, proced-goal-header-re)
6542 (proced-sorting-schemes-alist, proced-sorting-scheme)
6543 (proced-header-alist, proced-sorting-schemes-re)
6544 (proced-skip-regexp, proced-next-line, proced-previous-line)
6545 (proced-listing-type, proced-sorting-scheme-p): Remove.
6546 (proced-grammar-alist, proced-custom-attributes)
6547 (proced-format-alist, proced-format, proced-filter-alist)
6548 (proced-filter, proced-sort, proced-goal-attribute)
6549 (proced-timer-interval, proced-timer-flag, proced-timer)
6550 (proced-process-alist, proced-sort-internal, proced-process-tree)
6551 (proced-header-help-echo, proced-field-help-echo): New variables.
6552 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6553 (proced-omit-process, proced-filter, proced-process-tree)
6554 (proced-filter-children, proced-children-pids)
6555 (proced-filter-parents, proced-<, proced-string-lessp)
6556 (proced-time-lessp, proced-xor, proced-sort-p)
6557 (proced-format-time, proced-format-start, proced-format-ttname)
6558 (proced-format, proced-process-attributes): New functions.
6559 (proced-toggle-timer-flag, proced-mark-children)
6560 (proced-mark-parents, proced-filter-interactive)
6561 (proced-filter-attribute, proced-sort-interactive)
6562 (proced-sort-header, proced-format-interactive): New commands.
6563 (proced-move-to-goal-column): Use goal-column.
6564 (proced-mode): Use proced-timer.
6565 (proced-do-mark-all): Display process count. Use use-region-p.
6566 Simplify.
6567 (proced-omit-processes): Use use-region-p.
6568 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6569 (proced-sort-start, proced-sort-time, proced-sort-user):
6570 Use proced-sort-interactive.
6571 (proced-sort): Make it a function that performs the actual sort.
6572 (proced-update): New arg revert. Use proced-process-alist,
6573 proced-filter, proced-sort, proced-format, and
6574 proced-grammar-alist. Preserve position of point based on fields.
6575 Make header line and fields clickable.
6576 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6577 (proced-why): Use save-selected-window.
6578 (proced-log): Use buffer-read-only.
6579
6580 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6581
6582 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6583
6584 2008-09-06 Glenn Morris <rgm@gnu.org>
6585
6586 * add-log.el (diff-find-source-location): Declare.
6587 (find-change-log): If called from a diff buffer, try to switch to the
6588 source buffer (e.g. to respect change-log-default-name there).
6589
6590 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6591 unallowed characters; added 2006-10-10 without comment. (Bug#753)
6592
6593 * Makefile.in (ELCFILES): Update.
6594
6595 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6596
6597 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6598 user enters a mouse event in another frame, or a special event.
6599
6600 * server.el (server-switch-buffer): New arg.
6601 (server-execute): If reusing an existing window, set file position
6602 if required.
6603
6604 2008-09-06 Kenichi Handa <handa@m17n.org>
6605
6606 * language/lao.el: Fix setting of composition-function-table.
6607
6608 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6609
6610 * term/pc-win.el (msdos-show-help): Don't truncate lines while
6611 displaying help echo messages.
6612
6613 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6614
6615 * subr.el (symbol-file): Fix doc-string.
6616
6617 2008-09-06 Glenn Morris <rgm@gnu.org>
6618
6619 * help-mode.el (help-xref-forward-stack): Doc fix.
6620
6621 * add-log.el (change-log-default-name): Autoload safety.
6622
6623 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
6624
6625 * verilog-mode.el (verilog-library-extensions): Enable .sv
6626 filename extensions to call verilog-mode.
6627 (verilog-auto, verilog-auto-inst, verilog-faq)
6628 (verilog-submit-bug-report): Update author support URLs.
6629 (verilog-delete-auto, verilog-auto-inout-module)
6630 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6631 creating complemented testbench modules. Suggested by Yishay Belkind.
6632 (verilog-auto-inst-port, verilog-simplify-range-expression):
6633 When verilog-auto-inst-param-value is set, don't require a
6634 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
6635 Yishay Belkind.
6636 (verilog-auto-inst-param-value): Add safe variable.
6637 (verilog-re-search-forward, verilog-re-search-backward):
6638 Fix returning wrong search results on Emacs 22.1.
6639 (verilog-modi-cache-results, verilog-auto): Fix warning message
6640 about "toggling font-lock-mode."
6641 (verilog-auto): Fix losing font-lock on errors.
6642 (verilog-auto-inst-param-value, verilog-mode-version)
6643 (verilog-mode-version-date, verilog-read-inst-param-value)
6644 (verilog-auto-inst, verilog-auto-inst-param)
6645 (verilog-auto-inst-port, verilog-simplify-range-expression):
6646 Allow parameters to be replaced with their values, on the expansion of
6647 an AUTOINST with Verilog 2001 style parameter settings.
6648 Suggested by David Rogoff.
6649
6650 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
6651
6652 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6653 Better support for the property statement. Sometimes this keyword
6654 introduces a statement which requires an endproperty keyword, and
6655 sometimes it doesn't, depending on the work before the property
6656 word. If property is prefixed with assert, assume or cover
6657 keyword, then the statement is ended with a ';'. Otherwise,
6658 property is like task or specify, and is followed by some number
6659 of statements, which are ended with an endproperty keyword.
6660 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6661 in a highlighted region: indent each line in region according to
6662 mode. Supply this so it works in XEmacs and older Emacs.
6663
6664 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6665
6666 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6667 Don't clean up a buffer when killing it.
6668
6669 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6670
6671 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6672 buffers (bug#360). New version 11.2.1.
6673 (whitespace-action): New value `warn-read-only' to give a warning when
6674 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6675 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6676 (whitespace-warn-read-only): New fun.
6677
6678 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6679
6680 * international/quail.el: Require help-mode.
6681 (quail-help-init): Function removed.
6682 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6683 Define directly.
6684
6685 * dired.el (dired-get-filename): Rewrite octal escape character
6686 processor (bug#885).
6687
6688 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6689
6690 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6691
6692 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6693 not just for terminal-frame.
6694
6695 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6696
6697 * window.el (window--try-to-split-window): Don't split when window
6698 is not splittable in last disjunct. (Bug#888)
6699
6700 2008-09-05 Kenichi Handa <handa@m17n.org>
6701
6702 * language/tibetan.el: Fix setting of composition-function-table.
6703
6704 * composite.el (find-composition): Mention about the automatic
6705 composition in the docstring.
6706 (compose-gstring-for-graphic): Fix handling "above" marks.
6707
6708 * descr-text.el (describe-char): Fix handling of automatic composition.
6709
6710 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6711
6712 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6713 (tramp-parse-connection-properties): Reflow docstring.
6714
6715 2008-09-04 Kim F. Storm <storm@cua.dk>
6716
6717 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6718 and other-frame methods when switching between file and buffer modes.
6719
6720 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6721
6722 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6723 removing duplicate entries under same heading. Don't skip char
6724 matching anything but a space or tab at bol. (Bug#864)
6725
6726 2008-09-03 Alan Mackenzie <acm@muc.de>
6727
6728 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6729
6730 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6733 (completion-pcm--all-completions): Move the case-fold-search binding to
6734 it also applies to completion-regexp-list (used in all-completions).
6735 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6736
6737 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6738
6739 * window.el (pop-up-frame-function): Move ...
6740 * frame.el (pop-up-frame-function): ... here, to avoid
6741 "CHANGED outside Customize;".
6742
6743 2008-09-03 Glenn Morris <rgm@gnu.org>
6744
6745 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6746
6747 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6748
6749 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6750 non-alphabetical characters properly.
6751
6752 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6753
6754 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6755
6756 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6757
6758 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6759 control-prefixed keys. (Bug#835)
6760
6761 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6762
6763 * image-mode.el (image-mode): Fix 2008-07-19 change.
6764
6765 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6766
6767 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6768
6769 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6770
6771 2008-09-02 Glenn Morris <rgm@gnu.org>
6772
6773 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6774
6775 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6776
6777 2008-09-01 Glenn Morris <rgm@gnu.org>
6778
6779 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6780 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6781 and fix name typos. (Bug#856)
6782
6783 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6784
6785 * minibuffer.el (completion-pcm--pattern->regex):
6786 When completion-ignore-case is non-nil, generate a regexp that
6787 ignores case.
6788
6789 * window.el (recenter-top-bottom): Doc fix.
6790
6791 2008-09-01 Simon South <ssouth@member.fsf.org>
6792
6793 * progmodes/delphi.el: New maintainer.
6794 (delphi-interface-types): New var.
6795 (delphi-composite-types): Use it.
6796 (delphi-enclosing-indent-of): Distinguish between "interface"
6797 keyword as a unit separator and used like a class declaration.
6798
6799 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6800
6801 * help-fns.el (describe-simplify-lib-file-name)
6802 (find-source-lisp-file): Remove.
6803 (find-lisp-object-file-name): New function giving preference to
6804 files found via load-path instead of loaddefs.el.
6805 (describe-function-1): Use new function instead of the removed
6806 ones. (Bugs #587, #669, #690)
6807 * faces.el (describe-face): Use find-lisp-object-file-name instead
6808 of describe-simplify-lib-file-name.
6809
6810 2008-09-01 Kenichi Handa <handa@m17n.org>
6811
6812 * international/mule-diag.el (font-show-log): Fix previous change.
6813
6814 * international/mule-cmds.el (set-language-environment):
6815 Don't overwrite current-iso639-language if the current language
6816 environment doesn't provide that data.
6817 (set-locale-environment): Set current-iso639-language from the
6818 locale name.
6819
6820 * international/fontset.el (script-representative-chars): Re-add
6821 the entry for symbol, but with vector of characters.
6822 (setup-default-fontset): Cancel previous change.
6823
6824 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6825
6826 * ido.el: Move provide statement to the end of the file.
6827
6828 2008-08-30 Markus Triska <markus.triska@gmx.at>
6829
6830 * linum.el (linum-mode): `window-size-change-functions' can now be
6831 buffer-local.
6832 (linum-update-window): Use result of `move-overlay'.
6833
6834 2008-08-30 Glenn Morris <rgm@gnu.org>
6835
6836 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6837
6838 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6839 Doc fixes.
6840
6841 * apropos.el (apropos-command): Report documentation errors.
6842 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6843
6844 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6845
6846 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6847 string.
6848
6849 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6850
6851 * bindings.el (mode-line-frame-identification): Fix last change.
6852
6853 2008-08-29 Kenichi Handa <handa@m17n.org>
6854
6855 These changes are to adjust the automatic composition for the new
6856 implementation (avoid using text property).
6857
6858 * composite.el (composition-function-table): Move declaration to
6859 composite.c.
6860 (terminal-composition-base-character-p): Delete it.
6861 (terminal-composition-function): Delete it.
6862 (terminal-composition-function-table): Delete it.
6863 (lgstring-header, lgstring-set-header, lgstring-font)
6864 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6865 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6866 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6867 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6868 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6869 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6870 (compose-glyph-string, compose-glyph-string-relative)
6871 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6872 New functions.
6873 (auto-compose-chars): Argument changed.
6874
6875 * language/european.el: Don't setup composition-function-table.
6876 (diacritic-composition-pattern, diacritic-compose-region)
6877 (diacritic-compose-string, diacritic-compose-buffer)
6878 (diacritic-composition-function): Delete them.
6879
6880 * language/lao-util.el (lao-composition-function): Argument changed.
6881
6882 * language/sinhala.el: Fix setting up of composition-function-table.
6883
6884 * language/thai.el: Fix setting up of composition-function-table.
6885
6886 * language/thai-util.el: Encoding changed to utf-8.
6887 (thai-composition-function): Argument changed.
6888
6889 * language/indian.el: Fix setting up of composition-function-table.
6890 (devanagari-composable-pattern)
6891 (tamil-composable-pattern, kannada-composable-pattern)
6892 (malayalam-composable-pattern): New variables.
6893
6894 * international/characters.el (unicode-category-table):
6895 Setup unicode-category-table.
6896
6897 * international/fontset.el (setup-default-fontset): Prepend
6898 iso10646-1 fonts to the fallback font groups instead of appending.
6899
6900 2008-08-29 Glenn Morris <rgm@gnu.org>
6901
6902 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6903
6904 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6905
6906 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6907 are no X frames active.
6908
6909 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6910
6911 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6912 `ignore-errors' (the function must succeed always).
6913
6914 2008-08-28 Edward O'Connor <hober0@gmail.com>
6915
6916 * json.el (json-read-number): New arg. Handle explicitly signed
6917 numbers.
6918 (json-readtable): Add `+' and `.'.
6919
6920 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6921
6922 * term/pc-win.el (msdos-previous-message): New variable.
6923 (msdos-show-help): New function.
6924 (msdos-initialize-window-system): Set show-help-function to
6925 msdos-show-help.
6926
6927 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6928
6929 * emacs-lisp/debug.el (debug): When killing a noninteractive
6930 Emacs, give an exit status of -1.
6931
6932 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6933
6934 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6935
6936 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6937
6938 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6939 not the same as the last modification time, fall back on the
6940 backend-specific check.
6941
6942 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6943
6944 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6945 to go to the position of interest.
6946
6947 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6948
6949 * textmodes/artist.el (artist-mode-init): Add comment on the
6950 setting up of the `artist-replacement-table' array.
6951 (artist-get-replacement-char): New defsubst.
6952 (artist-get-char-at-xy-conv, artist-replace-char)
6953 (artist-replace-chars, artist-replace-string): Use it instead of
6954 accessing `artist-replacement-table' directly.
6955 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6956
6957 (artist-mt): Fix structures for cut and copy operations.
6958
6959 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6960
6961 * shell.el (shell-file-name-quote-list): Quote `$'.
6962
6963 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6964 change to allow quoting of characters before point.
6965 (comint-dynamic-list-filename-completions): Quote common substring.
6966
6967 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6968
6969 * comint.el (comint-dynamic-complete-as-filename): If case is
6970 ignored while matching, replace the entire filename with completion.
6971
6972 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6973 flyspell-pre-point is valid to avoid signalling an error in
6974 post-command-hook.
6975
6976 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6977
6978 * linum.el (linum): Inherit remaining face attributes from default
6979 face.
6980
6981 2008-08-26 Markus Triska <markus.triska@gmx.at>
6982
6983 * linum.el (linum-delay): Disable - it should no longer be
6984 necessary, and can lead to longer delays.
6985 (linum-update-window): Renumber if margin width has changed.
6986
6987 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6988
6989 * epa.el (epa--key-widget-action): Save the selected window to
6990 make `widget-button-click-moves-point' work. (Bug#733).
6991
6992 2008-08-26 Glenn Morris <rgm@gnu.org>
6993
6994 * calendar/holidays.el (calendar-holidays): Doc fix.
6995
6996 * progmodes/gud.el (tramp-file-name-localname)
6997 (tramp-dissect-file-name): Declare.
6998
6999 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
7000
7001 2008-08-25 Eli Zaretskii <eliz@gnu.org>
7002
7003 * bindings.el (mode-line-frame-control): New function, caters to
7004 `pc' ``window system''.
7005 (mode-line-frame-identification): Use it instead of accessing
7006 window-system directly.
7007
7008 2008-08-25 Juri Linkov <juri@jurta.org>
7009
7010 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
7011 `center-line' and "\eS" from `center-paragraph'.
7012 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
7013 `center-paragraph'.
7014
7015 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
7016
7017 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
7018 (newsticker-treeview-treewindow-width): New.
7019 (newsticker-treeview-listwindow-height): New.
7020 (newsticker-treeview-browse-url-item): New.
7021 (newsticker-treeview-mode-map):
7022 Add newsticker-treeview-browse-url-item.
7023 (newsticker--treeview-window-init):
7024 Use newsticker-treeview-treewindow-width and
7025 newsticker-treeview-listwindow-height.
7026
7027 * net/newst-reader.el (newsticker-browse-url-item): New.
7028
7029 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
7030
7031 * vc-dir.el (vc-dir-marked-only-files-and-states):
7032 (vc-dir-child-files-and-states): Reverse the list before returning it.
7033
7034 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
7035
7036 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
7037
7038 2008-08-24 Romain Francoise <romain@orebokech.com>
7039
7040 * progmodes/python.el (run-python): Remove '' from sys.path.
7041
7042 2008-08-23 Glenn Morris <rgm@gnu.org>
7043
7044 * progmodes/fortran.el (fortran-tab-mode-string)
7045 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
7046
7047 2008-08-23 Eli Zaretskii <eliz@gnu.org>
7048
7049 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
7050 Add declare-function.
7051
7052 * startup.el (command-line): Don't call tty-register-default-colors
7053 if initial-window-system is `pc'.
7054
7055 * term/internal.el (local-function-key-map): Fix unbalanced parens.
7056 (msdos-key-remapping-map): New variable. Move here all the special
7057 keys we will be remapping via local-function-key-map.
7058 (msdos-setup-keyboard): New function.
7059
7060 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
7061 make-msdos-frame.
7062 (terminal-init-internal): New function, errors out if called.
7063 (msdos-initialize-window-system): New function.
7064 (msdos-create-frame-with-faces): Set the terminal's
7065 `terminal-initted' (sic!) parameter.
7066 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
7067 (window-system-initialization-alist):
7068 Add msdos-initialize-window-system.
7069 (handle-args-function-alist): Use tty-handle-args for `pc'
7070 ``window system'' as well.
7071 (pc-win): Provide.
7072
7073 * term/tty-colors.el (tty-register-default-colors): Remove bogus
7074 code for using msdos-color-values.
7075
7076 * loadup.el [ms-dos]: Load term/pc-win.
7077
7078 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
7079
7080 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
7081 directory name.
7082
7083 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
7084
7085 * progmodes/gud.el (gud-common-init): Use absolute file so that
7086 perldb works with tramp (sudo).
7087
7088 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
7089 match data in process filters.
7090
7091 2008-08-23 Martin Rudalics <rudalics@gmx.at>
7092
7093 * dired.el (dired-buffer-stale-p): Do not revert buffer that
7094 can be written.
7095
7096 2008-08-23 Glenn Morris <rgm@gnu.org>
7097
7098 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
7099 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
7100
7101 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
7102
7103 * subr.el (temp-buffer-show-hook): Doc fix.
7104
7105 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
7106
7107 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
7108 and "INSIDE_EMACS=...". Reported by Tassilo Horn
7109 <tassilo@member.fsf.org>.
7110
7111 * net/trampver.el: Update release number.
7112
7113 * net/xesam.el (xesam-minor-mode): New minor mode.
7114 (xesam-highlight-buffer): Remove. Code moved to
7115 `xesam-minor-mode'.
7116 (xesam-refresh-entry): Use `xesam-minor-mode'.
7117
7118 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7119
7120 * minibuffer.el (completion--try-word-completion):
7121 Disable partial-completion when considering the addition of a space
7122 or hyphen.
7123
7124 2008-08-21 John Paul Wallington <jpw@pobox.com>
7125
7126 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7127 filename of `tofile' doesn't contain any colons on Windows,
7128 Cygwin, and MS-DOS systems.
7129
7130 2008-08-21 Daiki Ueno <ueno@unixuser.org>
7131
7132 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7133 (epg-context-set-progress-callback): Make sure the callback is a
7134 cons of a function and a handback. Update all callers.
7135
7136 2008-08-20 David Reitter <david.reitter@gmail.com>
7137
7138 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7139 Patch applied by Adrian Robert.
7140
7141 2008-08-20 Kevin Ryde <user42@zip.com.au>
7142
7143 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7144 directive lines.
7145
7146 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
7147
7148 * net/xesam.el (xesam-highlight-string): Precise doc string.
7149 (xesam-highlight-buffer): New defun.
7150 (xesam-refresh-entry): Use it. Better check for sourceModified.
7151
7152 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
7153
7154 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7155 their names.
7156
7157 2008-08-19 Kenichi Handa <handa@m17n.org>
7158
7159 * language/european.el ("Esperanto"): Change the preferred
7160 charsets to iso-8859-3.
7161
7162 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7163
7164 * international/fontset.el (script-representative-chars):
7165 Delete the entry for symbol.
7166 (setup-default-fontset): For symbol characters, don't specify
7167 :script property.
7168
7169 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
7170
7171 * minibuffer.el (completion-table-dynamic): Doc fix.
7172
7173 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7174 saved.
7175
7176 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * emulation/edt.el (edt-default-emulation-setup):
7179 Share global-buffers-menu-map with the emulated global map.
7180
7181 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7182
7183 * term/ns-win.el (global): Uncomment "put backspace
7184 ascii-character..." and friends, they are needed for tramp. (Bug#725)
7185
7186 2008-08-18 Kenichi Handa <handa@m17n.org>
7187
7188 * international/mule-diag.el (font-show-log): Add optional arg N
7189 to control the limit of font listing.
7190
7191 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
7192
7193 * window.el (recenter-top-bottom): Determine top and bottom
7194 positions using scroll-margin instead of scroll-conservatively.
7195
7196 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7197
7198 * proced.el (proced-send-signal): Use beginning-of-line.
7199
7200 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7201
7202 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7203 (proced-mode-map): Add tooltips for menus. Use radio buttons for
7204 listing types.
7205 (proced-log-buffer): New variable.
7206 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7207 region if transient-mark-mode is turned on and the region is active.
7208 (proced-omit-processes): Rename from proced-hide-processes to
7209 avoid key clash with describe-mode (bound to h). Search for
7210 marked processes starting from point-min.
7211 (proced-header-space): Remove.
7212 (proced-send-signal): Handle errors. Operate on current process
7213 if no process is marked.
7214 (proced-why): New command.
7215 (proced-log, proced-log-summary): New functions.
7216 (proced-help): Use proced-why.
7217 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7218 (bibtex-autokey-year-title-separator): Fix docstring.
7219
7220 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
7221
7222 * net/xesam.el (xesam-vendor, xesam-notify-function):
7223 New local variables.
7224 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
7225 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
7226 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7227 (xesam-new-search): Initialize `xesam-vendor'.
7228
7229 2008-08-15 Glenn Morris <rgm@gnu.org>
7230
7231 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7232 a pipeline.
7233 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7234 unless at the end of the pipeline. (Bug#699).
7235
7236 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7237
7238 * minibuffer.el (completion-boundaries): Doc fix.
7239 (display-completion-list): Only default base-size to zero if
7240 completing in the minibuffer.
7241
7242 * simple.el (completion-base-size): Doc fix.
7243 (choose-completion): Try reselecting completion-reference-buffer.
7244
7245 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
7246
7247 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7248 also for remote directories.
7249
7250 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7253 since those precomputed values aren't used any more.
7254 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7255
7256 2008-08-14 Martin Rudalics <rudalics@gmx.at>
7257
7258 * help.el (with-help-window): Return last value in BODY.
7259
7260 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
7261
7262 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7263 notify function of the URL.
7264 (xesam-new-search): Encode special characters in the query string.
7265
7266 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7267
7268 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7269
7270 2008-08-13 Andreas Schwab <schwab@suse.de>
7271
7272 * net/tramp.el (tramp-handle-shell-command): Handle output going
7273 to current buffer like shell-command. Don't disable undo.
7274
7275 2008-08-13 Glenn Morris <rgm@gnu.org>
7276
7277 * eshell/esh-cmd.el (eshell/which): Handle the case where no
7278 description is found.
7279
7280 2008-08-12 Alan Mackenzie <acm@muc.de>
7281
7282 * progmodes/cc-defs.el (c-emacs-features):
7283 argumentative-bod-function: bind mark-ring to avoid accumulating a
7284 spurious mark.
7285
7286 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
7287
7288 * simple.el (visual-line--saved-state): New var.
7289 (visual-line-mode): Save local values of variables, and restore
7290 them when visual-line-mode is disabled.
7291
7292 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
7293
7294 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7295
7296 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7297
7298 * progmodes/cc-defs.el (c-emacs-features):
7299 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7300 moving point during the test.
7301
7302 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7303
7304 2008-08-11 Glenn Morris <rgm@gnu.org>
7305
7306 * term/ns-win.el (x-parse-geometry): Doc fix.
7307
7308 * dired.el (x-popup-menu):
7309 * hi-lock.el (x-popup-menu):
7310 * mouse.el (font-face-attributes):
7311 * calendar/cal-menu.el (x-popup-menu):
7312 * calendar/calendar.el (x-popup-menu):
7313 * calendar/holidays.el (x-popup-menu):
7314 * progmodes/cperl-mode.el (x-popup-menu):
7315 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7316 (x-open-connection):
7317 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7318 (x-command-line-resources):
7319 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7320 (x-display-name, x-command-line-resources):
7321 Add declarations for builds without X.
7322
7323 2008-08-10 Glenn Morris <rgm@gnu.org>
7324
7325 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7326
7327 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
7328
7329 * vc-bzr.el (vc-bzr-find-revision): Rename from
7330 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7331
7332 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
7333
7334 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7335 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
7336 "DONE", when all hits are retrieved.
7337 (xesam-search): Autoload it.
7338
7339 2008-08-11 John Paul Wallington <jpw@pobox.com>
7340
7341 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7342 empty string when no filename.
7343 (define-ibuffer-column filename): Accommodate that change.
7344
7345 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7346 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7347
7348 2008-08-10 Glenn Morris <rgm@gnu.org>
7349
7350 * Makefile.in (ELCFILES): Update.
7351
7352 2008-08-10 John Paul Wallington <jpw@pobox.com>
7353
7354 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7355
7356 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7357
7358 * battery.el (battery-echo-area-format, battery-status-function):
7359 Handle new Linux sysfs format for battery reporting.
7360 (battery-linux-sysfs): New function.
7361
7362 2008-08-07 Martin Rudalics <rudalics@gmx.at>
7363
7364 * add-log.el (change-log-search-tag-name)
7365 (change-log-goto-source): Fix behavior when point is not on tag.
7366
7367 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7368
7369 * startup.el (command-line-ns-option-alist): Use ignore instead of
7370 ns-ignore-0-arg.
7371
7372 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7373 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7374 (ns-alternatives-map): New variable.
7375 (x-set-up-function-keys): Use it.
7376 (global): Comment out "put backspace ascii-character..." and friends.
7377 Move function-key-map into ns-alternatives-map. Don't call
7378 precompute-menubar-bindings. Don't set anything connected with
7379 browse-url.
7380 (after-make-frame-functions): Clarify comment why a hook is added.
7381
7382 2008-08-06 Joakim Verona <joakim@verona.se>
7383
7384 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7385 in url:s.
7386
7387 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7388
7389 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7390 Fix 2008-01-01 change: use a shy group to not affect subsequent
7391 match calls.
7392
7393 2008-08-06 Reto Zimmermann <reto@gnu.org>
7394
7395 * progmodes/vera-mode.el (vera-electric-tab):
7396 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7397 region when active.
7398
7399 2008-08-06 Kenichi Handa <handa@m17n.org>
7400
7401 * faces.el (face-valid-attribute-values): Fix handling the value
7402 of (font-family-list) and font-XXX-table.
7403
7404 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7405
7406 * proced.el (proced-menu): Bind the correct function to for toggling.
7407
7408 * vc-dir.el (vc-dir-mode): Fix typo.
7409
7410 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7411
7412 * whitespace.el (whitespace-newline-mode)
7413 (global-whitespace-newline-mode, whitespace-mode)
7414 (global-whitespace-mode): Improve docstring.
7415
7416 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7417
7418 * kmacro.el (kmacro-exec-ring-item): Add autoload.
7419
7420 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7421
7422 * cus-start.el (all): Handle auto-save-visited-file-name.
7423
7424 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
7425
7426 * files.el (hack-one-local-variable-eval-safep): Handle
7427 lisp-indent-function and scheme-indent-function in addition to the
7428 deprecated lisp-indent-hook.
7429
7430 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
7431
7432 * net/xesam.el (top): Require `wid-edit' always.
7433 (xesam-mode-line, xesam-highlight): New deffaces.
7434 (xesam-objects): New local variable.
7435 (xesam-search-engines): Fix error in field list.
7436 (xesam-mode): Use `xesam-mode-line' instead of
7437 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
7438 proper initialization (why?).
7439 (xesam-highlight-string, xesam-get-hits)
7440 (xesam-kill-buffer-function): New defuns.
7441 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
7442 result of "hit.fields", it isn't a string only. Wrap an error of
7443 the strigi search engine ("xesam:size" is returned as string).
7444 Highlight search items.
7445 (xesam-refresh-search-buffer): Make logic of counters more simple.
7446 Prefetch next hits.
7447 (xesam-signal-handler): Use `xesam-mode-line' instead of
7448 `font-lock-type-face'.
7449 (xesam-new-search): Add `xesam-kill-buffer-function' to
7450 `kill-buffer-hook'.
7451
7452 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
7453
7454 * add-log.el (change-log-next-error, change-log-mode): Add support
7455 for `next-error' to call `change-log-goto-source' on named files
7456 in a ChangeLog.
7457
7458 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7459
7460 * calc/calc.el (math-read-number): Handle all C-like languages
7461 properly.
7462
7463 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
7464
7465 * calc/calc.el (math-read-number): Handle C numbers beginning with
7466 0 correctly.
7467
7468 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7469
7470 * term/ns-win.el ([ns-new-frame]): New global key.
7471
7472 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7473
7474 * international/mule-cmds.el (read-char-by-name):
7475 Check UCS names with `assoc-string' and case folding.
7476
7477 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
7478
7479 * net/dbus.el (dbus-call-method-asynchronously)
7480 (dbus-method-return-internal, dbus-method-error-internal):
7481 Declare them with `declare-function'.
7482
7483 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7484
7485 * descr-text.el (describe-char-display): Fix last change:
7486 don't pass CHARSET to `encoded-string-description'.
7487
7488 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
7489
7490 * vc.el (vc-next-action): Update list var correctly after delete.
7491
7492 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7493
7494 * ido.el (ido-mode): Add toggle notification.
7495
7496 * cus-edit.el (custom-save-all): Avoid destroying symlink if
7497 already visiting the custom file.
7498
7499 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7500 pending output coming after the status change.
7501
7502 2008-08-02 Jason Rumney <jasonr@gnu.org>
7503
7504 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7505
7506 2008-08-01 Kenichi Handa <handa@m17n.org>
7507
7508 * international/mule-cmds.el (encode-coding-char):
7509 New optional arg CHARSET.
7510
7511 * descr-text.el (describe-char-display): Call encode-coding-char
7512 with the arg CHARSET.
7513 (describe-char): Pay attention to the text-property `charset'.
7514
7515 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7516
7517 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7518 error messages.
7519 (dbus-set-property): Call `dbus-introspect-get-property' instead
7520 of `dbus-get-property'.
7521
7522 * net/xesam.el (xesam-all-fields): Remove source and content
7523 identifiers.
7524 (xesam-dbus-unique-names): New defvar.
7525 (xesam-dbus-call-method): New defun. Replace all calls of
7526 `dbus-call-method' by `xesam-dbus-call-method'.
7527 (xesam-get-cached-property, xesam-set-cached-property):
7528 New defuns.
7529 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7530 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7531 (xesam-search-engines): Make it an association list. Take changed
7532 layout into account in the corresponding function.
7533 (xesam-delete-search-engine): Remove check for consistency of
7534 `xesam-search-engines', not needed anymore.
7535 (xesam-mode): Show XML query string only in the debug case.
7536
7537 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7538
7539 * files.el (read-file-modes): Fix typo in docstring.
7540
7541 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7542
7543 * Makefile.in: Avoid maintainer warning for autogenerated unicode
7544 files.
7545
7546 * apropos.el (apropos-symbol): Don't set button skip by default.
7547 (apropos-print): Set button skip iff searching for multiple types.
7548 (apropos-print-doc): Insert blank label button when searching for
7549 a single type.
7550
7551 * button.el (forward-button): Avoid infloop.
7552
7553 * minibuffer.el (read-file-name-completion-ignore-case):
7554 Add cygwin to the list.
7555
7556 2008-07-31 Sven Joachim <svenjoac@gmx.de>
7557
7558 * files.el (abbreviate-file-name): When replacing $HOME with ~,
7559 turn off case-fold-search.
7560
7561 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7562
7563 * net/dbus.el (top): Don't register for "NameOwnerChanged".
7564 (dbus-message-type-invalid, dbus-message-type-method-call)
7565 (dbus-message-type-method-return, dbus-message-type-error)
7566 (dbus-message-type-signal): New defconst.
7567 (dbus-ignore-errors): Fix `edebug-form-spec' property.
7568 (dbus-return-values-table): New defvar.
7569 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7570 New defun.
7571 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7572 Extend docstring. Adapt implementation according to new
7573 `dbus-event' layout.
7574 (dbus-event-service-name, dbus-event-path-name)
7575 (dbus-event-interface-name, dbus-event-member-name):
7576 Adapt implementation according to new `dbus-event' layout.
7577 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7578
7579 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7580 (xesam-mode): Rework implementation.
7581 (xesam-new-search): Additional parameter TYPE.
7582 (xesam-search): Adapt call of `xesam-new-search'.
7583
7584 2008-07-31 Juri Linkov <juri@jurta.org>
7585
7586 * dired-aux.el (dired-do-chmod): Set default value to the original
7587 mode string using absolute notation like u=rwx,g=rx,o=rx.
7588 Use it as a new arg `default' of `dired-mark-read-string'.
7589 (dired-mark-read-string): Add new optional arg `default'.
7590
7591 * files.el (read-file-modes): Set default value to the original
7592 mode string using absolute notation like u=rwx,g=rx,o=rx.
7593 Use it as the `default' arg of `read-string'.
7594
7595 * filesets.el (filesets-cmd-isearch-getargs): Check if the
7596 variable `files' is bound to avoid warnings.
7597
7598 * isearch.el (isearch-forward-regexp, isearch-forward-word)
7599 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7600 to the command `isearch-forward' instead of displaying "See C-s".
7601 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7602 with their interactive specifications. Move reading the face name to
7603 the main body after calls to isearch-done and isearch-clean-overlays.
7604
7605 * mb-depth.el: Unify all names under one common name prefix
7606 `minibuffer-depth-'.
7607 (minibuffer-depth-indicator-function): Rename from
7608 `minibuf-depth-indicator-function'.
7609 (minibuffer-depth-overlay): Rename from
7610 `minibuf-depth-overlay'.
7611 (minibuffer-depth-setup): Rename from
7612 `minibuf-depth-setup-minibuffer'.
7613 (minibuffer-depth-indicate-mode): Rename from
7614 `minibuffer-indicate-depth-mode'.
7615
7616 2008-07-31 Juri Linkov <juri@jurta.org>
7617
7618 * dired-aux.el (dired-isearch-filenames-toggle): New command.
7619 (dired-isearch-filenames-setup): Bind "\M-sf" to
7620 dired-isearch-filenames-toggle in isearch-mode-map.
7621 (dired-isearch-filenames-end): Bind "\M-sf" to nil
7622 in isearch-mode-map.
7623
7624 * isearch.el (isearch-edit-string-set-word): New command.
7625 (minibuffer-local-isearch-map): Bind "\C-w" to
7626 isearch-edit-string-set-word.
7627 (isearch-new-word): Temporary internal variable.
7628 (isearch-edit-string): Remove special case of reading the
7629 first character and checking it for C-w.
7630
7631 * simple.el (read-shell-command, shell-command):
7632 Move code that uses minibuffer-with-setup-hook to set
7633 minibuffer-default-add-function to minibuffer-default-add-shell-commands
7634 from the interactive spec of `shell-command' to `read-shell-command'.
7635
7636 * international/mule-cmds.el (read-char-by-name):
7637 Accept hash notation. Doc fix.
7638 (ucs-insert): Doc fix. Convert to number only when `arg' is
7639 a string. Use separate error message when `arg' is not an integer.
7640 Bind `ucs-insert' to `C-x 8 RET'.
7641
7642 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
7643
7644 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7645 move the (arglist-cont-nonempty) from c-offsets-alist to
7646 c-hanging-braces-alist like other styles already have.
7647
7648 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7649
7650 * textmodes/texinfmt.el:
7651 * nxml/nxml-enc.el:
7652 * mail/feedmail.el:
7653 * international/mule.el:
7654 * international/latexenc.el:
7655 * emulation/viper-util.el:
7656 * emulation/viper-init.el:
7657 * emulation/viper-ex.el:
7658 * emacs-lisp/bytecomp.el:
7659 * version.el:
7660 * subr.el:
7661 * startup.el:
7662 * sort.el:
7663 * shadowfile.el:
7664 * recentf.el:
7665 * printing.el:
7666 * paths.el:
7667 * minibuffer.el:
7668 * ls-lisp.el:
7669 * loadup.el:
7670 * hippie-exp.el:
7671 * finder.el:
7672 * files.el:
7673 * ediff-util.el:
7674 * ediff-ptch.el:
7675 * ediff-init.el:
7676 * ediff-diff.el:
7677 * dired.el:
7678 * dired-aux.el:
7679 * cus-edit.el:
7680 * bindings.el:
7681 * arc-mode.el:
7682 * add-log.el: Remove VMS support.
7683 * obsolete/vmsproc.el:
7684 * obsolete/vms-pmail.el:
7685 * obsolete/vms-patch.el: Remove file.
7686
7687 2008-07-31 Alan Mackenzie <acm@muc.de>
7688
7689 * progmodes/cc-mode.el (c-before-hack-hook): New function
7690 (Top Level): Install c-before-hack-hook on
7691 before-hack-local-variables-hook, rather than
7692 c-postprocess-file-styles on hack-local-variables-hook.
7693
7694 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7695
7696 * files.el (normal-mode): Move call to hack-project-variables into
7697 hack-local-variables.
7698 (file-local-variables-alist, before-hack-local-variables-hook):
7699 New vars.
7700 (ignored-local-variables): Add file-local-variables-alist.
7701 (hack-local-variables-filter): Renamed from
7702 hack-local-variables-apply. Add the result to
7703 file-local-variables-alist, without applying them.
7704 (hack-local-variables): Set file-local-variables-alist to nil.
7705 Call hack-project-variables and before-hack-local-variables-hook.
7706 Apply variables here, instead of hack-local-variables-apply.
7707 Based on a patch by Alan Mackenzie.
7708
7709 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7710
7711 * info-look.el (autoconf-mode :doc-spec): For
7712 "(autoconf)M4 Macro Index", if the item already
7713 begins with "AS_", don't prefix that string again.
7714
7715 2008-07-30 Juri Linkov <juri@jurta.org>
7716
7717 * info.el (info, Info-mode): Doc fix.
7718
7719 * isearch.el (isearch-mode-map): Bind `M-s r' to
7720 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7721 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7722 in the global map `search-map'.
7723 (isearch-forward): Doc fix.
7724 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7725
7726 * simple.el (quoted-insert): Comment out code that treats
7727 0240-0377 specially.
7728
7729 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7730
7731 * cus-start.el: Add customization info for
7732 read-buffer-completion-ignore-case.
7733
7734 2008-07-30 Sam Steingold <sds@gnu.org>
7735
7736 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7737
7738 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7739
7740 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7741 (vc-dir-mode): Improve docstring.
7742
7743 2008-07-30 Juri Linkov <juri@jurta.org>
7744
7745 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7746 for the sake of isearch-mode-hook in dired-mode in dired.el.
7747
7748 2008-07-19 Markus Triska <markus.triska@gmx.at>
7749
7750 * image-mode.el (image-mode): Set image-mode-text-map when image
7751 cannot be displayed.
7752
7753 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7754
7755 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7756 ada-xref-set-default-prj-values.
7757 (ada-prj-display-page): Ditto.
7758
7759 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7760 (ada-make-filename-from-adaname): Fix free variable.
7761
7762 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7763
7764 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7765
7766 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7767
7768 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7769 for declarations inside a parenthetical list. The code is ill-advised,
7770 and doesn't work given user defined types.
7771 (verilog-set-auto-endcomments): Enhance function automatic
7772 endcomment to support functions that return user defined types.
7773 (verilog-mode): Add code to tell which-function-mode minor mode
7774 that Verilog supports this feature.
7775 (verilog-beg-block-re-ordered, verilog-indent-re)
7776 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7777 (verilog-leap-to-head): Support the new virtual and/or protected
7778 tasks, as well as extern declarations of tasks for indenting and
7779 for forward/backward expression.
7780
7781 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7782
7783 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7784 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7785 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7786 (verilog-string-replace-matches): Avoid recursion with small
7787 replacements.
7788 (verilog-auto-inst-param-value, verilog-mode-version)
7789 (verilog-mode-version-date, verilog-read-inst-param-value)
7790 (verilog-auto-inst, verilog-auto-inst-param)
7791 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7792 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7793 David Rogoff. This allows parameters to be replaced with their
7794 values, on the expansion of an AUTOINST with Verilog 2001 style
7795 parameter settings.
7796
7797 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7798
7799 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7800 to `cddr'.
7801
7802 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7803
7804 * Makefile.in (ELCFILES): Add mairix.elc.
7805
7806 2008-07-29 David Engster <deng@randomsample.de>
7807
7808 * net/mairix.el: New file.
7809
7810 2008-07-29 Juri Linkov <juri@jurta.org>
7811
7812 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7813 instead of variable-pitch with bold and 1.2 height.
7814
7815 * dired-aux.el (dired-do-async-shell-command): New command.
7816
7817 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7818 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7819
7820 2008-07-29 Juri Linkov <juri@jurta.org>
7821
7822 * international/mule-cmds.el (ucs-names): New internal variable.
7823 (ucs-names): New function.
7824 (ucs-completions): New lazy completion variable.
7825 (read-char-by-name): New function.
7826 (ucs-insert): Replace interactive spec letter "s" with the call to
7827 `read-char-by-name'.
7828
7829 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7830
7831 * replace.el (occur-read-primary-args):
7832 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7833 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7834 second arg of `read-regexp'.
7835
7836 * dired-aux.el (dired-isearch-filenames): New user option.
7837 (dired-isearch-orig-success-function): New internal variable.
7838 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7839 (dired-isearch-success-function): New functions.
7840 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7841 New commands.
7842
7843 * dired.el (dired-insert-set-properties): Add new text property
7844 `dired-filename' to put on file names.
7845 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7846 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7847 Add menu items.
7848 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7849 buffer-local `isearch-mode-hook'.
7850
7851 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7852
7853 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7854 (ada-create-case-exception): Fix typo in docstring.
7855 (ada-no-auto-case): Return nil, not the docstring.
7856 (ada-indent-current): Reflow docstring.
7857
7858 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7859 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7860 (ada-prj-load-from-file): Reflow docstring.
7861 (ada-prj-display-page): Fix typo in widget.
7862
7863 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7864 Fix typos in docstrings.
7865
7866 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7867 (ada-compile-current, ada-check-current, ada-run-application)
7868 (ada-get-ali-file-name): Fix typos in docstrings.
7869 (ada-xref-confirm-compile, ada-find-references)
7870 (ada-find-local-references, ada-find-any-references): Doc fixes.
7871 (ada-get-all-references): Fix typo in error message.
7872 (ada-xref-current-project): Use `let', not `let*'.
7873 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7874
7875 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7876
7877 * whitespace.el (whitespace-newline): Change initialization to have a
7878 low contrast relative to the background color. Suggested by David
7879 Reitter <david.reitter@gmail.com>.
7880
7881 2008-07-28 Juri Linkov <juri@jurta.org>
7882
7883 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7884 New functions.
7885
7886 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7887 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7888
7889 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7890
7891 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7892 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7893
7894 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7895
7896 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7897 Add support for add-log.
7898 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7899
7900 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7901 (ada-prj-save): Prompt for file name if not given.
7902 (ada-prj-display-page): Display casing exceptions.
7903
7904 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7905 Ada mode project files. Delete 'main_unit' project variable;
7906 only need 'main'. Simplify handling of default project values.
7907 Use cross-prefix consistently.
7908 (ada-find-executable): Throw error if not found.
7909 (ada-initialize-runtime-library): Improve error handling when
7910 gnatls not found.
7911 (ada-gnat-parse-gpr): New.
7912 (ada-treat-cmd-string): Allow process environment variables.
7913 (ada-xref-set-default-prj-values): Delete; replace with
7914 ada-default-prj-properties.
7915 (ada-parse-prj-file): Handle GNAT project files.
7916 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7917 (ada-select-prj-file): New.
7918 (ada-get-absolute-dir-list): Allow project and environment variables.
7919
7920 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7921
7922 Sync with Tramp 2.1.14.
7923
7924 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7925 (tramp-get-device): Make device number a cons cell.
7926 (tramp-convert-file-attributes): Make inode a cons cell.
7927
7928 * net/trampver.el: Update release number.
7929
7930 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7931
7932 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7933 window systems.
7934
7935 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7936
7937 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7938
7939 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7940
7941 Remove support for Mac Carbon.
7942 * term/mac-win.el: Remove file
7943 * international/mule-cmds.el:
7944 * version.el:
7945 * startup.el:
7946 * simple.el:
7947 * mwheel.el:
7948 * mouse.el:
7949 * loadup.el:
7950 * isearch.el:
7951 * info.el:
7952 * frame.el:
7953 * faces.el:
7954 * disp-table.el:
7955 * cus-start.el:
7956 * cus-face.el:
7957 * cus-edit.el:
7958 * Makefile.in: Remove code for Carbon.
7959
7960 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7961
7962 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7963 bindings for functions deleted by Dan N. 2008-07-21. Set
7964 where-is-preferred-modifier. Add show-manual option to Help menu.
7965
7966 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7967
7968 * net/tramp.el (tramp-handle-start-file-process):
7969 Set query-on-exit flag. Kill temporary buffer.
7970 (tramp-process-sentinel): Remove defun.
7971 (tramp-do-copy-or-rename-file-out-of-band)
7972 (tramp-maybe-open-connection): Don't call it.
7973
7974 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7975 `tramp-process-sentinel'.
7976
7977 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7978 `tramp-process-sentinel'.
7979
7980 * net/xesam.el (xesam-from): Remove defvar.
7981 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7982 and `mode-line-position'.
7983 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7984 information to the widgets. Don't set `mode-line-position'.
7985 (xesam-refresh-search-buffer): Correct hit number computing.
7986 Don't set `mode-line-position'.
7987 (xesam-new-search): Add debug information to the mode line.
7988
7989 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7990
7991 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7992 diff-show-trailing-whitespaces.
7993
7994 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7995
7996 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7997 invalid filename strings when parsing tex errors (bug#376).
7998
7999 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
8000
8001 * menu-bar.el (menu-bar-file-menu): Fix typo.
8002
8003 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
8004
8005 * play/solitaire.el (solitaire-mode-map): Define within defvar.
8006 (solitaire-mode): Define with `define-derived-mode'.
8007 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
8008 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
8009 (solitaire-undo, solitaire-check): Use `when'.
8010 (solitaire-solve): Err out if the solitaire is already in progress.
8011 Use `when'.
8012
8013 * descr-text.el (describe-char): Don't overwrite local variable char
8014 when describing characters with display-table entries. Display font
8015 backend when describing composed characters. Simplify: use `let'
8016 instead of `let*', and `or x y' instead of `if x x y'.
8017
8018 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
8019
8020 * image-mode.el (image-minor-mode): Set up winprops.
8021
8022 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8023
8024 * diff-mode.el (diff-show-trailing-blanks): New fun.
8025 Show trailing blanks in modified lines for diff-mode.
8026
8027 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
8028
8029 * Makefile.in (ELCFILES): Add net/xesam.el.
8030
8031 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
8032 process name. Reported by Markus Triska <markus.triska@gmx.at>.
8033
8034 * net/xesam.el: New file.
8035
8036 2008-07-24 Sven Joachim <svenjoac@gmx.de>
8037
8038 * dired-aux.el (dired-copy-file-recursive): Avoid calling
8039 set-file-modes when creating target directories.
8040
8041 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
8042
8043 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
8044 Set `show-trailing-whitespace' to nil.
8045 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
8046 Fix typos in docstrings.
8047
8048 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
8049
8050 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
8051 key remapping, not directly.
8052
8053 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8054
8055 * whitespace.el: New version 11.2.
8056 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
8057 minor mode visualization.
8058
8059 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
8060
8061 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
8062
8063 * Makefile.in (ELCFILES): Add term/common-win.elc.
8064
8065 * vc-dir.el (vc-dir-search, vc-dir-isearch)
8066 (vc-dir-isearch-regexp): New functions.
8067 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
8068
8069 2008-07-23 Juri Linkov <juri@jurta.org>
8070
8071 * isearch-multi.el: Remove file to avoid dos file name clashes
8072 with isearch-x.el. Move most content to misearch.el.
8073
8074 * misearch.el: New file with most content from isearch-multi.el.
8075 Rename `isearch-buffers' name prefixes to `multi-isearch'.
8076 Remove `isearch-buffers-minor-mode'. Add new function
8077 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
8078 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
8079 `multi-isearch-files', `multi-isearch-files-regexp'.
8080
8081 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
8082
8083 * isearch.el (isearch-message-prefix): Display "Multi" when
8084 `multi-isearch-next-buffer-current-function' is non-nil.
8085 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
8086 with `multi-isearch-next-buffer-current-function', and
8087 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
8088
8089 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
8090 `multi-isearch-next-buffer-function' instead of
8091 `isearch-buffers-next-buffer-function'. Remove call to
8092 `isearch-buffers-minor-mode'.
8093
8094 * buff-menu.el (Buffer-menu-marked-buffers)
8095 (Buffer-menu-isearch-buffers)
8096 (Buffer-menu-isearch-buffers-regexp): New functions.
8097 (Buffer-menu-mode-map): Bind "M-s a C-s" to
8098 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
8099 `Buffer-menu-isearch-buffers-regexp'.
8100 (Buffer-menu-mode): Document new commands in docstring.
8101 (list-buffers-noselect): Add one space after Info file name
8102 according to the Info address convention.
8103
8104 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
8105 New functions.
8106
8107 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
8108 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
8109 (ibuffer-mode): Document new commands in docstring.
8110
8111 * filesets.el (filesets-commands): Add commands for "Isearch" and
8112 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
8113 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8114 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8115 or `multi-isearch-files-regexp'.
8116 (filesets-cmd-query-replace-getargs): Call standard function
8117 `query-replace-read-args' to read `query-replace' arguments.
8118 Add `multi-query-replace-map'.
8119 (filesets-cmd-query-replace-regexp-getargs)
8120 (filesets-cmd-isearch-getargs): New functions.
8121
8122 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * international/mule.el (recode-region): Deactivate mark at the end.
8125
8126 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8127
8128 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8129 Use more suitable colors on dark displays.
8130
8131 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
8132
8133 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8134 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8135 (tramp-temp-buffer-name): New defconst.
8136 (tramp-handle-start-file-process): Use it. Apply "exec", for the
8137 command. No trailing prompt.
8138 (tramp-process-sentinel): Remove temporary buffer, if existing.
8139 Don't handle trailing prompt.
8140 (tramp-open-connection-setup-interactive-shell):
8141 Use `tramp-temp-buffer-name'.
8142
8143 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
8144
8145 * shell.el (shell-dynamic-complete-functions):
8146 Use comint-dynamic-complete-filename as well (bug#361).
8147
8148 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8149
8150 * term/ns-win.el:
8151 * version.el (emacs-version):
8152 * loadup.el:
8153 * frame.el (make-frame-on-display): Check for ns instead of
8154 ns-windowing.
8155
8156 * dired.el (dired-mode-map): Show the key binding for wdired.
8157
8158 * menu-bar.el (menu-bar-file-menu): Show the key binding for
8159 exiting Emacs.
8160
8161 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8162
8163 * term/ns-win.el (x-list-fonts): Drop alias.
8164
8165 2008-07-23 Juri Linkov <juri@jurta.org>
8166
8167 * replace.el (multi-query-replace-map): New variable.
8168 (perform-replace): Add processing of new multi-buffer keys bound
8169 to `automatic-all' and `exit-current'. Set `query-flag' to nil
8170 if last input char was `automatic-all'. Set new local variable
8171 `multi-buffer' to t when one of new two keys were typed. Return
8172 non-nil value of `multi-buffer' that tells to calling functions
8173 to continue replacement on the next file.
8174
8175 * progmodes/etags.el (tags-query-replace): Set arg `map' of
8176 `perform-replace' to `multi-query-replace-map'.
8177
8178 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8179
8180 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8181 otherwise displayed in every buffer.
8182
8183 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8184 (vc-arch-trim-one-revlib): Delete temp directories as well.
8185
8186 2008-07-22 Stephen Eglen <stephen@gnu.org>
8187
8188 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
8189
8190 2008-07-22 Sven Joachim <svenjoac@gmx.de>
8191
8192 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8193
8194 2008-07-22 Miles Bader <miles@gnu.org>
8195
8196 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8197 (sh-mode-map): Remove remapping of newline-and-indent.
8198
8199 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8200
8201 * vc.el (Todo): Update.
8202
8203 * vc-hooks.el: Remove obsolete comment.
8204
8205 * vc-git.el (vc-git-status-printer): Update the directory display
8206 to match the default.
8207
8208 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8209
8210 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8211
8212 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8213 for "word wrap" command.
8214
8215 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8216
8217 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8218
8219 * term/ns-win.el: Rename ns- functions/variables to the
8220 corresponding x- versions.
8221 (x-select-text, x-cut-buffer-or-selection-value)
8222 (x-disown-selection-internal, x-get-selection-internal)
8223 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8224 (x-display-mm-width, x-display-mm-height)
8225 (x-display-backing-store, x-display-save-under)
8226 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8227 defaliases.
8228
8229 * frame.el (ns-display-name): Remove declaration.
8230 (make-frame-on-display): Use x-display-name instead
8231 ns-display-name. Use unless.
8232
8233 * startup.el (command-line-1): Fix indentation.
8234
8235 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8236 checked in inadvertently.
8237
8238 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8239
8240 * term/ns-win.el: Standardize references to "Nextstep" in
8241 comments, messages, and docstrings.
8242 (ns-handle-args, x-parse-geometry)
8243 (ns-extended-platform-support-mode, x-setup-function-keys)
8244 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8245 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8246 (ns-initialized, ns-initialize-window-system): Doc fixes.
8247
8248 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8249
8250 * diff-mode.el (diff-auto-refine): Delete defcustom.
8251 (diff-auto-refine-mode): New func/var via define-minor-mode.
8252 Update var ref to use diff-auto-refine-mode.
8253 * smerge-mode.el (diff-mode): Require when compiling.
8254 (smerge-auto-refine): Delete defcustom.
8255 Update smerge-auto-refine ref to use diff-auto-refine-mode.
8256
8257 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8258
8259 * simple.el (visual-line): New custom group.
8260 (visual-line-fringe-indicators): New var.
8261 (visual-line-mode): Set fringe-indicator-alist based on
8262 visual-line-fringe-indicators. Add lighter.
8263
8264 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8265
8266 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8267 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8268 (x-handle-geometry, x-handle-name-switch, x-display-name)
8269 (x-handle-display, x-handle-args, x-colors): Move ...
8270 * term/common-win.el: ... here. New file.
8271 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8272 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8273 (x-handle-geometry, x-handle-name-switch, x-display-name)
8274 (x-handle-display, x-handle-args, x-colors): Remove.
8275 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8276
8277 2008-07-19 Juri Linkov <juri@jurta.org>
8278
8279 * startup.el (fancy-startup-text): Move the line "To quit
8280 a partially entered command, type Control-g" a few lines below
8281 to be after the line "To start". Add text "at gnu.org" to
8282 "Overview of Emacs features".
8283
8284 * dired.el (dired-mode-map): Fix menu text of
8285 image-dired-display-thumbs.
8286
8287 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8288 (image-dired-cmd-create-temp-image-options)
8289 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8290 ImageMagick command line to change the dimensions of the image
8291 only if its width or height exceeds the geometry specification.
8292
8293 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8294
8295 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8296 to docstrings.
8297
8298 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8299
8300 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8301 Vinicius Jose Latorre.
8302
8303 2008-07-19 Glenn Morris <rgm@gnu.org>
8304
8305 * term/ns-win.el (ns-make-command-string): Use mapconcat.
8306 (ns-save-preferences): Fix typo in previous change. (Bug#573)
8307
8308 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
8309
8310 * net/dbus.el (dbus-interface-properties): New defconst.
8311 (dbus-introspect): Update docstring.
8312 (dbus-introspect-xml, dbus-introspect-get-attribute)
8313 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8314 (dbus-introspect-get-interface-names)
8315 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8316 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8317 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8318 (dbus-introspect-get-property)
8319 (dbus-introspect-get-annotation-names)
8320 (dbus-introspect-get-annotation)
8321 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8322 (dbus-introspect-get-signature, dbus-get-property)
8323 (dbus-set-property, dbus-get-all-properties): New defuns.
8324
8325 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8326
8327 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8328 ns-grabenv.elc.
8329
8330 * ns-carbon-compat.el: File removed.
8331
8332 * ns-grabenv.el: File removed.
8333
8334 * term/ns-win.el: Contents of ns-carbon-compat.el and
8335 ns-grabenv.el moved here.
8336 (ns-grabenv, ns-open-file-select-line): Doc fixes.
8337 (ns-submit-bug-report): Function removed. Reports go to the main
8338 Emacs bug list.
8339 (ns-handle-args, ns-spi-service-call): Doc fixes.
8340 (info-ns-emacs): Function removed. Nextstep port manual will be
8341 merged into the Emacs manual, so no separate link needed.
8342
8343 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
8344
8345 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8346
8347 2008-07-18 Glenn Morris <rgm@gnu.org>
8348
8349 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8350 to XEmacs, since it does nothing for Emacs.
8351
8352 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8353
8354 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8355 BUFFER that is a string but does not exist as a buffer object, as
8356 mentioned in the doc-string.
8357
8358 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
8359
8360 * simple.el (line-move-visual): Make it a defcustom.
8361 (line-move-1): Convert temporary-goal-column back to an integer if
8362 it was set as a float by a previous call to line-move-visual.
8363 (end-of-visual-line, beginning-of-visual-line)
8364 (next-logical-line, previous-logical-line): New functions.
8365
8366 2008-07-17 David Reitter <david.reitter@gmail.com>
8367
8368 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8369 functions.
8370 (visual-line-mode, global-visual-line-mode): New minor mode.
8371 (visual-line-mode-map): New variable.
8372
8373 2008-07-17 Glenn Morris <rgm@gnu.org>
8374
8375 * term/ns-win.el (parameters): Declare for compiler.
8376
8377 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
8378
8379 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8380 for Windows.
8381
8382 2008-07-17 Daiki Ueno <ueno@unixuser.org>
8383
8384 * epa.el (epa-key-list-mode): Use run-mode-hooks.
8385 (epa-key-mode): Ditto.
8386 (epa-info-mode): Ditto.
8387
8388 2008-07-17 Glenn Morris <rgm@gnu.org>
8389
8390 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
8391 (ns-handle-numeric-switch): Just call ns-handle-switch.
8392 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8393 (ns-handle-args): Simplify using `pop'.
8394 (ns-display-name): Define (used in frame.el).
8395 (menu-bar-select-frame): Add (ignored) arg to more closely match the
8396 original definition.
8397 (ns-perform-service): Declare.
8398 (ns-save-preferences): Use fewer `let's.
8399
8400 * frame.el (ns-display-name): Declare for compiler.
8401
8402 2008-07-17 Kenichi Handa <handa@m17n.org>
8403
8404 * descr-text.el (describe-char-unidata-list): Initialize to the
8405 list of name, general-category, decomposition, and old-name.
8406
8407 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8408
8409 * startup.el (command-line-1): Update processing of NS long options to
8410 mimic recent changes to processing of X long options.
8411
8412 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
8413
8414 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8415 list of #defines for remote files.
8416 (gdb-source-info): Only show main if it has been found.
8417
8418 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8419
8420 * term/ns-win.el: Require CL; fix up comment style; reindent.
8421 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
8422 (ns-save-preferences): Use `case'.
8423 (ns-initialize-window-system): Use `dolist'.
8424
8425 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8426
8427 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8428 windowing is used.
8429 * term/ns-win.el (ns-extended-platform-support-mode):
8430 Correct/improve documentation.
8431
8432 2008-07-16 Glenn Morris <rgm@gnu.org>
8433
8434 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8435 Simply require 'cl (see comment in cl-compat.el).
8436 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8437 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8438 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8439 directly rather by subterfuge. Provide cl before loading cl-macs.
8440
8441 * paths.el (rmail-spool-directory): Remove settings for systems that are
8442 no longer supported.
8443
8444 * frame.el (ns-initialize-window-system): Declare for compiler.
8445
8446 * term/ns-win.el: Add numerous declarations for compiler.
8447 (ns-pop-up-frames): Move definition before use. Doc fix.
8448
8449 * emacs-lisp/check-declare.el (check-declare-locate)
8450 (check-declare-verify): Handle .m files.
8451
8452 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8453
8454 * ns-carbon-compat.el: New file: user-visible compatibility of
8455 NeXTstep port with Carbon port.
8456 * ns-grabenv.el: New file: functionality useful on OS X platform to
8457 expose environment variables inside Emacs started from icon.
8458 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8459 * cus-edit.el:
8460 * cus-face.el:
8461 * disp-table.el:
8462 * faces.el:
8463 * info.el:
8464 * mouse.el:
8465 * mwheel.el:
8466 * simple.el: Add ns to window systems treated as GUIs.
8467 * facemenu.el (facemenu-read-color): Don't require a name match under
8468 NS, to allow numeric color entry.
8469 * frame.el (make-frame-on-display): Follow code for 'x in initializing
8470 'ns window system if need be.
8471 (various): Add 'ns as described above.
8472 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8473 ns-windowing is active.
8474 * startup.el (command-line-ns-option-alist): New constant to handle NS
8475 windowing system specific command line args analogous to how they are
8476 handled for X windows.
8477 (command-line-1): Use the above where appropriate.
8478 * version.el: Add NS port version.
8479 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8480 Darwin (usually OS X) systems.
8481 (woman-use-own-frame): Include 'ns in list of GUI window systems.
8482 * emulation/viper-util.el (ns-display-color-p)
8483 (ns-color-defined-p): Remove these (caustically-commented) outdated
8484 compensations for a port that was never itself integrated until now.
8485 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8486 for NS window system.
8487 * international/mule-cmds.el: Add 'ns to list of special-cased window
8488 systems (probably most of these, x/w32/mac/ns could be changed to
8489 window-system non-nil).
8490 * term/ns-win.el: New file: lisp-side support for NS windowing system.
8491
8492 2008-07-14 Jason Rumney <jasonr@gnu.org>
8493
8494 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8495 (x-handle-numeric-switch, x-handle-initial-switch)
8496 (x-handle-xrm-switch, x-handle-args, x-handle-display)
8497 (xw-defined-colors, w32-initialize-window-system):
8498 Avoid use of cl pop and push macros.
8499
8500 2008-07-14 Martin Rudalics <rudalics@gmx.at>
8501
8502 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8503 error when change-log-search-file-name returns nil.
8504
8505 2008-07-13 Martin Rudalics <rudalics@gmx.at>
8506
8507 * add-log.el (change-log-search-file-name):
8508 Use match-string-no-properties.
8509 (change-log-search-tag-name-1, change-log-search-tag-name)
8510 (change-log-goto-source-1, change-log-goto-source): New functions.
8511 (change-log-tag-re, change-log-find-head, change-log-find-tail):
8512 New variables.
8513 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8514
8515 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
8516
8517 * calc/calc-help.el (calc-describe-key): Add angles to special key
8518 descriptions.
8519
8520 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
8521
8522 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8523 search for regexp.
8524
8525 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * simple.el (line-move-visual): Handle null pixel position gracefully.
8528
8529 2008-07-11 Jason Rumney <jasonr@gnu.org>
8530
8531 * files.el (file-truename): Get truename of ancestors if file does
8532 not exist on Windows.
8533
8534 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
8535
8536 * simple.el (line-move-visual): Obey goal-column and no-error arg.
8537 (track-eol, temporary-goal-column, previous-line, next-line):
8538 Update docstring.
8539 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8540 to nil.
8541
8542 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8543
8544 * simple.el (line-move-visual): New var.
8545 (line-move-visual): New function.
8546 (line-move): Call line-move-visual.
8547
8548 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8549
8550 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8551 pattern and add patterns for C++ header files.
8552
8553 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8554
8555 * window.el (truncated-partial-width-window-p): New function.
8556
8557 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
8558
8559 * faces.el (x-create-frame-with-faces): Don't pass parameters that
8560 are set later to x-create-frame.
8561 (face-set-after-frame-default): Apply X resources for non-default
8562 faces.
8563
8564 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8565
8566 * faces.el (face-set-after-frame-default): Simplify. Don't apply
8567 frame-specific X resource settings. Set faces using a list of
8568 frame parameters explicitly passed to the calling
8569 function (e.g. make-frame).
8570 (x-create-frame-with-faces, tty-create-frame-with-faces):
8571 Supply explicit frame parameter list to face-set-after-frame-default.
8572
8573 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
8574
8575 * net/browse-url.el (browse-url-default-browser):
8576 Fix argument list in lambda.
8577
8578 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
8579
8580 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8581 from url-retrieve.
8582 (newsticker--sentinel-work): Fix xerror typo.
8583
8584 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8585
8586 * vc-dir.el (vc-dir-refresh): Only update files.
8587
8588 * vc-git.el (vc-git--ls-files-state): Remove unused function.
8589
8590 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8591
8592 2008-07-06 John Paul Wallington <jpw@pobox.com>
8593
8594 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8595
8596 2008-07-05 Alexandre Julliard <julliard@winehq.org>
8597
8598 * vc-git.el (vc-git-registered): Return true for removed files.
8599 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8600 all the files instead of one per file.
8601 (vc-git-previous-revision): Add support for project-wide previous
8602 revision when specified file is nil.
8603
8604 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8605
8606 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8607
8608 * vc-dir.el (vc-dir-find-child-files): New function.
8609 (vc-dir-resync-directory-files): New function.
8610 (vc-dir-recompute-file-state): New function, broken out of ...
8611 (vc-dir-resynch-file): ... here. Also deal with directories.
8612 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8613 (vc-resynch-buffer): Use it.
8614
8615 * vc-hg.el (vc-hg-registered): Do not set vc-state.
8616
8617 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8618
8619 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
8620
8621 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8622 if it's not part of gdb-ui, e.g, at start.
8623
8624 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8625 filenames in stack trace (text command mode).
8626
8627 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8628
8629 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8630
8631 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8632 Use syntax-ppss on a position *before* the char we want to change.
8633
8634 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8635
8636 * vc-dir.el (vc-dir-query-replace-regexp): New function.
8637 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8638 (vc-dir-mode-map): Likewise.
8639
8640 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
8641
8642 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8643 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8644 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8645 Remove spurious * in defcustom docstrings.
8646
8647 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8648 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8649 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8650 (default-justification): Remove spurious * in defcustom docstrings.
8651
8652 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8653 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8654 (rst-compare-decorations, rst-default-indent, rst-update-section)
8655 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8656 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8657 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8658 Fix typos in docstrings.
8659 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8660 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8661 (rst-get-decorations-around, rst-section-tree-point)
8662 (rst-font-lock-adornment-point): Reflow docstrings.
8663 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8664 Doc fixes.
8665 (rst-re-enumerations): Comment out.
8666
8667 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8668 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8669 (nxml-unicode-block-char-name-set):
8670 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8671 * nxml/rng-nxml.el (rng-set-state-after):
8672 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8673
8674 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8675 (rng-c-parse-annotation-body):
8676 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8677
8678 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8679 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8680 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8681 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8682 Fix typos in docstrings.
8683 (nxml-attribute-indent): Reflow docstring.
8684 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8685 (nxml-default-buffer-file-coding-system): Doc fixes.
8686
8687 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8688 (nxml-ns-set-prefix): Fix typos in docstrings.
8689 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8690 Reflow docstring.
8691 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8692
8693 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8694 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8695 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8696 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8697 (nxml-outline-display-rest, nxml-outline-set-overlay)
8698 (nxml-section-tag-forward, nxml-section-tag-backward)
8699 (nxml-back-to-section-start): Fix typos in docstrings.
8700
8701 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8702 Doc fixes.
8703
8704 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8705 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8706 (nxml-scan-after-change): Fix typo in docstring.
8707
8708 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8709 (rng-name-class-possible-names): Doc fixes.
8710 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8711 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8712 Fix typos in docstrings.
8713 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8714 Reflow docstrings.
8715
8716 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8717 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8718
8719 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8720 (rng-xsd-convert-date-time): Reflow docstrings.
8721 (rng-xsd-compile): Fix typo in docstring.
8722
8723 * nxml/rng-loc.el (rng-current-schema-file-name)
8724 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8725 Doc fixes.
8726 (rng-set-schema-file): Fix typo in docstring.
8727
8728 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8729 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8730 Fix typos in docstrings.
8731 (rng-message-overlay, rng-conditional-up-to-date-start)
8732 (rng-conditional-up-to-date-end): Doc fixes.
8733 (rng-next-error, rng-previous-error): Reflow docstrings.
8734
8735 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8736 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8737 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8738 (xmltok-merge-attributes): Fix typos in docstrings.
8739 (xmltok-make-attribute, xmltok-forward-special)
8740 (xmltok-get-declared-encoding-position): Reflow docstrings.
8741
8742 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8743 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8744 Fix typos in docstrings.
8745
8746 2008-07-02 John Paul Wallington <jpw@pobox.com>
8747
8748 * ibuffer.el (ibuffer-buffer-file-name):
8749 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8750 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8751
8752 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8753
8754 * files.el (backup-extract-version): Handle versioned directories.
8755 (trash-directory): New variable.
8756 (move-file-to-trash): New function.
8757
8758 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8759
8760 2008-07-02 Magnus Henoch <mange@freemail.hu>
8761
8762 * vc-git.el (vc-git-annotate-command): Use proper option for
8763 specifying revision.
8764
8765 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8766
8767 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8768 if available.
8769
8770 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8771
8772 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8773
8774 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8775 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8776
8777 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8778
8779 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8780
8781 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8782 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8783 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8784 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8785 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8786 (gdb-stack-list-locals-regexp): Future proof regexps better.
8787
8788 2008-06-30 Juri Linkov <juri@jurta.org>
8789
8790 * faces.el (face-name-history): New variable.
8791 (make-face, make-empty-face): Replace interactive spec "S"
8792 with `read-from-minibuffer' where `read' arg is t and
8793 `hist' arg is `face-name-history'.
8794 (read-face-name): Set `hist' arg of `completing-read-multiple'
8795 to `face-name-history'.
8796 (list-faces-display): Use `read-regexp' instead of `read-string'
8797 to read regexp.
8798
8799 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8800 to `regexp-history'.
8801 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8802 make it an obsolete alias to it.
8803 (hi-lock-face-defaults): New variable renamed from
8804 `hi-lock-face-history'.
8805 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8806 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8807 `read-from-minibuffer'. Doc fix.
8808 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8809 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8810 Set `hist' arg of `completing-read' to `face-name-history'.
8811 Put a list of default faces to `default' arg instead of `hist' arg.
8812
8813 * bindings.el (abbrev-map, narrow-map): New variables.
8814 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8815 Rebind related commands to these new maps.
8816 (ctl-x-r-map): New variable for rectangle, register and bookmark
8817 keys. Move rectangle keybindings to rect.el and register
8818 keybindings to register.el.
8819 (next-buffer, previous-buffer): Remove C-x prefix and move
8820 keybindings to ctl-x-map.
8821
8822 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8823 to the new map `ctl-x-r-map' in autoload cookies.
8824
8825 * expand.el: Rebind two global `C-x a' keys "n", "p"
8826 to the new map `abbrev-map' in autoload cookies.
8827
8828 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8829
8830 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8831
8832 2008-06-30 Miles Bader <miles@gnu.org>
8833
8834 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8835 after processing an escape sequence.
8836
8837 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8838
8839 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8840 from 2008-06-28. It does not work on W32.
8841
8842 2008-06-29 Juri Linkov <juri@jurta.org>
8843
8844 * replace.el (read-regexp): New function.
8845 (keep-lines-read-args, occur-read-primary-args):
8846 Call `read-regexp' instead of code moved to new function.
8847 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8848 from the end of prompt.
8849 (replace-re-search-function): Doc fix.
8850
8851 2008-06-29 Kenichi Handa <handa@m17n.org>
8852
8853 * descr-text.el (describe-char-display): Always return a string.
8854 (describe-char-padded-string): New function.
8855 (describe-char): Adjusted for the change of
8856 describe-char-display. Use describe-char-padded-string.
8857
8858 2008-06-29 Andreas Schwab <schwab@suse.de>
8859
8860 * vc-dir.el (vc-dir): Make backend argument optional and use
8861 vc-responsible-backend when nil. Interactively pass nil for
8862 backend instead of using the backend of what happens to be
8863 default-directory at the time of the call.
8864
8865 * find-dired.el (find-dired-filter): Preserve point.
8866
8867 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8868
8869 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8870 (sasl-find-mechanism, sasl-next-step):
8871 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8872 (sasl-ntlm-response): Fix typos in docstrings.
8873
8874 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8875
8876 * international/mule-cmds.el (view-hello-file): Doc fix.
8877
8878 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8879
8880 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8881 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8882
8883 2008-06-28 John Paul Wallington <jpw@pobox.com>
8884
8885 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8886
8887 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8888
8889 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8890 (tramp-convert-file-attributes): Convert symlinks only when
8891 returned from `tramp-handle-file-attributes-with-stat'.
8892
8893 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8894 `substitute-in-file-name' when unloading.
8895 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8896
8897 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8898
8899 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8900 (vc-string-prefix-p): Move function ...
8901 * vc.el (vc-string-prefix-p): ... here.
8902
8903 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8904
8905 * vc-dir.el (vc-dir): Complete only directory names.
8906
8907 2008-06-27 Jason Rumney <jasonr@gnu.org>
8908
8909 * w32-fns.el (top-level): Unconditionally define all charsets.
8910
8911 2008-06-27 Alan Mackenzie <acm@muc.de>
8912
8913 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8914 the CC Mode specific functions; this is no longer needed, since
8915 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8916
8917 * progmodes/cc-defs.el (c-emacs-features): New feature
8918 'argumentative-bod-function.
8919
8920 2008-06-27 John Paul Wallington <jpw@pobox.com>
8921
8922 * chistory.el (list-command-history): Use `bound-and-true-p'.
8923 (command-history-map): Define within defvar. Add docstring.
8924
8925 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8926
8927 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8928 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8929 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8930 (image-type-from-buffer): Use `looking-at-p'.
8931
8932 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8933
8934 * ibuf-ext.el (diff-sentinel): Declare.
8935
8936 2008-06-27 Glenn Morris <rgm@gnu.org>
8937
8938 * calendar/lunar.el (calendar-lunar-phases): Rename from
8939 calendar-phases-of-moon. Keep old name as alias, update callers.
8940 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8941 (diary-lunar-phases): Rename from diary-phases-of-moon.
8942 Keep old name as alias.
8943 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8944 (cal-menu-global-mouse-menu): Update for lunar name changes.
8945 * calendar/calendar.el (calendar-mode-map): Update for name change.
8946 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8947
8948 2008-06-26 Glenn Morris <rgm@gnu.org>
8949
8950 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8951 argument `nolocation'.
8952 (calendar-sunrise-sunset-month): New function.
8953 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8954 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8955 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8956 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8957 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8958 (calendar-buffer-list): Add solar-sunrises-buffer.
8959
8960 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8961
8962 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8963
8964 * cus-start.el: Add customization types for word-wrap and
8965 shift-select-mode.
8966
8967 2008-06-26 John Paul Wallington <jpw@pobox.com>
8968
8969 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8970 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8971 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8972 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8973
8974 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8975
8976 * vc-dir.el (tool-bar): Require.
8977
8978 * vc.el (ewoc, tool-bar): Do not require.
8979
8980 2008-06-26 Kenichi Handa <handa@m17n.org>
8981
8982 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8983 characters.
8984
8985 * composite.el (terminal-composition-base-character-p): New function.
8986 (terminal-composition-function):
8987 Use terminal-composition-base-character-p. Include the base character
8988 in the composition.
8989 (auto-compose-chars): Don't check font-object for terminal display.
8990
8991 2008-06-26 Glenn Morris <rgm@gnu.org>
8992
8993 * doc-view.el (bookmark-make-record-default):
8994 * image-mode.el (bookmark-make-record-default): Fix declaration.
8995
8996 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8997 Add default :value for sexp type.
8998 (calendar-month-edges): New variable.
8999 (calendar-month-edges): New function.
9000 (calendar-recompute-layout-variables): Set calendar-month-edges.
9001 (calendar-intermonth-header, calendar-intermonth-text): New options.
9002 (calendar-insert-at-column): New function.
9003 (calendar-generate-month): Use calendar-insert-at-column.
9004 Handle intermonth text. Add 'date property.
9005 (calendar-column-to-month): Remove function.
9006 (calendar-column-to-segment): New function.
9007 (calendar-cursor-to-date): Use calendar-column-to-segment.
9008 Check 'date property.
9009
9010 * calendar/calendar.el (calendar-print-other-dates):
9011 Handle mouse events.
9012 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
9013 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
9014
9015 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
9016 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
9017 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
9018
9019 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9020 Use calendar-column-to-segment, calendar-month-edges, and
9021 the 'date property to handle intermonth text.
9022
9023 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
9024
9025 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
9026 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
9027 Add doc strings.
9028 (cal-menu-context-mouse-menu): Add some :keys.
9029 (calendar-check-holidays): Declare rather than autoloading.
9030 (diary-show-holidays-flag): Remove unneeded declaration.
9031
9032 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
9033 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
9034 event-start is nil.
9035
9036 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
9037
9038 * minibuffer.el (completion-basic-try-completion): Use the text after
9039 point to constrain the completion candidates.
9040 (completion-basic-all-completions): Adjust accordingly.
9041
9042 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
9043
9044 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
9045 courier.
9046
9047 * faces.el (set-face-attribute): Doc fix.
9048
9049 2008-06-25 Juri Linkov <juri@jurta.org>
9050
9051 * bindings.el (goto-map): New variable. Rebind goto-related
9052 commands to this `M-g' prefix keymap.
9053 (search-map): New variable for `M-s' prefix keymap.
9054 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
9055 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
9056 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
9057 `M-shw' to `hi-lock-write-interactive-patterns'.
9058
9059 * isearch.el (isearch-mode-map): Bind `M-s h r' to
9060 `isearch-highlight-regexp'.
9061 (isearch-highlight-regexp): New function.
9062
9063 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
9064
9065 * info.el (Info-bookmark-make-record):
9066 Use bookmark-make-record-default.
9067 (Info-bookmark-jump): Use bookmark-default-handler.
9068
9069 * image-mode.el (image-bookmark-make-record):
9070 Use bookmark-make-record-default.
9071 (image-bookmark-jump): Use bookmark-default-handler.
9072
9073 * doc-view.el (doc-view-bookmark-make-record):
9074 Use bookmark-make-record-default.
9075 (doc-view-bookmark-jump): Use bookmark-default-handler.
9076
9077 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
9078 used until now in bookmark.el's code.
9079 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
9080 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
9081 used until now in bookmark.el's code.
9082 (bookmark-set-filename): Remove special code, moved to its only caller.
9083 (bookmark-store): Use the newer format.
9084 (bookmark-make-record-default): Add arg `point-only'.
9085 Rename from bookmark-make-record-for-text-file.
9086 (bookmark--jump-via): New function.
9087 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
9088 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
9089 Use it.
9090 (bookmark-jump-noselect, bookmark-default-handler):
9091 Don't return an alist, instead return the data implicitly by changing
9092 current buffer and point. Signal an error if the file doesn't exist.
9093
9094 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
9095 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
9096
9097 * bs.el: Use with-current-buffer. Simplify.
9098 (bs-toggle-readonly): Avoid vc-toggle-read-only.
9099
9100 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
9101 is bound before using it.
9102
9103 2008-06-25 Kenichi Handa <handa@m17n.org>
9104
9105 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
9106
9107 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
9108
9109 * vc-hg.el:
9110 * vc-git.el: Require vc-dir when compiling.
9111
9112 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9113 vc-dir-marked-only-files. Change the return value.
9114 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9115 Change the return value.
9116 (vc-dir-deduce-fileset): New function broken out from ...
9117 * vc.el (vc-deduce-fileset): ... here and ...
9118 (vc-deduce-fileset): ... here.
9119
9120 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9121 (vc-svn-parse-status): Do not set the vc-backend property.
9122
9123 2008-06-25 Andreas Schwab <schwab@suse.de>
9124
9125 * faces.el (face-font-family-alternatives, variable-pitch):
9126 Use "Sans Serif", not "Sans-Serif".
9127
9128 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9129
9130 * faces.el (face-font-family-alternatives, variable-pitch):
9131 Change "Sans" to the canonical name "Sans-Serif".
9132
9133 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9134
9135 * calc/calc.el (calc-mode-map): Add extra keybindings to
9136 `calc-missing-key'.
9137 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9138 `kill-ring-save'.
9139
9140 2008-06-24 Miles Bader <miles@gnu.org>
9141
9142 * mouse.el (mouse-appearance-menu): Don't do anything if the user
9143 pops up the menu but doesn't select anything.
9144
9145 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
9146
9147 * add-log.el (add-change-log-entry): Add new arg to force each new
9148 entry to be on a new line.
9149 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9150
9151 * vc-dir.el (vc-client-object): Remove.
9152 (vc-dir-prepare-status-buffer): Take a backend as an argument and
9153 use it when looking for a buffer.
9154 (vc-dir): Add a backend argument. Set revert-buffer-function.
9155 Don't create a client object. Move bindings ...
9156 (vc-dir-menu-map, vc-dir-mode-map): ... here.
9157 (vc-dir-revert-buffer-function): New function.
9158 (vc-generic-status-printer): Rename to ...
9159 (vc-dir-status-printer): ... this.
9160 (vc-generic-state, vc-generic-status-fileinfo-extra)
9161 (vc-dir-extra-menu, vc-make-backend-object): Remove.
9162 (vc-default-status-printer): Use a different face for
9163 directories. Don't display any text for directories in the state
9164 column. Add tooltips.
9165
9166 * vc.el (Todo): Update.
9167
9168 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9169 * vc-rcs.el (vc-annotate-convert-time):
9170 * vc-mtn.el (vc-annotate-convert-time):
9171 * vc-git.el (vc-annotate-convert-time):
9172 * vc-cvs.el (vc-annotate-convert-time):
9173 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9174
9175 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9176
9177 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9178 instead of using view-mode.
9179
9180 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9181
9182 * Makefile.in (distclean): Don't delete *.elc and autogen files.
9183
9184 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9185
9186 * vc.el:
9187 * vc-hooks.el:
9188 * vc-dispatcher.el: Move vc-dir variables and functions ...
9189 * vc-dir.el: ... here. New file.
9190 * Makefile.in (ELCFILES): Add vc-dir.elc.
9191
9192 * vc.el: Move vc-annotate variables and functions ...
9193 * vc-annotate.el: ... here. New file.
9194 * Makefile.in (ELCFILES): Add vc-annotate.elc.
9195
9196 * vc-dav.el: Move here from url/vc-dav.el.
9197 (Todo): Note work needed to make this backend functional.
9198
9199 * Makefile.in (ELCFILES): Update vc-dav.el location.
9200
9201 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9202
9203 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9204
9205 2008-06-21 John Paul Wallington <jpw@pobox.com>
9206
9207 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9208
9209 * textmodes/rst.el (rst-mode): Put docstring in right place.
9210
9211 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
9212
9213 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9214 size for legibility.
9215
9216 * faces.el (fixed-pitch): Use "Monospace" family.
9217 (variable-pitch): Use "Sans" family.
9218 (face-font-family-alternatives): Define alternatives for "Sans"
9219 and "Monospace".
9220
9221 2008-06-21 Glenn Morris <rgm@gnu.org>
9222
9223 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9224 Require 'cl when compiling.
9225
9226 * emacs-lisp/debug.el (help-xref-interned): Declare.
9227
9228 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9229 Evaluate definition when compiling.
9230
9231 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9232 rather than mouse-1.
9233 (bug-reference-url-format): Autoload safe if string.
9234 (bug-reference-bug-regexp): Make space after "bug" optional.
9235
9236 * Makefile.in (all): Explicitly pass EMACS to sub-make,
9237 for some non-GNU makes.
9238
9239 * cus-dep.el (custom-dependencies-no-scan-regexp):
9240 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9241
9242 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9243 increments.
9244
9245 * calendar/calendar.el: Factor out the magic numbers controlling the
9246 calendar layout.
9247 (calendar-month-digit-width, calendar-month-width)
9248 (calendar-right-margin): New variables.
9249 (calendar-recompute-layout-variables, calendar-set-layout-variable):
9250 New functions.
9251 (calendar-left-margin, calendar-intermonth-spacing)
9252 (calendar-column-width, calendar-day-header-width)
9253 (calendar-day-digit-width): New options.
9254 (calendar-first-date-row): New constant.
9255 (calendar-move-to-column, calendar-ensure-newline): New functions,
9256 replacing calendar-insert-indented.
9257 (calendar-insert-indented): Remove function.
9258 (calendar-generate-month): Use calendar-move-to-column and
9259 calendar-ensure-newline. Use layout variables.
9260 (calendar-generate, calendar-update-mode-line)
9261 (calendar-font-lock-keywords): Use layout variables.
9262 (calendar-column-to-month): New function.
9263 (calendar-cursor-to-date): Use calendar-column-to-month.
9264 Use layout variables.
9265 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9266 Use layout variables. Use calendar-column-to-month.
9267 (calendar-cursor-to-visible-date): Use layout variables.
9268
9269 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9270
9271 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9272 (all): Run compile-last.
9273 (compile-onefile): New target.
9274 (compile-first): Simplify.
9275 (compile-last): Don't treat COMPILE_FIRST specially.
9276 (COMPILE_FIRST): List the elc files rather than the el files.
9277 (ELCFILES): Update.
9278
9279 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
9280
9281 * net/newst-treeview.el: Remove dead code.
9282 (newsticker--window-config): Remove.
9283 (newsticker-treeview-quit): Do not save window config.
9284 (newsticker-treeview): Do not try to restore window config.
9285 (newsticker-groups, newsticker--treeview-list-sort-by-column)
9286 (newsticker--treeview-list-new-items)
9287 (newsticker--treeview-list-immortal-items)
9288 (newsticker--treeview-list-obsolete-items)
9289 (newsticker--treeview-list-all-items)
9290 (newsticker--treeview-list-feed-items): Fix documentation.
9291
9292 2008-06-21 Miles Bader <miles@gnu.org>
9293
9294 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9295
9296 2008-06-21 Alan Mackenzie <acm@muc.de>
9297
9298 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9299 infinite loop on invalid syntax.
9300
9301 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * textmodes/rst.el: Run rst-define-level-faces when loading.
9304 (rst-mode): Don't set the font-lock-multiline var.
9305 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9306 Set the font-lock-multiline property by hand.
9307
9308 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9309
9310 * Makefile.in (emacs-deps): Remove.
9311 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9312 (all): Use them.
9313 (autogen-clean): Remove.
9314
9315 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9316
9317 * Makefile.in (all): New target.
9318 (bootstrap-prepare): Remove.
9319
9320 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9321 the .elc file to batch-byte-compile.
9322
9323 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9324 set-keymap-parents if set-keymap-parent doesn't exist.
9325
9326 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9327 Allow more than one space before the |.
9328
9329 * textmodes/rst.el: Fix up docstring conventions.
9330 Move vars to before their first use.
9331 (rst-mode): Don't mess with font-lock-support-mode.
9332 (rst-suggest-new-decoration, rst-adjust-decoration):
9333 Avoid CL's copy-list.
9334 (rst-delete-entire-line): Use line-beginning-position.
9335 (rst-position): New fun.
9336 (rst-straighten-decorations): Use it instead of CL's position.
9337 (rst-straighten-bullets-region): Avoid CL's mapcar*.
9338 (rst-toc-mode): Use define-derived-mode.
9339 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9340 Remove unused var `in-par'. Use `point' rather than `point-marker'.
9341 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
9342 (rst-replace-lines): Simplify.
9343 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9344
9345 * simple.el (special-mode-map): New var.
9346 (special-mode): New major mode.
9347
9348 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9349
9350 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9351 log-view-file-re.
9352
9353 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9354 (vc-switch-backend): Simplify.
9355 (Todo): Remove solved items.
9356
9357 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9358 the vc-backend property.
9359
9360 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9361
9362 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9363 Bind inhibit-read-only since the buffer is always read-only.
9364
9365 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
9366
9367 * net/newst-treeview.el (newsticker-treeview-own-frame):
9368 Change default value to nil.
9369 (newsticker--treeview-list-add-item)
9370 (newsticker--treeview-propertize-tag): Show item title in tooltip.
9371
9372 2008-06-20 Martin Blais <blais@furius.ca>
9373 Stefan Merten <smerten@oekonux.de>
9374 David Goodger <goodger@python.org>
9375
9376 * textmodes/rst.el: New file.
9377
9378 2008-06-20 Sam Steingold <sds@gnu.org>
9379
9380 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9381 remove DIRECTORY entries.
9382
9383 2008-06-20 Eli Zaretskii <eliz@gnu.org>
9384
9385 * makefile.w32-in (distclean): Depend on `clean'.
9386 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9387 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9388 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
9389 empty cus-load.el with `echo', and include "Local Variables"
9390 section to prevent the empty file from being compiled.
9391 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9392 that generate an empty cus-load.el.
9393
9394 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
9395
9396 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9397 Don't copy ldefs-boot.el over loaddefs.el.
9398 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9399 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9400 to loaddefs.el; they are not needed now. Add coding cookie.
9401
9402 2008-06-20 Miles Bader <miles@gnu.org>
9403
9404 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9405 Strip unnecessary list levels from SPECS.
9406 (buffer-face-set, buffer-face-toggle):
9407 Change argument from FACE to &rest SPECS, and strip unnecessary
9408 list levels from SPECS.
9409 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9410
9411 2008-06-20 Jason Rumney <jasonr@gnu.org>
9412
9413 * international/fontset.el (setup-default-fontset): Specify script
9414 for latin use of iso10646-1. Fix use of lang tags.
9415
9416 2008-06-19 Miles Bader <miles@gnu.org>
9417
9418 * face-remap.el (text-scale-increase): Start from zero if
9419 text-scale-mode isn't enabled.
9420
9421 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9424 frame parameters after setting up the `default' face.
9425
9426 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9427
9428 * faces.el (face-set-after-frame-default): Don't exclude `default'.
9429
9430 2008-06-18 Glenn Morris <rgm@gnu.org>
9431
9432 * mouse.el (buffer-face-mode-invoke): Declare.
9433
9434 * Makefile.in (ELCFILES): Add org/org-id.elc.
9435
9436 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9437 * calendar/cal-menu.el (cal-menu-holidays-menu):
9438 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9439 (cal-menu-today-holidays): Remove function.
9440
9441 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9442 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9443 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9444 Remove unused functions.
9445 (calendar-mouse-view-diary-entries): Use format rather than concat.
9446
9447 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9448 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9449 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9450
9451 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9452 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9453 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9454 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9455 cal-menu-event-to-date.
9456
9457 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9458 Handle mouse events.
9459 * calendar/cal-tex.el (cal-tex-cursor-year)
9460 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9461 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9462 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9463 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9464 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9465 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
9466 (cal-tex-cursor-month): Mark N as optional.
9467 * calendar/cal-menu.el (calendar-mouse-tex-day)
9468 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9469 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9470 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9471 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9472 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9473 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9474 Remove functions.
9475 (cal-menu-context-mouse-menu): Replace the above functions with the
9476 cal-tex versions. Add HTML submenu.
9477
9478 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
9479
9480 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9481 text command mode.
9482 (gdb): Explain that gud-gdb is needed for text command mode.
9483
9484 2008-06-17 Martin Rudalics <rudalics@gmx.at>
9485
9486 * window.el (split-height-threshold): Remove spurious extra line.
9487
9488 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9491 (calendar-set-mark):
9492 * calendar/diary-lib.el (diary-insert-entry):
9493 * calendar/solar.el (calendar-sunrise-sunset): Use it.
9494 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9495 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9496 (cal-menu-context-mouse-menu): Use calendar-set-mark,
9497 diary-insert-entry, and calendar-sunrise-sunset instead.
9498
9499 * vc.el (vc-deduce-fileset): Add arg `only-files'.
9500 (vc-next-action): Pass the new arg.
9501 (vc-register): Don't use `only-files'.
9502 Don't set `backup-inhibited' in the current buffer.
9503
9504 2008-06-17 Miles Bader <miles@gnu.org>
9505
9506 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9507
9508 * face-remap.el (buffer-face-mode-face)
9509 (buffer-face-mode-remapping): New variables.
9510 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9511 (buffer-face-mode-invoke): New functions.
9512 (variable-pitch-mode-remapping): Variable removed.
9513 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9514
9515 * face-remap.el (internal-lisp-face-attributes): New variable.
9516 (face-attrs-more-relative-p, face-remap-order): New functions.
9517 (face-remap-add-relative): Use `face-remap-order'.
9518
9519 2008-06-17 Glenn Morris <rgm@gnu.org>
9520
9521 * mouse.el (x-select-font): Declare.
9522
9523 * calendar/calendar.el (calendar-move-hook):
9524 Add calendar-update-mode-line as an option.
9525 (calendar-date-echo-text): New user option.
9526 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
9527 (calendar-insert-indented): Simplify newline insertion.
9528 (calendar-describe-mode): Remove unused function.
9529 (calendar-mode-line-entry): New function.
9530 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
9531 Mark as risky.
9532 (calendar-mouse-other-month): Remove function.
9533 (calendar-other-month): Handle mouse events.
9534 (calendar-goto-info-node): Call fit-window-to-buffer.
9535 (calendar-mode): Use define-derived-mode. Doc fix.
9536 (calendar-update-mode-line): Tweak whitespace.
9537
9538 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9539
9540 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9541 (vc-dir-marked-only-files): vc-string-prefix-p.
9542
9543 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
9544
9545 * progmodes/gdb-ui.el (gdb-memory-set-address)
9546 (gdb-memory-set-repeat-count): Allow keyboard bindings.
9547 (gdb-memory-mode-map): Bind above functions respectively
9548 to 'S' and 'N'.
9549
9550 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
9551
9552 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9553
9554 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9555
9556 * log-view.el (vc-diff-internal): Declare for compiler.
9557
9558 * vc-bzr.el (log-view-per-file-logs):
9559 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9560
9561 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9562
9563 * mouse.el (mouse-appearance-menu-map): New var.
9564 (mouse-appearance-menu): New function.
9565 Bind it to S-down-mouse-1.
9566
9567 2008-06-15 Juri Linkov <juri@jurta.org>
9568
9569 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9570 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9571 as the second element.
9572 (Info-build-toc): Add PARENT element extracted from the Up pointer.
9573 Don't print progress messages.
9574 (Info-toc-nodes): New variable and function.
9575 (Info-index-nodes): Optimize non-string file name case.
9576 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9577 (Info-insert-breadcrumbs): Use the cached document structure instead
9578 of visiting all ancestor nodes. Remove the initial `>'.
9579
9580 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9581
9582 * log-view.el (log-view-diff-changeset): New function.
9583 (log-view-mode-map, log-view-mode-menu): Bind it.
9584 (log-view-per-file-logs, log-view-vc-fileset)
9585 (log-view-vc-backend): New variables.
9586 (log-view-find-revision, log-view-modify-change-comment)
9587 (log-view-annotate-version): Throw an error if the log is for more
9588 than one file and we can't find the current file. Get the current
9589 file from log-view-vc-fileset if necessary.
9590 (log-view-diff): Get the current file from log-view-vc-fileset if
9591 necessary.
9592
9593 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9594
9595 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9596 (vc-hg-log-view-mode): Declare for compiler.
9597 (vc-hg-log-view-mode): Set log-view-per-file-logs and
9598 log-view-file-re.
9599 (vc-hg-diff): If no file is passed, use default-directory for cwd.
9600
9601 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9602
9603 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9604
9605 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
9606
9607 * net/tramp.el (tramp-handle-start-file-process):
9608 Clear modification time of the connection buffer.
9609 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9610 (tramp-open-connection-setup-interactive-shell): Flush cache, and
9611 restart `tramp-maybe-open-connection' when the remote system has
9612 been changed. Throw 'uname-changed event.
9613 (tramp-maybe-open-connection): Catch it.
9614
9615 * net/tramp-cmds.el (tramp-cleanup-all-connections):
9616 Reset `tramp-locked'.
9617
9618 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9619
9620 * net/newst-treeview.el (newsticker--treeview-list-update)
9621 (newsticker--treeview-item-update)
9622 (newsticker--treeview-tree-update)
9623 (newsticker-treeview-jump, newsticker-group-add-group)
9624 (newsticker-group-move-feed, newsticker-group-delete-group):
9625 Remove window dedication.
9626 (newsticker--group-manage-orphan-feeds): Handle ill-valued
9627 newsticker-groups.
9628 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9629
9630 2008-06-15 Andreas Schwab <schwab@suse.de>
9631
9632 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9633 when parsing CVS/Repository.
9634
9635 * wdired.el (wdired-search-and-rename): Fix undocumented change.
9636
9637 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9638
9639 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9640 (newsticker-extra-face, newsticker-enclosure-face): Moved to
9641 net/newst-reader.el.
9642
9643 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9644 (newsticker-extra-face, newsticker-enclosure-face): Moved from
9645 net/newst-reader.el.
9646
9647 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9648
9649 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9650 Catch and recover from case when the bytes we thought we were reading
9651 turn out to be something else entirely, such as latin-1 chars from
9652 quail. See bug#396.
9653
9654 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9655
9656 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9657 (vc-register): Call the backend function only once, instead of
9658 once for each file.
9659 (vc-next-action): Update call to vc-register.
9660 (vc-dir-register): Remove function.
9661 (vc-dir): Bind vc-register instead of vc-dir-register.
9662
9663 2008-06-14 Glenn Morris <rgm@gnu.org>
9664
9665 * Makefile.in (ELCFILES): Add net/newst-*.el.
9666
9667 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9668
9669 * wdired.el (wdired-do-renames): New function.
9670 (wdired-finish-edit): Use it to.
9671 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9672
9673 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9676
9677 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9678
9679 * window.el (window--even-window-heights): Even window heights
9680 only if the selected window is higher than WINDOW.
9681 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9682
9683 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9684
9685 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9686
9687 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9688
9689 * term/linux.el (terminal-init-linux): Load t-mouse.
9690
9691 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9692 Drew Adams <drew.adams@oracle.com>
9693
9694 * info.el (Info-breadcrumbs-depth): New var.
9695 (Info-insert-breadcrumbs): New function.
9696 (Info-fontify-node): Use it.
9697 (Info-mode-map): Move initialization into declaration.
9698
9699 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9700
9701 Rename net/newsticker-*.el to net/newst-*.el.
9702 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9703 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9704 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9705 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9706 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9707 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9708 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9709 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9710 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9711 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9712
9713 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9714
9715 * progmodes/compile.el (compilation-start): Don't disable undo in
9716 comint buffer. Don't override the comint-filter with our own.
9717 (compilation-filter): Change point's insertion-type.
9718
9719 * comint.el (comint-output-filter): Use copy-marker.
9720
9721 2008-06-13 David Reitter <david.reitter@gmail.com>
9722
9723 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9724 Check message-signature-separator exists before using it.
9725
9726 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9727
9728 * vc.el (vc-delete-file): Bind default-directory before calling
9729 the backend.
9730 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9731 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9732 New function.
9733 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9734 (vc-annotate-mode-menu): Bind it.
9735
9736 2008-06-13 Jason Rumney <jasonr@gnu.org>
9737
9738 * term/w32-win.el (mouse-set-font): Remove overridden function.
9739 (w32-select-font): Declare as obsolete alias for x-select-font.
9740
9741 2008-06-13 Daniel Engeler <engeler@gmail.com>
9742
9743 These changes add serial port access.
9744 * term.el (term-update-mode-line): Modify.
9745 (serial-port-is-file-p, serial-nice-speed-history)
9746 (serial-no-speed, serial-mode-line-speed-menu)
9747 (serial-mode-line-config-menu): New variables and constants.
9748 (serial-name-history, serial-speed-history)
9749 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9750 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9751 (serial-mode-line-speed-menu, serial-update-speed-menu)
9752 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9753 (serial-update-config-menu): New functions.
9754
9755 2008-06-13 Glenn Morris <rgm@gnu.org>
9756
9757 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9758
9759 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9760
9761 2008-06-13 Kenichi Handa <handa@m17n.org>
9762
9763 * cus-face.el (custom-face-attributes): Add :foundry.
9764
9765 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9766 (face-x-resources): Add :foundry.
9767 (face-valid-attribute-values): Likewise.
9768 (face-attribute-name-alist): Likewise.
9769 (describe-face): Likewise.
9770
9771 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9774
9775 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9776
9777 * longlines.el (longlines-search-forward, longlines-search-backward)
9778 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9779
9780 2008-06-12 Sam Steingold <sds@gnu.org>
9781
9782 * vc.el (vc-rename-file): DTRT when the destination is a directory
9783 name and the source is a file.
9784
9785 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9786
9787 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9788
9789 2008-06-12 Glenn Morris <rgm@gnu.org>
9790
9791 * progmodes/f90.el (f90-beginning-of-subprogram)
9792 (f90-end-of-subprogram): Only give a message when interactive.
9793
9794 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9795
9796 * progmodes/cperl-mode.el (cperl-info-on-command):
9797 Use display-pixel-height rather than x-display-pixel-height.
9798
9799 * mail/rmailedit.el (rmail-cease-edit):
9800 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9801
9802 * emulation/edt.el (edt-xserver):
9803 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9804
9805 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9806
9807 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9808 Evaluate definitions when compiling. Reverse tests.
9809
9810 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9811 use unless.
9812
9813 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9814
9815 * textmodes/artist.el (x-pointer-shape):
9816 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9817 (x-open-connection, x-server-max-request-size, x-get-resource):
9818 * term/w32console.el (x-setup-function-keys):
9819 * term/w32-win.el (x-parse-geometry, x-resource-name)
9820 (generate-fontset-menu, image-library-alist, x-open-connection)
9821 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9822 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9823 (x-get-resource):
9824 * term/mac-win.el (x-parse-geometry, x-resource-name)
9825 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9826 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9827 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9828 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9829 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9830 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9831 (tooltip-identifier-from-point, define-fringe-bitmap):
9832 * play/gamegrid.el (image-size):
9833 * play/bubbles.el (image-size):
9834 * mail/emacsbug.el (x-server-vendor, x-server-version):
9835 * international/mule-util.el (internal-char-font):
9836 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9837 (fontset-alias-alist, fontset-list, fontset-plain-name):
9838 * international/mule-cmds.el (x-server-vendor, x-server-version):
9839 * international/fontset.el (font-encoding-charset-alist)
9840 (otf-script-alist, new-fontset, set-fontset-font)
9841 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9842 (fontset-list, query-fontset, x-get-resource):
9843 * emulation/edt.el (x-server-vendor):
9844 * emulation/edt-mapper.el (x-server-vendor):
9845 * emacs-lisp/map-ynp.el (x-popup-dialog):
9846 * emacs-lisp/lmenu.el (x-popup-dialog):
9847 * x-dnd.el (x-window-property, x-change-window-property)
9848 (x-get-selection-internal):
9849 * woman.el (x-list-fonts):
9850 * w32-fns.el (x-server-version):
9851 * tooltip.el (x-show-tip, x-hide-tip):
9852 * tool-bar.el (image-mask-p):
9853 * thumbs.el (image-size):
9854 * term.el (overflow-newline-into-fringe):
9855 * subr.el (scroll-bar-scale):
9856 * startup.el (x-get-resource, tool-bar-mode, image-size):
9857 * select.el (x-get-selection-internal, x-own-selection-internal)
9858 (x-disown-selection-internal):
9859 * mouse.el (generate-fontset-menu):
9860 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9861 * image.el (image-library-alist):
9862 * image-mode.el (image-size, image-refresh):
9863 * image-dired.el (clear-image-cache):
9864 * gs.el (x-display-mm-width, x-display-pixel-width)
9865 (x-display-mm-height, x-display-pixel-height)
9866 (x-change-window-property, x-display-grayscale-p, x-window-property):
9867 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9868 (x-focus-frame, x-list-fonts, x-display-screens)
9869 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9870 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9871 (x-display-planes, x-display-color-cells, x-display-visual-class):
9872 * faces.el (internal-face-x-get-resource)
9873 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9874 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9875 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9876 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9877 (tool-bar-setup):
9878 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9879 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9880 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9881 * descr-text.el (internal-char-font):
9882 Define for compiler, for builds without X.
9883
9884 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9885
9886 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9887
9888 2008-06-11 Glenn Morris <rgm@gnu.org>
9889
9890 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9891 before trying to move there.
9892 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9893 is non-nil, indent most terminating statements like loop body.
9894
9895 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9896 Gregorian date, and add it, not the local date, to diary-entries-list.
9897 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9898
9899 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9900
9901 * progmodes/compile.el (compilation-filter): Fix up last change.
9902
9903 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9904
9905 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9906 (gpm-mouse-mode): Make it into a proper global minor mode.
9907
9908 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9909 if the user enabled recursive-minibuffers.
9910
9911 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9912 Add support for scroll-other-window.
9913
9914 2008-06-11 Jason Rumney <jasonr@gnu.org>
9915
9916 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9917 Use tmm-menubar if menu is disabled in this frame.
9918
9919 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9920 from frame type, per documentation. Add w32 case.
9921
9922 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9923
9924 * minibuffer.el (completion--merge-suffix): New function.
9925 (completion-basic-try-completion): Use it.
9926 (completion-pcm--find-all-completions): Add argument `filter'.
9927 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9928 New functions.
9929 (completion-pcm-try-completion): Use them.
9930
9931 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9932 (turn-off-xterm-mouse-tracking): Use terminal-list.
9933
9934 * cus-start.el (underline-minimum-offset): Rename from
9935 x-underline-minimum-display-offset.
9936
9937 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9938
9939 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9940
9941 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9942
9943 * mouse.el (mouse-select-font): New function.
9944
9945 * faces.el (face-spec-recalc): When the face is set using
9946 Customize, avoid recalculating it twice.
9947
9948 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9949 Font" menu item to it. Apply selected font to all frames, and
9950 make it savable.
9951 (menu-bar-options-save): Save `default' font if changed.
9952
9953 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9954
9955 * ffap.el (ffap-string-at-point-mode-alist):
9956 Use alpha rather than lower.
9957
9958 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9959
9960 * subr.el (momentary-string-display): Use an overlay.
9961
9962 * progmodes/compile.el (compilation-mode):
9963 Set window-point-insertion-type.
9964 (compilation-filter): Don't use insert-before-markers any more.
9965 * emacs-lisp/trace.el (trace-make-advice):
9966 Set window-point-insertion-type in the trace buffer.
9967 * startup.el (normal-top-level): Set window-point-insertion-type in
9968 *Messages*.
9969 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9970 (telnet-filter): Don't use insert-before-markers any more.
9971 * comint.el (comint-mode): Set window-point-insertion-type.
9972 (comint-output-filter): Don't use insert-before-markers any more.
9973 * button.el (make-text-button): Allow `start' to be a string.
9974
9975 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9976
9977 * emacs-lisp/autoload.el (autoload-rubric):
9978 Fix coding cookie not to force Unix EOL.
9979
9980 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9981
9982 * window.el (window--splittable-p, window--try-to-split-window):
9983 Don't use with-selected-window to avoid messing up get-lru-window.
9984 Reported by David Hansen <david.hansen@gmx.net>.
9985
9986 2008-06-10 Glenn Morris <rgm@gnu.org>
9987
9988 * subr.el (locate-library): Doc fix.
9989
9990 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9991 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9992 Check tool-bar-map is bound, for non-X builds.
9993
9994 * net/newsticker-reader.el (newsticker--next-item-image)
9995 (newsticker--previous-item-image, newsticker--previous-feed-image)
9996 (newsticker--next-feed-image, newsticker--mark-read-image)
9997 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9998 (newsticker--get-all-image, newsticker--update-image)
9999 (newsticker--browse-image): Check xpm images are available.
10000 (newsticker--mark-read-image, newsticker--mark-immortal-image)
10001 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
10002
10003 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
10004 (newsticker--plainview-tool-bar-map, newsticker-mode):
10005 Check tool-bar-map is bound, for non-X builds.
10006 (w3m-toggle-inline-image): Declare.
10007
10008 * net/newsticker-backend.el (tool-bar-map): Don't declare.
10009
10010 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
10011
10012 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
10013 (finder-compile-keywords): Move let to where needed.
10014 (finder-mouse-face-on-line): Go back one more line if needed.
10015 (finder-list-matches): Use cadr.
10016 (finder-goto-xref): New function.
10017 (finder-commentary): Add buttons to jump to foo.el libraries.
10018
10019 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * apropos.el (apropos-function, apropos-macro, apropos-command)
10022 (apropos-variable, apropos-face, apropos-group, apropos-widget)
10023 (apropos-plist): Add apropos-short-label property.
10024 (apropos-multi-type): New variables.
10025 (apropos-command, apropos-value): Set it.
10026 (apropos-compact-layout): New custom.
10027 (apropos-print, apropos-print-doc): Use it.
10028 (apropos-print): Truncate lines.
10029
10030 2008-06-09 Kenichi Handa <handa@m17n.org>
10031
10032 * international/fontset.el (font-encoding-alist):
10033 Add an entry for "ascii-0".
10034
10035 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
10036
10037 * language/hanja-util.el (hanja-init-load): Show the message only
10038 when loading a table.
10039
10040 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
10041
10042 * net/newsticker-treeview.el (newsticker-treeview):
10043 * net/newsticker-plainview.el (newsticker-plainview):
10044 Add autoload cookie.
10045
10046 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
10047
10048 * net/newsticker.el: Split up into newsticker-backend, -ticker,
10049 -reader, -plainview, and -treeview.
10050 (newsticker-version): Change to 1.99.
10051
10052 * net/newsticker-backend.el: New. Move backend functionality from
10053 newsticker.el to newsticker-backend.el.
10054 (newsticker--download-logos): New.
10055 (newsticker--sentinel-callback): New.
10056 (newsticker--set-customvar): Remove. Split up into specific
10057 functions related to retrieval, ticker, buffer, and display.
10058 (newsticker--set-customvar-retrieval): New. Extracted from
10059 `newsticker--set-customvar'.
10060 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
10061 (newsticker-url-list-defaults):
10062 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10063 (newsticker-url-list): Doc changed. URL can be a function.
10064 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10065 (newsticker-retrieval-method): New.
10066 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
10067 (newsticker-retrieval-interval):
10068 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
10069 (newsticker-desc-comp-max): Change :group.
10070 (newsticker--cache): Doc changed.
10071 (newsticker--guid-to-string): New.
10072 (newsticker--guid): Use `newsticker--guid-to-string'.
10073 (newsticker--real-feed-name): New.
10074 (newsticker--start-feed): New. Extracted from `newsticker-start'.
10075 (newsticker-start): Use `insert-file-contents' for reading cache.
10076 Use `newsticker--start-feed'.
10077 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
10078 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
10079 Use `newsticker--stop-feed'.
10080 (newsticker-save-item): New.
10081 (newsticker--get-news-by-funcall): New.
10082 (newsticker-get-news): Handle new retrieval methods.
10083 (newsticker--sentinel): Use `newsticker--sentinel-work'.
10084 (newsticker--sentinel-work): New. Extracted from
10085 `newsticker--sentinel'. Use `newsticker--download-logos',
10086 `newsticker--sentinel-callback'.
10087 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
10088 (newsticker--parse-atom-1.0): Fix link determination.
10089 (newsticker--parse-rss-0.91): Fix time determination.
10090 (newsticker--parse-rss-0.92): Fix time determination.
10091 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
10092 (newsticker--parse-generic-feed): New arg order in
10093 `newsticker--cache-add'.
10094 (newsticker--parse-generic-items): Fix for multiple items.
10095 New arg order in `newsticker--cache-add'.
10096 (newsticker--forget-preformatted): Check whether
10097 `newsticker--buffer-set-uptodate' is fbound.
10098 (newsticker--decode-iso8601-date): Handle fractions of seconds.
10099 (newsticker--decode-rfc822-date): Partial timezone handling.
10100 (newsticker--cache-contains): Fix guid problem.
10101 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
10102 (newsticker--cache-save): New.
10103 (newsticker--cache-update): Use temp buffer.
10104 (newsticker--stat-num-items): Allow multiple AGE args.
10105 (newsticker--stat-num-items-total): New.
10106 (newsticker--opml-import-outlines): New.
10107 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
10108 (newsticker--do-run-auto-mark-filter): Doc changed.
10109 (newsticker-retrieve-random-message): New.
10110
10111 * net/newsticker-ticker.el: New. Move ticker functionality from
10112 net/newsticker.el to net/newsticker-ticker.el.
10113 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10114 `newsticker--ticker-timer'.
10115 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10116 to `newsticker--ticker-timer'.
10117 (newsticker--set-customvar-ticker): New. Extracted from
10118 `newsticker--set-customvar'.
10119 (newsticker-ticker-interval): Rename `newsticker-display-interval'
10120 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
10121 for :set. Change :group.
10122 (newsticker-scroll-smoothly): Doc changed. Change :group.
10123 (newsticker-hide-immortal-items-in-echo-area)
10124 (newsticker-hide-old-items-in-echo-area)
10125 (newsticker-hide-obsolete-items-in-echo-area):
10126 Use `newsticker--set-customvar-ticker for :set. Change :group.
10127 (newsticker-start-ticker): Rename `newsticker--display-timer' to
10128 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
10129 to `newsticker-ticker-interval'.
10130 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10131 `newsticker--ticker-timer'.
10132
10133 * net/newsticker-reader.el: New. Move reader functionality from
10134 net/newsticker.el to net/newsticker-reader.el.
10135 (newsticker--set-customvar-formatting): New. Extracted from
10136 `newsticker--set-customvar'.
10137 (newsticker-reader, newsticker-frontend): New.
10138 (newsticker-enable-logo-manipulations): Change :group.
10139 (newsticker-justification): Use `newsticker--set-customvar-formatting'
10140 for :set. Change :group.
10141 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10142 for :set. Change :group.
10143 (newsticker-html-renderer): Doc changed.
10144 Use `newsticker--set-customvar-formatting' for :set. Change :group.
10145 (newsticker-date-format):
10146 Use `newsticker--set-customvar-formatting' for :set. Change :group.
10147 (newsticker--insert-enclosure):
10148 Rename `newsticker--buffer-insert-enclosure' to
10149 `newsticker--insert-enclosure'. Add keymap arg.
10150 (newsticker--print-extra-elements):
10151 Rename `newsticker--buffer-print-extra-elements' to
10152 `newsticker--print-extra-elements'. Add keymap arg.
10153 (newsticker--do-print-extra-element):
10154 Rename `newsticker--buffer-do-print-extra-element' to
10155 `newsticker--do-print-extra-element'. Add keymap arg.
10156 (newsticker-show-news): Use `newsticker-frontend'.
10157
10158 * net/newsticker-plainview.el: New. Move plainview functionality
10159 from net/newsticker.el to net/newsticker-reader.el.
10160 (newsticker-plainview): New.
10161 (newsticker--set-customvar-sorting): New. Extracted from
10162 `newsticker--set-customvar'.
10163 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10164 for :set. Changed :group.
10165 (newsticker-heading-format, newsticker-item-format)
10166 (newsticker-desc-format, newsticker-statistics-format):
10167 Use `newsticker--set-customvar-formatting for :set. Change :group.
10168 (newsticker-faces): Change :group.
10169 (newsticker-default-face): Enable again.
10170 (newsticker-hide-old-items-in-newsticker-buffer)
10171 (newsticker-show-descriptions-of-new-items):
10172 Use `newsticker--set-customvar-buffer' for :set. Change :group.
10173 (newsticker-show-all-news-elements): Change :group.
10174 (newsticker-plainview-hooks): New.
10175 (newsticker-select-item-hook, newsticker-select-feed-hook)
10176 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10177 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10178 to `newsticker--plainview-tool-bar-map'.
10179 (newsticker--url-keymap): Add mouse-1 binding.
10180 (newsticker-plainview): New.
10181 (newsticker-mark-all-items-of-feed-as-read): Change doc.
10182 (newsticker--buffer-do-insert-text): Use renamed
10183 newsticker--[buffer-]insert-enclosure and
10184 newsticker--[buffer-]print-extra-elements.
10185 (newsticker--buffer-set-faces): Use newsticker-default-face.
10186
10187 * net/newsticker-treeview.el: New.
10188
10189 2008-06-08 Andreas Schwab <schwab@suse.de>
10190
10191 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10192
10193 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10194
10195 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10196 empty line.
10197
10198 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10199
10200 2008-06-08 Martin Rudalics <rudalics@gmx.at>
10201
10202 * window.el (split-height-threshold, split-width-threshold):
10203 Add choice nil.
10204 (split-window-preferred-function): Allow either nil or a function.
10205 (window--splittable-p, window--try-to-split-window):
10206 Handle changed option values.
10207
10208 (window--frame-usable-p): Handle nil argument.
10209
10210 (display-buffer): Call get-lru-window when pop-up-windows is nil
10211 and window can't be split.
10212
10213 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
10214
10215 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10216
10217 * net/tramp.el (top): Quote feature names. Remove
10218 `tramp-rfn-eshadow-setup-minibuffer' from
10219 `rfn-eshadow-setup-minibuffer-hook' when unloading.
10220 (tramp-read-passwd): There is only one call to
10221 `auth-source-user-or-password' needed. Pacify byte compiler.
10222
10223 2008-06-08 Andreas Schwab <schwab@suse.de>
10224
10225 * window.el (display-buffer): Use lru window if current window
10226 cannot be split.
10227
10228 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10229
10230 * apropos.el (apropos-library): New command and new button.
10231 (apropos-library-button): New function.
10232
10233 * apropos.el: Remove spurious * in docstrings.
10234 (apropos-label-face): Use variable pitch.
10235 (apropos-print): Use dolist and with-current-buffer.
10236 (apropos-print-doc): Use when.
10237
10238 * window.el (special-display-p, display-buffer):
10239 Fix up C->Elisp transcription error.
10240
10241 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10244 (byte-compile-file): Initialize it.
10245 (byte-compile-nogroup-warn): Keep track of the current group.
10246
10247 2008-06-08 Glenn Morris <rgm@gnu.org>
10248
10249 * Makefile.in (compile, compile-always, bootstrap-prepare):
10250 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10251
10252 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
10253
10254 * language/hanja-util.el (hanja-init-load): Use a char-table for
10255 hanja-table.
10256 (hangul-to-hanja-char): Adjust for the above change.
10257
10258 2008-06-07 Glenn Morris <rgm@gnu.org>
10259
10260 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10261 lm-keywords.
10262
10263 * mail/sendmail.el (mail-interactive): Add :version.
10264
10265 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10266 obsolete alias.
10267
10268 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10269 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10270 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10271 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10272 * eshell/esh-util.el, international/mule-cmds.el:
10273 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10274 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10275 Remove unnecessary eval-when-compiles and eval-and-compiles.
10276
10277 * Makefile.in (bootstrap-clean): Run autogen-clean.
10278 (maintainer-clean): No need to run autogen-clean now it is included in
10279 bootstrap-clean.
10280
10281 2008-06-06 Miles Bader <miles@gnu.org>
10282
10283 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10284
10285 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
10286
10287 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10288 longlines mode.
10289
10290 * replace.el (replace-search-function)
10291 (replace-re-search-function): New vars.
10292 (perform-replace): Use them.
10293
10294 * longlines.el (longlines-re-search-forward): New function.
10295 (longlines-mode): Bind replace-search-function and
10296 replace-re-search-function, to ensure that replacement commands
10297 treat newlines as spaces.
10298 (longlines-show-effect): Default to a pilcrow sign.
10299
10300 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10301
10302 * help.el (function-called-at-point):
10303 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10304 even when calling find-tag-default.
10305
10306 2008-06-06 Daniel Colascione <danc@merrillpress.com>
10307
10308 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10309 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10310 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10311 (nxml-fontify-buffer, nxml-do-fontify):
10312 Remove obsolete variables and functions.
10313 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10314 (nxml-degrade, nxml-after-change, nxml-after-change1)
10315 (nxml-extend-region, nxml-extend-after-change-region)
10316 (nxml-extend-after-change-region1, nxml-fontify-matcher)
10317 (nxml-toggle-char-ref-extra-display): Use font-lock, and
10318 font-lock-extend-region-functions in particular, to fontify
10319 nxml-mode buffers.
10320 (nxml-debug-region): New debugging helper function.
10321
10322 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10323 (nxml-scan-after-change, nxml-move-tag-backwards):
10324 Adapt for font-lock changes.
10325
10326 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10327 (nxml-debug-set-inside, nxml-debug-clear-inside):
10328 New debugging functions.
10329 (nxml-with-degradation-on-error): New helper macro.
10330
10331 2008-06-06 Martin Rudalics <rudalics@gmx.at>
10332
10333 * window.el (display-buffer): Remove dead call to get-lru-window.
10334
10335 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10336
10337 * mail/sendmail.el (mail-interactive): Change default.
10338
10339 2008-06-05 John Paul Wallington <jpw@pobox.com>
10340
10341 * bindings.el (completion-ignored-extensions):
10342 Add .p64fsl, .d64fsl, and .dx64fsl.
10343
10344 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10345
10346 * ffap.el (ffap-prompter): Don't use the region.
10347
10348 2008-06-05 Sam Steingold <sds@gnu.org>
10349
10350 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10351 subdirectory to be registered.
10352
10353 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10354
10355 * window.el (display-buffer-function, special-display-p)
10356 (special-display-buffer-names, special-display-regexps)
10357 (special-display-function, same-window-p, same-window-buffer-names)
10358 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10359 (pop-up-frame-function, pop-up-windows, even-window-heights)
10360 (split-window-preferred-function, split-height-threshold)
10361 (window--display-buffer-1, display-buffer, pop-to-buffer):
10362 Move from window.c and buffer.c.
10363 (window--splittable-p, window--try-to-split-window)
10364 (window--frame-usable-p, window--display-buffer-2)
10365 (window--even-window-heights): New functions.
10366 (split-width-threshold): New option.
10367 (split-window-preferred-horizontally): Remove.
10368
10369 * cus-start.el: Remove corresponding declarations.
10370
10371 2008-06-05 Sam Steingold <sds@gnu.org>
10372
10373 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10374 an error on modified buffers.
10375
10376 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10377
10378 * progmodes/etags.el (tags-verify-table): Be careful to use and update
10379 tags-file-name and tags-table-list from the right buffer.
10380 (tags-table-check-computed-list, tags-table-extend-computed-list)
10381 (find-tag-noselect): Use with-current-buffer.
10382
10383 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10384 Use print-circle.
10385
10386 * minibuffer.el (minibuffer-local-must-match-filename-map):
10387 Declare obsolete alias for the old name.
10388
10389 * abbrev.el (unexpand-abbrev): Better preserve markers.
10390
10391 2008-06-05 Glenn Morris <rgm@gnu.org>
10392
10393 * emacs-lisp/autoload.el (autoload-rubric): New function,
10394 extracted from autoload-ensure-default-file.
10395 (autoload-ensure-default-file): Use autoload-rubric.
10396
10397 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10398 (custom-dependencies-no-scan-regexp): New variable.
10399 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10400 Don't scan files matching custom-dependencies-no-scan-regexp.
10401 Disable undo in the output buffer. Remove kept-new-versions wackiness.
10402
10403 * finder.el (finder-headmark): Initialize and add doc string.
10404 (generated-finder-keywords-file): Doc fix.
10405 (finder-no-scan-regexp): New variable.
10406 (finder-compile-keywords): Use a single let binding.
10407 Disable undo in the output buffer. Use autoload-rubric.
10408 Use mapc rather than mapcar. Don't scan files matching
10409 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
10410 rather than concat. Use directory-files to do regexp matching.
10411 No need to require jka-compr.
10412 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
10413 (finder-list-matches): Disable undo.
10414 (finder-commentary): Use let rather than let*. Disable undo.
10415 (finder-current-item): Use zerop.
10416 (finder-mode): Use define-derived-mode.
10417 (finder-exit): Doc fix. Use dolist.
10418
10419 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10420 (custom-deps): Don't require $(lisp)/cus-load.el.
10421 (custom-deps, finder-data): Don't depend on autoloads.
10422 Should not be needed now, and doing so was causing make install to
10423 re-dump emacs post-bootstrap.
10424 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10425 mid-build forces some things to be rebuilt.
10426
10427 2008-06-05 Miles Bader <miles@gnu.org>
10428
10429 * face-remap.el
10430 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10431 (face-remap-remove-relative): Renamed from
10432 `remove-relative-face-remapping'.
10433 (face-remap-reset-base): Renamed from
10434 `set-default-base-face-remapping'.
10435 (face-remap-set-base): Renamed from `set-base-face-remapping'.
10436 (text-scale-increase): Renamed from `increase-buffer-face-height'.
10437 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10438 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10439
10440 * face-remap.el (variable-pitch-mode): Autoload.
10441
10442 2008-06-04 Sam Steingold <sds@gnu.org>
10443
10444 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10445 Generate extra status headers for a Mercurial tree.
10446
10447 2008-06-04 John Paul Wallington <jpw@pobox.com>
10448
10449 * echistory.el (electric-history-map): Define within defvar.
10450 Add docstring.
10451
10452 * font-lock.el (font-lock-turn-off-thing-lock)
10453 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10454 Use `bound-and-true-p'.
10455 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10456 Doc fixes.
10457
10458 * international/ccl.el (define-ccl-program): Add `doc-string'
10459 declaration.
10460
10461 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10462
10463 * face-remap.el (variable-pitch-mode): Reflow docstrings.
10464 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10465
10466 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
10467
10468 * emacs-lisp/rx.el (rx): Doc fix.
10469
10470 2008-06-04 Markus Triska <markus.triska@gmx.at>
10471
10472 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10473
10474 2008-06-04 Miles Bader <miles@gnu.org>
10475
10476 * face-remap.el (adjust-buffer-face-height): New function.
10477 Add autoloaded keybindings in ctl-x-map.
10478 (increase-buffer-face-height, decrease-buffer-face-height):
10479 Simplify interactive spec to just "p". Remove autoloaded keybindings.
10480
10481 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
10482
10483 * simple.el (line-move-1): If we did not move as far as desired,
10484 ensure that point-left and point-entered hooks are called.
10485
10486 2008-06-03 Sam Steingold <sds@gnu.org>
10487
10488 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10489
10490 2008-06-03 John Paul Wallington <jpw@pobox.com>
10491
10492 * progmodes/make-mode.el (makefile-cleanup-continuations)
10493 (makefile-warn-suspicious-lines, makefile-warn-continuations):
10494 Use `derived-mode-p'.
10495
10496 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10499 (ELCFILES): Update.
10500
10501 2008-06-03 Miles Bader <miles@gnu.org>
10502
10503 * face-remap.el: New file.
10504 * Makefile.in (ELCFILES): Add face-remap.elc.
10505
10506 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10507
10508 * progmodes/flymake.el (flymake-process-filter): Make sure the source
10509 buffer isn't dead.
10510
10511 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10512 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10513 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10514 * obsolete/auto-show.el, obsolete/hscroll.el:
10515 Remove packages that were obsolete in Emacs-20, or that were obsolete
10516 in Emacs-21 and do not contain any more code.
10517
10518 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10519 vc-client-mode is not set.
10520
10521 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10522 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10523
10524 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10525 yet a bit more clever at distinguishing / from /.
10526
10527 2008-06-03 Kenichi Handa <handa@m17n.org>
10528
10529 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10530
10531 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
10532
10533 * language/hanja-util.el: New file.
10534
10535 2008-06-03 Glenn Morris <rgm@gnu.org>
10536
10537 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10538 Check that end-of-word follows "type".
10539
10540 2008-06-02 Daiki Ueno <ueno@unixuser.org>
10541
10542 * epa-file.el (epa-file-write-region): Write the entire buffer
10543 content if START is nil.
10544
10545 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
10546
10547 * select.el (x-get-selection): Fix typo.
10548
10549 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10550
10551 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
10552 (describe-char): Use `looking-at-p', `string-match-p' when possible.
10553
10554 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * tar-mode.el (tar-header-block-summarize): Ensure one space around
10557 user&group.
10558
10559 2008-05-31 John Paul Wallington <jpw@pobox.com>
10560
10561 * help-fns.el (describe-variable-custom-version-info):
10562 Handle dotted `package-version' info.
10563
10564 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
10565
10566 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
10567
10568 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
10569
10570 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10571 names and improve support for unregistered files.
10572
10573 2008-05-31 Glenn Morris <rgm@gnu.org>
10574
10575 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10576 Remove shell variable `elc'. Split tests to hopefully be more portable.
10577 Fix `sel' assignment.
10578
10579 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
10580
10581 * minibuffer.el (completion-table-dynamic): Doc fix.
10582
10583 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10586 Try and return `unregistered' when applicable.
10587
10588 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10589 Don't encourage naming variables with "-flag".
10590
10591 2008-05-30 Glenn Morris <rgm@gnu.org>
10592
10593 * Makefile.in (update-elclist): Hide the warning when it does not apply,
10594 make it milder when it does.
10595 (autogen-clean): New target.
10596 (maintainer-clean): Use autogen-clean.
10597
10598 * calendar/diary-lib.el (diary-display-function): New name for
10599 diary-display-hook. Keep old name as obsolete alias. Doc fix.
10600 Change custom type and version.
10601 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10602 (diary-fancy-display): Doc fixes.
10603 (diary-list-entries, diary-include-other-diary-files)
10604 (diary-mail-entries):
10605 Use diary-display-function rather than diary-display-hook.
10606
10607 * calendar/appt.el (appt-check): Use diary-display-function rather than
10608 diary-display-hook.
10609 * calendar/cal-x.el (calendar-dedicate-diary): Update for
10610 diary-display-function replacing diary-display-hook.
10611 * org/org-agenda.el (org-get-entries-from-diary): Also set
10612 diary-display-function.
10613
10614 * calendar/cal-html.el (cal-html-list-diary-entries):
10615 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10616 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10617 argument of diary-list-entries rather than setting diary-display-hook.
10618
10619 2008-05-30 Kenichi Handa <handa@m17n.org>
10620
10621 * international/mule-conf.el (utf-8-with-signature): Renamed from
10622 utf-8-sig.
10623 (utf-8-auto): Adjusted for the above change.
10624
10625 * international/mule-diag.el (describe-font): Don't check fontset
10626 here, and just call font-info. Get the default font by from the
10627 default face.
10628
10629 2008-05-29 Kenichi Handa <handa@m17n.org>
10630
10631 * international/mule-conf.el (utf-8-sig, utf-8-auto):
10632 New coding systems.
10633
10634 * international/mule.el (define-coding-system): Accept :bom for utf-8.
10635
10636 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
10637
10638 * international/utf-7.el (utf-7-encode): Use the right escape char
10639 depending on imap/nonimap encoding.
10640
10641 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10642
10643 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10644
10645 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10646
10647 * icomplete.el (icomplete-prospects-height): Add :group.
10648
10649 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10650
10651 * icomplete.el (icomplete-prospects-length): Make obsolete.
10652 (icomplete-prospects-height): New var.
10653 (icomplete-completions): Use it.
10654
10655 2008-05-29 David Kastrup <dak@gnu.org>
10656
10657 * autoinsert.el (auto-insert): Add :link.
10658
10659 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * tar-mode.el (tar-header): New field `header-start'.
10662 (tar-header-block-tokenize): Set it when useful.
10663 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10664 (tar-header-data-end): New function.
10665 (tar-summarize-buffer): Use it.
10666 (tar-next-line): Fix goal column for long usernames.
10667 (tar-expunge-internal): Use header-start.
10668 (tar-rename-entry): Handle ustar-style long names.
10669 (tar-alter-one-field): Add optional `descriptor' argument.
10670 (tar-subfile-save-buffer): Use it.
10671
10672 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10673
10674 * tar-mode.el (tar-header): New field `header-start'.
10675 (tar-header-block-tokenize): Set header-start for longlink entries.
10676 (tar-expunge-internal): Use header-start to expunge longlink entries.
10677
10678 * files.el (hack-local-variables): Don't signal an error if the local
10679 variable section is not properly terminated.
10680
10681 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10682 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10683 the caching so it also works for identical entries.
10684
10685 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10686 (tar-mode): Use write-region-annotate-functions rather than
10687 write-contents-functions.
10688 (tar-extract): Remove unused var `pos'.
10689 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10690 (tar-mode-write-file): Remove.
10691 (tar-write-region-annotate): New function.
10692
10693 * progmodes/flymake.el (flymake-save-buffer-in-file):
10694 * shadowfile.el (shadow-copy-file):
10695 * arc-mode.el (archive-*-write-file-member):
10696 * files.el (diff-buffer-with-file):
10697 * subr.el (with-temp-file): Pass nil to write-region.
10698 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10699
10700 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10701 the custom.
10702
10703 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10704 to write-region.
10705
10706 2008-05-28 Glenn Morris <rgm@gnu.org>
10707
10708 * Makefile.in (update-elclist): Work around non-portability of "\"
10709 in various implementations of echo.
10710
10711 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10712
10713 * international/mule-diag.el (describe-current-coding-system):
10714 Don't assume selection-coding-system is always defined.
10715
10716 * tar-mode.el: Use defstruct and markers.
10717 (tar-setf): Remove.
10718 (tar-header): Use defstruct. Add `data-start' field.
10719 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10720 (tar-desc-data-start): Remove (now called tar-header-data-start).
10721 (tar-roundup-512): New fun.
10722 (tar-header-block-tokenize): Receive a buffer position rather than
10723 a string. Handle @longLink here, be more careful about it.
10724 Create a marker for data-start.
10725 (tar-summarize-buffer): Don't handle @LongLink here any more.
10726 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10727 data-start on the following entries any more.
10728 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10729
10730 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10731 (tar-header-offset): Remove.
10732 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10733 Not permanent any more.
10734 (tar-data-buffer): New var.
10735 (tar-data-swapped-p, tar-change-major-mode-hook)
10736 (tar-mode-kill-buffer-hook): New funs.
10737 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10738 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10739 (tar-clear-modification-flags, tar-alter-one-field)
10740 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10741 Change accordingly.
10742
10743 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10744
10745 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10746 (vc-dir-resynch-file): ... this. Update callers.
10747 Use vc-string-prefix-p. Ignore directory args.
10748 (vc-string-prefix-p): CSE.
10749 (vc-resynch-buffer): Restore conditional.
10750
10751 * vc-hooks.el (vc-after-save): Improve test.
10752 (vc-mode-line): Fix indentation.
10753
10754 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10755
10756 * calendar/parse-time.el (parse-time-months)
10757 (parse-time-weekdays): Add long-form month and day names.
10758
10759 2008-05-27 Glenn Morris <rgm@gnu.org>
10760
10761 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10762
10763 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10764
10765 * vc-dispatcher.el (vc-string-prefix-p): New function.
10766 (vc-dir-parent-marked-p): Use it.
10767
10768 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10769
10770 * vc.el (Problems): Remove fixed issues.
10771 (vc-expand-dirs): Avoid returning directories.
10772 (vc-dir): Fix C-x v v binding.
10773 (vc-make-backend-object): Fix name.
10774 (vc-dir-show-fileentry): Fix docstring.
10775 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10776 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10777 Reset the state for directories.
10778 (vc-dir-headers): Align labels.
10779 (vc-default-status-printer): Do no call prettify-state-info.
10780 (vc-deduce-fileset): Replace implementation with one based on a
10781 working older version.
10782 (vc-next-action): Use the new form of vc-deduce-fileset.
10783 Fix dealing with unregistered files.
10784
10785 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10786 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10787 (vc-dir-child-files): New function.
10788 (vc-dir-node-directory): New function.
10789 (vc-dir-update, vc-dir-parent-marked-p)
10790 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10791 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10792
10793 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10794
10795 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10796
10797 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10798 (diff-font-lock-keywords, diff-context->unified)
10799 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10800 (diff-hunk-text, diff-find-source-location): Use it.
10801 (diff-post-command-hook): Let the user edit the hunk headers.
10802
10803 2008-05-26 Andreas Schwab <schwab@suse.de>
10804
10805 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10806 unknown state.
10807
10808 * tar-mode.el (tar-summarize-buffer): Comment fix.
10809
10810 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10813
10814 2008-05-26 Glenn Morris <rgm@gnu.org>
10815
10816 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10817
10818 2008-05-25 John Paul Wallington <jpw@pobox.com>
10819
10820 * proced.el (proced-next-line, proced-previous-line):
10821 Avoid calling `next-line' and `previous-line' from Lisp code.
10822
10823 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10824
10825 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10826 Use diary-ordinal-suffix.
10827
10828 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10829
10830 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10831 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10832 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10833 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10834 (edebug-print-length, edebug-print-level, edebug-print-circle)
10835 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10836 (edebug-global-break-condition, edebug-sit-for-seconds):
10837 Remove spurious * from defcustom docstrings.
10838 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10839 Improve argument/docstring consistency.
10840 (edebug-test-coverage, edebug-gensym, edebug-read)
10841 (edebug-top-level-nonstop, edebug-eval-result-list)
10842 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10843 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10844 (edebug-display-freq-count): Reflow docstrings.
10845 (edebug-restore-status): Doc fix.
10846
10847 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10848
10849 * proced.el (proced-header-line): Use the :align-to 0 feature
10850 rather than computing the corresponding position manually.
10851 (proced-update): Don't hardcode point-min==1.
10852
10853 2008-05-24 Alan Mackenzie <acm@muc.de>
10854
10855 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10856 if c-file-style is set to a non-string.
10857
10858 (c-neutralize-CPP-line): Surround by `save-excursion'.
10859 (c-neutralize-syntax-in-CPP): Optimize for speed.
10860
10861 2008-05-24 Glenn Morris <rgm@gnu.org>
10862
10863 * Makefile.in (update-elclist): New target, to update ELCFILES.
10864 (bootstrap-after): Run update-elclist.
10865
10866 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10867
10868 * icalendar.el (icalendar-version): Increase to "0.19".
10869 (icalendar--date-style): New function.
10870 (icalendar--datetime-to-diary-date): Doc fix.
10871 Use icalendar--date-style.
10872 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10873 (icalendar--convert-yearly-to-ical)
10874 (icalendar--convert-recurring-to-diary): Handle iso date style,
10875 use icalendar-date-style.
10876
10877 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10878
10879 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10880 vc-dir buffers are updated.
10881
10882 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10885
10886 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10887
10888 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10889 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10890 (reftex-extra-bindings): Use it.
10891
10892 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10893 away from the user-reserved keys.
10894
10895 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10896 New vars.
10897 (ada-create-keymap): Use them.
10898
10899 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10900
10901 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10902 a properly-grouped regexp.
10903
10904 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10905
10906 * progmodes/cap-words.el (capitalized-words-mode):
10907 Fix typos in docstring.
10908
10909 2008-05-23 Kenichi Handa <handa@m17n.org>
10910
10911 * international/mule-conf.el: Don't define the charset `emacs'
10912 here, just put :docstring, :short-name, and :long-name.
10913
10914 2008-05-22 Kenichi Handa <handa@m17n.org>
10915
10916 * international/mule-diag.el (font-show-log): Limit each listing
10917 to 20 items.
10918
10919 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10920
10921 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10922 (gdb-annotation-rules): New entry for "thread-changed".
10923 (gdb-thread-changed): New function.
10924
10925 2008-05-23 Glenn Morris <rgm@gnu.org>
10926
10927 * Makefile.in (SOURCES): Remove, unused.
10928 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10929 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10930 Exclude more '*loaddefs' files.
10931 (compile-always): Simplify '.elc' deletion.
10932
10933 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10934
10935 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10936 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10937
10938 * minibuffer.el (completion-boundaries): Change calling
10939 convention, so `string' has the same semantics as in
10940 try-completion and all-completions.
10941 (completion-table-with-context, completion--embedded-envvar-table)
10942 (completion--file-name-table)
10943 (completion-pcm--find-all-completions): Adjust code accordingly.
10944
10945 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10946
10947 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10948 prune image-mode-winprops-alist, preventing it from growing
10949 indefinitely.
10950 (image-mode-reapply-winprops): Use it.
10951
10952 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10953
10954 * net/netrc.el (netrc-machine): Always match if the port is not given.
10955
10956 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * minibuffer.el (completion-pcm--find-all-completions):
10959 Don't add pseudo-completions.
10960
10961 * icomplete.el (icomplete-eoinput): Remove.
10962 (icomplete-overlay): New var to replace it.
10963 (icomplete-tidy): Rewrite.
10964 (icomplete-exhibit): Use an overlay.
10965 (icomplete-completions): Use completion-all-sorted-completions.
10966 Obey completion-ignore-case.
10967
10968 * files.el (locate-dominating-file): Accept non-existing argument.
10969 (project-find-settings-file): Rewrite, using locate-dominating-file.
10970
10971 2008-05-22 Kenichi Handa <handa@m17n.org>
10972
10973 * faces.el (font-weight-table, font-slant-table, font-width-table):
10974 Delete them. Don't call internal-set-font-style-table.
10975
10976 * international/mule-diag.el (font-show-log): New function.
10977
10978 * international/fontset.el (script-representative-chars): Add more
10979 chars for latin. Add data for symbol.
10980 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10981
10982 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10983
10984 * minibuffer.el (completion-all-sorted-completions): New var.
10985 (completion--flush-all-sorted-completions)
10986 (completion-all-sorted-completions): New functions.
10987 (minibuffer-force-complete): New command.
10988
10989 2008-05-21 Glenn Morris <rgm@gnu.org>
10990
10991 * files.el (c-postprocess-file-styles): Declare for compiler.
10992
10993 * Makefile.in: Allow for parallel byte-compiling.
10994 (ELCFILES): New variable.
10995 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10996 (compile-first, compile-main, compile-last): New targets.
10997 (compile-always): Simplify - delete .elc files, then `make compile'.
10998
10999 * Makefile.in (compile-calc): Use glob rather than find.
11000 ($(lisp)/progmodes/cc-mode.elc): Use $@.
11001
11002 * eshell/esh-module.el: No need for cl when compiling.
11003
11004 * eshell/eshell.el (eshell-defgroup): New alias.
11005 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
11006 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
11007 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
11008 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
11009 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
11010 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
11011 Autoload the custom group. Set generated-autoload-file.
11012 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
11013 for eshell-defgroup.
11014 * eshell/esh-module.el (eshell-load-defgroups): Remove.
11015 Require esh-groups rather than loading it.
11016
11017 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11018
11019 * proced.el (proced-header-line): New variable and new function.
11020 (proced-mode): Set header-line-format.
11021 (proced-update): Set proced-header-line.
11022 (proced-send-signal): Use proced-header-line.
11023
11024 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
11025
11026 * macros.el (insert-kbd-macro): Use prin1-char.
11027
11028 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11029
11030 * minibuffer.el (completion-boundaries): New function.
11031 (completion--some): Delay errors.
11032 (complete-with-action, completion-table-with-context):
11033 Handle `boundaries' case.
11034 (completion--try-word-completion): Avoid partial-completion
11035 when the user hasn't entered anything yet.
11036 (minibuffer-local-map, minibuffer-local-filename-completion-map)
11037 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
11038 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
11039 Setup default keybindings.
11040 (completion--embedded-envvar-re): New var.
11041 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
11042 (completion--file-name-table): Handle `boundaries' case.
11043 (completion-pcm--pattern->regex): Avoid pathological backtracking.
11044 (completion-pcm--all-completions): Add a `prefix' arg.
11045 (completion-pcm--find-all-completions): New function.
11046 (completion-pcm-all-completions, completion-pcm-try-completion):
11047 Use it.
11048
11049 * icomplete.el (icomplete-completions): Don't use `predicate' with
11050 a table of a different type than `candidates'.
11051
11052 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11053
11054 * proced.el (proced-goal-column): Rename from proced-procname-column.
11055 (proced-goal-header-re): Rename from proced-procname-column-regexp.
11056 (proced-move-to-goal-column): Rename from proced-move-to-procname.
11057 (proced-header-face, proced-header-regexp): Remove.
11058 (proced-font-lock-keywords): Remove proced-header-face.
11059 (proced-header-alist, proced-sorting-schemes-re): New variables.
11060 (proced): Rename Proced buffer to *Proced*.
11061 (proced-next-line, proced-previous-line): New commands.
11062 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
11063 (proced-hide-processes): Do not treat first line as special.
11064 (proced-header-space): New function.
11065 (proced-update): Use header-line-format.
11066 Initialize proced-header-alist and proced-sorting-schemes-re.
11067 Set proced-goal-column. Include proced-command in mode-name.
11068 (proced-send-signal): Use header-line-format for *Marked
11069 Processes* buffer.
11070 (proced-sort): Restrict minibuffer completion to applicable
11071 sorting schemes.
11072 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
11073
11074 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * icomplete.el (icomplete-simple-completing-p):
11077 Allow icomplete-with-completion-tables to say "use it everywhere".
11078 (icomplete-completions): Obey completion-styles. Try to accommodate
11079 partial-completion style.
11080
11081 2008-05-20 Michael Olson <mwolson@gnu.org>
11082
11083 * files.el (project-find-settings-file): Change concat to
11084 expand-file-name.
11085
11086 2008-05-19 Tom Tromey <tromey@redhat.com>
11087
11088 * files.el (normal-mode): Call hack-project-variables.
11089 (hack-local-variables-confirm): Add 'project' argument.
11090 (hack-local-variables-apply): New function.
11091 (hack-local-variables): Use it.
11092 (project-class-alist, project-directory-alist): New variables.
11093 (project-get-alist): New function.
11094 (project-collect-bindings-from-alist)
11095 (project-collect-binding-list, set-directory-project)
11096 (project-find-settings-file, project-define-from-project-file)
11097 (hack-project-variables): New functions.
11098
11099 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
11100
11101 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
11102
11103 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
11104
11105 * faces.el (font-weight-table): Fix typo in docstring.
11106
11107 2008-05-18 David Hull <david@snap.com> (tiny change)
11108
11109 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11110 (vc-hg-annotate-command): Allow white space before version number.
11111
11112 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11113
11114 * calc/calc-yank.el (calc-register-alist): New variable.
11115 (calc-set-register, calc-get-register, calc-copy-to-register)
11116 (calc-insert-register, calc-add-to-register, calc-append-to-register)
11117 (calc-prepend-to-register): New functions.
11118
11119 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11120 `calc-copy-to-register' and `calc-insert-register'.
11121 Autoload new register functions.
11122
11123 * calc/calc-help.el (calc-r-prefix-help): Add help for register
11124 functions.
11125
11126 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
11127
11128 * vc.el (Todo): Add known problems.
11129 (vc-dir-backend): New variable.
11130 (vc-dir): Set it.
11131 (vc-make-backend-object, vc-generic-status-printer)
11132 (vc-generic-state, vc-generic-status-fileinfo-extra)
11133 (vc-dir-extra-menu): Use it.
11134 (vc-generic-dir-headers): Remove, unused.
11135
11136 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11137 vc-dir-prev-directory for consistency with vc-dir-previous-line.
11138 (vc-dir-mode-map): Fix bindings.
11139
11140 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11141
11142 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11143
11144 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11145 operated on.
11146 (calc-kill-region): Kill entire lines.
11147
11148 2008-05-17 Glenn Morris <rgm@gnu.org>
11149
11150 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11151 simplify initial value.
11152 (defezimage): Drop support for Emacs without defimage, use a featurep
11153 test rather than fboundp when defining, drop with-no-warnings.
11154 (ezimage-insert-over-text): Move featurep test inside
11155 add-text-properties.
11156
11157 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11158
11159 * net/tramp.el (top-level): Load auth-source when compiling.
11160
11161 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11162
11163 2008-05-17 Andreas Schwab <schwab@suse.de>
11164
11165 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11166
11167 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
11168
11169 * vc.el (vc-annotate-show-diff-revision-at-line): Change
11170 vc-diff-internal arg to match what vc-deduce-fileset returns now.
11171
11172 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11173
11174 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11175
11176 2008-05-17 Jim Meyering <meyering@redhat.com>
11177
11178 * ido.el (ido-save-history): Do not emit a trailing newline at the
11179 end of the ido history file.
11180
11181 2008-05-16 John Paul Wallington <jpw@pobox.com>
11182
11183 * vc-dispatcher.el (top-level): Revert previous change: require cl
11184 when compiling.
11185
11186 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
11187
11188 * vc.el (vc-default-status-printer)
11189 (vc-default-prettify-state-info): Enhance the state prettyprinter
11190 to deal better with unknown states and indirect through it when
11191 painting vc-dir buffers.
11192
11193 2008-05-16 John Paul Wallington <jpw@pobox.com>
11194
11195 * vc-dispatcher.el (top-level): Don't require cl when compiling.
11196 (vc-dir-mode-map): Fix backquote.
11197 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
11198
11199 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
11200
11201 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11202 Reported by Glenn Morris <rgm@gnu.org>.
11203
11204 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
11205
11206 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11207 the end of the file, it was good work at one time but has been
11208 stale since 1995 and may now be actively misleading.
11209 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11210 CVS repository and module (assumptions for the latter a bit iffy).
11211 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11212 SVN repository.
11213
11214 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
11215
11216 * vc-rcs.el (vc-rcs-create-tag):
11217 * vc-sccs.el (vc-sccs-create-tag):
11218 Fix typo in error message and pass backend arg.
11219
11220 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
11221
11222 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11223
11224 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11225
11226 * net/tramp.el: Load auth-source library.
11227 (tramp-read-passwd): Use it for password, not login.
11228
11229 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
11230
11231 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11232 (ses-print-cell): Use string-width, truncate-string-to-width,
11233 delete-region rather than length, substring, delete-char.
11234 (ses-setup): Set inhibit-point-motion-hooks to t.
11235 Calculate position by actually moving point rather than just using
11236 unibyte character length.
11237 (ses-mode): Set indent-tabs-mode to nil.
11238 (ses-center): Use string-width rather than length.
11239
11240 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
11241
11242 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11243 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11244 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11245 vc-*-create-tag and vc-*-retrieve-tag respectively.
11246
11247 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11248 unneeded defalias.
11249
11250 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11251
11252 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11253 about buffer names.
11254
11255 2008-05-15 Glenn Morris <rgm@gnu.org>
11256
11257 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11258
11259 * org/org-exp.el (org-infojs-options-inbuffer-template):
11260 Fix declaration.
11261
11262 * progmodes/cc-mode.el (declare-function): Add compat definition.
11263 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11264
11265 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
11266
11267 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11268 list to a cons so the caller can get back both expanded and
11269 unexpanded filesets.
11270 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11271 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11272 Change handling of selection-set returns as required.
11273
11274 2008-05-15 John Paul Wallington <jpw@pobox.com>
11275
11276 * add-log.el (top-level): Don't require cl when compiling.
11277
11278 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11279 (archive-*-extract): Use `zerop'.
11280 (archive-*-write-file-member): Use `or', use `zerop'.
11281
11282 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11283
11284 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11285 (ibuffer-mark-interactive, ibuffer-set-mark)
11286 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11287 (ibuffer-map-lines, ibuffer-switch-format)
11288 (ibuffer-update-title-and-summary)
11289 (ibuffer-redisplay-engine): Use it.
11290
11291 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11292 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11293 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11294 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11295 (ibuffer-mark-read-only-buffers)
11296 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11297
11298 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11299 (define-ibuffer-column, define-ibuffer-sorter)
11300 (define-ibuffer-op, define-ibuffer-filter): Add declarations
11301 containing indentation specs, replacing equivalent top-level
11302 forms that set `lisp-indent-function' properties.
11303 (define-ibuffer-op): Use `derived-mode-p'.
11304 (define-ibuffer-filter): Remove redundant `concat' call.
11305
11306 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
11307
11308 * net/tramp.el (tramp-echo-mark): Update docstring.
11309 (tramp-echo-mark-marker): New defconst.
11310 (tramp-check-for-regexp): Use it.
11311
11312 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
11313
11314 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11315 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11316 as parent.
11317
11318 2008-05-14 John Paul Wallington <jpw@pobox.com>
11319
11320 * international/mule.el (convert-define-charset-argument):
11321 Remove period from end of error message.
11322 (coding-system-mnemonic): Doc fix.
11323 (ctext-pre-write-conversion): Doc fix.
11324
11325 2008-05-14 Simon Marshall <simon@gnu.org>
11326
11327 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11328 from its default value and give it the risky-local-variable
11329 property (CVE-2008-2142).
11330
11331 2008-05-14 Kenichi Handa <handa@m17n.org>
11332
11333 * language/korean.el ("Korean"): Set `iso639-language'
11334 property to `ko'.
11335
11336 * language/japanese.el ("Japanese"): Set `iso639-language'
11337 property to `ja'.
11338
11339 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11340 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11341 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11342
11343 * international/mule-cmds.el (set-language-environment):
11344 Set current-iso639-language.
11345
11346 * international/fontset.el (setup-default-fontset): For kana, han,
11347 hangul, and cjk-misc, move an entry with font-spec at the end.
11348 (generate-fontset-menu): Exclude fontset-auto* from the list.
11349
11350 * composite.el (compose-chars-after): Assume that WINDOW is always
11351 non-nil.
11352
11353 * faces.el (font-weight-table, font-slant-table)
11354 (font-swidth-table): Declare them by defconst. Change the format
11355 of elements. Call internal-set-font-style-table after their
11356 declaration.
11357 (face-valid-attribute-values): Call font-family-list. Get values
11358 for width, weight, and slant from font-xxx-table.
11359
11360 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11361
11362 2008-05-13 John Paul Wallington <jpw@pobox.com>
11363
11364 * ibuffer.el (ibuffer-buffer-file-name): New function.
11365 (define-ibuffer-column filename): Use it.
11366
11367 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11368
11369 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11370
11371 * talk.el (talk): Simplify. Pass display arg to talk-add-display
11372 as a string.
11373 (talk-add-display): Simplify. Accept only string args.
11374
11375 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
11376
11377 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11378
11379 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11380
11381 * Makefile.in (bootstrap-prepare): Don't chmod files.
11382 (autoloads): Do it here instead, where it's actually needed.
11383
11384 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11385
11386 * tool-bar.el (tool-bar-make-keymap): Account for the optional
11387 KEY-BINDING-DATA field in menu-item list.
11388
11389 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11390
11391 * dired.el (dired-read-dir-and-switches): Move things about to use less
11392 recursion during macroexpansion.
11393
11394 * dired.el (dired-read-dir-and-switches): Use read-file-name.
11395
11396 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11397 completion-ignored-extension directories if there's something else.
11398 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11399 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11400 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11401 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11402 buffer-read-only -> inhibit-read-only.
11403
11404 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
11405
11406 * vc.el (vc-expand-dirs): Stop this function from tossing out
11407 explicitly specified files.
11408
11409 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11410
11411 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11412 to `insert'.
11413
11414 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11415
11416 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11417 cons. Use vc-annotate-backend.
11418 (with-vc-file, edit-vc-file): Remove unused macros.
11419
11420 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
11421
11422 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11423 (smtpmail-try-auth-methods): Use it.
11424
11425 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11426
11427 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11428 (setf (nthcdr ..) ..) doesn't require CL at runtime.
11429
11430 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
11431
11432 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11433
11434 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11437 (vc-bzr-revision-completion-table): Use process-file.
11438 (vc-bzr-working-revision): Pass relative file names.
11439
11440 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11441
11442 2008-05-11 Juri Linkov <juri@jurta.org>
11443
11444 * wid-edit.el (widget-image-directory): Change default image data
11445 subdirectory from "custom" to "images/custom".
11446
11447 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11448 before recursive call to `Info-next-preorder' to not add
11449 intermediate nodes to the history.
11450
11451 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11452
11453 * emulation/cua-base.el: Put isearch-scroll property
11454 on cua-scroll-up and cua-scroll-down.
11455
11456 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
11457
11458 * vc-hooks.el (vc-recompute-state): Remove (dead code).
11459
11460 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
11461
11462 * vc-dispatcher.el (ewoc): Require.
11463 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11464
11465 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11466
11467 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
11468
11469 * term/w32-win.el (x-colors):
11470 * term/mac-win.el (x-colors):
11471 * term/x-win.el (x-colors): Re-order colors.
11472
11473 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
11474
11475 * smerge-mode.el (smerge-command-prefix): Fix custom type.
11476
11477 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
11478
11479 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11480 New functions implementing motion to next and previous directory.
11481
11482 * vc-arch.el (vc-arch-command):
11483 * vc-bzr.el (vc-bzr-command):
11484 * vc-cvs.el (vc-cvs-command):
11485 * vc-dispatcher.el (vc-do-command):
11486 * vc-git.el (vc-git-command):
11487 * vc-hg.el (vc-hg-command):
11488 * vc-mcvs.el (vc-mvcs-command):
11489 * vc-mtn.el (vc-mtn-command):
11490 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11491 (vc-sccs-workfile-unchanged-p):
11492 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11493 * vc-rcs.el (all methods): Remove assumption about what a nil
11494 argument to vc-do-command means. This means no buffer name needs
11495 to be hardcoded into the dispatcher layer, and it's better to be
11496 explicit anyway.
11497
11498 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11499
11500 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
11501
11502 * vc.el: Update todo.
11503
11504 * vc-sccs.el (vc-sccs-dir-status):
11505 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11506 backends and returning up to date files.
11507
11508 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11509
11510 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11511
11512 * vc.el (vc-dir):
11513 * vc-hooks.el: Tweak the VC directory bindings. These are now
11514 documented in the manual.
11515
11516 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11517 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11518 (vc-dispatcher-selection-set): Allow callers to pass in an
11519 observer flag that says no buffer sync is required.
11520 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11521 Use the observer flag.
11522
11523 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
11524
11525 * simple.el (start-file-process): Clarify docstring.
11526
11527 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11528
11529 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11530 Remove stub implementations of, and references to, wash-log.
11531 * vc-rcs.el (vc-rcs-comment-history):
11532 * vc-cvs.el (vc-cvs-comment-history):
11533 Inline the code that used to be wash-log.
11534
11535 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11536 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11537 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11538 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11539 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11540 (vc-rcs-print-log): Grok directories.
11541
11542 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11543
11544 * vc.el (vc-mark-resolved): Add `backend' argument.
11545 (vc-next-action): Pass it the backend.
11546 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11547 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11548 (vc-default-comment-history, vc-default-create-snapshot)
11549 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11550 (vc-annotate-revision-previous-to-line)
11551 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11552 * vc-svn.el (vc-svn-checkout):
11553 * vc-mcvs.el (vc-mcvs-checkout):
11554 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11555 (vc-working-revision, vc-before-save, vc-mode-line):
11556 Prefer vc-call-backend to vc-call so as not to recompute the backend.
11557
11558 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11559 state to be consistent since it's often an unwarranted restriction.
11560 Don't return the state either.
11561 (vc-next-action): Check that the state is consistent.
11562 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11563 (vc-rollback, vc-update): Adapt to new return value of
11564 vc-deduce-fileset.
11565
11566 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11567 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11568 (vc-dispatcher-in-fileset-p): New fun.
11569 (vc-dispatcher-selection-set): Use it to properly handle directories.
11570
11571 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
11572
11573 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11574 (vc-update): Remove unused let bindings.
11575
11576 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11577
11578 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11579 (vc-diff, vc-revert, vc-rollback, vc-update):
11580 * vc-dispatcher.el (vc-dispatcher-selection-set):
11581 Get rid of 4 special cases in fileset selection. This involved
11582 changing the return value of (vc-deduce-fileset) so that it passes
11583 back a deduced state as well as a deduced back end.
11584
11585 2008-05-08 Sam Steingold <sds@gnu.org>
11586
11587 * progmodes/compile.el (compilation-minor-mode-map)
11588 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11589 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11590 it to `compilation-minor-mode-map' (instead of an explicit `cons').
11591
11592 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11593
11594 * org/org.el (org-modules, org-format-latex-options):
11595 * org/org-archive.el (org-archive-stamp-time)
11596 (org-archive-save-context-info):
11597 * org/org-faces.el (org-hide):
11598 * org/org-irc.el (org-irc-parse-link):
11599 * org/org-macs.el (org-call-with-arg, org-autoload):
11600 * org/org-mew.el (org-mew-store-link):
11601 * org/org-remember.el (org-remember-store-without-prompt)
11602 (org-remember-templates): Fix typos in docstrings.
11603
11604 * org/org-info.el (org-info-store-link): Remove leftover docstring.
11605
11606 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11607 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11608 (org-bbdb-anniv-split): Fix typos in docstrings.
11609
11610 * org/org-publish.el (org-publish-project-alist): Doc fixes.
11611 (org-publish-use-timestamps-flag): Reflow docstring.
11612 (org-publish-files-alist): Fix typos in docstring.
11613
11614 2008-05-07 Sam Steingold <sds@gnu.org>
11615
11616 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11617 appears to be too aggressive with window removal.
11618
11619 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
11620
11621 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11622 Add leda and 0in as pragma keywords.
11623 (verilog-pretty-expr): Support lining up assignments which include
11624 part selects.
11625 (verilog-mode): More portable check for the availability of
11626 hideshow support.
11627 (verilog-do-indent): Remove special indent for declarations inside
11628 a parenthetical list. The code is ill-advised, and doesn't work
11629 given the new user defined types.
11630 (verilog-set-auto-endcomments): Enhance function automatic
11631 endcomment to support functions that return user defined types.
11632 (verilog-mode): Add code to tell which-function-mode minor mode
11633 that Verilog supports this feature.
11634
11635 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11636
11637 * epa-file.el: Require epa-hook.
11638
11639 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11640
11641 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11642 file-names clashes on 8+3 filesystems. Provide epa-hook.
11643
11644 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11645 file-names clashes on 8+3 filesystems.
11646
11647 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
11648
11649 * org/org.el (org-read-date-get-relative): Interpret lone
11650 weekday abbreviation as relative to today.
11651
11652 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11653
11654 * abbrev.el (define-abbrev-table):
11655 * composite.el (toggle-auto-composition):
11656 * json.el (json-alist-p, json-plist-p):
11657 * minibuffer.el (completion-table-with-predicate):
11658 * ps-mule.el (ps-mule-external-libraries):
11659 * emacs-lisp/advice.el (ad-special-form-p):
11660 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11661 * eshell/em-smart.el (eshell-review-quick-commands):
11662 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11663 (python-skip-out, python-check-comint-prompt):
11664 Don't use `iff' in docstrings.
11665
11666 * international/robin.el (robin-package-alist): Fix typo in docstring.
11667 (robin-current-package-name): Doc fix.
11668 (robin-activate): Don't use `iff' in docstring.
11669
11670 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11671
11672 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11673 The code uses a ewoc-based implementation now.
11674 * vc-hooks.el: Support for Meta-CVS has been removed.
11675
11676 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * tool-bar.el: Choose images dynamically.
11679 (tool-bar-make-keymap, tool-bar-find-image): New function.
11680 (tool-bar-find-image-cache): New var.
11681 (tool-bar-local-item, tool-bar-local-item-from-menu):
11682 Don't select the image yet, do it later in tool-bar-make-keymap.
11683
11684 2008-05-07 Andreas Schwab <schwab@suse.de>
11685
11686 * window.el: Require 'cl when compiling.
11687
11688 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11689
11690 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11691
11692 2008-05-07 Glenn Morris <rgm@gnu.org>
11693
11694 * subr.el (ignore-errors): Move here from cl-macs.el.
11695 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11696
11697 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11698 oddness.
11699
11700 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11701
11702 * vc-hooks.el (vc-find-file-hook):
11703 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11704 further from vc.el.
11705 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11706
11707 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11708
11709 * progmodes/verilog-mode.el (verilog-getopt-file):
11710 Cleanup warning message format.
11711 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11712 (verilog-auto-inout, verilog-auto-inout-module)
11713 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11714 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11715 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11716 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11717 (verilog-auto-unused, verilog-auto-wire)
11718 (verilog-decls-get-assigns, verilog-decls-get-consts)
11719 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11720 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11721 (verilog-decls-get-ports, verilog-decls-get-regs)
11722 (verilog-decls-get-signals, verilog-decls-get-wires)
11723 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11724 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11725 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11726 (verilog-inject-sense, verilog-library-filenames)
11727 (verilog-mode-release-date, verilog-mode-version)
11728 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11729 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11730 (verilog-modi-get-assigns, verilog-modi-get-consts)
11731 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11732 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11733 (verilog-modi-get-ports, verilog-modi-get-regs)
11734 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11735 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11736 (verilog-modi-get-wires, verilog-preserve-cache)
11737 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11738 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11739 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11740 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11741 Add caching of additional state, and rework signal extraction
11742 routines to improve AUTO expansion performance by 300%++.
11743
11744 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11745
11746 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11747 Tweak Open Watcom regexp to distinguish between errors and warnings.
11748
11749 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11750
11751 * dired.el (dired-read-dir-and-switches): Fix up last change.
11752
11753 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11754
11755 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11756 out of this function, move it to vc-dispatcher-selection-set.
11757
11758 2008-05-05 Sam Steingold <sds@gnu.org>
11759
11760 * window.el (delete-other-windows-vertically): New function.
11761
11762 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11763
11764 * dired.el (dired-read-dir-and-switches):
11765 Obey read-file-name-completion-ignore-case.
11766
11767 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11768
11769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11770 Add regexp for Open Watcom compiler output.
11771
11772 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11773
11774 * progmodes/python.el (python-block-pairs): Align finally with except.
11775
11776 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11777
11778 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11779
11780 2008-05-05 Tom Tromey <tromey@redhat.com>
11781
11782 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11783 looking at conflict marker.
11784
11785 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11786
11787 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11788 client-mode -> vc-client-object, and guess `funcall' was meant.
11789 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11790
11791 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11792
11793 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11794 (dbus-debug): Move declarations outside eval-when-compile.
11795
11796 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11797
11798 * proced.el (proced-command-alist): Fix system-type values.
11799 Fix defcustom.
11800 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11801 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11802 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11803 (proced-update): Use proced-sorting-scheme. Update modeline.
11804 (proced-send-signal): Use nreverse.
11805 (proced-sorting-scheme-p): New function.
11806
11807 2008-05-04 Andreas Schwab <schwab@suse.de>
11808
11809 * vc.el: Require dired when compiling.
11810
11811 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11812
11813 2008-05-03 Glenn Morris <rgm@gnu.org>
11814
11815 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11816 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11817 Simplify compilation requirements.
11818 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11819 declarations.
11820
11821 2008-05-03 Dave Love <fx@gnu.org>
11822
11823 * progmodes/python.el (python-beginning-of-statement):
11824 Loop at least once (fixes 2008-02-21 change).
11825
11826 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11827
11828 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11829 instead of `length' for comparing length of user and group names.
11830
11831 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11832
11833 * vc-dispatcher.el: New file, separates out the UI and command
11834 execution machinery from VCS-specific logic left in vc.el.
11835 The separation is not yet completely clean, but it's a good start.
11836 * vc.el: This file is about 1700 lines shorter now.
11837 Remove obsolete logentry-check from the backend API.
11838 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11839 implementation of the logentry-check method, and it guarded against
11840 a log length limit that has probably been obsolete for 15 years (!).
11841
11842 2008-05-02 Sam Steingold <sds@gnu.org>
11843
11844 * progmodes/compile.el (compilation-start): Move setting of
11845 compilation-directory after (funcall mode) as that resets local
11846 variables, this fixes recompile in grep buffers.
11847 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11848 in dired &c).
11849
11850 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11851
11852 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11853 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11854 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11855 has one of these and that all are called in compatible ways.
11856 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11857 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11858 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11859 backend has one of these.
11860
11861 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11862
11863 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11864 initialization into define-abbrev-table. Use :regexp.
11865 (octave-mode-syntax-table): Don't set word syntax for `.
11866
11867 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11868 than only value.
11869
11870 * dired.el (dired-read-dir-and-switches):
11871 Set minibuffer-completing-file-name and call substitute-in-file-name.
11872 (dired-format-columns-of-files): Use completion--insert-strings.
11873
11874 * minibuffer.el (completion-hilit-commonality): Revert last change:
11875 the leftover code was actually useful.
11876 (completion--insert-strings): Use string-width rather than length.
11877
11878 2008-05-02 Sam Steingold <sds@gnu.org>
11879
11880 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11881 (vc-at-event): New macro: run the body at the even location.
11882 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11883 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11884 * subr.el (mouse-event-p): Check if the event is mouse-related.
11885
11886 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11887
11888 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11889 Don't throw error if no file is found.
11890
11891 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11892
11893 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11894 (vc-default-state-heuristic): Doc fix.
11895
11896 2008-05-02 Richard Sharman <rsharman@pobox.com>
11897
11898 * hilit-chg.el (highlight-changes-mode): Remove references to
11899 hooks that no longer exist. Because define-minor-mode is used the
11900 hook highlight-changes-mode-hook exists and can do what both the
11901 old hooks used to do. The documentation at the top of the file
11902 was updated to demonstrate this.
11903 (highlight-changes-mode): Remove commented out call to a hook
11904 function that is no longer there.
11905 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11906
11907 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11908
11909 * vc.el (vc-default-dired-state-info): Change name of primitive
11910 to prettify-state-info, in preparation for ripping out dired mode.
11911 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11912 to prettify-state-info, in preparation for ripping out dired mode.
11913 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11914 tries this on a version-controlled buffer. It will do useless or
11915 actively bad things on any version control system newer than RCS.
11916 * vc-hooks.el (vc-dired-resynch-file):
11917 * vc.el (vc-dired-resynch-file): Change name of primitive to
11918 vc-directory-resynch-file, preparing to remove dired.
11919
11920 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11921
11922 * vc-rcs.el (vc-rcs-state): Fix typos.
11923
11924 * vc.el (vc-register): Change argument order so that the prefix
11925 argument is assigned correctly.
11926 (vc-next-action, vc-dir-register): Update for the above change.
11927
11928 2008-05-01 Juri Linkov <juri@jurta.org>
11929
11930 * replace.el (occur-read-primary-args): Set default to the car of
11931 regexp-history and display it in the prompt, but don't add to the
11932 list of minibuffer defaults. Bind history-add-new-input to nil to
11933 not add automatically `default'. For empty input return `default'.
11934 Otherwise, add `input' to regexp-history and return it.
11935 (occur-1): Signal an error for the empty regexp.
11936
11937 * progmodes/compile.el (compilation-auto-jump):
11938 Set window point to `pos' explicitly.
11939
11940 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11941
11942 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11943 when appropriate.
11944 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11945 we report the 'unregistered state reliably.
11946 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11947 we report the 'unregistered state reliably.
11948 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11949 we report the 'unregistered state reliably.
11950 * vc-hooks.el (vc-state): Document that vc-unregistered is
11951 now expected to be returned reliably.
11952 * vc.el (vc-default-dired-state): Change needs-patch state to
11953 needs-update, since the name now shows up in dir-status listings
11954 and was somewhat misleading.
11955 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11956 immediately after removing the file.
11957 * vc.el (vc-next-action): More informative messages when a fileset
11958 is in a mixed state or files are missing.
11959
11960 2008-05-01 Sam Steingold <sds@gnu.org>
11961
11962 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11963
11964 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11965
11966 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11967
11968 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11969
11970 * epa-file-hook.el: New file split from epa-file.el.
11971 * epa-file.el: Require 'epa-file-hook.
11972 (epa-file-handler): Add autoload cookie.
11973 * loadup.el: Load epa-file-hook.
11974 * startup.el (command-line): Eval the body of auto-encryption-mode.
11975
11976 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11977
11978 * vc.el (vc-dir-mode-map): Don't bind "r".
11979
11980 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11981 (vc-hg-status-printer): New function.
11982 (vc-hg-after-dir-status): Deal with copied and renamed files.
11983 (vc-hg-dir-status): Add flag to show copied files.
11984
11985 2008-05-01 John Paul Wallington <jpw@pobox.com>
11986
11987 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11988 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11989 sorting mode was recency.
11990
11991 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11992 reverse sorting order if last sorting mode was the sorter's.
11993
11994 2008-05-01 Jason Rumney <jasonr@gnu.org>
11995
11996 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11997
11998 2008-04-30 John Paul Wallington <jpw@pobox.com>
11999
12000 * ibuffer.el (define-ibuffer-column filename): When the major mode
12001 is `vc-dir-mode' show the buffer's default directory.
12002
12003 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
12004 major mode is `vc-dir-mode' use the buffer's default directory.
12005
12006 2008-04-30 Sam Steingold <sds@gnu.org>
12007
12008 * vc.el (vc-dir-delete-file): Add.
12009 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
12010 (vc-delete-file): Do not barf when the file has been already deleted.
12011
12012 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
12013
12014 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
12015
12016 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12017
12018 * progmodes/octave-mod.el (octave-help): New function.
12019 * progmodes/octave-hlp.el: Delete.
12020 * info-look.el (octave-mode): Add operator index.
12021
12022 * vc.el (vc-checkout): Typo.
12023
12024 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
12025
12026 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
12027 Add "..." in the appropriate places.
12028
12029 * epa.el (epa-key-list-mode-map): Add more menu entries.
12030 Add "..." in the appropriate places.
12031
12032 * dired.el (dired-mode-map): Add :help.
12033
12034 * vc.el (vc-deduce-fileset): Add new parameter.
12035 (vc-dir-marked-only-files): New function.
12036 (vc-next-action): Don't ignore directories, look at the files
12037 inside them.
12038 (vc-dir-mode): Document how the mark/unmark commands work.
12039
12040 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
12043 Rule out trailing spaces in file and directory names as well.
12044
12045 * minibuffer.el (completion--do-completion): Move point even if the
12046 completion makes no change.
12047 (completion-pcm-try-completion): Fix computation of new point.
12048
12049 2008-04-30 David Hansen <david.hansen@gmx.net>
12050
12051 * dired.el: Require 'cl.
12052
12053 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
12054
12055 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
12056 hollow if not in innermost frame.
12057
12058 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12059
12060 Make `checkout-model' apply to filesets.
12061 * vc-hooks.el (vc-checkout-model): Rewrite.
12062 (vc-before-save, vc-after-save): Adjust callers accordingly.
12063 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
12064 (vc-transfer-file): Adjust callers accordingly.
12065 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
12066 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
12067 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
12068 instead of vc-checkout-model.
12069 * vc-mcvs.el (vc-mcvs-revert):
12070 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
12071 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
12072 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
12073 * vc-svn.el (vc-svn-checkout-model):
12074 * vc-hg.el (vc-hg-checkout-model):
12075 * vc-git.el (vc-git-checkout-model):
12076 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
12077
12078 * dired.el (dired-read-dir-and-switches): Replace last change with
12079 a new approach that mixes read-file-name and read-directory-name.
12080
12081 * files.el (read-buffer-to-switch):
12082 Avoid making assumptions about `other-buffer'.
12083
12084 2008-04-29 Sam Steingold <sds@gnu.org>
12085
12086 * vc.el (vc-dir-mode-hook): Add normal hook.
12087 (vc-dir-mode): Run it.
12088
12089 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
12090
12091 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
12092 Always split windows.
12093 (gdb-speedbar-timer-fn): Only raise frame after user input.
12094 (gdb-same-frame): Reverse initial value.
12095 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
12096
12097 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
12098 gdb-speedbar-timer-fn.
12099
12100 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12101
12102 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
12103
12104 2008-04-29 Daiki Ueno <ueno@unixuser.org>
12105
12106 * epa.el (epa-key-list-mode-map): Add menu.
12107 (epa-delete-keys, epa-import-keys): Fix typo.
12108
12109 2008-04-29 Glenn Morris <rgm@gnu.org>
12110
12111 * find-cmd.el (top-level): Does not need cl when compiling.
12112
12113 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
12114
12115 * find-cmd.el: New file.
12116
12117 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12118
12119 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12120 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12121 (completion-pcm--hilit-commonality): New function.
12122 (completion-pcm-all-completions): Use it.
12123
12124 * minibuffer.el (completion-common-substring): Mark obsolete.
12125 (completions-first-difference, completions-common-part):
12126 Move from simple.el.
12127 (completion-hilit-commonality): New fun.
12128 (display-completion-list, completion-emacs21-all-completions)
12129 (completion-emacs22-all-completions): Use it.
12130 * simple.el (completions-first-difference, completions-common-part):
12131 Move to minibuffer.el.
12132 (choose-completion-string): Use field functions and minibufferp.
12133 (completion-setup-function): Don't set completions faces.
12134
12135 2008-04-29 Glenn Morris <rgm@gnu.org>
12136
12137 * calendar/calendar.el (calendar-nth-named-absday)
12138 (calendar-nth-named-day):
12139 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12140 * calendar/holidays.el (holiday-float): Doc fixes.
12141
12142 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12143 the `full' case.
12144
12145 * org/org-agenda.el (calendar-iso-from-absolute):
12146 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12147 Fix declarations.
12148
12149 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
12150
12151 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12152 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12153 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12154 (gdb-assembler-custom): Be careful not to match other addresses.
12155
12156 2008-04-29 Jason Rumney <jasonr@gnu.org>
12157
12158 * battery.el (battery-status-function): Use w32-battery-status
12159 on Windows.
12160 (battery-echo-area-format): Make apm format the general case.
12161 (battery-mode-line-format): Merge apm and pmset formats as the
12162 general case.
12163
12164 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
12165
12166 * progmodes/gdb-ui.el (gdb-info-stack-custom):
12167 Use gud-tool-bar-item-visible-no-fringe.
12168 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12169 is already visible in frame. Remove optional size parameter
12170 and add optional frame parameter.
12171
12172 * progmodes/gud.el (gud-display-line): Only consider visible
12173 frames when looking for source buffer.
12174
12175 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
12176
12177 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12178 argument to get-char-property, in case the current buffer hasn't
12179 been assigned to that window yet.
12180 (doc-view-display): Default to selected window if the current
12181 buffer hasn't been assigned to a window yet.
12182
12183 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
12184
12185 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12186
12187 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
12188
12189 * net/tramp.el (tramp-mode): New defcustom.
12190 (tramp-file-name-handler, tramp-completion-file-name-handler):
12191 Use it.
12192 (tramp-replace-environment-variables): Handle "$$".
12193
12194 2008-04-28 Sam Steingold <sds@gnu.org>
12195
12196 * vc-hg.el (vc-hg-rename-file): Fix argument order.
12197
12198 2008-04-28 Bastien Guerry <bzg@altern.org>
12199
12200 * whitespace.el (whitespace-trailing): Fix typo.
12201
12202 2008-04-28 Sam Steingold <sds@gnu.org>
12203
12204 * textmodes/remember.el (diary-make-entry): Update the autoload.
12205
12206 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12207
12208 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12209 all-completions.
12210
12211 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
12212
12213 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12214
12215 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
12216
12217 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12218 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12219 (vc-dir-mark-file): Add an optional argument.
12220 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12221
12222 2008-04-27 Daiki Ueno <ueno@unixuser.org>
12223
12224 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12225 rather than obsolete alias find-file-hooks.
12226 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
12227 Use find-file-hook rather than obsolete alias find-file-hooks.
12228 Add to find-file-not-found-functions.
12229 (epa-file-handler): Put 'safe-magic and 'operations properties.
12230
12231 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12232 (epa-menu-items): Remove.
12233
12234 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12235 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12236 (epa-dired-mode, epa-global-dired-mode): Remove.
12237
12238 * dired.el (dired-mode-map): Bind encryption/decryption commands.
12239
12240 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12241
12242 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12243
12244 2008-04-27 Glenn Morris <rgm@gnu.org>
12245
12246 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12247 Remove un-needed local `orig-list'. Replace cl `copy-list'.
12248
12249 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
12250
12251 * org/org.el (org-html-level-start): Always have id's in HTML.
12252 (org-export-as-html): Use `org-link-protocols' to
12253 retrieve the export form of the link.
12254 (org-add-link-type): Final parameter renamed from PUBLISH.
12255 Better documentation of how it is to be used. Avoid double entries for
12256 the same link type.
12257 (org-add-link-props): New function.
12258 (org-modules-loaded): New variable.
12259 (org-load-modules-maybe, org-set-modules): New function.
12260 (org-modules): New option.
12261 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12262 (orgtbl-mode, org-store-link, org-insert-link-global)
12263 (org-open-at-point): Call `org-load-modules-maybe'.
12264 (org-search-view): Add more text properties.
12265 (org-agenda-schedule, org-agenda-deadline): Allow also in
12266 search-type agendas.
12267 (org-search-view): Order of arguments has been changed.
12268 Interpret prefix-arg as TODO-ONLY.
12269 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12270 Take new argument order of `org-search-view' into account.
12271 (org-todo-only): New variable.
12272 (org-search-syntax-table): New variable and function.
12273 (org-search-view): Do the search with the special syntax table.
12274 (define-obsolete-function-alias): Make work with XEmacs.
12275 (org-add-planning-info): Use old date as default when modifying an
12276 existing deadline or scheduled item.
12277 (org-agenda-compute-time-span): Make argument N optional.
12278 (org-agenda-format-date-aligned): Require `cal-iso'.
12279 (org-agenda-list): Include week into agenda heading, don't
12280 list it at each date (only on Mondays).
12281 (org-read-date-analyze): Define local variable `iso-date'.
12282 (org-agenda-format-date-aligned): Remove dependency on
12283 `calendar-time-from-absolute'.
12284 (org-remember-apply-template, org-go-to-remember-target):
12285 Interpret filenames relative to `org-directory'.
12286 (org-complete): Silently fail when trying to complete
12287 keywords that don't have a default value.
12288 (org-get-current-options): Add a #+DATE: option.
12289 (org-additional-option-like-keywords): Remove "DATE:" from the
12290 list of additional keywords.
12291 (org-export-as-html): Remove (current-time) as unnecessary second
12292 argument of `format-time-string'.
12293 (org-clock-find-position): Handle special case at end of buffer.
12294 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12295 `org-agenda-change-time-span'.
12296 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12297 `org-agenda-change-time-span'.
12298 (org-agenda-month-view): New argument MONTH, pass it on to
12299 `org-agenda-change-time-span'.
12300 (org-agenda-year-view): New argument YEAR, pass it on to
12301 `org-agenda-change-time-span'.
12302 (org-agenda-change-time-span): New optional argument N, pass it on
12303 to `org-agenda-compute-time-span'.
12304 (org-agenda-compute-time-span): New argument N, interpret it by
12305 changing the starting day.
12306 (org-small-year-to-year): New function.
12307 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12308 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12309 into the future, and that the shift is at least one interval, never 0.
12310 (org-update-checkbox-count): Fix bug with checkbox counting.
12311 (org-add-note): New command.
12312 (org-add-log-setup): Rename from `org-add-log-maybe'.
12313 (org-log-note-headings): New entry for plain notes (i.e. notes not
12314 related to state changes or clocking).
12315 (org-get-org-file): Check for availability of `remember-data-file'.
12316 (org-cached-entry-get): Allow a regexp value for
12317 `org-use-property-inheritance'.
12318 (org-use-property-inheritance): Allow regexp value. Fix bug in
12319 customization type.
12320 (org-use-tag-inheritance): Allow a list and a regexp value for
12321 this variable.
12322 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12323 (org-entry-get): Respect value `selective' for the INHERIT argument.
12324 (org-tag-inherit-p, org-property-inherit-p): New functions.
12325 (org-agenda-format-date-aligned): Allow 10 characters for
12326 weekday, to accommodate German locale.
12327 (org-add-archive-files): New function.
12328 (org-agenda-files): New argument `ext', to get archive files as well.
12329 (org-tbl-menu): Protect the use of variables that
12330 are only available when org-table.el gets loaded.
12331 (org-read-agenda-file-list): Error if `org-agenda-files' is a
12332 single directory.
12333 (org-open-file): Allow a batch process to trigger
12334 waiting after executing a system command.
12335 (org-store-link): Link to headline when there is not
12336 target and no region in an org-mode buffer when creating a link.
12337 (org-link-types-re): New variable.
12338 (org-make-link-regexps): Compute `org-link-types-re'.
12339 (org-make-link-description-function): New option.
12340 (org-agenda-date, org-agenda-date-weekend): New faces.
12341 (org-archive-sibling-heading): New option.
12342 (org-archive-to-archive-sibling): New function.
12343 (org-iswitchb): New command.
12344 (org-buffer-list): New function.
12345 (org-agenda-columns): Also try the #+COLUMNS line in
12346 the buffer associated with the entry at point (or with the first
12347 entry in the agenda view).
12348 (org-modules): Add entry for org-bibtex.el.
12349 (org-completion-fallback-command): Move into `org-completion' group.
12350 (org-clock-heading-function): Move to `org-progress' group.
12351 (org-auto-repeat-maybe): Make sure that a note can
12352 be enforces if `org-log-repeat' is `note'.
12353 (org-modules): Allow additional symbols for external packages.
12354 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12355 (org-clock-goto): Hide drawers after showing an
12356 entry with `org-clock-goto'.
12357 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12358 Try also a clocktable block shift.
12359 (org-clocktable-try-shift): New function.
12360 (org-columns-hscoll-title): New function.
12361 (org-columns-previous-hscroll): New variable.
12362 (org-columns-full-header-line-format): New variable.
12363 (org-columns-display-here-title, org-columns-remove-overlays):
12364 Install `org-columns-hscoll-title' in post-command-hook.
12365
12366 * org/org.el: Split into many small files.
12367
12368 * org/org-agenda.el: New file, split off from org.el.
12369
12370 * org/org-archive.el: New file, split off from org.el.
12371
12372 * org/org-bbdb.el: New file.
12373
12374 * org/org-bibtex.el: New file, split off from org.el.
12375
12376 * org/org-clock.el: New file, split off from org.el.
12377
12378 * org/org-colview.el: New file, split off from org.el.
12379
12380 * org/org-compat.el: New file, split off from org.el.
12381
12382 * org/org-exp.el: New file, split off from org.el.
12383
12384 * org/org-faces.el: New file, split off from org.el.
12385
12386 * org/org-gnus.el: New file, split off from org.el.
12387
12388 * org/org-info.el: New file, split off from org.el.
12389
12390 * org/org-infojs.el: New file.
12391
12392 * org/org-irc.el: New file.
12393
12394 * org/org-macs.el: New file, split off from org.el.
12395
12396 * org/org-mew.el: New file.
12397
12398 * org/org-mhe.el: New file, split off from org.el.
12399
12400 * org/org-publish.el: New file, split off from org.el.
12401
12402 * org/org-remember.el: New file, split off from org.el.
12403
12404 * org/org-rmail.el: New file, split off from org.el.
12405
12406 * org/org-table.el: New file, split off from org.el.
12407
12408 * org/org-vm.el: New file, split off from org.el.
12409
12410 * org/org-wl.el: New file, split off from org.el.
12411
12412 2008-04-27 Jason Riedy <jason@acm.org>
12413
12414 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12415 parameter that suppresses lines that evaluate to NIL.
12416 (orgtbl-get-fmt): New inline function for
12417 picking apart formats that may be lists.
12418 (orgtbl-apply-fmt): New inline function for applying formats that
12419 may be functions.
12420 (orgtbl-eval-str): New inline function for strings that may be
12421 functions.
12422 (orgtbl-format-line, orgtbl-to-generic): Use and document.
12423 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12424 (*orgtbl-llfmt*, *orgtbl-llstart*)
12425 (*orgtbl-llend*): Dynamic variables for last-line formatting.
12426 (orgtbl-format-section): Shift formatting to support detecting the
12427 last line and formatting it specially.
12428 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
12429 formats unless overridden.
12430 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12431 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12432 bound variables to hold the input collection of lines and output
12433 formatted text.
12434 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12435 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12436 format parameters.
12437 (orgtbl-format-line): New function encapsulating formatting for a
12438 single line.
12439 (orgtbl-format-section): Similar for each section. Rebinding the
12440 dynamic vars customizes the formatting for each section.
12441 (orgtbl-to-generic): Use orgtbl-format-line and
12442 orgtbl-format-section.
12443 (org-get-param): Now unused, so delete.
12444 (orgtbl-gather-send-defs): New function to
12445 gather all the SEND definitions before a table.
12446 (orgtbl-send-replace-tbl): New function to find the RECEIVE
12447 corresponding to the current name.
12448 (orgtbl-send-table): Use the previous two functions and implement
12449 multiple destinations for each table.
12450
12451 * doc/org.texi (A LaTeX example): Note that fmt may be a
12452 one-argument function, and efmt may be a two-argument function.
12453 (Radio tables): Document multiple destinations.
12454
12455 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
12456
12457 * org/org-agenda.el (org-add-to-diary-list): New function.
12458 (org-prefix-has-effort): New variable.
12459 (org-sort-agenda-noeffort-is-high): New option.
12460 (org-agenda-columns-show-summaries)
12461 (org-agenda-columns-compute-summary-properties): New options.
12462 (org-format-agenda-item): Compute the duration of the item.
12463 (org-agenda-weekend-days): New variable.
12464 (org-agenda-list, org-timeline): Use the proper faces for dates in
12465 the agenda and timeline buffers.
12466 (org-agenda-archive-to-archive-sibling): New command.
12467 (org-agenda-start-with-clockreport-mode): New option.
12468 (org-agenda-clockreport-parameter-plist): New option.
12469 (org-agenda-clocktable-mode): New variable.
12470 (org-agenda-deadline-leaders): Allow a function value for the
12471 deadline leader.
12472 (org-agenda-get-deadlines): Deal with new function value.
12473
12474 * org/org-clock.el (org-clock): New customization group.
12475 (org-clock-into-drawer, org-clock-out-when-done)
12476 (org-clock-in-switch-to-state, org-clock-heading-function):
12477 Move into the new group.
12478 (org-clock-out-remove-zero-time-clocks): New option.
12479 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12480 (org-dblock-write:clocktable): Allow a Lisp form for the scope
12481 parameter.
12482 (org-dblock-write:clocktable): Fix bug with total time calculation.
12483 (org-dblock-write:clocktable): Request the unrestricted list of files.
12484 (org-get-clocktable): New function.
12485 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12486 be strings but also integers (an absolute day number) and lists (m d y).
12487
12488 * org/org-colview.el (org-columns-next-allowed-value)
12489 (org-columns-edit-value): Limit the effort for updating in the
12490 agenda to recomputing a single file.
12491 (org-columns-compute): Only write property value if it has changed.
12492 This avoids raising the buffer-change-flag unnecessarily.
12493 (org-agenda-colview-summarize)
12494 (org-agenda-colview-compute): New functions.
12495 (org-agenda-columns): Call `org-agenda-colview-summarize'.
12496
12497 * org/org-exp.el (org-export-run-in-background): New option.
12498 (org-export-icalendar): Allow a batch process to trigger waiting
12499 after executing a system command.
12500 (org-export-preprocess-string): Rename from
12501 `org-cleaned-string-for-export'.
12502 (org-export-html-style): Made target class look like normal text.
12503 (org-export-as-html): Make use of the better preprocessing in
12504 `org-cleaned-string-for-export'.
12505 (org-cleaned-string-for-export): Better treatment of heuristic
12506 targets, many more internal links will now work in HTML export.
12507 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12508 (org-export-inbuffer-options-extra): New variable.
12509 (org-export-options-filters): New hook.
12510 (org-infile-export-plist): Find also the settings keywords in
12511 `org-export-inbuffer-options-extra'.
12512 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12513 multiple #+INFOJS_OPT lines.
12514 (org-export-html-handle-js-options): New function.
12515 (org-export-html-infojs-setup): New option.
12516 (org-export-as-html): Call `org-export-html-handle-js-options'.
12517 Add autoload to all entry points.
12518 (org-skip-comments): Function removed.
12519
12520 * org/org-table.el (org-table-make-reference): Extra parenthesis
12521 around single fields, to make sure that algebraic formulas get
12522 correctly interpreted by calc.
12523 (org-table-current-column): No longer interactive.
12524
12525 * org/org-export-latex.el (org-export-latex-preprocess):
12526 Rename from `org-export-latex-cleaned-string'.
12527
12528 2008-04-27 Bastien Guerry <bzg@altern.org>
12529
12530 * org/org-publish.el (org-publish-get-base-files-1): New function.
12531 (org-publish-get-base-files): Use it.
12532 (org-publish-temp-files): New variable.
12533 Don't require 'dired-aux anymore.
12534 (org-publish-initial-buffer): New variable.
12535 (org-publish-org-to, org-publish): Use it.
12536 (org-publish-get-base-files-1): Bug fix: get
12537 the proper list of files when recursing thru a directory.
12538 (org-publish-get-base-files): Use the :exclude property to skip
12539 both files and directories.
12540
12541 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12542
12543 * net/tramp.el (tramp-handle-make-symbolic-link)
12544 (tramp-handle-file-name-directory)
12545 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12546 (tramp-do-copy-or-rename-file-directly)
12547 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12548 (tramp-handle-substitute-in-file-name)
12549 (tramp-handle-insert-file-contents, tramp-handle-write-region)
12550 * net/tramp-cache.el (tramp-get-file-property)
12551 (tramp-set-file-property, tramp-flush-file-property)
12552 (tramp-flush-directory-property)
12553 * net/tramp-compat.el (tramp-compat-make-temp-file)
12554 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12555 Disable `file-name-handler-alist' when handling localname.
12556 It could have a remote file syntax, like a VMS file name.
12557
12558 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12559
12560 * whitespace.el: New version 11.1.
12561 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12562 enclosed by \\( and \\)$. Docstring fix.
12563 (whitespace-trailing-regexp): Fun removed.
12564 (whitespace-report-list): Const initialization fix.
12565 (whitespace-color-on): Code fix.
12566
12567 2008-04-27 Andreas Schwab <schwab@suse.de>
12568
12569 * Makefile.el: Unbreak bootstrap.
12570
12571 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12572
12573 * net/tramp.el (tramp-replace-environment-variables): New defun.
12574 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12575 Use it.
12576
12577 2008-04-27 Glenn Morris <rgm@gnu.org>
12578
12579 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12580
12581 * calculator.el (calculator-expt): Replace cl function `oddp'.
12582
12583 2008-04-27 Johan Bockgård <bojohan@gnu.org>
12584
12585 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12586 Simplify. Collect `defun' and `autoload' entries.
12587 Avoid modifying load-history.
12588
12589 2008-04-26 Glenn Morris <rgm@gnu.org>
12590
12591 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12592
12593 * simple.el (quoted-insert, zap-to-char): Revert previous change.
12594
12595 2008-04-26 John Paul Wallington <jpw@pobox.com>
12596
12597 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12598 `hexl-mode-old-eldoc-documentation-function'.
12599 (hexl-mode-exit): Restore it.
12600 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12601
12602 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12603
12604 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12607 (completion-pcm--all-completions): Doc fix.
12608 (completion-styles-alist, completion-all-completions):
12609 Fix typos in docstrings.
12610
12611 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12612
12613 * whitespace.el: There is now only one variable (whitespace-style) to
12614 specify which kind of blank is visualized. Doc and docstring fix.
12615 New version 11.0.
12616 (whitespace-style): New option, replace whitespace-style-mark and
12617 whitespace-style-color.
12618 (whitespace-style-mark, whitespace-style-color): Options removed.
12619 (whitespace-hspace, whitespace-tab, whitespace-newline)
12620 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12621 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12622 (whitespace-hspace-regexp, whitespace-space-regexp)
12623 (whitespace-tab-regexp, whitespace-trailing-regexp)
12624 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12625 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12626 (whitespace-space-after-tab-regexp, whitespace-line-column)
12627 (whitespace-display-mappings, whitespace-report): Docstring fix.
12628 (whitespace-color-value-list, whitespace-mark-value-list)
12629 (whitespace-active-color, whitespace-active-mark)
12630 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12631 (whitespace-style-value-list, whitespace-active-style)
12632 (whitespace-toggle-style): New vars.
12633 (whitespace-toggle-option-alist, whitespace-help-text):
12634 Var initialization and docstring fix.
12635 (whitespace-toggle-options, global-whitespace-toggle-options)
12636 (whitespace-cleanup, whitespace-cleanup-region)
12637 (whitespace-report-region, whitespace-interactive-char)
12638 (whitespace-toggle-list): Docstring and code fix.
12639 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12640 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12641 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12642 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12643
12644 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12645
12646 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12647 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12648 (diff-sanity-check-hunk): Adjust code accordingly.
12649
12650 2008-04-26 Glenn Morris <rgm@gnu.org>
12651
12652 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12653
12654 * forms-d2.dat: Move to ../etc.
12655 * forms-d2.el (forms-file): Adapt for above change.
12656
12657 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12658 `translation-table-for-input'.
12659
12660 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12661 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12662
12663 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12664 to punctuation now it's not needed for abbrevs.
12665 (fortran-mode-abbrev-table): Remove defvar, make use of new
12666 define-abbrev-table :regexp feature.
12667
12668 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12669 insert, now that translation-table-for-input is not needed.
12670
12671 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12672
12673 * emacs-lisp/pp.el (pp-display-expression): New function,
12674 extracted from pp-eval-expression.
12675 (pp-eval-expression): Use pp-display-expression.
12676 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12677 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12678 (pp-eval-last-sexp): Use pp-last-sexp.
12679
12680 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12681
12682 * abbrev.el (define-abbrev-table): Apply props even if the table
12683 exists already.
12684
12685 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12686 various kinds of completion tables.
12687 (completion-emacs22-try-completion): Place cursor after the /, as was
12688 done in Emacs-22's minibuffer-complete-word.
12689 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12690 (completion-emacs22-try-completion): Merge all mergeable text rather
12691 than just /.
12692 (completion-pcm--delim-wild-regex): New var.
12693 (completion-pcm-word-delimiters): New custom.
12694 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12695 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12696 (completion-pcm--all-completions, completion-pcm-all-completions)
12697 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12698 (completion-pcm-try-completion): New functions.
12699 (completion-styles-alist): Add them.
12700 (completion-styles): Add it to the default.
12701
12702 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12703
12704 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12705 (gdb-var-create-handler): ...until here when there are values.
12706 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12707 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12708
12709 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12710
12711 * ls-lisp.el (ls-lisp-format): Fix last change.
12712 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12713 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12714 (ls-lisp-filesize-f-fmt): New defvars.
12715 (ls-lisp-insert-directory): Dynamically compute format specifiers
12716 for displaying UID, GID, and file size, and store them in the
12717 above variables.
12718 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12719 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12720 instead of constant format strings.
12721 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12722 ls-lisp-filesize-d-fmt instead of constant format strings.
12723
12724 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12725
12726 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12727 value of addresses rather than (partial) string value.
12728 (gdb-frame-handler): Change regexp according to above change.
12729 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12730 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12731 (gdb-assembler-mode): Disable undo in these buffers.
12732
12733 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12734
12735 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12736 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12737
12738 2008-04-24 Sam Steingold <sds@gnu.org>
12739
12740 * textmodes/remember.el (remember-diary-extract-entries): Use
12741 diary-make-entry instead of the obsolete make-diary-entry.
12742
12743 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12744
12745 * subr.el (translation-table-for-input): Mark as obsolete.
12746
12747 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12748
12749 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12750
12751 * textmodes/ispell.el (ispell-dictionary-alist-1)
12752 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12753 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12754 (ispell-dictionary-alist-6): Remove.
12755 (ispell-dictionary-base-alist): New var, merges the above.
12756 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12757 Use it.
12758 (ispell-dictionary-alist): Default to nil. Remove autoload.
12759 (ispell-local-dictionary-alist): Remove autoload.
12760
12761 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12762 (f90-mode-abbrev-table): Use the new :regexp feature.
12763 Merge defvar and mapc into define-abbrev-table.
12764 (f90-imenu-type-matcher): Remove unused `l'.
12765 (f90-imenu-generic-expression): Remove unused `not-ib'.
12766 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12767 (f90-change-keywords): Use restore-buffer-modified-p.
12768
12769 2008-04-24 Glenn Morris <rgm@gnu.org>
12770
12771 * net/goto-addr.el (goto-address-prog-mode):
12772 * progmodes/bug-reference.el (bug-reference-prog-mode):
12773 Define for compiler.
12774
12775 * minibuffer.el (x-file-dialog): Declare as function.
12776
12777 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12778 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12779
12780 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12781 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12782 work with easymenu. Add :keys where needed.
12783
12784 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12785 event-start is nil.
12786
12787 * calendar/calendar.el (calendar-mode-map): Fix typo.
12788
12789 2008-04-24 Tom Tromey <tromey@redhat.com>
12790
12791 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12792 Document keywords. Add :suppress.
12793 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12794
12795 * net/goto-addr.el (goto-address-unfontify): New function.
12796 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12797 (goto-address-fontify-region, goto-address-mode)
12798 (goto-address-prog-mode): New functions.
12799
12800 * progmodes/bug-reference.el: New file.
12801
12802 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12803
12804 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12805
12806 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12807
12808 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12809 macros within lambdas.
12810
12811 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12812
12813 * minibuffer.el (completion-try-completion): Add `point' argument.
12814 Change return value.
12815 (completion-all-completions): Add `point' argument.
12816 (minibuffer-completion-help): Pass the new `point' argument.
12817 (completion--do-completion): Pass the whole field to try-completion.
12818 (completion--try-word-completion): Rewrite, making fewer assumptions.
12819 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12820 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12821 (completion-basic-try-completion, completion-basic-all-completions):
12822 New functions.
12823 (completion-styles-alist): Use them.
12824
12825 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12826
12827 * textmodes/ispell.el (ispell-set-spellchecker-params):
12828 New function to make sure right params and dictionary alists are used
12829 after spellchecker changes.
12830 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12831 (ispell-initialize-spellchecker-hook): New variables and hook.
12832 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12833 (ispell-maybe-find-aspell-dictionaries): Remove.
12834 Calls replaced by (ispell-set-spellchecker-params) calls.
12835 (ispell-have-aspell-dictionaries): Remove.
12836
12837 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12838 by ispell-set-spellchecker-params.
12839
12840 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12841
12842 * complete.el (PC-do-completion): Be more robust in the presence of
12843 unexpected values in minibuffer-completion-predicate.
12844
12845 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12846 Only abbreviate default-filename if it's a file.
12847
12848 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12849 (read-file-name-completion-ignore-case, insert-default-directory):
12850 New vars, moved from fileio.c.
12851 (read-file-name): New fun, moved from fileio.c.
12852 * cus-start.el: Remove insert-default-directory and
12853 read-file-name-completion-ignore-case.
12854
12855 2008-04-23 Magnus Henoch <mange@freemail.hu>
12856
12857 * tar-mode.el (tar-untar-buffer): If the entry has directory
12858 link type, extract it as a directory even if its file name doesn't
12859 end with a slash. Fixes extraction of NetBSD tar archives.
12860
12861 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12862
12863 * server.el (server-start): Also don't get confused by CRs since we
12864 don't quote them.
12865
12866 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12867
12868 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12869 (gdb-set-gud-minor-mode-existing-buffers)
12870 (gdb-info-breakpoints-custom, gdb-get-location)
12871 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12872 Previously gdb-create-define-alist wasn't always run and added to
12873 after-save-hook.
12874
12875 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12876
12877 2008-04-23 Kevin Ryde <user42@zip.com.au>
12878
12879 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12880 comments like unindented ones.
12881
12882 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12883
12884 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12885 parameter origins.
12886
12887 2008-04-23 Kevin Ryde <user42@zip.com.au>
12888
12889 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12890 Bind print-level to ensure output forms aren't truncated if
12891 print-level is set to eval-expression-print-level when going via
12892 eval-defun and friends, or has been otherwise fiddled with.
12893
12894 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12895
12896 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12897 font-lock-extend-after-change-region-function globally.
12898
12899 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12900
12901 * speedbar.el (speedbar-use-tool-tips-flag)
12902 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12903 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12904 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12905 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12906 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12907 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12908 (speedbar-separator-face): Fix typos in docstrings.
12909 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12910 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12911 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12912 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12913 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12914 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12915 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12916 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12917 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12918 (speedbar-recenter): Doc fixes.
12919 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12920 declaration and remove redundant info in docstring.
12921
12922 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12923
12924 * vc-git.el (vc-git-status-printer): Deal with directories.
12925
12926 * vc.el (vc-next-action): Look at more than the first file to
12927 determine the state.
12928
12929 2008-04-23 Glenn Morris <rgm@gnu.org>
12930
12931 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12932 timers. Doc fix.
12933 (dframe-update-speed): Drop support for XEmacs < 20.
12934 (dframe-frame-mode): Drop support for Emacs < 20.
12935 (dframe-set-timer-internal): Drop support for Emacs without timers.
12936 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12937
12938 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12939 versions. Add doc-string. Mark as obsolete.
12940
12941 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12942
12943 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12944 rather than using an Emacs version test.
12945
12946 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12947 rather than an Emacs version test.
12948
12949 * calendar/cal-china.el (holiday-chinese-qingming)
12950 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12951 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12952 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12953
12954 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12955
12956 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12957 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12958 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12959
12960 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12961
12962 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12963 (gdb-previous-frame-pc-address): ...to this.
12964 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12965 of "info frame" with Gdb 6.4+.
12966 (gdb-stack-list-frames-regexp): New regexp.
12967 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12968
12969 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12970
12971 * tar-mode.el (tar-prefix-offset): New constant.
12972 (tar-header-block-tokenize): Support paths with long names
12973 which use the "ustar" standard.
12974
12975 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12976
12977 * image-dired.el (image-dired-track-original-file)
12978 (image-dired-modify-mark-on-thumb-original-file):
12979 Use `dired-goto-file' instead of `search-forward'. This solves
12980 a bug with finding files where the file name is a subset of other
12981 file names. Doc fix.
12982
12983 2008-04-22 Juri Linkov <juri@jurta.org>
12984
12985 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12986 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12987 (yank-menu-length): Change group name `mouse' to `menu'.
12988 (buffers-menu-buffer-name-length): New user option.
12989 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12990 instead of the hard-coded number 27.
12991
12992 2008-04-22 Juri Linkov <juri@jurta.org>
12993
12994 * isearch.el (eval-when-compile): Require `help-macro'.
12995 (isearch-help-for-help-internal): Isearch specific Help screen
12996 created by `make-help-screen'.
12997 (isearch-help-map): New variable that binds "b", "k", "m" to
12998 isearch-specific commands, and binds other keys to
12999 isearch-other-control-char, thus allowing other Help keys to
13000 exit isearch mode and execute their global definitions.
13001 (isearch-help-for-help, isearch-describe-bindings)
13002 (isearch-describe-key, isearch-describe-mode): New commands.
13003 (isearch-mode-help): Define alias to isearch-describe-mode
13004 and remove its old function definition.
13005 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
13006 Remove old comments because this issue is settled now.
13007 (isearch-forward): Describe three new Help commands in the docstring.
13008 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
13009 leave the single sentence at the first line of the docstring,
13010 and prepend the word "function" before `isearch-forward'
13011 to make the Help link to the function instead of variable.
13012
13013 2008-04-22 Juri Linkov <juri@jurta.org>
13014
13015 * isearch.el (isearch-success-function): New variable with default
13016 to `isearch-success-function-default'.
13017 (isearch-search): Call a function from `isearch-success-function'
13018 instead of calling the hard-coded `isearch-range-invisible'.
13019 (isearch-success-function-default): New function that calls
13020 `isearch-range-invisible' and inverts its return value.
13021
13022 * info.el (Info-search): In two similar places that skip
13023 undesired search matches move code to Info-search-success-function,
13024 and call `isearch-success-function' instead.
13025 (Info-search-success-function): New function copied from code
13026 in Info-search. Replace isearch-range-invisible with
13027 text-property-not-all that checks for 'invisible and 'display
13028 properties to skip partially invisible matches (whose display
13029 properties were set by Info-fontify-node).
13030 (Info-mode): Set buffer-local isearch-success-function
13031 to Info-search-success-function.
13032
13033 2008-04-22 Juri Linkov <juri@jurta.org>
13034
13035 * minibuffer.el (internal-complete-buffer-except): New function.
13036
13037 * files.el (read-buffer-to-switch): New function.
13038 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
13039 Change interactive spec to call read-buffer-to-switch instead of
13040 using the letter "B".
13041
13042 * simple.el (minibuffer-default-add-shell-commands): New function.
13043 Use declare-function for mailcap-file-default-commands from "mailcap".
13044 (shell-command): Set local minibuffer-default-add-function to
13045 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
13046 before calling read-shell-command. Set 4th arg default-value of
13047 read-shell-command to relative buffer-file-name in file buffers.
13048
13049 * dired-aux.el (dired-read-shell-command-default): Move it to
13050 gnus/mailcap.el and change its name to more general name
13051 mailcap-file-default-commands.
13052 (minibuffer-default-add-dired-shell-commands): New function.
13053 Use declare-function for mailcap-file-default-commands from "mailcap".
13054 (dired-read-shell-command): Set local minibuffer-default-add-function
13055 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
13056 before calling read-shell-command. Remove dired-read-shell-command-default
13057 from the default value arg because default values are not set in
13058 minibuffer-default-add-dired-shell-commands. Doc fix.
13059
13060 * dired-x.el (dired-smart-shell-command): Sync arguments and
13061 interactive spec with changes in `shell-command'.
13062 Use dired-get-filename to get the dired file name at point
13063 as the default value in dired mode.
13064
13065 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
13066
13067 * info.el (Info-complete-menu-item): Add missing parenthesis.
13068
13069 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
13070
13071 * info.el (Info-complete-menu-item): Save point.
13072
13073 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
13074
13075 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
13076
13077 2008-04-22 Andreas Schwab <schwab@suse.de>
13078
13079 * Makefile.in (emacs-deps): Define.
13080 Use it instead of $(lisp)/subdirs.el.
13081
13082 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
13083
13084 * vc.el (vc-next-action): Do not consider directories when
13085 checking for state compatibility.
13086 (vc-transfer-file): Use when not if.
13087 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
13088 (vc-dir-mark-file): Use them.
13089 (vc-deduce-fileset): Also return the backend.
13090 (vc-diff-internal): Take as argument the value returned by
13091 vc-deduce-fileset instead of just the fileset.
13092 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
13093 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
13094 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
13095
13096 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
13097
13098 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
13099 set-window-vscroll but image-scroll-down. Fixes a bug where a
13100 command following SPC scrolled up again.
13101
13102 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
13103
13104 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
13105 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
13106 (gud-watch): Add "$" prefix when in registers buffer.
13107
13108 2008-04-22 Glenn Morris <rgm@gnu.org>
13109
13110 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13111
13112 * whitespace.el (whitespace-display-table)
13113 (whitespace-display-table-was-local): Move definitions before use.
13114
13115 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13116 (copyright-limit): Respect copyright-at-end-flag.
13117 (copyright-re-search, copyright-start-point)
13118 (copyright-offset-too-large-p): New functions.
13119 (copyright-update-year): Use copyright-re-search.
13120 (copyright-update, copyright-fix-years): Use copyright-start-point,
13121 and copyright-re-search.
13122 (copyright): Use copyright-offset-too-large-p.
13123 * add-log.el (change-log-mode): Set copyright-at-end-flag.
13124
13125 * add-log.el (top-level): Require 'cl when compiling.
13126
13127 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13128
13129 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13130 Treat minibuffer-completion-predicate as a predicate.
13131
13132 * minibuffer.el (completion--file-name-table): Accept both the old
13133 `dir' arg or the new `pred' arg.
13134
13135 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13136 `predicate' argument to pass non-predicate data.
13137 (ffap-read-url-internal, ffap-read-file-or-url-internal):
13138 Use second arg as proper predicate.
13139
13140 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13141 (vc-bzr-revision-completion-table): Use completion-table-with-context
13142 instead.
13143
13144 * simple.el (choose-completion-string): Use minibuffer-completion-table.
13145
13146 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
13147
13148 * term.el (term-emulate-terminal): Perform redisplay after the
13149 process filter has finished running.
13150
13151 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13152
13153 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13154
13155 * minibuffer.el (completion-try-completion): Change magic symbol
13156 property name. Rename from minibuffer-try-completion.
13157 (completion-all-completions): Rename from minibuffer-all-completions.
13158 Remove hide-spaces argument.
13159 (completion--do-completion): Rename from minibuffer--do-completion.
13160 (minibuffer-complete-and-exit): Call just try-completion rather than
13161 completion-try-completion to fix up the case.
13162 (completion--try-word-completion): Try to add space or hyphen before
13163 making `string' a prefix of `completion'.
13164 (completion--insert-strings): Rename from minibuffer--insert-strings.
13165
13166 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13167
13168 * net/tls.el (tls-program): Add -ign_eof argument to call the
13169 openssl commands.
13170 (tls-checktrust): Ditto.
13171
13172 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
13173
13174 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13175
13176 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13177 (vc-check-master-templates, vc-file-not-found-hook)
13178 (vc-kill-buffer-hook):
13179 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13180 (vc-find-position-by-context, vc-buffer-context)
13181 (vc-restore-buffer-context, vc-responsible-backend)
13182 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13183 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13184 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13185 (vc-version-diff, vc-diff, vc-insert-headers)
13186 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13187 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13188 (vc-revert, vc-rollback, vc-version-backup-file)
13189 (vc-rename-master, vc-delete-file, vc-rename-file)
13190 (vc-branch-part, vc-default-retrieve-snapshot)
13191 (vc-annotate-display-autoscale, vc-annotate-display-select)
13192 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13193 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13194 (vc-dir-update): Handle directories.
13195 (vc-default-status-printer): Simplify.
13196
13197 * progmodes/asm-mode.el (asm-mode-map):
13198 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13199
13200 * progmodes/m4-mode.el (m4-mode-map): Add menu.
13201
13202 2008-04-21 Kenichi Handa <handa@m17n.org>
13203
13204 * select.el (xselect-convert-to-string): Send a C_STRING only if
13205 the polymorphic target TEXT is requested.
13206
13207 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
13208
13209 * minibuffer.el (completion-setup-hook, display-completion-list)
13210 (completion--file-name-table): Fix typos in docstrings.
13211 (completion-table-dynamic): Fix typo, and reflow docstring.
13212
13213 2008-04-20 Andreas Schwab <schwab@suse.de>
13214
13215 * server.el (server-switch-buffer): Also consider clients in the
13216 selected frame.
13217
13218 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
13219
13220 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13221 Select window clicked on first.
13222 (gdb): Display thread number in mode-line.
13223 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13224 (gdb-breakpoints-header): New variable.
13225 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13226
13227 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13228
13229 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
13230 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13231 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13232 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13233 (vc-sccs-print-log): Use it.
13234
13235 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13236
13237 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13238 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13239
13240 * tooltip.el (tooltip-previous-message): New var.
13241 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13242 the C code (avoid overwriting a minibuffer, restore previous echo
13243 message, ...).
13244 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13245 Simplify.
13246
13247 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
13248
13249 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13250 (gdb-init-1): Initialise it.
13251 (gdb-annotation-rules): New entry for "new-thread".
13252 (gdb-thread-identification): New function to customize
13253 mode-line-buffer-identification.
13254 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13255 (gdb-assembler-mode): Use it.
13256 (gdb-threads-mode): Force "info threads" onto queue.
13257
13258 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13259
13260 * files.el (locate-file-completion-table): Rename from
13261 locate-file-completion and make it use `pred' in the normal way.
13262 (locate-file-completion): New compatibility wrapper.
13263 (load-library): Use locate-file-completion-table.
13264 * finder.el (finder-commentary):
13265 * subr.el (locate-library):
13266 * emacs-lisp/find-func.el (find-library): Likewise.
13267 * info.el: Use with-current-buffer and inhibit-read-only.
13268 (Info-read-node-name-2): Change to use `predicate' in the normal way.
13269 (Info-read-node-name-1): Adjust uses accordingly.
13270
13271 * minibuffer.el (completion-table-with-context): Add support for `pred'.
13272 (completion-table-with-terminator): Don't use complete-with-action
13273 since we have to distinguish all three cases anyway.
13274 (completion-table-with-predicate): New function.
13275 (dynamic-completion-table): Add obsolete alias.
13276
13277 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13278
13279 2008-04-18 Sam Steingold <sds@gnu.org>
13280
13281 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13282 Use quit-window instead of bury-buffer.
13283
13284 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13285
13286 * minibuffer.el (completion-table-with-terminator): Fix last fix.
13287
13288 2008-04-18 Andreas Schwab <schwab@suse.de>
13289
13290 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13291 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13292 Depend on $(lisp)/subdirs.el.
13293
13294 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
13295
13296 * descr-text.el (describe-char-after):
13297 Use `define-obsolete-function-alias'.
13298
13299 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13300
13301 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13302
13303 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13304 Remove redundant obsolescence info in docstring.
13305
13306 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13307 (vc-header-alist): Add WHEN to obsolescence declaration.
13308 (vc-state): Fix typo in docstring.
13309
13310 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13311 Use `define-obsolete-variable-alias'.
13312
13313 * emulation/tpu-edt.el (tpu-have-ispell):
13314 * international/codepage.el (codepage-setup):
13315 Fix typo in obsolescence declaration.
13316
13317 * international/mule.el (char-coding-system-table):
13318 Remove redundant obsolescence info in docstring.
13319 (charset-list, generic-char-p, set-char-table-default):
13320 Fix typos in obsolescence declarations.
13321
13322 * international/mule-diag.el (non-iso-charset-alist):
13323 Fix typo in obsolescence declaration.
13324 (decode-codepage-char): Remove redundant obsolescence info in docstring.
13325
13326 * font-core.el (font-lock-defaults-alist):
13327 * font-lock.el (font-lock-reference-face):
13328 * frame.el (screen-height, screen-width, set-screen-width)
13329 (set-screen-height):
13330 * hilit-chg.el (highlight-changes-initial-state):
13331 * isearch.el (isearch-return-char):
13332 * log-edit.el (cvs-commit-buffer-require-final-newline)
13333 (cvs-changelog-full-paragraphs):
13334 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13335 (mouse-popup-menubar-stuff):
13336 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13337 (mouse-wheel-click-button):
13338 * outline.el (outline-visible):
13339 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13340 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13341 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13342 * progmodes/compile.el (compile-internal):
13343 Add WHEN to obsolescence declarations.
13344
13345 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13346
13347 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13348 is not better anyway.
13349
13350 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13351
13352 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13353 properly.
13354
13355 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13356
13357 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13358 (python-use-skeletons): Remove, unused.
13359 (python-skeletons): Remove. Use the abbrev table instead.
13360 (python-mode-abbrev-table): Fix regexp;
13361 add enable-function and case-fixed.
13362 (def-python-skeleton): Simplify.
13363 (python-expand-template): Use the abbrev-table and abbrev-insert.
13364 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13365 Remove.
13366 (python-mode): Don't set pre-abbrev-expand-hook.
13367
13368 * skeleton.el: Set coding-tag.
13369
13370 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13371 (expand-abbrev): Use it.
13372 (abbrev-table-menu): New function.
13373
13374 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13375
13376 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13377
13378 2008-04-17 Sam Steingold <sds@gnu.org>
13379
13380 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13381 idiosyncratic bury-buffer/delete-window logic.
13382
13383 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
13384
13385 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13386 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13387
13388 2008-04-17 Kenichi Handa <handa@m17n.org>
13389
13390 * international/characters.el: Don't make the width of U+00AD to 0.
13391
13392 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
13393
13394 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13395 (gdb, gdb-starting, gdb-frames-mode): Use it.
13396 (gdb-invalidate-frames): Advise to call "info stack" only if
13397 execution has occurred.
13398 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13399 selected frame if no execution has occurred.
13400 (gdb-frames-force-update): New interactive function.
13401 (gdb-frames-mode-map): Bind it to "F".
13402
13403 2008-04-17 Michael Olson <mwolson@gnu.org>
13404
13405 * textmodes/remember.el (remember-version): Release Remember 2.0.
13406
13407 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
13408
13409 * textmodes/artist.el:
13410 * progmodes/vhdl-mode.el:
13411 * progmodes/verilog-mode.el:
13412 * progmodes/vera-mode.el:
13413 * progmodes/simula.el:
13414 * progmodes/ps-mode.el:
13415 * progmodes/cmacexp.el:
13416 * obsolete/hilit19.el:
13417 * emulation/viper.el:
13418 * ediff.el: Cleanup the bug-report email addresses and make sure the
13419 maintainer is still willing to handle bug reports.
13420
13421 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13422
13423 * vc.el (vc-dir-kill-query): Fix thinko.
13424
13425 2008-04-16 Glenn Morris <rgm@gnu.org>
13426
13427 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13428 by diary-sexp-entry.
13429
13430 2008-04-16 Markus Triska <markus.triska@gmx.at>
13431
13432 * proced.el (proced-command-alist): Add support for darwin.
13433
13434 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13435
13436 * proced.el (proced-mode): Redefine as just the major-mode.
13437 (proced): Separate it from proced-mode.
13438
13439 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13440
13441 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13442
13443 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13444 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
13445 `tab-width' setting from user. New version 10.0. Doc and docstring
13446 fix.
13447 (whitespace-style, whitespace-chars): Remove options.
13448 (whitespace-style-mark): New option, replace whitespace-style deleted
13449 option. Fix docstring.
13450 (whitespace-style-color): New option, replace whitespace-chars deleted
13451 option. Fix docstring.
13452 (whitespace-space, whitespace-hspace, whitespace-tab)
13453 (whitespace-newline, whitespace-trailing, whitespace-line)
13454 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13455 (whitespace-space-after-tab, whitespace-hspace-regexp)
13456 (whitespace-space-regexp, whitespace-tab-regexp)
13457 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13458 (whitespace-empty-at-eob-regexp, whitespace-line-column)
13459 (whitespace-toggle-option-alist): Fix docstring.
13460 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13461 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13462 docstring and initialization.
13463 (global-whitespace-mode): Autoloaded global minor mode.
13464 (whitespace-chars-value-list, whitespace-style-value-list)
13465 (whitespace-active-chars, whitespace-active-style)
13466 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13467 (whitespace-color-value-list): New var, replace
13468 whitespace-chars-value-list removed var.
13469 (whitespace-mark-value-list): New var, replace
13470 whitespace-style-value-list removed var.
13471 (whitespace-active-color): New var, replace whitespace-active-chars
13472 removed var.
13473 (whitespace-active-mark): New var, replace whitespace-active-style
13474 removed var.
13475 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13476 removed var.
13477 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13478 removed var.
13479 (whitespace-toggle-option-alist, whitespace-report-list)
13480 (whitespace-report-text, whitespace-help-text): Fix initialization.
13481 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13482 (whitespace-toggle-options, global-whitespace-toggle-options)
13483 (whitespace-cleanup-region, whitespace-report-region)
13484 (whitespace-interactive-char): Fix docstring and code.
13485 (whitespace-cleanup, whitespace-report): Fix docstring.
13486 (whitespace-replace-spaces-by-tabs): Remove fun.
13487 (whitespace-replace-action): New fun, replace
13488 whitespace-replace-spaces-by-tabs removed fun.
13489 (whitespace-regexp, whitespace-indentation-regexp)
13490 (whitespace-space-after-tab-regexp, whitespace-insert-value)
13491 (whitespace-kill-buffer): New funs.
13492 (whitespace-insert-option-mark, whitespace-help-on)
13493 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13494 (whitespace-color-on, whitespace-color-off)
13495 (whitespace-display-char-on): Fix code.
13496
13497 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13498
13499 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13500 (mouse-throw-magnifier-with-mouse-movement): Remove.
13501 (mouse-throw-magnifier-base): New const.
13502 (mouse-drag-scroll-delta): New fun.
13503 (mouse-drag-throw): Use it.
13504
13505 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
13506
13507 * international/uni-bidi.el, international/uni-category.el:
13508 * international/uni-combining.el, international/uni-comment.el:
13509 * international/uni-decimal.el, international/uni-decomposition.el:
13510 * international/uni-digit.el, international/uni-lowercase.el:
13511 * international/uni-mirrored.el, international/uni-name.el:
13512 * international/uni-numeric.el, international/uni-old-name.el:
13513 * international/uni-titlecase.el, international/uni-uppercase.el:
13514 * international/charprop.el: Regenerate.
13515
13516 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
13517
13518 * vc.el (vc-status-fileinfo): Add new member directoryp.
13519 (vc-default-status-printer): Print directories.
13520 (vc-status-update): Sort files before subdirectories.
13521
13522 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13523 Add alternative implementation based on "cvs update".
13524
13525 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
13526
13527 * doc-view.el: Changed requirements section to tell that only one
13528 of dvipdf or dvipdfm is needed.
13529 (doc-view-already-converted-p): Fix bug that forced reconversion
13530 if doc was already converted.
13531
13532 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13533
13534 * minibuffer.el (minibuffer-message):
13535 Make sure we can put-text-property.
13536
13537 * emacs-lisp/crm.el: Complete rewrite.
13538
13539 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13540 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13541 case of an error in display-completion-list.
13542
13543 * filecache.el (file-cache-completions-keymap): Move init from
13544 file-cache-completion-setup-function into declaration.
13545 (file-cache-minibuffer-complete): Simplify.
13546 (file-cache-completion-setup-function): Use standard-output,
13547 preserve current-buffer.
13548
13549 * vc.el (vc-status-update): Fix typo.
13550 (vc-status-update): Set needs-update.
13551 (vc-status-refresh): η-reduce.
13552
13553 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13554
13555 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13556 to image-eol.
13557
13558 2008-04-14 Alexandre Julliard <julliard@winehq.org>
13559
13560 * vc.el (vc-status-update): Undo the previous revert.
13561
13562 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13563
13564 * minibuffer.el (completion-table-with-terminator): Those completions
13565 are never valid w.r.t test-completion.
13566 (completion--file-name-table):
13567 Check completion-all-completions-with-base-size.
13568
13569 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13570
13571 * doc-view.el (doc-view-dvipdf-program): New variable.
13572 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13573 (doc-view-mode-p): Check for doc-view-dvipdf-program as
13574 alternative for doc-view-dvipdfm-program.
13575 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13576
13577 * doc-view.el (doc-view-start-process): Don't set
13578 default-directory to "~/" if the current value is valid.
13579 This broke PS files that run other files in the same directory.
13580
13581 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
13582
13583 * vc.el (vc-status-kill-query): New function.
13584 (vc-status-mode): Add it to kill-buffer-query-functions.
13585 (vc-status-show-fileentry): New function.
13586 (vc-status-menu-map): Bind it. Bind vc-next-action.
13587
13588 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13589
13590 * minibuffer.el (minibuffer-message): Put cursor at the right place.
13591
13592 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13593
13594 * proced.el (proced-send-signal): Fix error recognition.
13595
13596 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13597
13598 * proced.el (proced-command-alist): Remove sort column.
13599 (proced-command, proced-procname-column):
13600 Use make-variable-buffer-local.
13601 (proced-signal-function): Rename from proced-kill-program.
13602 Allow for elisp symbols and string values representing system calls.
13603 (proced-marker-regexp, proced-success-message): New functions.
13604 (proced): Use defalias. Add autoload cookie.
13605 (proced-unmark-backward, proced-toggle-marks)
13606 (proced-hide-processes): New commands.
13607 (proced-do-mark): Simplify code.
13608 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13609 (proced-update): Remove sorting.
13610 (proced-send-signal): Display number of processes to operate on.
13611 Allow for system calls or elisp functions to send signals.
13612 Check if signal was sent successfully.
13613
13614 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13615
13616 * minibuffer.el (completion-all-completion-with-base-size): New var.
13617 (completion--some): New function.
13618 (completion-table-with-context, completion--file-name-table):
13619 Return the base-size if requested.
13620 (completion-table-in-turn): Generalize to multiple arguments.
13621 (complete-in-turn): Compatibility alias.
13622 (completion-styles-alist): New var.
13623 (completion-styles): New customization.
13624 (minibuffer-try-completion, minibuffer-all-completions):
13625 New functions.
13626 (minibuffer--do-completion, minibuffer-complete-and-exit)
13627 (minibuffer-try-word-completion): Use them.
13628 (display-completion-list, minibuffer-completion-help): Use them.
13629 Handle all-completions's new base-size info to set completion-base-size.
13630 * info.el (Info-read-node-name-1): Use completion-table-with-context,
13631 completion-table-with-terminator and complete-with-action.
13632 Remove the now obsolete completion-base-size-function property.
13633 * simple.el (completion-list-mode-map): Move init into declaration.
13634 (completion-list-mode): Use define-derived-mode.
13635 (completion-setup-function): Use any completion-base-size that may
13636 have been set before. Remove handling of completion-base-size-function.
13637 * loadup.el: Move abbrev.el up earlier.
13638
13639 2008-04-13 Alexandre Julliard <julliard@winehq.org>
13640
13641 * vc-git.el (vc-git-after-dir-status-stage)
13642 (vc-git-dir-status-goto-stage): New functions.
13643 (vc-git-after-dir-status-stage1)
13644 (vc-git-after-dir-status-stage1-empty-db)
13645 (vc-git-after-dir-status-stage2): Remove, functionality moved
13646 into the new generic stage functions.
13647 (vc-git-dir-status-files): New function.
13648
13649 * vc.el (vc-status-update): Revert an incorrect rewrite.
13650 Add some comments.
13651 (vc-status-refresh-files): New function.
13652 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13653 state of up-to-date files.
13654 (vc-default-dir-status-files): New function.
13655
13656 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
13657
13658 * minibuffer.el (completion--embedded-envvar-table)
13659 (read-file-name-internal): Fix typos in 2008-04-11 change.
13660
13661 * faces.el (read-face-name): Use `completion-table-in-turn',
13662 not `complete-in-turn'.
13663
13664 2008-04-13 Andreas Schwab <schwab@suse.de>
13665
13666 * progmodes/etags.el: Require 'cl when compiling.
13667
13668 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13669
13670 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13671
13672 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13673 (menu): Add/expand menu tooltips.
13674
13675 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13676
13677 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13678 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13679
13680 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13681 considered registered.
13682
13683 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13684
13685 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13686
13687 * ediff-wind.el (ediff-split-window-function)
13688 (ediff-merge-split-window-function): Improve custom type.
13689
13690 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13691
13692 * loadup.el ("minibuffer"): Move after "faces".
13693
13694 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13695
13696 * progmodes/hideif.el (hif-factor): Handle unary minus.
13697
13698 2008-04-12 Glenn Morris <rgm@gnu.org>
13699
13700 * calendar/cal-china.el (chinese-calendar-time-zone):
13701 Mark obsolete name as risky too.
13702
13703 * calendar/calendar.el (calendar-faces): New custom group.
13704 (calendar-today, diary, holiday): Doc fix.
13705 Move to calendar-faces group.
13706 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13707 (diary-button): Doc fix. Move to calendar-faces group.
13708
13709 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13710 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13711 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13712 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13713 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13714 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13715 not in dumped files before the associated defcustom.
13716
13717 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13718
13719 * minibuffer.el (lazy-completion-table): Fix debug spec.
13720
13721 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * minibuffer.el (complete-with-action, lazy-completion-table):
13724 Move from subr.el.
13725 (apply-partially, completion-table-dynamic)
13726 (completion-table-with-context, completion-table-with-terminator)
13727 (completion-table-in-turn): New funs.
13728 (completion--make-envvar-table, completion--embedded-envvar-table):
13729 New funs.
13730 (read-file-name-internal): Use them.
13731 (completion-setup-hook): Move from simple.el.
13732 * subr.el (complete-with-action, lazy-completion-table):
13733 * simple.el (completion-setup-hook): Move to minibuffer.el.
13734
13735 2008-04-11 Glenn Morris <rgm@gnu.org>
13736
13737 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13738
13739 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13740
13741 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13742
13743 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13744
13745 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13746 (fill-forward-paragraph): New fun.
13747 (fill-paragraph, fill-region): Use it.
13748
13749 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13750 (vc-status-create-fileinfo): Make `extra' optional.
13751 (vc-status-busy): New fun.
13752 (vc-status-menu-map): Use it.
13753 (vc-status-crt-marked): Remove.
13754 (vc-status-update): Rename from vc-status-add-entries.
13755 Add argument so as to prevent addition of entries. Rewrite.
13756 (vc-update-vc-status-buffer): Remove.
13757 (vc-status-refresh): Don't remove old entries, set them to
13758 up-to-date instead. Also do it after the update is complete.
13759 (vc-status-marked-files): η-reduce.
13760
13761 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13762 for non-dialogs.
13763
13764 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13765
13766 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13767
13768 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13769
13770 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13771 to t and don't truncate msg.
13772
13773 2008-04-11 Glenn Morris <rgm@gnu.org>
13774
13775 * calendar/calendar.el (diary, holidays):
13776 Move custom groups to other files.
13777 (holiday-general-holidays, holiday-oriental-holidays)
13778 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13779 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13780 (holiday-hebrew-holidays, holiday-christian-holidays)
13781 (holiday-islamic-holidays, holiday-bahai-holidays)
13782 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13783 * calendar/diary-lib.el: Move custom group here from calendar.el.
13784 * calendar/holidays.el: Move custom group and variables here
13785 from calendar.el.
13786
13787 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13788
13789 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13790 Fix custom group.
13791 (calendar-current-time-zone-cache): Autoload riskiness.
13792
13793 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13794
13795 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13796
13797 * woman.el (woman2-TH): Use string-equal instead of string-match.
13798
13799 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13800
13801 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13802 (smerge-resolve): Merge the "2-way refinement" case with one half of
13803 the "mere whitespace" resolution.
13804
13805 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13806
13807 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13808
13809 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13810
13811 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13812 Add WHEN to obsolescence declaration.
13813
13814 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13815
13816 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13817
13818 * vc-hooks.el (vc-state): Add new state `conflict'.
13819 (vc-after-save): Use when not if.
13820 (vc-default-mode-line-string): Deal with the conflict state.
13821 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13822
13823 * vc.el (vc-editable-p, vc-default-status-printer)
13824 (vc-next-action): Deal with the conflict state.
13825 (vc-mark-resolved): New function.
13826 (vc-status-mode): Fix mode name.
13827 (vc-default-comment-history): Use when not if.
13828 (Todo): Add new entries, remove old ones.
13829
13830 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13831 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13832 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13833 Detect the conflict state.
13834
13835 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13836
13837 2008-04-10 Glenn Morris <rgm@gnu.org>
13838
13839 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13840 Respect truncate-partial-width-windows in non-full windows,
13841 with regards to :toggle and :enable state.
13842
13843 * simple.el (toggle-truncate-lines): Doc fix.
13844
13845 * Makefile.in (MH_E_DIR): New variable.
13846 (MH_E_SRC): Restore variable removed 2008-03-13.
13847 (mh-loaddefs.el): Depend on $MH_E_SRC.
13848 (CAL_DIR, CAL_SRC): New variables.
13849 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13850 Depend on CAL_SRC.
13851
13852 * calendar/calendar.el (calendar, diary): Add :prefix.
13853 (holidays): Change :prefix.
13854 (calendar-today, holiday, calendar-holiday-marker)
13855 (european-calendar-style): Change custom groups.
13856
13857 * calendar/calendar.el (diary-hook, diary-display-hook):
13858 Move to diary-lib.el.
13859 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13860 Move here from calendar.el.
13861 * calendar/appt.el: Require diary-lib rather than calendar.
13862 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13863
13864 * calendar/appt.el (appt): Add :prefix.
13865
13866 * calendar/diary-lib.el (diary-hook): Doc fix.
13867 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13868
13869 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13872 New functions.
13873
13874 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13875 the arg to recursive calls.
13876
13877 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13878
13879 * minibuffer.el (completion-auto-help): Fix typo.
13880
13881 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13882
13883 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13884
13885 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13886
13887 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13888 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13889
13890 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13891
13892 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13893
13894 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13895 (completion-auto-help): Move from C code.
13896 (minibuffer--maybe-completion-help): Remove.
13897 (minibuffer--bitset): New function.
13898 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13899 Renumber a bit. Really complete on string *before* point.
13900 Add argument used for word-completion.
13901 Join trailing / in completion with following text, as done in
13902 minibuffer-complete-word.
13903 Handle new value `lazy' for completion-auto-help.
13904 (minibuffer-try-word-completion): New function extracted from
13905 minibuffer-complete-word.
13906 (minibuffer-complete-word): Use minibuffer--do-completion.
13907 (minibuffer--insert-strings): Rename from
13908 minibuffer-complete-insert-strings.
13909 (exit-minibuffer): Fix typo.
13910 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13911 * cus-start.el: Remove completion-auto-help.
13912
13913 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13914
13915 * vc.el (vc-status-add-entries): New function.
13916 (vc-status-add-entry): Remove.
13917 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13918 Use vc-status-add-entries.
13919
13920 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13921 order.
13922
13923 2008-04-09 Jason Rumney <jasonr@gnu.org>
13924
13925 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13926 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13927 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13928 (AUTOGENEL): New variable.
13929 (distclean, maintainer-clean): New targets.
13930
13931 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13932
13933 * emacs-lisp/regexp-opt.el (regexp-opt):
13934 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13935
13936 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13937
13938 * nxml/nxml-mode.el (nxml-cleanup): New function.
13939 (nxml-mode): Add it to change-major-mode-hook.
13940
13941 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13942
13943 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13944
13945 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13946
13947 * calc/.cvsignore: New file.
13948
13949 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13950
13951 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13952
13953 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13954 show-help-function when turning tooltip off.
13955 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13956 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13957
13958 2008-04-09 Alan Mackenzie <acm@muc.de>
13959
13960 * font-lock.el (font-lock-extend-after-change-region-function):
13961 Make it buffer local.
13962
13963 2008-04-09 Glenn Morris <rgm@gnu.org>
13964
13965 * calendar/calendar.el (diary-file, european-calendar-style):
13966 Remove autoload cookies.
13967
13968 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13969
13970 * outline.el (outline-mode-menu-bar-map):
13971 * log-view.el (log-view-mode-menu):
13972 * log-edit.el (log-edit-menu): Add :help.
13973
13974 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13975
13976 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13977 Use substring-no-properties for correct handling of unibyte strings.
13978
13979 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13980
13981 * add-log.el (change-log-next-buffer): Handle the case where version<
13982 signals an error.
13983
13984 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13985 mouse-major-mode-menu.
13986 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13987 (mouse-major-mode-menu, mouse-popup-menubar)
13988 (mouse-popup-menubar-stuff): Use them.
13989 (C-down-mouse-3): Bind to a dynamic map rather than to
13990 mouse-popup-menubar-stuff.
13991
13992 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13993 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13994
13995 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13996
13997 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13998 file:// access method.
13999
14000 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
14001
14002 * minibuffer.el: New file.
14003 * loadup.el: Load it.
14004
14005 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14006
14007 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
14008 rather than subdirs.el. It introduces an ugly circular dependency, tho.
14009
14010 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
14011 (calc-mode-map, calc-digit-map, calc-dispatch-map):
14012 Move initialization into declaration.
14013 * calc/calc-yank.el:
14014 * calc/calc-misc.el:
14015 * calc/calc-embed.el:
14016 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
14017
14018 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
14019
14020 * ps-samp.el (ps-add-printer, ps-remove-printer)
14021 (ps-make-dynamic-printer-menu): New functions.
14022
14023 * net/zeroconf.el: New file.
14024
14025 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
14028
14029 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
14030
14031 * vc-rcs.el (vc-rcs-modify-change-comment):
14032 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
14033
14034 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
14035
14036 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
14037
14038 * international/mule-cmds.el (set-locale-environment): Don't warn if
14039 coding system doesn't agree with system locale (this reverts changes
14040 by Dave Love, dated 2002-10-27 and 2002-10-09).
14041
14042 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14043 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
14044
14045 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
14046
14047 2008-04-08 Glenn Morris <rgm@gnu.org>
14048
14049 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
14050 * textmodes/remember.el (remember-diary-convert-entry):
14051 Require calendar.
14052
14053 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
14054 diary-file, since it is the default for make-diary-entry anyway.
14055
14056 * calendar/cal-menu.el (cal-menu-event-to-date):
14057 Rename calendar-event-to-date. Update callers.
14058 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
14059 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
14060 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
14061 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
14062 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
14063 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
14064 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
14065 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
14066 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
14067 (calendar-mouse-tex-month-landscape):
14068 Rename cal-tex-mouse-month-landscape.
14069 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
14070 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
14071 (calendar-mouse-tex-year-landscape):
14072 Rename cal-tex-mouse-year-landscape.
14073 (cal-menu-context-mouse-menu): Update for above name changes.
14074
14075 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14076 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14077 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
14078 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
14079 * calendar/holidays.el: Replace int-to-string with number-to-string.
14080
14081 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
14082
14083 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
14084 region if point moves.
14085
14086 2008-04-08 Kenichi Handa <handa@m17n.org>
14087
14088 * faces.el (font-slant-table): Change numeric values for `r',
14089 `roman', and `normal'.
14090
14091 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
14092
14093 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
14094
14095 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
14096
14097 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
14098 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
14099
14100 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
14101
14102 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
14103 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
14104
14105 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14106
14107 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
14108
14109 2008-04-07 Sam Steingold <sds@gnu.org>
14110
14111 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14112 Add helper functions.
14113 (lisp-do-defun): Extract the common part of lisp-eval-defun and
14114 lisp-compile-defun; DEFVAR forms reset the variables to the init
14115 values, just like in emacs-lisp mode eval-defun.
14116 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14117 (lisp-compile-region): Use lisp-compile-string.
14118
14119 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * subr.el (combine-and-quote-strings): Also quote strings that contain
14122 the separator.
14123
14124 * pcvs-util.el (cvs-map): Avoid recursion :-(
14125
14126 2008-04-07 Glenn Morris <rgm@gnu.org>
14127
14128 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14129
14130 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14131 view-diary-entries-initially. Keep old name as alias, update users.
14132 (calendar-mark-diary-entries-flag): Rename
14133 mark-diary-entries-in-calendar. Keep old name as alias, update users.
14134 (calendar-view-holidays-initially-flag): Rename
14135 view-calendar-holidays-initially. Keep old name as alias, update users.
14136 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14137 Keep old name as alias, update users.
14138 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14139 Keep old name as alias, update users.
14140 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14141 Keep old name as alias, update users.
14142 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14143 Keep old name as alias, update users.
14144 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
14145 (diary-american-date-forms): Rename american-date-diary-pattern.
14146 Keep old name as alias, update users.
14147 (diary-european-date-forms): Rename european-date-diary-pattern.
14148 Keep old name as alias, update users.
14149 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14150 Keep old name as alias, update users.
14151 (calendar-european-date-display-form): Rename
14152 european-calendar-display-form. Keep old name as alias, update users.
14153 (calendar-american-date-display-form): Rename
14154 european-calendar-display-form. Keep old name as alias, update users.
14155 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14156 Keep old name as alias, update users.
14157 (holiday-general-holidays): Rename general-holidays.
14158 Keep old name as alias, update users.
14159 (holiday-oriental-holidays): Rename oriental-holidays.
14160 Keep old name as alias, update users.
14161 (holiday-local-holidays): Rename local-holidays.
14162 Keep old name as alias, update users.
14163 (holiday-other-holidays): Rename other-holidays.
14164 Keep old name as alias, update users.
14165 (holiday-hebrew-holidays): Rename hebrew-holidays.
14166 Keep old name as alias, update users.
14167 (holiday-christian-holidays): Rename christian-holidays.
14168 Keep old name as alias, update users.
14169 (holiday-islamic-holidays): Rename islamic-holidays.
14170 Keep old name as alias, update users.
14171 (holiday-bahai-holidays): Rename bahai-holidays.
14172 Keep old name as alias, update users.
14173 (holiday-solar-holidays): Rename solar-holidays.
14174 Keep old name as alias, update users.
14175 (diary-fancy-buffer): Rename fancy-diary-buffer.
14176 Keep old name as alias, update users.
14177 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14178 Update users.
14179 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14180 Update users.
14181 (calendar-increment-month): Rename increment-calendar-month.
14182 Keep old name as alias, update callers.
14183 (calendar-increment-month-cons): Rename old calendar-increment-month.
14184 Update callers.
14185 (calendar-extract-month): Rename extract-calendar-month.
14186 Keep old name as alias, update callers.
14187 (calendar-extract-day): Rename extract-calendar-day.
14188 Keep old name as alias, update callers.
14189 (calendar-extract-year): Rename extract-calendar-year.
14190 Keep old name as alias, update callers.
14191 (calendar-generate-window): Rename generate-calendar-window.
14192 Update callers.
14193 (calendar-generate): Rename generate-calendar. Update callers.
14194 (calendar-generate-month): Rename generate-calendar-month.
14195 Update callers.
14196 (calendar-redraw): Rename redraw-calendar. Update callers.
14197 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
14198 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14199 Update callers.
14200 (calendar-update-mode-line): Rename update-calendar-mode-line.
14201 Update callers.
14202 (calendar-exit): Rename exit-calendar. Keep old name as alias,
14203 update callers.
14204 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14205 Keep old name as alias, update callers.
14206 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14207 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14208 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14209 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14210 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14211 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14212 * calendar/solar.el: Update for calendar.el name changes.
14213 * org/org.el (org-agenda-format-date-aligned)
14214 (org-agenda-execute-calendar-command): Access date elements directly
14215 rather than using calendar functions.
14216 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14217 Also set calendar-view-diary-initially-flag,
14218 calendar-view-holidays-initially-flag.
14219 (org-get-entries-from-diary): Also set diary-fancy-buffer.
14220 (org-agenda-execute-calendar-command): No need to set displayed-day.
14221
14222 2008-04-06 Alan Mackenzie <acm@muc.de>
14223
14224 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14225 typo in the doc string.
14226
14227 * progmodes/cc-mode.el (c-basic-common-init):
14228 Set font-lock-extend-after-change-region-function.
14229 (c-extend-after-change-region): New function, used in
14230 font-lock-extend-after-change-region-function, thus superseding
14231 advice on the Font Lock after change functions.
14232 (c-advise-fl-for-region): Remove this macro.
14233
14234 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14235
14236 * textmodes/flyspell.el (flyspell-duplicate-distance):
14237 Improve custom type.
14238
14239 2008-04-06 Glenn Morris <rgm@gnu.org>
14240
14241 * calendar/diary-lib.el (diary-sexp-entry-symbol):
14242 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
14243 (diary-list-entries-hook): Rename list-diary-entries-hook.
14244 Keep old name as alias, update users.
14245 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14246 Keep old name as alias, update users.
14247 (diary-nongregorian-listing-hook): Rename
14248 nongregorian-diary-listing-hook. Keep old name as alias, update users.
14249 (diary-nongregorian-marking-hook): Rename
14250 nongregorian-diary-marking-hook. Keep old name as alias, update users.
14251 (diary-print-entries-hook): Rename print-diary-entries-hook.
14252 Keep old name as alias, update users.
14253 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14254 Keep old name as alias, update users.
14255 (diary-number-of-entries): Rename number-of-diary-entries.
14256 Keep old name as alias, update users.
14257 (view-diary-entries, list-diary-entries, show-all-diary-entries):
14258 Give version of obsolescence.
14259 (diary-view-other-diary-entries): Rename view-other-diary-entries.
14260 Keep old name as alias, update callers.
14261 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
14262 update callers.
14263 (diary-include-other-diary-files): Rename include-other-diary-files.
14264 Keep old name as alias, update callers.
14265 (diary-simple-display): Rename simple-diary-display.
14266 Keep old name as alias, update callers.
14267 (diary-fancy-display): Rename fancy-diary-display.
14268 Keep old name as alias, update callers.
14269 (diary-print-entries): Rename print-diary-entries.
14270 Keep old name as alias, update callers.
14271 (diary-marking-entries-flag): Rename marking-diary-entries.
14272 Update users.
14273 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
14274 (diary-mark-entries): Rename mark-diary-entries.
14275 Keep old name as alias, update callers.
14276 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14277 Keep old name as alias, update callers.
14278 (diary-mark-included-diary-files): Rename mark-included-diary-files.
14279 Keep old name as alias, update callers.
14280 (calendar-mark-days-named): Rename mark-calendar-days-named.
14281 Keep old name as alias, update callers.
14282 (calendar-mark-month): Rename mark-calendar-month.
14283 Keep old name as alias, update callers.
14284 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14285 Keep old name as alias, update callers.
14286 (diary-sort-entries): Rename sort-diary-entries.
14287 Keep old name as alias, update callers.
14288 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14289 Keep old name as alias, update callers.
14290 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
14291 update callers.
14292 (diary-insert-entry): Rename insert-diary-entry.
14293 Keep old name as alias.
14294 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14295 Keep old name as alias.
14296 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14297 Keep old name as alias.
14298 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14299 Keep old name as alias.
14300 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14301 Keep old name as alias.
14302 (diary-insert-block-entry): Rename insert-block-diary-entry.
14303 Keep old name as alias.
14304 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14305 Keep old name as alias.
14306 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14307 Keep old name as alias, update users.
14308 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14309 Keep old name as alias, update callers.
14310 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14311 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14312 * calendar/icalendar.el: Update for diary-lib name changes.
14313
14314 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
14315
14316 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14317
14318 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14319 for copy, move, and link operations.
14320
14321 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
14322
14323 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14324 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14325
14326 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14327 'require' statements with 1-argument ones (wrapped in if's).
14328 For compatibility with the current stable version of XEmacs.
14329
14330 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14331
14332 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14333
14334 2008-04-06 Jason Rumney <jasonr@gnu.org>
14335
14336 * language/burmese.el ("Burmese"): Make sample text consistent with
14337 language name.
14338
14339 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
14340
14341 * progmodes/gdb-ui.el (gdb): New group.
14342 (gdb-debug-log-max, gdb-enable-debug)
14343 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14344 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14345 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14346 (gdb-show-changed-values, gdb-max-children)
14347 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14348 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14349 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14350 (gdb-memory-unit): Move to new group from GUD group.
14351 (menu): Allow customization from GDB-UI menu-item.
14352
14353 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14354
14355 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14356
14357 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14358
14359 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14360 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14361 Revision numbers can include ".".
14362
14363 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14364 "+" lines not accounted for by counting "-" and context lines.
14365
14366 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14367
14368 * term/mac-win.el (mac-service-open-file): Use file URL instead of
14369 file name string.
14370
14371 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14372
14373 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14374 (vc-bzr-annotate-time): Accept space used to preserve alignment.
14375
14376 2008-04-05 Richard Stallman <rms@gnu.org>
14377
14378 * emacs-lisp/advice.el (defadvice): Add usage pattern.
14379
14380 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
14381
14382 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14383 thread in [h-e-w]).
14384
14385 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
14386
14387 * files.el (abort-if-file-too-large): Fix typo in docstring.
14388
14389 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14390
14391 * subr.el (functionp): Return nil for special forms.
14392
14393 2008-04-05 Glenn Morris <rgm@gnu.org>
14394
14395 * emacs-lisp/autoload.el (autoload-ensure-default-file):
14396 Provide a feature.
14397 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14398 Require loaddefs file rather than loading it.
14399 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14400 autoload-ensure-default-file provides a feature.
14401
14402 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14403 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14404 (compile, compile-always, recompile): Use $LOADDEFS.
14405 (cal-autoloads): Remove.
14406
14407 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14408 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
14409
14410 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14411 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14412
14413 * calendar/calendar.el (diary-hebrew-entry-symbol):
14414 Rename hebrew-diary-entry-symbol. Keep old name as alias.
14415 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14416 Keep old name as alias.
14417 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14418 Keep old name as alias.
14419 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14420 to diary-bahai-entry-symbol.
14421 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14422 to diary-hebrew-entry-symbol.
14423 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14424 to diary-islamic-entry-symbol.
14425 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14426
14427 * calendar/solar.el (diary-sabbath-candles-minutes)
14428 (diary-sabbath-candles): Move to cal-hebrew.
14429 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14430 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14431 Doc fix. Keep old name as alias.
14432 (diary-hebrew-sabbath-candles): Simplify.
14433 (solar-setup, solar-sunrise-sunset, calendar-latitude)
14434 (calendar-longitude, calendar-time-zone): Declare for compiler.
14435 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14436 rename.
14437
14438 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14439 Rename coptic-calendar-month-name-array. Update callers.
14440 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
14441 (calendar-coptic-name): Rename coptic-name. Update callers.
14442 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14443 Update callers.
14444 (calendar-coptic-last-day-of-month):
14445 Rename coptic-calendar-last-day-of-month. Update callers.
14446 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14447 Keep old name as alias, update callers.
14448 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14449 Keep old name as alias, update callers.
14450 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14451 Keep old name as alias.
14452 (calendar-ethiopic-month-name-array):
14453 Rename ethiopic-calendar-month-name-array. Update callers.
14454 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14455 Update callers.
14456 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
14457 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14458 Keep old name as alias, update callers.
14459 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14460 Keep old name as alias, update callers.
14461 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14462 Keep old name as alias.
14463
14464 * calendar/cal-french.el (calendar-french-epoch):
14465 Rename french-calendar-epoch. Update callers.
14466 (calendar-french-month-name-array): Rename variable and function
14467 french-calendar-month-name-array. Update callers.
14468 (calendar-french-multibyte-month-name-array):
14469 Rename french-calendar-multibyte-month-name-array. Update callers.
14470 (calendar-french-day-name-array): Rename variable and function
14471 french-calendar-day-name-array. Update callers.
14472 (calendar-french-special-days-array): Rename variable and function
14473 french-calendar-special-days-array. Update callers.
14474 (calendar-french-multibyte-special-days-array):
14475 Rename french-calendar-multibyte-special-days-array. Update callers.
14476 (calendar-french-accents-p): Rename french-calendar-accents.
14477 Update callers.
14478 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14479 Update callers.
14480 (calendar-french-last-day-of-month):
14481 Rename french-calendar-last-day-of-month. Update callers.
14482 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14483 Keep old name as alias, update callers.
14484 (calendar-french-print-date): Rename calendar-print-french-date.
14485 Keep old name as alias, update callers.
14486 (calendar-french-goto-date): Rename calendar-goto-french-date.
14487 Keep old name as alias.
14488
14489 * calendar/cal-menu.el, calendar/calendar.el:
14490 Update for Coptic and French name changes.
14491
14492 * calendar/cal-china.el (calendar-chinese): Rename custom group
14493 from chinese-calendar. Update users.
14494 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14495 Keep old name as alias, update users.
14496 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14497 Keep old name as alias.
14498 (calendar-chinese-daylight-time-offset):
14499 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
14500 update users.
14501 (calendar-chinese-standard-time-zone-name):
14502 Rename chinese-calendar-standard-time-zone-name.
14503 Keep old name as alias, update users.
14504 (calendar-chinese-daylight-saving-start):
14505 Rename chinese-calendar-daylight-savings-starts.
14506 Keep old name as alias, update users.
14507 (calendar-chinese-daylight-saving-end):
14508 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
14509 update users.
14510 (calendar-chinese-daylight-saving-start-time):
14511 Rename chinese-calendar-daylight-savings-starts-time.
14512 Keep old name as alias, update users.
14513 (calendar-chinese-daylight-saving-end-time):
14514 Rename chinese-calendar-daylight-savings-ends-time.
14515 Keep old name as alias, update users.
14516 (calendar-chinese-celestial-stem): Rename
14517 calendar-chinese-celestial-stem. Keep old name as alias, update users.
14518 (calendar-chinese-terrestrial-branch):
14519 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
14520 update users.
14521 (calendar-chinese-zodiac-sign-on-or-after):
14522 Rename chinese-zodiac-sign-on-or-after. Update callers.
14523 (calendar-chinese-new-moon-on-or-after):
14524 Rename chinese-new-moon-on-or-after. Update callers.
14525 (calendar-chinese-month-list): Rename chinese-month-list.
14526 Update callers.
14527 (calendar-chinese-number-months): Rename number-chinese-months.
14528 Update callers.
14529 (calendar-chinese-compute-year): Rename compute-chinese-year.
14530 Update callers.
14531 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
14532 (calendar-chinese-year): Rename chinese-year. Update callers.
14533 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14534 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14535 Keep old name as alias, update callers.
14536 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14537 Keep old name as alias, update callers.
14538 (calendar-chinese-months-to-alist):
14539 Rename make-chinese-month-assoc-list. Update callers.
14540 (calendar-chinese-months): Rename chinese-months. Update callers.
14541 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14542 Keep old name as alias, update callers.
14543
14544 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14545 Rename hebrew-calendar-leap-year-p. Update callers.
14546 (calendar-hebrew-last-month-of-year):
14547 Rename hebrew-calendar-last-month-of-year. Update callers.
14548 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14549 Update callers.
14550 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14551 Update callers.
14552 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14553 Update callers.
14554 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14555 Update callers.
14556 (calendar-hebrew-last-day-of-month):
14557 Rename hebrew-calendar-last-day-of-month. Update callers.
14558 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14559 Keep old name as alias, update callers.
14560 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14561 Keep old name as alias, update callers.
14562 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14563 Keep old name as alias, update callers.
14564 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14565 Keep old name as alias.
14566 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14567 Keep old name as alias.
14568 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14569 Keep old name as alias.
14570 (holiday-hebrew-passover): Rename holiday-passover-etc.
14571 Keep old name as alias.
14572 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14573 Keep old name as alias, update callers.
14574 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14575 Keep old name as alias.
14576 (calendar-hebrew-mark-date-pattern):
14577 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
14578 update callers.
14579 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14580 Keep old name as alias.
14581 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14582 Keep old name as alias.
14583 (diary-hebrew-insert-monthly-entry):
14584 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
14585 (diary-hebrew-insert-yearly-entry):
14586 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
14587 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14588 Keep old name as alias.
14589 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
14590 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
14591 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14592 Keep old name as alias.
14593 (calendar-hebrew-parashiot-names):
14594 Rename hebrew-calendar-parashiot-names. Update callers.
14595 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14596 (calendar-hebrew-year-Saturday-incomplete-Sunday):
14597 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14598 (calendar-hebrew-year-Saturday-complete-Tuesday):
14599 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14600 (calendar-hebrew-year-Monday-incomplete-Tuesday):
14601 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14602 (calendar-hebrew-year-Monday-complete-Thursday):
14603 Rename hebrew-calendar-year-Monday-complete-Thursday.
14604 (calendar-hebrew-year-Tuesday-regular-Thursday):
14605 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14606 (calendar-hebrew-year-Thursday-regular-Saturday):
14607 Rename hebrew-calendar-year-Thursday-regular-Saturday.
14608 (calendar-hebrew-year-Thursday-complete-Sunday):
14609 Rename hebrew-calendar-year-Thursday-complete-Sunday.
14610 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14611 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14612 (calendar-hebrew-year-Saturday-complete-Thursday):
14613 Rename hebrew-calendar-year-Saturday-complete-Thursday.
14614 (calendar-hebrew-year-Monday-incomplete-Thursday):
14615 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14616 (calendar-hebrew-year-Monday-complete-Saturday):
14617 Rename hebrew-calendar-year-Monday-complete-Saturday.
14618 (calendar-hebrew-year-Tuesday-regular-Saturday):
14619 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14620 (calendar-hebrew-year-Thursday-incomplete-Sunday):
14621 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14622 (calendar-hebrew-year-Thursday-complete-Tuesday):
14623 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14624 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
14625 Update for above name changes of constants.
14626
14627 * calendar/cal-menu.el, calendar/calendar.el:
14628 Update for chinese and hebrew name changes.
14629 * calendar/diary-lib.el: Update for hebrew name changes.
14630
14631 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14632
14633 * subr.el (keymap-canonicalize): Correct thinko.
14634
14635 * server.el: Undo part of the multi-tty change, which is only
14636 needed if server.el is preloaded, and broke server-running-p.
14637 (server-socket-dir): Initialize in the defvar, as before.
14638 (server-start): Remove initialization of server-socket-dir.
14639
14640 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14641
14642 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14643 3-member cons cells.
14644
14645 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14646
14647 * cus-face.el (custom-face-attributes): Handle roman slant.
14648
14649 * faces.el (default): Ensure the face-defface-spec property is set.
14650
14651 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14652
14653 * files.el (abort-if-file-too-large): New function.
14654 (find-file-noselect, insert-file-1): Use it.
14655
14656 2008-04-05 Reto Zimmermann <reto@gnu.org>
14657
14658 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14659 Replace C-c[a-zA-Z] key bindings.
14660
14661 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14662
14663 * progmodes/hideif.el (hif-token-alist): New var.
14664 (hif-token-regexp, hif-tokenize): Use it.
14665 (hif-mathify-binop): New macro.
14666 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14667 (hif-greater-equal, hif-less-equal): Use it.
14668 (hif-logior, hif-logand): New functions.
14669 (hif-math): Accept | and & as well.
14670
14671 * progmodes/etags.el: Fix problem with completion for buffer-local
14672 tables. Reported by Radey Shouman <shouman@comcast.net>.
14673 (tags-complete-tag): Remove.
14674 (tags-lazy-completion-table): New function to replace it.
14675 (find-tag-tag, complete-tag): Update users.
14676
14677 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14678
14679 * vc-rcs.el (vc-rcs-dir-status):
14680 * vc-sccs.el (vc-sccs-dir-status): New function.
14681
14682 * outline.el (outline-mode-menu-bar-map):
14683 * term.el (terminal-signal-menu): Add :help.
14684
14685 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14686 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14687
14688 * emacs-lisp/re-builder.el (reb-mode-map):
14689 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14690
14691 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14692 new files, deleted files and for changing permissions.
14693 (diff-mode): Set beginning-of-defun-function and
14694 end-of-defun-function.
14695
14696 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14697
14698 * vc.el (vc-default-status-fileinfo-extra): New function.
14699 (vc-status-mark-buffer-changed): Use it.
14700 (vc-update-vc-status-buffer): Allow for partial updates.
14701
14702 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14705 tramp-register-completion-file-name-handler.
14706
14707 * subr.el (keymap-canonicalize): New function.
14708 * mouse.el (mouse-menu-non-singleton): Use it.
14709 (mouse-major-mode-menu): Remove hack made unnecessary.
14710
14711 * simple.el (set-fill-column): Prompt rather than error by default.
14712
14713 2008-04-04 Andreas Schwab <schwab@suse.de>
14714
14715 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14716 Reset new-rules after each round.
14717
14718 * Makefile.in (cal-autoloads): New target.
14719 (compile, compile-always, recompile): Depend on it.
14720 ($(lisp)/calendar/cal-loaddefs.el)
14721 ($(lisp)/calendar/diary-loaddefs.el)
14722 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14723
14724 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14725
14726 * ediff*.el: Replace load with require in eval-when-compile.
14727
14728 * ediff-hook.el: Delete all invocations of (autoload ...).
14729
14730 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14731 in ediff control window, and set its min height to 2.
14732 (ediff-setup-control-buffer): Dedicate the control window.
14733 (ediff-toggle-multiframe): Undedicate control window.
14734 Work directly with ediff-setup-windows-multiframe and
14735 ediff-setup-windows-plain.
14736
14737 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14738 New function.
14739 (ediff-window-setup-function): Change initialization.
14740 (ediff-setup-windows-automatic): Delete.
14741 (ediff-setup-windows-plain-merge): Make control window dedicated.
14742 (ediff-destroy-control-frame): Do not skip frames if working in a
14743 single frame.
14744
14745 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14746 eval-when-compile.
14747
14748 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14749 eval-when-compile.
14750
14751 2008-04-04 Glenn Morris <rgm@gnu.org>
14752
14753 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14754 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14755
14756 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14757 Rename islamic-calendar-leap-year-p. Update callers.
14758 (calendar-islamic-last-day-of-month):
14759 Rename islamic-calendar-last-day-of-month. Update callers.
14760 (calendar-islamic-day-number):
14761 Rename islamic-calendar-day-number. Update callers.
14762 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14763 Update callers, keep old name as alias.
14764 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14765 Update callers, keep old name as alias.
14766 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14767 Keep old name as alias.
14768 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14769 Update callers, keep old name as alias.
14770 (calendar-islamic-mark-date-pattern):
14771 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14772 name as alias.
14773 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14774 Keep old name as alias.
14775 (diary-islamic-insert-monthly-entry):
14776 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14777 (diary-islamic-insert-yearly-entry):
14778 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14779
14780 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14781 calendar-absolute-from-iso. Update callers, keep old name as alias.
14782 (calendar-iso-print-date): Rename calendar-print-iso-date.
14783 Update callers, keep old name as alias.
14784 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14785 Keep old name as alias.
14786 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14787 Keep old name as alias.
14788
14789 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14790 calendar-absolute-from-julian. Update callers, keep old name as alias.
14791 (calendar-julian-print-date): Rename calendar-print-julian-date.
14792 Update callers, keep old name as alias.
14793 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14794 Update callers, keep old name as alias.
14795 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14796 Update callers, keep old name as alias.
14797 (calendar-astro-print-day-number):
14798 Rename calendar-print-astro-day-number. Update callers, keep old
14799 name as alias.
14800 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14801 Update callers, keep old name as alias.
14802
14803 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14804 Rename calendar-string-to-mayan-long-count. Update callers.
14805 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14806 Update callers, keep old name as alias.
14807 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14808 Update callers.
14809 (calendar-mayan-read-tzolkin-date):
14810 Rename calendar-read-mayan-tzolkin-date. Update callers.
14811 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14812 Keep old name as alias.
14813 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14814 Keep old name as alias.
14815 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14816 Keep old name as alias.
14817 (calendar-mayan-previous-tzolkin-date):
14818 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14819 (calendar-mayan-next-round-date):
14820 Rename calendar-next-calendar-round-date. Keep old name as alias.
14821 (calendar-mayan-previous-round-date):
14822 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14823 (calendar-mayan-long-count-to-absolute): Rename
14824 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14825 (calendar-mayan-goto-long-count-date):
14826 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14827
14828 * calendar/cal-persia.el (calendar-persian-month-name-array):
14829 Rename persian-calendar-month-name-array. Update callers.
14830 (calendar-persian-epoch): Rename persian-calendar-epoch.
14831 Update callers.
14832 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14833 Update callers.
14834 (calendar-persian-last-day-of-month):
14835 Rename persian-calendar-last-day-of-month. Update callers.
14836 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14837 Update callers, keep old name as alias.
14838 (calendar-persian-print-date): Rename calendar-print-persian-date.
14839 Update callers, keep old name as alias.
14840 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14841 Keep old name as alias.
14842
14843 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14844 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14845 * calendar/solar.el: Update for cal-julian name changes.
14846
14847 * calendar/cal-dst.el: Update for persian name changes.
14848
14849 * calendar/cal-menu.el, calendar/calendar.el:
14850 Update for islamic, iso, julian, mayan, persian name changes.
14851
14852 * calendar/diary-lib.el: Update for islamic name changes.
14853
14854 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14855 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14856 as alias.
14857 (calendar-christian-all-holidays-flag):
14858 Rename all-christian-calendar-holidays. Update callers, keep old
14859 name as alias.
14860 (calendar-islamic-all-holidays-flag):
14861 Rename all-islamic-calendar-holidays. Update callers, keep old
14862 name as alias.
14863 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14864 Update callers, keep old name as alias.
14865 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14866 Update for the above name changes.
14867
14868 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14869
14870 * hilit-chg.el (global-highlight-changes-mode)
14871 (highlight-changes-passive-string, highlight-changes-active-string):
14872 Mark as obsolete since 23.1, not 22.1.
14873
14874 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14875
14876 * hilit-chg.el (highlight-changes-visibility-initial-state)
14877 (hilit-chg-update, highlight-changes-mode-turn-on):
14878 Fix typos in docstrings.
14879
14880 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14881
14882 * newcomment.el (comment-enter-backward): Be careful to restore
14883 position changed during narrowing.
14884
14885 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14886
14887 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14888 Recognize `sub ($$)'.
14889
14890 2008-04-03 Richard Sharman <rsharman@pobox.com>
14891
14892 * hilit-chg.el (highlight-changes-mode): Rename from
14893 highlight-changes; no longer uses sub-modes active and passive;
14894 implemented by define-minor-mode.
14895 (highlight-changes-toggle-visibility): New function, to replace
14896 the old passive/active submodes of global-highlight-changes-mode;
14897 implemented by define-minor-mode.
14898 (global-highlight-changes-mode): Rename from global-highlight-changes;
14899 rewrite using define-globalized-minor-mode.
14900 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14901 (hilit-chg-post-command-hook, hilit-chg-check-global)
14902 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14903 to use of define-globalized-minor-mode.
14904 (highlight-changes-global-initial-state): Change to be boolean.
14905 (highlight-changes-visible-string, highlight-changes-invisible-string):
14906 Rename from highlight-changes-active-string and
14907 highlight-changes-passive-string.
14908 (hilit-chg-update, hilit-chg-set): Use them.
14909 (global-highlight-changes-mode): Rename from global-highlight-changes.
14910 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14911 docstring.
14912 (hilit-chg-hide-changes): Rewrite to use dolist.
14913 (hilit-chg-set-face-on-change, hilit-chg-update)
14914 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14915 variable instead of testing highlight-changes-mode.
14916 (highlight-markup-buffers): Add require ediff-util; argument on calls
14917 to highlight-changes-mode changed.
14918 (highlight-compare-with-file): Fix problems with interactive
14919 call giving invalid default file.
14920
14921 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14922
14923 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14924 Fix in disassembly buffer (regression in 22.2).
14925
14926 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14927
14928 * emulation/viper-macs.el (viper-read-fast-keysequence):
14929 Use viper-read-event instead of viper-read-key.
14930
14931 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14932
14933 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14934 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14935 let-statements.
14936
14937 * emulation/viper-ex.el, emulation/viper-macs.el:
14938 * emulation/viper-mous.el:
14939 Replace load with require in eval-when-compile.
14940
14941 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14942
14943 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14944
14945 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14946 (archive-try-jka-compr): New function.
14947 (archive-set-buffer-as-visiting-file): Use it.
14948
14949 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14950
14951 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14952
14953 * simple.el (handle-shift-selection): New arg.
14954
14955 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14956
14957 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14958
14959 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14960
14961 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14962
14963 * shell.el (shell-dynamic-complete-filename): New fun.
14964 (shell-dynamic-complete-functions): Use it.
14965
14966 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14967
14968 2008-04-03 Kenichi Handa <handa@m17n.org>
14969
14970 * international/fontset.el (create-fontset-from-x-resource):
14971 Handle the error of X resource more gracefully.
14972
14973 * international/latin1-disp.el (latin1-display): Don't use make-char.
14974 Fix the argument to set-char-table-range.
14975 (latin1-display-identities): Don't use make-char.
14976 (latin1-display-reset): Use map-charset-chars instead of directly
14977 calling standard-display-default.
14978 (latin1-display-check-font): Don't use make-char.
14979 (latin1-display-setup): Likewise.
14980 (latin1-display-ucs-per-lynx): Likewise.
14981
14982 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14983
14984 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14985 name the fields, to make the code clearer.
14986 Rewrite all `aset' and `aref' using the defined accessors.
14987 (timer--time): New pseudo-field.
14988 (timer-set-time, timer-set-idle-time, timer-inc-time)
14989 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14990 (timer--time-less-p): New function.
14991 (timer--activate): New function, extracted from timer-activate.
14992 (timer-activate-when-idle, timer-activate): Use it.
14993 (cancel-function-timers): Use dolist.
14994
14995 2008-04-03 Glenn Morris <rgm@gnu.org>
14996
14997 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14998 Remove declarations; no longer used.
14999 (c-cpp-define-name, c-defun-name): Declare as functions.
15000
15001 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
15002 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
15003
15004 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
15005 (holiday-passover-etc, holiday-hanukkah): Doc fix.
15006 Add optional argument. Simplify.
15007 (holiday-tisha-b-av-etc): Use memq rather than unless.
15008 (holiday-julian): Autoload it.
15009 (holiday-hebrew-misc): New function.
15010
15011 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
15012
15013 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
15014 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
15015 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
15016 all-hebrew-calendar-holidays.
15017 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
15018 Simplify using new functions.
15019 (calendar-holidays): Doc fix.
15020 (generate-calendar-window): Use bound-and-true-p.
15021
15022 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
15023
15024 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
15025 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
15026 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
15027 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
15028
15029 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
15030
15031 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
15034
15035 * vc-bzr.el (vc-bzr-checkout): Simplify.
15036
15037 * image-mode.el (image-mode-fit-frame): New command.
15038
15039 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
15040 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
15041 (keyboard-escape-quit): Check region-active-p i.s.o
15042 transient-mark-mode.
15043
15044 2008-04-02 Simon Josefsson <simon@josefsson.org>
15045
15046 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
15047 (imap-message-copyuid-1): Use it.
15048 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
15049 J. Williams in
15050 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
15051
15052 2008-04-02 Alan Mackenzie <acm@muc.de>
15053
15054 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
15055 New optimised functions to get the name of the current defun/macro.
15056
15057 * add-log.el (add-log-current-defun): Move the functionality which
15058 gets the current function name for C like modes to cc-cmds.el,
15059 thus optimising for speed.
15060
15061 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
15062
15063 * simple.el (deactivate-mark): When the mark is temporarily
15064 active, restore the original value of transient-mark-mode.
15065 (set-mark-command): First deactivate the mark if was temporarily active.
15066 (exchange-point-and-mark): Reactivate the mark if it was
15067 temporarily active.
15068 (handle-shift-selection): New fun.
15069 (transient-mark-mode): Move var documentation here from buffer.c.
15070 (next-line, previous-line, backward-word, move-end-of-line)
15071 (move-beginning-of-line, forward-to-indentation)
15072 (backward-to-indentation, back-to-indentation)
15073 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
15074
15075 * mouse.el (mouse-set-region-1): Save the old value of
15076 transient-mark-mode.
15077 (mouse-drag-track): Ignore the now-obsolete value `identity' for
15078 transient-mark-mode.
15079
15080 * textmodes/paragraphs.el (forward-paragraph)
15081 (backward-paragraph, forward-sentence, backward-sentence): Add ^
15082 interactive spec.
15083
15084 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
15085
15086 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
15087
15088 * net/tramp.el (tramp-make-tramp-temp-file):
15089 Use `tramp-drop-volume-letter' for the local file name part.
15090
15091 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
15092
15093 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
15094 Add menu entries corresponding to all the key bindings.
15095
15096 * emacs-lisp/debug.el (debugger-mode-map):
15097 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
15098 (conf-align-assignments): Only work on the region if it is active.
15099 (conf-quote-normal): Use when instead of if. Remove redundant test.
15100
15101 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15102 for tracing and re-builder.
15103
15104 2008-04-02 Glenn Morris <rgm@gnu.org>
15105
15106 * calendar/appt.el (appt-disp-window-function): Doc fix.
15107 (appt-display-message): Move beep before display.
15108 (appt-check): Make interactive. Reduce the number of lets.
15109 Use string-equal to compare mode-line strings.
15110 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
15111 read-only.
15112 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15113 (appt-delete): Simplify.
15114
15115 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15116
15117 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15118
15119 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15120 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15121 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15122
15123 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15124 (calendar-holiday-marker, mark-visible-calendar-date):
15125 * calendar/diary-lib.el (fancy-diary-display):
15126 Check for font-lock-mode before using faces.
15127
15128 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15129 (calendar-gregorian-from-absolute): Reduce the number of lets.
15130 (hebrew-holidays-4, generate-calendar-window): Simplify.
15131 (calendar-for-loop): Make obsolete.
15132 (calendar-nth-named-day): Doc fix.
15133
15134 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15135 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15136 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15137 Reduce the number of lets.
15138 (mark-sexp-diary-entries, calendar-mark-complex):
15139 Expand calendar-for-loops.
15140
15141 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
15142
15143 * find-dired.el (find-dired-filter): Fix last patch to handle
15144 multi-line process input. Pad link numbers too.
15145
15146 2008-04-01 Jari Aalto <jari.aalto@cante.net>
15147
15148 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15149
15150 2008-04-01 Jason Rumney <jasonr@gnu.org>
15151
15152 * international/characters.el (script-list): Add phonetic script,
15153 covering IPA (previously Latin), Phonetic Extensions and
15154 Phonetic Extensions Supplement (both previously unassigned).
15155
15156 * international/fontset.el (setup-default-fontset): Use unicode fonts
15157 that cover bopomofo script for bopomofo.
15158 Likewise for braille and mathematical.
15159 Use unicode scripts that cover the phonetic script for IPA.
15160
15161 2008-04-01 Johan Bockgård <bojohan@gnu.org>
15162
15163 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15164 return the assigned value.
15165
15166 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15167
15168 * abbrev.el (abbrev-mode): Use define-minor-mode.
15169
15170 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
15171 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15172 Use map-keymap.
15173 (minor-mode-menu-from-indicator): Use it. Simplify.
15174
15175 * bindings.el (mode-line-mode-menu): Move before (new) first use.
15176 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15177 Bind the key directly to the menu.
15178 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15179
15180 2008-04-01 Daiki Ueno <ueno@unixuser.org>
15181
15182 * epa.el (epa-decrypt-region): Explain the reason why this
15183 function should not be used in Lisp programs.
15184 (epa-decrypt-armor-in-region): Ditto.
15185 (epa-verify-region): Ditto.
15186 (epa-verify-cleartext-in-region): Ditto.
15187 (epa-sign-region): Ditto.
15188 (epa-encrypt-region): Ditto.
15189
15190 * epg.el (epg-start-receive-keys): Fix typo in docstring.
15191
15192 * epa.el (epa-select-keys): Show menu even if there is no key in
15193 GnuPG's keyring.
15194
15195 2008-04-01 Glenn Morris <rgm@gnu.org>
15196
15197 * calendar/calendar.el (calendar-make-temp-face): New function.
15198 (mark-visible-calendar-date):
15199 * calendar/diary-lib.el (fancy-diary-display): Use it.
15200
15201 * vc-hooks.el (vc-responsible-backend): Declare as function.
15202
15203 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15204 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15205 * calendar/cal-julian.el (holiday-julian): Use it.
15206
15207 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15208 (calendar-hebrew-date-is-visible-p): Extract some common code into
15209 separate function.
15210 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15211
15212 * calendar/cal-menu.el (cal-menu-holidays-menu):
15213 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15214 rather than obsolete alias.
15215
15216 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15217 for mark characters.
15218 (calendar-unmark): Unmark by removing all overlays, rather than
15219 redrawing.
15220 (calendar-starred-day): Remove.
15221 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
15222 (calendar-cursor-to-date): No need for special star handling now
15223 using overlays.
15224 (calendar-star-date): Use overlays.
15225
15226 * calendar/cal-french.el (calendar-goto-french-date):
15227 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15228 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15229 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15230 * calendar/cal-persia.el (calendar-persian-date-string):
15231 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15232 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15233 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15234 * calendar/solar.el (solar-equinoxes-solstices):
15235 Reduce nesting of some lets.
15236
15237 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15238 (calendar-goto-mayan-long-count-date): Simplify.
15239
15240 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15241 Simplify by using mapcar.
15242 (calendar-list-holidays): Return holiday-list.
15243 (list-holidays): Use let rather than let*. Remove un-needed locals
15244 `d', `never'.
15245 (calendar-check-holidays): Return result from dolist.
15246 (holiday-float): Use a single let*. Simplify if-and to and.
15247 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15248 single let*.
15249
15250 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
15251
15252 * calc/calc.el: Autoload `calc-yank'.
15253 (calc-mode-map): Add keybindings for `calc-yank'.
15254 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15255 assignments for `calc-yank'.
15256
15257 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
15258
15259 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15260 (vc-status-mark-buffer-changed): Handle the extra field.
15261
15262 * vc-bzr.el (vc-bzr-after-dir-status):
15263 * vc-cvs.el (vc-cvs-after-dir-status):
15264 * vc-hg.el (vc-hg-after-dir-status):
15265 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15266
15267 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15268
15269 * doc-view.el: Compute displayed pages first (in PDF).
15270 (doc-view-current-converter-processes): Rename from
15271 doc-view-current-converter-process. Update users.
15272 (doc-view-sentinel): Test buffer's liveness.
15273 (doc-view-pdf/ps->png-sentinel): Remove.
15274 (doc-view-start-process): New function.
15275 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15276 (doc-view-ps->pdf): Use it.
15277 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15278 New functions.
15279 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15280 (doc-view-mode): Kill the processes when leaving the mode.
15281
15282 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
15283
15284 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15285 Use `byte-compile-warning-types'. Add docstring.
15286
15287 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15288
15289 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15290 (smerge-resolve): Add various resolution heuristics.
15291
15292 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15293 in 3-way conflicts.
15294
15295 2008-03-31 Glenn Morris <rgm@gnu.org>
15296
15297 * calendar/cal-bahai.el (diary-bahai-mark-entries):
15298 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15299 * calendar/cal-islam.el (mark-islamic-diary-entries):
15300 Fix argument order in call to diary-mark-entries-1.
15301
15302 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15303 pre-Bahai dates.
15304 (holiday-bahai): Use an algorithm actually relevant to this calendar
15305 system.
15306
15307 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15308
15309 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15310 Use and.
15311
15312 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15313 in the last fortnight in Julian October.
15314
15315 * calendar/calendar.el (increment-calendar-month): Optionally handle
15316 systems without 12 months per year.
15317 (calendar-date-is-visible-p): Doc fix. Simplify.
15318
15319 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15320 from dolist.
15321
15322 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
15323
15324 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15325 (hi-lock-unload-function): New function.
15326
15327 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
15328
15329 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15330 overwriting when NEWNAME is a local file.
15331
15332 * net/trampver.el: Update release number.
15333
15334 2008-03-30 Alexandre Julliard <julliard@winehq.org>
15335
15336 * vc-git.el: Make vc-status display information about copies,
15337 renames and permission changes.
15338 (vc-git-extra-fileinfo): New defstruct.
15339 (vc-git-escape-file-name, vc-git-file-type-as-string)
15340 (vc-git-rename-as-string, vc-git-permissions-as-string)
15341 (vc-git-status-printer): New functions.
15342 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15343 (vc-git-after-dir-status-stage1): Look for copies, renames and
15344 permission changes.
15345 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15346 (vc-git-dir-status): Ask for staged files and renames.
15347
15348 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
15349
15350 * vc.el: Allow backends to display backend specific information in
15351 the vc-status listing.
15352 (vc-status-fileinfo): Add a field for backend specific information.
15353 (vc-status-printer): Rename to ...
15354 (vc-default-status-printer): ... this.
15355 (vc-status-printer): New function.
15356 (vc-update-vc-status-buffer): Set the backend specific file info
15357 if provided.
15358
15359 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15360
15361 * textmodes/remember.el (remember-diary-convert-entry): Revert last
15362 change (ill-conceived).
15363
15364 2008-03-29 Glenn Morris <rgm@gnu.org>
15365
15366 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15367 * calendar/cal-julian.el (holiday-julian): Simplify.
15368
15369 * calendar/holidays.el (list-holidays): Use or.
15370
15371 2008-03-29 Juri Linkov <juri@jurta.org>
15372
15373 * window.el (split-window-preferred-horizontally): New function.
15374
15375 * cus-start.el (split-window-preferred-function):
15376 Set choice for "vertically" to nil instead of split-window.
15377 Set choice for "horizontally" to split-window-preferred-horizontally
15378 instead of lambda.
15379
15380 2008-03-29 Juri Linkov <juri@jurta.org>
15381
15382 * simple.el (minibuffer-default-add-function): New variable with
15383 the default to minibuffer-default-add-completions.
15384 (minibuffer-default-add-done): New variable. Make it buffer-local.
15385 (minibuffer-default-add-completions): New function.
15386 (goto-history-element): Set minibuffer-default-add-done to t and
15387 call a function in minibuffer-default-add-function when the
15388 specified absolute history position is greater than the length of
15389 the minibuffer-default list and minibuffer-default-add-done is nil.
15390 Change "^End of history; no next item$" to "^End of defaults;
15391 no next item$".
15392
15393 * bindings.el (debug-ignored-errors): Change "^End of history;
15394 no next item$" to "^End of defaults; no next item$".
15395
15396 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15397
15398 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15399
15400 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15401 to with-no-warnings.
15402
15403 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
15404
15405 Sync with Tramp 2.1.13.
15406
15407 * net/tramp-ftp.el: Require 'cl when byte-compiling.
15408
15409 * net/trampver.el: Update release number.
15410
15411 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
15412
15413 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15414 the current backend.
15415
15416 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15417 (vc-status-refresh): Create a temporary buffer and call the
15418 `dir-status' backend function from that buffer.
15419
15420 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15421 (vc-bzr-after-dir-status): Don't kill the buffer.
15422
15423 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15424 (vc-cvs-after-dir-status): Don't kill the buffer.
15425
15426 * vc-git.el (vc-git-dir-status): Don't create a buffer.
15427 (vc-git-after-dir-status-stage2): Don't kill the buffer.
15428
15429 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15430 (vc-hg-after-dir-status): Don't kill the buffer.
15431
15432 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15433 (vc-svn-after-dir-status): Don't kill the buffer.
15434
15435 2008-03-29 Glenn Morris <rgm@gnu.org>
15436
15437 * calendar/calendar.el (diary-file, american-date-diary-pattern)
15438 (european-date-diary-pattern, european-calendar-display-form)
15439 (american-calendar-display-form, diary-display-hook): Doc fixes.
15440 (european-calendar-style): Doc fix. Use calendar-set-date-style for
15441 custom :set. Mark as obsolete.
15442 (calendar-date-style, iso-date-diary-pattern)
15443 (iso-calendar-display-form): New user variables.
15444 (diary-date-forms, calendar-date-display-form): Set using
15445 calendar-date-style. Doc fix.
15446 (calendar-set-date-style): New command.
15447 (european-calendar, american-calendar): Use calendar-set-date-style.
15448 Mark as obsolete.
15449
15450 * calendar/diary-lib.el (number): Move declaration where needed.
15451 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15452 (diary-make-date): New function.
15453 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15454 Use diary-make-date.
15455 (diary-date-display-form, diary-insert-entry-1): New functions.
15456 (insert-monthly-diary-entry, insert-yearly-diary-entry):
15457 Use diary-insert-entry-1.
15458 (insert-anniversary-diary-entry, insert-block-diary-entry)
15459 (insert-cyclic-diary-entry): Use diary-date-display-form.
15460
15461 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15462 Autoload diary-insert-entry-1.
15463 * calendar/cal-bahai.el (diary-bahai-insert-entry)
15464 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15465 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15466 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15467 * calendar/cal-islam.el (insert-islamic-diary-entry)
15468 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15469 Use diary-insert-entry-1.
15470
15471 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15472 (diary-yahrzeit): Doc fix. Use diary-make-date.
15473
15474 * calendar/icalendar.el (icalendar--datetime-to-american-date):
15475 New name for icalendar--datetime-to-noneuropean-date. Make old name
15476 obsolete alias.
15477 (icalendar--datetime-to-iso-date): New function.
15478 (icalendar--datetime-to-diary-date): Doc fix. Respect
15479 calendar-date-style if bound.
15480
15481 * textmodes/remember.el (remember-diary-convert-entry):
15482 Respect calendar-date-style if bound.
15483
15484 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15485
15486 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15487 (xterm-mouse-handle-delete-frame): Delete.
15488
15489 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15490 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15491 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15492 in xterm-modify-other-keys-terminal-list.
15493
15494 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15495 are conflicts.
15496
15497 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
15498
15499 * vc.el (vc-update): Check if the buffer is unsaved only if it
15500 actually exists.
15501 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15502 vc-print-log.
15503
15504 2008-03-28 Magnus Henoch <mange@freemail.hu>
15505
15506 * net/dns.el (dns-write): Use set-buffer-multibyte.
15507
15508 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15509
15510 * vc-bzr.el (vc-bzr-sha1): New fun.
15511 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15512 (vc-bzr-registered): Use it.
15513
15514 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15515
15516 * vc.el (vc-status-kill-dir-status-process): Simplify.
15517 (vc-status-refresh): Make sure the buffer is live.
15518 (ring): Don't require it, not used.
15519
15520 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
15521
15522 * progmodes/verilog-mode.el (verilog-auto-inout-module):
15523 Add optional regular expression to AUTOINOUTMODULE.
15524 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15525 (verilog-auto-inst-param, verilog-auto-reg)
15526 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15527 (verilog-auto-output-every, verilog-auto-input)
15528 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15529 (verilog-auto-unused, verilog-auto): Update documentation to use
15530 more obvious instance module names versus cell names.
15531
15532 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
15533
15534 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15535 kill if a process is running.
15536
15537 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15538
15539 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15540
15541 * vc.el: Add new backend function 'status-extra-headers.
15542 (vc-default-status-extra-headers): New function.
15543 (vc-status-headers): Call 'status-extra-headers. Add colors.
15544
15545 * vc-git.el (vc-git-status-extra-headers): New function.
15546
15547 2008-03-28 Glenn Morris <rgm@gnu.org>
15548
15549 * calendar/cal-menu.el (cal-menu-holidays-menu)
15550 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15551 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15552 holiday-list is optional.
15553 (calendar-mouse-holidays): Remove un-needed local `l'.
15554
15555 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15556 Remove un-needed local `date'.
15557 (calendar-cursor-to-visible-date): Use let rather than let*.
15558 Remove un-needed local `first-of-month-weekday'.
15559
15560 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15561
15562 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15563 Doc fixes.
15564 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
15565 (diary-header-line-flag, diary-header-line-format): Declare.
15566 (diary-pull-attrs): Check for multiple matches.
15567 (diary-list-entries-2): Simplify finding start of date.
15568 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15569 pop-up-frames.
15570 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15571 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15572
15573 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
15574
15575 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15576
15577 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15578
15579 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15580
15581 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15582
15583 * image-mode.el (image-mode-reapply-winprops): Fix last change.
15584
15585 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15586
15587 * international/mule-conf.el (define-iso-single-byte-charset):
15588 Don't make latin-iso8859-* supplementary.
15589 (#'set-charset-priority): Don't change the priority of charsets
15590 `unicode' and `emacs'.
15591
15592 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15593
15594 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15595 temp buffer.
15596
15597 2008-03-27 Glenn Morris <rgm@gnu.org>
15598
15599 * calendar/cal-bahai.el (diary-bahai-list-entries):
15600 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15601 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15602
15603 * calendar/calendar.el (diary-file): Doc fix.
15604
15605 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15606 (list-diary-entries-hook, mark-diary-entries-hook)
15607 (include-other-diary-files, diary-mail-entries)
15608 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15609 (diary-set-header): New function.
15610 (diary-header-line-flag, diary-header-line-format):
15611 Use diary-set-header for custom :set function.
15612 (diary-set-maybe-redraw): Use symbol-value rather than eval.
15613 (diary-attrtype-convert): Use intern-soft rather than read.
15614 (diary-display-no-entries): New function.
15615 (simple-diary-display, fancy-diary-display): Use it.
15616 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
15617 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15618
15619 * calendar/holidays.el (list-holidays): Doc fix.
15620
15621 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
15622
15623 * calc/calc-store.el (calc-read-var-name-history): New variable.
15624 (calc-read-var-name): Use `calc-read-var-name-history'.
15625
15626 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15627
15628 * image-mode.el (image-mode-reapply-winprops): Simplify now that
15629 window-configuration-change-hook works buffer-locally.
15630
15631 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15632
15633 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15634 for Emacs Lisp, not Lisp.
15635
15636 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
15637
15638 * help-fns.el (describe-function-1, describe-variable):
15639 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15640
15641 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15642 replacement is provided, don't print "use nil instead".
15643
15644 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15645
15646 * complete.el (PC-do-completion): Use regexp-quote.
15647
15648 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15649
15650 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15651 Detect missing files.
15652
15653 * vc-git.el (vc-git-extra-menu-map): New key map.
15654 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15655 New functions.
15656
15657 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15658 and 'missing files.
15659
15660 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15661
15662 * calendar/holidays.el (list-holidays): Make Y2 optional.
15663
15664 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15665 buffers shown to the user.
15666 (appt-disp-window): Disable undo explicitly now that the leading space
15667 is gone.
15668
15669 * simple.el (activate-mark): New function.
15670 (set-mark-command): Use it with region-active-p to clean up the code.
15671 (exchange-point-and-mark): Invert the meaning of C-u when
15672 transient-mark-mode is active.
15673
15674 * dired-aux.el (dired-create-files): Use dolist.
15675
15676 * bindings.el (mode-line-change-eol): Use with-selected-window.
15677
15678 * apropos.el (apropos-command): Include macros.
15679
15680 2008-03-26 Glenn Morris <rgm@gnu.org>
15681
15682 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15683 (calendar-bahai-epoch): Doc fix.
15684
15685 * calendar/cal-china.el: Explicitly require calendar.
15686
15687 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15688 Require calendar rather than cal-julian.
15689 Autoload calendar-absolute-from-julian.
15690 * calendar/cal-coptic.el (coptic-calendar-epoch):
15691 * calendar/cal-islam.el (calendar-islamic-epoch):
15692 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15693
15694 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15695
15696 * calendar/cal-dst.el: Don't require cal-persia.
15697 (calendar-absolute-from-persian): Autoload it.
15698 (dst-adjust-time): Doc fix.
15699
15700 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15701 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15702 calendar.
15703
15704 * calendar/cal-menu.el: Require calendar rather than declaring
15705 functions.
15706 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15707
15708 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15709 calendar-after-frame-setup-hooks. Update callers, make old name an
15710 obsolete alias. Doc fix.
15711 (calendar-frame-1): Doc fix.
15712
15713 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15714
15715 * calendar/calendar.el (oriental-holidays, solar-holidays):
15716 * calendar/holidays.el (list-holidays): Assume atan always bound.
15717
15718 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15719 Explicitly require calendar, not cal-julian.
15720 * calendar/lunar.el: Explicitly require cal-dst.
15721
15722 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15723
15724 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15725
15726 * help-fns.el (describe-function-1, describe-variable): If no
15727 replacement is provided, don't print "use nil instead".
15728
15729 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15730
15731 * proced.el: New file.
15732
15733 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15734
15735 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15736
15737 2008-03-25 Juri Linkov <juri@jurta.org>
15738
15739 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15740 in battery-mode-line-format.
15741
15742 * bindings.el (minibuffer-local-map): For the command
15743 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15744 with map which is already locally bound to minibuffer-local-map.
15745
15746 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15747
15748 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15749 Remove `sort-first' argument.
15750
15751 * subr.el (redisplay-end-trigger-functions)
15752 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15753 (process-filter-multibyte-p, set-process-filter-multibyte):
15754 Mark as obsolete.
15755
15756 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15757
15758 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15759 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15760 use the LOCAL arg of `add-hook'.
15761 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15762 Remove spurious * from defcustom docstrings.
15763 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15764 Fix typos in messages.
15765 (reb-mode-buffer-p): New function.
15766 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15767 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15768 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15769 Use `unless', `when'.
15770 (re-builder-unload-function): New function.
15771
15772 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15773
15774 * vc-hooks.el (vc-state): Add documentation for 'missing.
15775
15776 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15777
15778 * progmodes/verilog-mode.el (verilog-auto-output)
15779 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15780 (verilog-delete-auto): Add optional regular expression to
15781 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15782 (verilog-signals-matching-regexp): New internal function for
15783 signal matching.
15784
15785 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15786
15787 * info.el (Info-isearch-search): Always return point.
15788
15789 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15790
15791 * diff-mode.el (diff-remembered-defdir): New var.
15792 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15793
15794 2008-03-25 Glenn Morris <rgm@gnu.org>
15795
15796 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15797 calendar-bahai-prompt-for-date. Update callers, make old name an
15798 obsolete alias. Doc fix.
15799 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15800 coptic-prompt-for-date. Update callers, make old name an
15801 obsolete alias. Doc fix.
15802 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15803 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15804 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15805 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15806 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15807 calendar-iso-read-args. Update callers, make old name an obsolete
15808 alias.
15809 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15810 persian-prompt-for-date. Update callers, make old name an
15811 obsolete alias. Doc fix. Move definition before use.
15812
15813 * calendar/cal-x.el (diary-frame-parameters)
15814 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15815 (calendar-frame-1): Doc fixes.
15816 (make-fancy-diary-buffer): Remove declaration.
15817 (calendar-dedicate-diary): Replace call to deleted function
15818 make-fancy-diary-buffer.
15819 (calendar-frame-setup): New function.
15820 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15821 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15822 work, and mark as obsolete.
15823 (special-display-buffer-names): Don't mess with this; it's not our
15824 business.
15825 (cal-x-load-hook): Defvar it, and mark as obsolete.
15826
15827 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15828 Default to t. Add to 'calendar group.
15829 (calendar): Doc fix. Use calendar-frame-setup.
15830 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15831 (generate-calendar-window): Doc fix.
15832
15833 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15834
15835 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15836
15837 2008-03-24 Drew Adams <drew.adams@oracle.com>
15838
15839 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15840 New variables.
15841 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15842 (finder-exit): Ignore errors rather than avoiding them.
15843 Kill *Finder-package* buffer also.
15844
15845 2008-03-24 Andreas Schwab <schwab@suse.de>
15846
15847 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15848
15849 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15850
15851 * vc-hg.el (vc-hg-after-dir-status):
15852 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15853
15854 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15855 Detect removed files.
15856
15857 * vc.el (vc-status-printer): Use a different face for missing files.
15858 (vc-status-hide-up-to-date): Rename from
15859 vc-status-remove-up-to-date. Update all callers.
15860 (vc-status-mode-map): Bind C-m.
15861
15862 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15863
15864 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15865 code ...
15866 (vc-git--state-code): ... to this new function.
15867 (vc-git-state): Use it.
15868
15869 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15870
15871 * textmodes/remember.el (remember-mail-date)
15872 (remember-store-in-mailbox): Write date and From line in such a
15873 way that Mutt can read it.
15874
15875 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15876
15877 * simple.el (transient-mark-mode): Turn on by default.
15878
15879 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15880
15881 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15882 'unregistered for unregistered files.
15883
15884 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15885
15886 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15887
15888 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15889 subdirectories.
15890
15891 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15892 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15893 Add :enable for vc-status-refresh.
15894 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15895 (vc-status-tool-bar-map): Add binding for
15896 vc-status-kill-dir-status-process.
15897 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15898 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15899 Reset vc-status-process-buffer.
15900 (vc-status-refresh): Don't run two refreshes at a time.
15901 (vc-status): If the buffer is already in vc-status-mode only refresh.
15902 (vc-status-mark-buffer-changed): Add an optional file parameter.
15903 (vc-resynch-buffer): Use it.
15904 (vc-delete-file): Expand the file name before using it.
15905 Be careful to not create a new buffer with the old file contents.
15906 Update the VC state after performing the operation.
15907
15908 2008-03-23 Andreas Schwab <schwab@suse.de>
15909
15910 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15911 Fix radio button condition.
15912 [box]: Likewise.
15913 [customize]: Add radio button.
15914
15915 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15916
15917 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15918 (calc-user-parse-tables, calc-gnuplot-default-device)
15919 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15920 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15921 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15922 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15923 (calc-undo-list, calc-redo-list, calc-main-buffer)
15924 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15925 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15926 (calc-said-hello, calc-executing-macro, calc-any-selections)
15927 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15928 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15929 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15930 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15931 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15932 (calc-create-buffer, calc-quit): Add docstrings.
15933
15934 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15935
15936 * makefile.w32-in (WINS_ALMOST): Add org.
15937
15938 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15939
15940 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15941 New functions to implement vc-status support.
15942
15943 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15944
15945 * vc.el (vc-status-prepare-status-buffer): New function.
15946 (vc-status): Use it.
15947
15948 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15949 appropriate.
15950
15951 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15952
15953 * vc-git.el (vc-git--empty-db-p)
15954 (vc-git-after-dir-status-stage1-empty-db): New functions.
15955 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15956 Add support for empty repositories.
15957
15958 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15959
15960 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15961 Allow "^" in a version name.
15962
15963 * vc-mtn.el (vc-mtn-state): Support the added state.
15964
15965 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15966
15967 * org: New directory for Org-mode.
15968
15969 * org/org-export-latex.el: Moved from lisp/textmodes.
15970
15971 * org/org-irc.el: Moved from lisp/textmodes.
15972
15973 * org/org-mac-message.el: Moved from lisp/textmodes.
15974
15975 * org/org-mouse.el: Moved from lisp/textmodes.
15976
15977 * org/org-publish.el: Moved from lisp/textmodes.
15978
15979 2008-03-21 Juri Linkov <juri@jurta.org>
15980
15981 * comint.el (comint-dynamic-simple-complete):
15982 Use variable `stub' for the second arg `common-substring'
15983 of `comint-dynamic-list-completions'.
15984 (comint-dynamic-list-filename-completions):
15985 Use variable `filenondir' for the second arg `common-substring'
15986 of `comint-dynamic-list-completions'.
15987 (comint-dynamic-list-completions): Add new optional arg
15988 `common-substring'. Add `common-substring' as the second arg of
15989 the call to `display-completion-list'. Doc fix.
15990
15991 * comint.el (comint-dynamic-complete-as-filename)
15992 (comint-dynamic-list-filename-completions)
15993 (comint-dynamic-simple-complete): Use `minibuffer-message'
15994 to display message "No completions of %s" when a command
15995 is called in the minibuffer.
15996 (comint-dynamic-simple-complete): Don't display other
15997 completion messages when a command is called in the minibuffer.
15998 (comint-dynamic-list-completions): Use `minibuffer-message'
15999 to display message " [Type space to flush ...]" when a command
16000 is called in the minibuffer.
16001
16002 * shell.el (shell-dynamic-complete-command)
16003 (shell-dynamic-complete-environment-variable): Don't display
16004 completion messages when command is called in the minibuffer.
16005
16006 * emacs-lisp/lisp.el (lisp-complete-symbol):
16007 Use `minibuffer-message' to display message "No completions of %s"
16008 when this command is called in the minibuffer.
16009
16010 * bindings.el (standard-mode-line-modes): Put special help-echo
16011 tooltip on recursive edit %[ %] mode-line constructs.
16012
16013 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
16014 "^No dynamic expansion for .* found$" to allow error messages like
16015 "No dynamic expansion for \"%s\" found in this-buffer".
16016
16017 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
16018
16019 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
16020 "psftp".
16021
16022 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
16023
16024 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
16025 * vc.el (vc-default-dired-state-info): Use just "modified".
16026 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
16027 (vc-cvs-mode-line-string): Make use of the better default.
16028 (vc-cvs-parse-entry): Use the new `added'.
16029 (vc-cvs-dired-state-info): Remove.
16030 * vc-svn.el (vc-svn-dired-state-info): Remove.
16031 * vc-hg.el (vc-hg-dired-state-info): Remove.
16032 * vc-git.el (vc-git-dired-state-info): Remove.
16033
16034 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
16035
16036 * vc-git.el (vc-git-status-result): New variable.
16037 (vc-git-dir-status): Split out ...
16038 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
16039 ... these new functions and work asynchronously.
16040
16041 2008-03-21 Alexandre Julliard <julliard@winehq.org>
16042
16043 * vc-git.el (vc-git-after-dir-status): Remove.
16044 (vc-git-dired-state-info): Reimplement.
16045
16046 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
16047
16048 * replace.el (occur-mode-map): Add :help.
16049
16050 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
16051 for disassemble.
16052
16053 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
16054 the 'added state.
16055 (vc-status-remove-up-to-date): New function.
16056 (vc-status-mode-map, vc-status-menu-map): Bind it.
16057 (vc-status-printer): Use a different face up-to-date files.
16058 (vc-resynch-buffer): Update the vc-status buffer if it exists.
16059 (Todo): Remove solved entries.
16060
16061 * vc-hg.el (vc-hg-state):
16062 * vc-git.el (vc-git-state):
16063 * vc-cvs.el (vc-cvs-parse-status):
16064 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
16065 state.
16066
16067 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16068
16069 * progmodes/compile.el (compile):
16070 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
16071
16072 * simple.el (minibuffer-local-shell-command-map): New var.
16073 (minibuffer-complete-shell-command, read-shell-command): New funs.
16074 (shell-command, shell-command-on-region): Use them.
16075
16076 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
16077
16078 * vc.el (vc-status-mark-buffer-changed): New function to implement
16079 updating of the *vc-status* buffer when a buffer is saved.
16080 (vc-status-mode): Use it for after-change-hook.
16081 (vc-add-to-vc-status-buffer): Rename to ...
16082 (vc-status-add-entry): ... this.
16083 (Todo): Add new entry.
16084
16085 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
16086
16087 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
16088
16089 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
16090
16091 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
16092 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
16093 Remove spurious * from defcustom docstrings.
16094 (icomplete-compute-delay): Fix docstring and remove spurious *.
16095 (icomplete-delay-completions-threshold): Fix typo in docstring and
16096 remove spurious *.
16097 (icomplete-completions): While collecting the list of prospective
16098 candidates, don't overshoot `icomplete-prospects-length'.
16099
16100 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
16101
16102 * textmodes/refbib.el:
16103 * textmodes/reftex.el:
16104 * textmodes/reftex-global.el:
16105 * textmodes/reftex-vars.el:
16106 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
16107 compiler pacifying defvars.
16108 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
16109 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16110 not needed.
16111
16112 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
16113
16114 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16115 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16116 (verilog-customize, verilog-font-customize)
16117 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16118 (verilog-mode): Update documentation strings to match tool tips.
16119 (verilog-auto-search-do, verilog-auto-re-search-do)
16120 (verilog-skip-forward-comment-or-string): Fix verilog-auto
16121 expansion when a .* appears inside a string.
16122 (verilog-re-search-forward, verilog-re-search-backward):
16123 Add comment to recall how this works.
16124 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16125
16126 2008-03-20 Glenn Morris <rgm@gnu.org>
16127
16128 * calendar/calendar.el (calendar-other-dates): New function.
16129 (calendar-print-other-dates): Use calendar-other-dates.
16130 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16131 the declarations it replaces.
16132 (calendar-mouse-print-dates): Use calendar-other-dates.
16133
16134 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16135 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16136 (calendar-absolute-from-bahai): Fix the leap-year case.
16137 (calendar-bahai-from-absolute): Re-use the Gregorian month.
16138 (calendar-bahai-date-string, calendar-bahai-print-date):
16139 Handle pre-Bahai dates.
16140
16141 * calendar/cal-china.el (chinese-calendar-celestial-stem)
16142 (chinese-calendar-terrestrial-branch): Make defcustoms.
16143
16144 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16145 (calendar-mouse-view-diary-entries): Use or.
16146 (calendar-mouse-chinese-date): Remove unused command.
16147 (cal-menu-load-hook): Mark as obsolete.
16148
16149 * calendar/solar.el (calendar-location-name, calendar-latitude)
16150 (calendar-longitude, solar-arctan, sunrise-sunset)
16151 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16152
16153 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16154
16155 * calc/calc.el: Remove outdated comments.
16156 (defcalcmodevar, calc-mode-var-list-restore-default-values)
16157 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16158 Add docstrings.
16159
16160 2008-03-19 Jason Rumney <jasonr@gnu.org>
16161
16162 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16163
16164 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
16165
16166 * net/tls.el (open-tls-stream): Reindent.
16167
16168 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
16169
16170 * net/tramp.el (tramp-let-maybe): Removed.
16171 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16172 It does not exist under XEmacs.
16173 (tramp-handle-file-truename, tramp-handle-expand-file-name)
16174 (tramp-completion-file-name-handler): Let-bind
16175 `directory-sep-char'.
16176
16177 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16178 `directory-sep-char'.
16179
16180 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16181
16182 * help-fns.el (describe-function-1): Don't signal "missing arglist"
16183 for autoloaded keymaps.
16184
16185 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16186 (electric-verilog-terminate-line, verilog-in-struct-region-p)
16187 (verilog-backward-ws&directives, verilog-forward-ws&directives)
16188 (verilog-in-comment-p, verilog-in-star-comment-p)
16189 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16190 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16191 (verilog-skip-forward-comment-or-string, verilog-in-paren)
16192 (verilog-skip-forward-comment-p): Use it.
16193
16194 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
16195
16196 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16197 (org-remember-templates, org-time-stamp-rounding-minutes)
16198 (org-back-over-empty-lines, org-find-base-buffer-visiting)
16199 (org-columns-new): Fix typos in docstrings.
16200
16201 2008-03-19 Glenn Morris <rgm@gnu.org>
16202
16203 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16204 (tramp-handle-shell-command): Use condition-case rather than
16205 ignore-errors.
16206
16207 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
16208
16209 * diff-mode.el (diff-header): Make the color louder.
16210 (diff-refine-change): Tone the color down.
16211
16212 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
16213
16214 * descr-text.el (describe-char): When `describe-char-unidata-list'
16215 is set to show all properties, list them in the right order.
16216
16217 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16218
16219 * international/mule.el (load-with-code-conversion): Avoid setting
16220 default-enable-multibyte-characters.
16221
16222 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
16223
16224 * vc.el (vc-annotate-background): Fix custom type.
16225
16226 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16227
16228 * descr-text.el (describe-char-unidata-list): Allow specifying
16229 just all properties.
16230 (describe-char): Handle that new value.
16231
16232 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16233
16234 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
16235
16236 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16237 instead of file name extension to make docs with uncommon
16238 extensions work.
16239
16240 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
16241
16242 * doc-view.el (require): Require cl at compile time because
16243 `assert' needs it.
16244
16245 2008-03-18 Glenn Morris <rgm@gnu.org>
16246
16247 * calendar/calendar.el (initial-calendar-window-hook)
16248 (today-visible-calendar-hook): Doc fixes.
16249
16250 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
16251
16252 * net/tramp.el (tramp-root-regexp): Simplify.
16253 (tramp-completion-file-name-regexp-separate): Don't insist on
16254 leading "[". This prevents method or user or host completion.
16255 (tramp-let-maybe): Autoload it.
16256 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
16257 is an alias for `identity'.
16258 (tramp-handle-write-region): Protect `last-coding-system-used'
16259 over the trailing statements.
16260 (tramp-completion-file-name-handler-post-function): Remove.
16261 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16262 instead of calling `tramp-drop-volume-letter'.
16263
16264 * net/tramp.el:
16265 * net/tramp-uu.el:
16266 * net/trampver.el: Move coding cookie at the end.
16267
16268 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16269
16270 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16271 elements which may be something else than characters.
16272
16273 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
16274
16275 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16276 New functions to implement vc-status support.
16277
16278 * vc.el (vc-default-extra-status-menu)
16279 (vc-add-to-vc-status-buffer): New functions.
16280
16281 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16282 for eldoc and ielm.
16283
16284 2008-03-17 Glenn Morris <rgm@gnu.org>
16285
16286 * calendar/cal-x.el (diary-frame-parameters)
16287 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16288 Fix custom type; add options.
16289 (calendar-frame, diary-frame): Doc fixes.
16290 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16291 new functions.
16292 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16293 Use calendar-frame-1 and calendar-dedicate-diary.
16294 (calendar-one-frame-setup): Also handle only-one-frame case.
16295 (calendar-only-one-frame-setup): Doc fix. Just call
16296 calendar-one-frame-setup.
16297
16298 * calendar/diary-lib.el: Re-order some definitions before their use.
16299 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16300 (diary-list-entries): Doc fixes.
16301 (make-fancy-diary-display): Remove function.
16302
16303 * calendar/calendar.el (calendar-today-marker)
16304 (initial-calendar-window-hook, today-visible-calendar-hook)
16305 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16306 (calendar-star-date, calendar-mark-today): Doc fixes.
16307 (today-visible-calendar-hook): Add options.
16308 (calendar-in-read-only-buffer): New macro.
16309 (calendar-basic-setup): Adapt for change in calendar-read-date.
16310 Place holiday let inside if.
16311 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16312 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16313 (calendar-print-other-dates): Use one let rather than many.
16314
16315 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16316 (calendar-print-other-dates):
16317 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16318 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16319 * calendar/holidays.el (calendar-list-holidays, list-holidays)
16320 (calendar-cursor-holidays):
16321 * calendar/lunar.el (calendar-phases-of-moon): Use
16322 calendar-in-read-only-buffer to replace previous code and disable undo.
16323
16324 2008-03-16 Juri Linkov <juri@jurta.org>
16325
16326 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16327 and regexp-search-ring-yank-pointer for the HISTPOS argument of
16328 read-from-minibuffer to provide the correct initial minibuffer
16329 history position in isearch-edit-string when it is called from
16330 isearch-ring-adjust.
16331
16332 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16333 to check if the current buffer is the minibuffer, and in this case
16334 call abort-recursive-edit to kill the minibuffer. Doc fix.
16335 (kill-this-buffer-enabled-p): Allow this function to return non-nil
16336 when the current buffer is the minibuffer.
16337
16338 * simple.el (goto-line): Leave mark at previous position. Doc fix.
16339
16340 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
16341
16342 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16343 Use non-nil PARENTS attribute of make-directory instead of
16344 explicitly checking existence the current cache directory.
16345
16346 2008-03-16 Daiki Ueno <ueno@unixuser.org>
16347
16348 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16349 M-x epa-file-select-keys.
16350
16351 2008-03-16 Kenichi Handa <handa@m17n.org>
16352
16353 * international/mule.el (auto-coding-alist):
16354 Use no-conversion-multibyte for archive files.
16355
16356 2008-03-16 Glenn Morris <rgm@gnu.org>
16357
16358 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16359 New functions.
16360 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16361 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16362 Use calendar-mark-1.
16363 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16364 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16365 Use calendar-mark-complex.
16366 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16367 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16368 Use calendar-mark-1.
16369
16370 * calendar/calendar.el (calendar-mod): Remove.
16371 * calendar/cal-china.el (calendar-chinese-from-absolute)
16372 (calendar-chinese-date-string): Expand calendar-mod calls.
16373 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16374 Expand calendar-mod calls.
16375
16376 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16377 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16378 (diary-bahai-insert-yearly-entry): Use let rather than let*.
16379 Move obsolete aliases after the functions that replaced them.
16380
16381 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16382 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16383 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16384 Use let rather than let*.
16385 (calendar-hebrew-prompt-for-date): New function.
16386 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16387 (holiday-tisha-b-av-etc): Use unless, let.
16388
16389 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16390 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16391
16392 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16393
16394 * calendar/calendar.el (calendar-for-loop): Add indent spec.
16395
16396 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16397 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16398 than concat.
16399 (diary): Remove un-needed let.
16400 (view-other-diary-entries): Rename argument.
16401 (diary-list-entries-2): New function.
16402 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16403 (print-diary-entries): Use unless.
16404 (diary-mark-entries-1): Change argument order, make all but
16405 markfunc optional. Handle the standard (Gregorian) case.
16406 Use match-string-no-properties. Handle marks.
16407 (mark-diary-entries): Use diary-mark-entries-1.
16408 (diary-font-lock-keywords-1): New macro.
16409 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16410
16411 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
16412
16413 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16414 (icalendar-export-hidden-diary-entries): New variable.
16415 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16416 In case of error, insert full error-val.
16417 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
16418 Use calendar-day-of-week. Return the day number.
16419 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16420
16421 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
16422
16423 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16424 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16425 (icalendar-export-region): Ignore hidden diary entries.
16426 (icalendar--convert-ordinary-to-ical): Fix case where event
16427 spans across midnight boundary.
16428 (icalendar-first-weekday-of-year): New function.
16429 (icalendar--convert-weekly-to-ical): Allow user-selectable start
16430 year for recurring events (Mozilla calendars do not propagate
16431 recurring events forever, so year 2000 start date was not working).
16432 (icalendar--convert-yearly-to-ical): Remove extra spaces in
16433 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16434
16435 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
16436
16437 * net/tramp.el (tramp-root-regexp): New defconst.
16438 (tramp-completion-file-name-regexp-unified)
16439 (tramp-completion-file-name-regexp-separate)
16440 (tramp-completion-file-name-regexp-url): Use it.
16441 (tramp-do-copy-or-rename-file-via-buffer):
16442 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
16443 t for `insert-file-contents-literally'.
16444 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16445 Autoload it.
16446 (tramp-completion-file-name-handler-post-function): New defconst.
16447 (tramp-completion-file-name-handler): Use it.
16448 (tramp-maybe-open-connection): Update calls to
16449 `tramp-flush-connection-property' for removed 2nd argument.
16450
16451 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16452
16453 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16454 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16455 New functions.
16456
16457 2008-03-15 Glenn Morris <rgm@gnu.org>
16458
16459 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16460 New functions.
16461 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16462 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16463 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16464 (diary-bahai-list-entries): Use diary-list-entries-1.
16465 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
16466 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16467 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16468 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16469 (list-hebrew-diary-entries): Use diary-list-entries-1.
16470 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
16471 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16472 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16473 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16474 (list-islamic-diary-entries): Use diary-list-entries-1.
16475 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
16476
16477 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16478
16479 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16480
16481 * calendar/cal-china.el (number-chinese-months)
16482 (calendar-chinese-from-absolute): Use nth, caar.
16483
16484 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16485
16486 * calendar/cal-french.el (french-calendar-accents): Doc fix.
16487
16488 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16489 (calendar-hebrew-month-name-array-leap-year)
16490 (hebrew-calendar-parashiot-names): Make constants.
16491 (diary-parasha): Move definition after constants it uses.
16492
16493 * calendar/cal-html.el (cal-html-insert-link-yearpage)
16494 (cal-html-htmlify-list): Doc fix.
16495 (cal-html-htmlify-entry): Use nth.
16496
16497 * calendar/cal-islam.el (calendar-islamic-month-name-array)
16498 (calendar-islamic-epoch): Make constants.
16499 (calendar-islamic-epoch): Doc fix.
16500
16501 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16502
16503 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16504 (cal-tex-month-name): Doc fix.
16505 (cal-tex-last-blank-p): Use zerop.
16506
16507 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16508 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16509 (calendar-cursor-to-date): Doc fix.
16510 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16511 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16512 (calendar-day-number): Use when.
16513 (generate-calendar-month): Use dotimes.
16514 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16515 (calendar-set-mark): Reverse conditional.
16516 (calendar-make-alist): Move definition before use.
16517
16518 * calendar/diary-lib.el (diary-face-attrs)
16519 (diary-glob-file-regexp-prefix, diary-selective-display)
16520 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16521 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16522 (diary-anniversary, diary-cyclic)
16523 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16524 (diary-header-line-format): Change wording.
16525 (diary-list-entries): Set `date-start' in let.
16526 (include-other-diary-files, mark-included-diary-files): Use format.
16527 (simple-diary-display, fancy-diary-display): Use cadr, unless.
16528 (mark-diary-entries): Use 1+.
16529 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16530 (mark-calendar-month): Use dotimes.
16531
16532 * calendar/holidays.el (displayed-month, displayed-year):
16533 Move declarations where needed.
16534 (calendar-list-holidays): Doc fix.
16535
16536 * calendar/parse-time.el (parse-time-string): Simplify.
16537
16538 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16539 Make constants.
16540 (solar-sunrise-sunset): Rename some local variables for clarity.
16541 (sunrise-sunset): Use zerop.
16542 (solar-mean-equinoxes/solstices): Doc fix.
16543
16544 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16545 Use nth.
16546 (timeclock-completing-read, timeclock-generate-report): Use zerop.
16547 (timeclock-mean, timeclock-generate-report): Use dolist.
16548
16549 * calendar/todo-mode.el (todo-add-category): Simplify.
16550 (todo-more-important-p, todo-delete-item, todo-file-item):
16551 Use unless, when.
16552 (todo-top-priorities): Use zerop.
16553
16554 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
16555
16556 * buff-menu.el (list-buffers-noselect): Display buffer name in
16557 tooltip instead of mouse binding when it doesn't fit in the list.
16558
16559 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16560
16561 * faces.el (xw-defined-colors):
16562 * simple.el (widget-convert, shell-mode): Declare as functions
16563 instead of autoloading.
16564
16565 * abbrev.el:
16566 * button.el:
16567 * cus-face.el:
16568 * ediff-hook.el:
16569 * emacs-lisp/backquote.el:
16570 * emacs-lisp/timer.el:
16571 * facemenu.el:
16572 * faces.el:
16573 * menu-bar.el:
16574 * simple.el:
16575 * subr.el:
16576 * textmodes/fill.el:
16577 * textmodes/paragraphs.el: Remove autoloads, redundant when the
16578 files are preloaded.
16579
16580 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16581
16582 * desktop.el (desktop-create-buffer): Don't catch errors if
16583 debug-on-error is set.
16584
16585 2008-03-14 Eli Zaretskii <eliz@gnu.org>
16586
16587 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16588 ($(lisp)/calendar/diary-loaddefs.el)
16589 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16590 (LOADDEFS): New macro.
16591 (autoloads): Depend on $(LOADDEFS).
16592
16593 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16594
16595 * font-lock.el (featurep): Remove test, not useful anymore.
16596 (facemenu-keymap): Move key binding ...
16597 * facemenu.el (facemenu-keymap): ... here.
16598
16599 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
16600 for each file in the list.
16601 (vc-bzr-log-view-mode): Recognize the file marker.
16602
16603 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16604 for checkdoc and profiling.
16605
16606 2008-03-14 Bastien Guerry <bzg@altern.org>
16607
16608 * textmodes/flyspell.el (nxml-mode): Add the right
16609 `flyspell-mode-predicate'.
16610
16611 * wid-edit.el (link): Use 'mouse-face for :follow-link.
16612
16613 2008-03-14 Glenn Morris <rgm@gnu.org>
16614
16615 * calendar/solar.el: Reorder so that functions are defined before use.
16616 (displayed-month, displayed-year): Move declarations where needed.
16617 (solar-get-number): Move definition before use. Use unless.
16618 (solar-equatorial-coordinates): Simplify.
16619 (solar-sunrise-and-sunset): Use let rather than let*.
16620 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16621
16622 * startup.el (command-line-1): Rename -internal-script back to
16623 -scriptload (reverts previous change).
16624
16625 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16626 (calendar-bahai-leap-base): Add doc strings.
16627 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16628 Move definition before use.
16629 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16630 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16631 variables outside the loop. Use dolist.
16632 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16633
16634 * calendar/cal-china.el: Re-order so that functions are defined before
16635 use.
16636 (displayed-month, displayed-year): Move declarations where needed.
16637 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16638 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16639 Add doc strings.
16640 (chinese-year-cache): Recenter on 2010. Doc fix.
16641 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16642 Doc fix. Simplify.
16643 (chinese-year-cache-init): New function.
16644 (compute-chinese-year, holiday-chinese-new-year)
16645 (calendar-chinese-date-string, calendar-goto-chinese-date)
16646 (make-chinese-month-assoc-list): Use cadr, nth.
16647 (chinese-months): Remove un-needed let.
16648
16649 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16650 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16651 (coptic-prompt-for-date): Move definition before use.
16652
16653 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16654 (calendar-dst-find-data, calendar-daylight-time-offset)
16655 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16656 (calendar-daylight-savings-starts-time)
16657 (calendar-daylight-savings-ends-time): Use cadr, nth.
16658
16659 * calendar/cal-french.el (french-calendar-epoch)
16660 (calendar-goto-french-date): Doc fix.
16661 (french-calendar-month-name-array)
16662 (french-calendar-multibyte-month-name-array)
16663 (french-calendar-day-name-array, french-calendar-special-days-array):
16664 Add doc strings.
16665
16666 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16667 (original-date): Move declarations where needed.
16668 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16669 Doc fix.
16670 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16671 constant variables outside the loop. Use dolist.
16672
16673 * calendar/cal-islam.el (displayed-month, displayed-year)
16674 (original-date): Move declarations where needed.
16675 (islamic-calendar-day-number): Remove unused local variable `day'.
16676 (calendar-goto-islamic-date): Doc fix.
16677 (holiday-islamic): Use unless.
16678 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16679 constant variables outside the loop. Use dolist.
16680 (mark-islamic-calendar-date-pattern): Move definition before use.
16681 Use unless.
16682 (mark-islamic-diary-entries): Doc fix.
16683 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16684 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16685
16686 * calendar/cal-julian.el (calendar-absolute-from-julian):
16687 Move definition before use. Remove un-needed local `day'.
16688 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16689
16690 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16691 (calendar-mayan-tzolkin-names-array): Add doc strings.
16692 (calendar-mayan-long-count-from-absolute): Use a single let.
16693 (calendar-string-to-mayan-long-count): Simplify.
16694 (calendar-next-haab-date, calendar-previous-haab-date)
16695 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16696 (calendar-previous-calendar-round-date)
16697 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16698 Doc fix.
16699 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16700 (calendar-mayan-date-string, calendar-print-mayan-date)
16701 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16702 (calendar-mayan-long-count-common-era): Move definitions before use.
16703
16704 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16705 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16706 Doc fix.
16707 (calendar-mouse-goto-date): Move definition before use.
16708
16709 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16710 Move definition before use.
16711 (calendar-cursor-to-visible-date): Move definition before use.
16712 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16713 and place inside the conditional.
16714 (calendar-forward-day): Simplify.
16715 (calendar-end-of-month): Use unless.
16716 (calendar-goto-day-of-year): Doc fix.
16717 Relocate obsolete aliases after their replacements.
16718
16719 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16720
16721 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16722 variables outside the diary-date-forms loop.
16723
16724 * calendar/calendar.el (diary-file): Doc fix.
16725 (calendar-buffer-list): Return buffers rather than strings (fixes
16726 previous change).
16727 (hebrew-holidays-4): Fix typo.
16728
16729 * calendar/holidays.el (displayed-month, displayed-year):
16730 Move declarations where needed.
16731 (calendar-holiday-list, calendar-list-holidays)
16732 (holiday-filter-visible-calendar): Move definitions before use.
16733 (list-holidays): Use cadr.
16734 Relocate obsolete aliases after their replacements.
16735
16736 * calendar/lunar.el (date, displayed-month, displayed-year):
16737 Move declarations where needed.
16738 (lunar-phase-list): Move definition after functions it uses.
16739 (calendar-phases-of-moon, diary-phases-of-moon)
16740 (lunar-new-moon-on-or-after): Use cadr, nth.
16741 (lunar-new-moon-on-or-after): Doc fix.
16742
16743 * textmodes/org-irc.el (top-level): CL not required when compiling.
16744 (org-irc-visit-erc): Replace runtime CL functions.
16745
16746 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16747 (org-publish-delete-dups): Declare as function.
16748
16749 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16750
16751 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16752 (vc-bzr-show-log-entry): Make regexp match more cases.
16753 (vc-diff-switches-list): Remove autoload, not needed.
16754
16755 2008-03-14 Juri Linkov <juri@jurta.org>
16756
16757 * isearch.el (isearch-edit-string): Remove one call to
16758 `isearch-push-state' not to push an inconsistent state,
16759 but keep another correct call to `isearch-push-state'.
16760 (isearch-ring-adjust): Call `isearch-push-state' only when
16761 `search-ring-update' is non-nil since `isearch-edit-string'
16762 already pushes its state.
16763 (isearch-message): Improve matching the failed part by checking
16764 if the original message starts with the last successful message.
16765
16766 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16767 (dired-perm-write): Rename from `dired-warn-writable'.
16768 Change parent face from `font-lock-warning-face' to
16769 `font-lock-comment-delimiter-face'.
16770 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16771 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16772 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16773 with `dired-perm-write-face'.
16774
16775 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16776
16777 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16778 Create cache dir only if it doesn't already exist.
16779
16780 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16781
16782 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16783 of \ and '.
16784
16785 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16786
16787 * net/browse-url.el (browse-url-text-xterm):
16788 Unquote browse-url-text-browser.
16789
16790 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16791
16792 * textmodes/org-mouse.el: Version number change.
16793
16794 * textmodes/org-publish.el (org-publish-expand-components):
16795 Remove null projects from the list of components.
16796 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16797 Remove unused retrieval of the :publishing-directory property.
16798 (org-publish-file): Bugfix: when using a relative directory as the
16799 publishing directory, convert it to a directory filename.
16800 (org-publish-project): New alias.
16801 (org-publish-get-files): Protect against empty p.
16802 (org-publish-file): Send an error when file is not part of any project.
16803 (org-publish-file): Offer to refresh the list of files in known
16804 project when the current file is not part of any project.
16805 (org-publish-before-export-hook)
16806 (org-publish-after-export-hook): New hooks.
16807 (org-publish-org-to): Use new hooks and kill buffers.
16808 (org-publish-file): Remove the code for killing buffers.
16809 (org-publish-initialize-files-alist): Use interactive.
16810 (org-publish-file): If the publishing function creates a new
16811 buffer, kill it after publishing.
16812 (org-publish-timestamp-filename): Protect ":" in file name path
16813 under windows.
16814
16815 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16816 change that killed the LaTeX buffer.
16817
16818 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16819 in the decision tree.
16820 (org-select-remember-template): Clean the code.
16821 (org-prepare-dblock): Add the extra :content parameter.
16822 (org-write-agenda): New output type ".ics" files.
16823 (org-write-agenda): Call `org-icalendar-verify-function', both for
16824 time stamps and for TODO entries.
16825 (org-agenda-collect-markers, org-create-marker-find-array)
16826 (org-check-agenda-marker-table): New functions.
16827 (org-agenda-marker-table): New variable.
16828 (org-export-as-html): Revert the change that killed the html
16829 buffer. Side effects first need to be studied carefully.
16830 (org-get-tags-at): Fix the structure of the condition-case statement.
16831 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16832 (org-timestamp-change): Fix regular expressions to swallow the
16833 extra character for repeat-shift control.
16834 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16835 (org-get-legal-level): Alias to `org-get-valid-level'.
16836 (org-dblock-write:clocktable): Add a :link parameter, linking
16837 headlines to their location in the Org agenda files.
16838 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16839 throwing an error when getting tags before headlines.
16840 (org-timestamp-change, org-modify-ts-extra)
16841 (org-ts-regexp1): Fix timestamp editing.
16842 (org-agenda-custom-commands-local-options): New constant.
16843 (org-agenda-custom-commands):
16844 Use `org-agenda-custom-commands-local-options' to improve customize
16845 type. "htmlize": Removed hack to fix face problem with htmlize,
16846 it no longer seem necessary.
16847 (org-follow-link-hook): New hook.
16848 (org-agenda-custom-commands): Add "Component" as a tag for each
16849 item in a command series.
16850 (org-open-at-point): Run `org-follow-link-hook'.
16851 (org-agenda-schedule): Bugfix: don't display marker type when it
16852 is nil.
16853 (org-store-link): org-irc required.
16854 (org-set-regexps-and-options): Parse the new logging options.
16855 (org-extract-log-state-settings): New function.
16856 (org-todo): Handle the new ways of recording state change stuff.
16857 (org-local-logging): New function.
16858 (org-columns-open-link): Fix bug with opening link in column view.
16859 (org-local-logging): New function.
16860 (org-todo): Make sure that LOGGING properties are honoured.
16861 (org-todo-keywords): Improve docstring.
16862 (org-startup-options): Cleanup startup options.
16863 (org-set-regexps-and-options): Process the "!" markers.
16864 (org-todo): Respect the new logging stuff.
16865 (org-log-note-how): New variable.
16866 (org-add-log-maybe): New parameter HOW that defines how logging
16867 should be done and also overrides PURPOSE. Add a docstring.
16868 (org-add-log-note): Check if we really need to ask for a note.
16869 (org-get-current-options): Digest the new keyword.
16870 (org-agenda-reset-markers): Rename from
16871 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16872 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16873 function, without force argument.
16874 (org-buffer-property-keys): Bind local variables s and p.
16875 (org-make-tags-matcher): Allow "" to match an empty or
16876 non-existent property value.
16877 (org-export-as-html): Join unsorted lists when they directly
16878 follow each other. Such lists may be created by headlines that
16879 are converted to lists.
16880 (org-nofm-to-completion): New function.
16881 (org-export-as-html): Use :html-extension instead of
16882 org-export-html-extension.
16883 (org-store-link): Support for links from `rmail-summary-mode'.
16884 (org-columns-new, org-complete, org-set-property): Set the
16885 `include-columns' argument in the call to
16886 `org-buffer-property-keys'.
16887 (org-buffer-property-keys): New argument `include-columns', to
16888 include properties expected by any of the COLUMNS formats in the
16889 current buffer.
16890 (org-cleaned-string-for-export): Get rid of drawers first, so that
16891 they will be removed also in the text before the first headline.
16892 (org-clock-report): Show the clocktable when found.
16893 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16894 (org-version): With prefix argument, insert `org-version' at point.
16895 (org-agenda-goto): Recenter the window after finding the target
16896 location, to make sure the correct position will be displayed.
16897 (org-agenda-get-deadlines): Don't scale priority with the warning
16898 period.
16899 (org-insert-heading): Don't break line in the middle of the line.
16900 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16901 be 0.
16902 (org-update-checkbox-count): Revamp to deal with hierarchical
16903 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16904 (org-remove-timestamp-with-keyword): New function.
16905 (org-schedule, org-deadline):
16906 Use `org-remove-timestamp-with-keyword' to make sure all such time
16907 stamps are removed.
16908 (org-mode): Support for `align'.
16909 (org-agenda-get-deadlines): Make sure priorities increase as the
16910 due date approaches and is passed.
16911 (org-remember-apply-template): Fix problem with tags that
16912 contain "_" or "@".
16913 (org-make-link-regexps): Improve the regular expression for plain links.
16914 (org-agenda-get-closed): List each clocking entry.
16915 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16916 (org-special-ctrl-k): New option.
16917 (org-kill-line): New function.
16918 (org-archive-all-done): Fix incorrect number of stars in regexp.
16919 (org-refile-get-location): New function.
16920 (org-refile-goto-last-stored): New function.
16921 (org-global-tags-completion-table): Add the value of org-tag-alist
16922 in each buffer, to make sure that also unused tags will be
16923 available for completion.
16924 (org-columns-edit-value)
16925 (org-columns-next-allowed-value): Only update if not in agenda.
16926 (org-clocktable-steps): New function.
16927 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16928 (org-archive-subtree): Add the outline tree context as a property.
16929 (org-closest-date): New optional argument `prefer'.
16930 (org-goto-auto-isearch): New option.
16931 (org-goto-map, org-get-location): Implement auto-isearch.
16932 (org-goto-local-auto-isearch-map): New variable.
16933 (org-goto-local-search-forward-headings)
16934 (org-goto-local-auto-isearch): New functions.
16935
16936 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16937
16938 * textmodes/org-irc.el: New file.
16939
16940 2008-03-13 John Wiegley <johnw@gnu.org>
16941
16942 * textmodes/org-mac-message.el: New file.
16943
16944 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16945
16946 * font-lock.el (font-lock-comment-face): Set the foreground for
16947 the light background 8 colors case.
16948
16949 2008-03-13 Glenn Morris <rgm@gnu.org>
16950
16951 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16952 generate-autoload-cookie patterns.
16953
16954 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16955
16956 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16957 (MH_E_SRC): Remove variable.
16958 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16959 Simplify file header. Use $@ for generated-autoload-file.
16960
16961 * Makefile.in (LOADDEFS): New variable.
16962 (AUTOGENEL): Use $LOADDEFS.
16963 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16964 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16965 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16966 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16967 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16968 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16969 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16970 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16971 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16972 Add calendar-specific autoload cookies, and remove any setting of
16973 generated-autoload-file.
16974 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16975 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16976 diary-loaddefs.
16977 * calendar/holidays.el: Replace explicit autoloads with reading of
16978 hol-loaddefs.
16979
16980 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16981 (calendar-buffer-list): Simplify.
16982 (generate-calendar-window): Use calendar-mark-holidays rather than
16983 obsolete alias.
16984
16985 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16986 Use cal-hebrew-yahrzeit-buffer.
16987
16988 * calendar/cal-x.el (calendar-only-one-frame-setup)
16989 (calendar-two-frame-setup): Doc fixes.
16990 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16991
16992 * calendar/appt.el (appt-mode-string): Mark as risky.
16993 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16994
16995 * calendar/cal-html.el (diary-list-entries):
16996 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16997 (calendar-iso-from-absolute): Fix autoloads.
16998
16999 * calendar/cal-iso.el (calendar-absolute-from-iso)
17000 (calendar-iso-read-args): Simplify.
17001 (calendar-iso-date-string, calendar-iso-read-args)
17002 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
17003
17004 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
17005 (displayed-month, displayed-year): Move declarations where needed.
17006 (calendar-print-astro-day-number): Doc fix.
17007
17008 * calendar/cal-persia.el (persian-calendar-month-name-array)
17009 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
17010 (persian-prompt-for-date): Remove local variable `today'.
17011
17012 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
17013
17014 * calendar/solar.el (solar-moment, solar-exact-local-noon)
17015 (solar-sunrise-sunset, solar-sunrise-sunset-string)
17016 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
17017 (diary-sabbath-candles, solar-equinoxes/solstices)
17018 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
17019 (solar-time-equation, solar-date-to-et): Simplify.
17020
17021 * mail/supercite.el: Remove the `function' in `(function (lambda'.
17022 Replace `(car (cdr' with cadr'.
17023
17024 * progmodes/f90.el (f90-font-lock-n): New function.
17025 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
17026 Use f90-font-lock-n.
17027 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
17028
17029 * progmodes/f90.el (f90-mode-abbrev-table):
17030 * progmodes/fortran.el (fortran-mode-abbrev-table):
17031 Use newer form of define-abbrev, where supported. No need to bind
17032 abbrevs-changed for system abbrevs.
17033
17034 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
17035
17036 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
17037 delete-frame-functions.
17038
17039 * bookmark.el (Info-current-node): Remove.
17040
17041 2008-03-12 Juri Linkov <juri@jurta.org>
17042
17043 * help.el (describe-project): Remove defaliases for view-todo and
17044 describe-project that are now unnecessary after the merge from
17045 emacs--rel--22 that added define-obsolete-function-alias.
17046
17047 * startup.el (inhibit-startup-screen): Revert incomplete
17048 2008-03-10 merge from emacs--rel--22 that partly reverted
17049 2008-02-28 change that added initial message to *scratch* buffer
17050 regardless of the value of `inhibit-startup-screen'.
17051 Now keep this change in the trunk, but not in the 22 branch.
17052
17053 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17054
17055 * international/quail.el (quail-setup-completion-buf, quail-help):
17056 * mail/binhex.el (binhex-decode-region-internal):
17057 * mail/uudecode.el (uudecode-decode-region-internal):
17058 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
17059 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
17060 setting default-enable-multibyte-characters.
17061
17062 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
17063
17064 * comint.el: Fix up indentation and comment style. Remove `function'.
17065
17066 * international/mule-cmds.el (reset-language-environment)
17067 (set-language-environment-nonascii-translation):
17068 Don't set-unibyte-charset.
17069
17070 * doc-view.el: Remove all cb-args, use closures instead.
17071 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
17072 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
17073 doing an incorrect check). Update all callers to use the new name.
17074 (doc-view-doc->txt): Add missing `txt' argument.
17075
17076 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
17077
17078 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
17079 md5 sum calculation to single-byte.
17080
17081 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17082
17083 * doc-view.el (doc-view-new-window-function): Add assertion.
17084 (doc-view-doc-type): New var.
17085 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
17086 (doc-view-intersection): New fun.
17087 (doc-view-mode): Use it to set the new var.
17088
17089 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
17090
17091 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
17092 (doc-view-already-converted-p): New functions.
17093 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
17094 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
17095 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
17096 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
17097 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
17098 (doc-view-convert-current-doc): Don't hardwire the functions the
17099 sentinels call. Now they're provided by two args CALLBACK and
17100 CB-ARGS to the functions.
17101 (doc-view-search): Use doc-view-doc->txt.
17102 (doc-view-initiate-display): Use doc-view-already-converted-p.
17103 Mention new binding C-c C-t if doc-view-mode doesn't work.
17104
17105 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
17106
17107 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
17108
17109 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17110
17111 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17112 Mark " outside of tags as punctuation.
17113
17114 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17115
17116 * menu-bar.el (minibuffer-local-map): Use the same command for the
17117 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17118 Prefer RET over C-j for exit-minibuffer.
17119
17120 * files.el (display-buffer-other-frame): Eliminate problematic code.
17121
17122 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17123 (menu-bar-select-buffer): Remove.
17124 (menu-bar-select-frame): Make non-interactive and take a frame arg.
17125 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17126
17127 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
17128
17129 * icomplete.el (icomplete-completions): Remove obsolete code.
17130
17131 * net/net-utils.el (iwconfig-program-options): Doc fix.
17132 (net-utils-run-program, run-network-program): Define as functions.
17133
17134 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
17135
17136 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17137
17138 2008-03-11 Glenn Morris <rgm@gnu.org>
17139
17140 * faces.el (mode-line-emphasis): New face.
17141 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17142
17143 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17144
17145 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
17146
17147 * simple.el (set-mark-command): Doc fix.
17148
17149 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17150
17151 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17152
17153 * emacs-lisp/autoload.el (autoload-find-destination):
17154 Don't force raw-text.
17155
17156 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17157 * calendar/cal-loaddefs.el: Don't version control.
17158
17159 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17160
17161 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17162 entries and add :help to the existing ones.
17163
17164 2008-03-10 Glenn Morris <rgm@gnu.org>
17165
17166 * calendar/cal-hebrew.el (date, entry, number): Move declarations
17167 to where they are needed.
17168
17169 * calendar/calendar.el (diary-file, hebrew-holidays-1)
17170 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17171 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17172 (calendar-version): Doc fixes.
17173 (calendar-absolute-from-gregorian): Use zerop.
17174 (calendar-mode-line-format): Make it a defcustom.
17175
17176 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17177 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17178 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17179 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17180 (mark-included-diary-files, mark-calendar-days-named)
17181 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17182 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17183 (insert-monthly-diary-entry, insert-yearly-diary-entry)
17184 (insert-anniversary-diary-entry, insert-block-diary-entry)
17185 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17186 (diary-font-lock-sexps): Doc fixes.
17187 (diary-remind-message, mark-calendar-month): Use zerop.
17188 (diary-attrtype-convert, diary-pull-attrs): Simplify.
17189 (diary-list-entries): Revert let to let* (previous change).
17190
17191 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17192
17193 2008-03-10 Kim F. Storm <storm@cua.dk>
17194
17195 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17196 function aliases for the old names.
17197
17198 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
17199
17200 * iswitchb.el (iswitchb-use-faces): Doc fix.
17201 (iswitchb-buffer-ignore, iswitchb-read-buffer):
17202 Fix typos in docstrings.
17203
17204 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17205
17206 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17207 Fix typo.
17208 (verilog-type-font-keywords): Reindent.
17209
17210 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
17211
17212 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17213 Fix bug in the grouping-keyword regular expression.
17214 (verilog-font-lock-keywords): Allow users to toggle special
17215 highlight of grouping-keywords.
17216 (verilog-highlight-grouping-keywords): The toggle for special
17217 highlighting of grouping keywords.
17218
17219 2008-03-10 Juri Linkov <juri@jurta.org>
17220
17221 * startup.el: Revert 2008-02-28 change that adds initial message
17222 to *scratch* buffer regardless of the value of
17223 `inhibit-startup-screen'.
17224
17225 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17226
17227 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17228 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17229 * progmodes/verilog-mode.el (verilog-mode):
17230 * net/socks.el (socks):
17231 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17232
17233 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17234
17235 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17236 (doc-view-bookmark-make-record): Use them.
17237 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
17238 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17239
17240 * bookmark.el (bookmark-make-record-function): Change expected return
17241 value to include a suggested bookmark name.
17242 (bookmark-make): Split into bookmark-make-record and bookmark-store.
17243 Fix reversed `overwrite' semantics.
17244 (bookmark-set): Call bookmark-make-record before prompting the user.
17245 Then pass the result to bookmark-store later on.
17246 (bookmark-make-name-function): Remove.
17247 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17248 * info.el (bookmark-make-name-function): Remove.
17249 (Info-mode): Don't set it.
17250 (Info-bookmark-make-name): Remove.
17251 (Info-bookmark-make-record): Use Info-current-node as suggested default
17252 bookmark name.
17253
17254 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17255 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17256 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17257 (bookmark-annotation-buffer, bookmark-annotation-file)
17258 (bookmark-annotation-point, bookmark-send-annotation)
17259 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17260 (bookmark-edit-annotation-text-func): Rename from
17261 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
17262 (bookmark-edit-annotation-mode-map): Move initialization into
17263 declaration.
17264
17265 * bookmark.el: Remove spurious * in docstrings.
17266 (bookmark-minibuffer-read-name-map): New var.
17267 (bookmark-set): Use it. Also pass the default value as it should.
17268 (bookmark-send-edited-annotation): Take no chances with text properties.
17269 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17270 (bookmark-insert-buffer-name): Remove.
17271 (bookmark-buffer-file-name): Signal an error rather than returning nil.
17272
17273 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
17274
17275 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17276
17277 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
17278
17279 * diff-mode.el (diff-mode-menu): Add :help.
17280
17281 2008-03-09 Glenn Morris <rgm@gnu.org>
17282
17283 * calendar/calendar.el (general-holidays, oriental-holidays)
17284 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17285 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17286 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17287 (calendar-holidays): Restore autoload cookies, because people are
17288 used to using these variables without loading calendar.el.
17289
17290 * calendar/cal-islam.el (diary-islamic-date): Move to end.
17291 (date, number): Declare where needed.
17292
17293 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17294 (list-sexp-diary-entries): Doc fixes.
17295 (diary-list-entries): Doc fix. Remove free variable `entry'.
17296 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
17297 Simplify setting of `date-holiday-list'.
17298 (mark-diary-entries): Remove free variable `entry'.
17299 (diary-list-entries, include-other-diary-files, fancy-diary-display):
17300 Use let where let* is not needed.
17301
17302 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17303
17304 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17305 make-record function, instead paste it in afterwards.
17306 (bookmark-make-record-for-text-file):
17307 * doc-view.el (doc-view-bookmark-make-record):
17308 * info.el (Info-bookmark-make-record): Don't mess with annotations.
17309
17310 2008-03-08 Glenn Morris <rgm@gnu.org>
17311
17312 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17313
17314 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
17315
17316 * calendar/diary-lib.el (diary-list-entries)
17317 (include-other-diary-files, mark-diary-entries)
17318 (mark-sexp-diary-entries, mark-included-diary-files)
17319 (diary-entry-time, list-sexp-diary-entries): Remove the special
17320 handling of ^M that dates back to the use of selective-display.
17321 (simple-diary-display): Obey setting of pop-up-frames.
17322 (body, entry): Remove unnecessary declarations.
17323
17324 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17325 (bookmark-get-annotation, bookmark-set-annotation)
17326 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17327 (bookmark-set-position, bookmark-get-front-context-string)
17328 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17329 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17330 * info.el (Info-bookmark-make-record): Don't bother recording point.
17331 (bookmark-get-filename, bookmark-get-front-context-string)
17332 (bookmark-get-rear-context-string, bookmark-get-position):
17333 Don't declare any more.
17334 (bookmark-get-info-node): Remove.
17335 (bookmark-prop-get): Declare.
17336 (Info-bookmark-jump): Use it.
17337
17338 2008-03-08 Johan Bockgård <bojohan@gnu.org>
17339
17340 * subr.el (while-no-input): Don't splice BODY directly into the
17341 `or' form.
17342
17343 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
17344
17345 * diff-mode.el (diff-ignore-whitespace-hunk):
17346 Bind inhibit-read-only before trying to change the buffer.
17347
17348 2008-03-08 Glenn Morris <rgm@gnu.org>
17349
17350 * calendar/appt.el (appt): Move custom group here from calendar.el.
17351 (appt-disp-window, appt-convert-time): Doc fixes.
17352
17353 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17354 (calendar-bahai-mark-date-pattern):
17355 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17356 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17357 * calendar/cal-julian.el (calendar-absolute-from-julian):
17358 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17359
17360 * calendar/cal-china.el (chinese-calendar): Move custom group here from
17361 calendar.el.
17362 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17363 Make constants.
17364 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17365 (chinese-calendar-daylight-savings-starts)
17366 (chinese-calendar-daylight-savings-ends)
17367 (chinese-calendar-daylight-savings-starts-time)
17368 (chinese-calendar-daylight-savings-ends-time)
17369 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17370 Doc fixes.
17371
17372 * calendar/cal-coptic.el (coptic-name): Add doc string.
17373
17374 * calendar/cal-french.el (french-calendar-month-name-array)
17375 (french-calendar-day-name-array, french-calendar-special-days-array):
17376 Add doc strings.
17377
17378 * calendar/cal-bahai.el (diary-bahai-mark-entries)
17379 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17380 (diary-bahai-insert-yearly-entry):
17381 * calendar/cal-dst.el (calendar-next-time-zone-transition)
17382 (calendar-time-zone):
17383 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17384 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17385 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17386 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17387 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17388 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17389 (list-islamic-diary-entries, mark-islamic-diary-entries)
17390 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17391 (insert-yearly-islamic-diary-entry):
17392 * calendar/cal-iso.el (calendar-iso-read-args):
17393 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17394 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17395 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17396 (calendar-next-calendar-round-date)
17397 (calendar-mayan-long-count-common-era):
17398 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17399 (cal-menu-x-popup-menu, calendar-mouse-holidays)
17400 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17401 (calendar-mouse-goto-date):
17402 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17403 * calendar/holidays.el (holidays):
17404 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17405 * calendar/time-date.el (date-to-time, time-subtract, time-add)
17406 (safe-date-to-time): Doc fixes.
17407
17408 * calendar/cal-persia.el (persian-calendar-month-name-array)
17409 (persian-calendar-epoch): Make constants.
17410
17411 * calendar/cal-tex.el (calendar-tex): Move custom group here from
17412 calendar.el.
17413
17414 * calendar/cal-x.el (diary-frame-parameters)
17415 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17416 (calendar-after-frame-setup-hooks): Make defcustoms.
17417 (calendar-one-frame-setup, calendar-only-one-frame-setup)
17418 (calendar-two-frame-setup): Doc fix.
17419
17420 * calendar/cal-loaddefs.el: New file.
17421
17422 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17423 * calendar/cal-french.el, calendar/cal-html.el:
17424 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17425 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17426 * calendar/cal-tex.el, calendar/cal-x.el:
17427 Unquote lambda functions. Add autoload cookies to functions formerly
17428 autoloaded in calendar.el. Set `generated-autoload-file' to
17429 "cal-loaddefs.el".
17430
17431 * calendar/calendar.el: Move many autoloads to separate file,
17432 cal-loaddefs.el. Move defcustoms to start and re-order.
17433 (calendar-month-name-array, calendar-starred-day): No need to
17434 declare for compiler.
17435 (cal-loaddefs): Require it.
17436 (appt, chinese-calendar, calendar-tex): Move custom groups to the
17437 appropriate file.
17438 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17439 Reverse logic.
17440 (diary-face, diary-file-name-prefix-function, diary-include-string)
17441 (diary-glob-file-regexp-prefix, diary-face-attrs)
17442 (diary-file-name-prefix, sexp-diary-entry-symbol)
17443 (print-diary-entries-hook, list-diary-entries-hook)
17444 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17445 (nongregorian-diary-marking-hook, diary-list-include-blanks):
17446 Move to diary-lib.
17447 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17448 (all-bahai-calendar-holidays): Doc fix.
17449 (calendar-insert-indented): Doc fix. Use when rather than if.
17450 (exit-calendar): Use mapc rather than mapcar.
17451 (calendar-cursor-to-date): Use zerop.
17452 (calendar-mark-ring): Add doc-string.
17453 (calendar-starred-day): Defvar it.
17454 (calendar-mode): Make calendar-starred-day local.
17455 (calendar-star-date): No need to make calendar-starred-day local.
17456
17457 * calendar/diary-lib.el: Move defcustoms to start.
17458 (diary-include-string, diary-list-include-blanks)
17459 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17460 (diary-file-name-prefix, diary-file-name-prefix-function)
17461 (sexp-diary-entry-symbol, list-diary-entries-hook)
17462 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17463 (nongregorian-diary-marking-hook, print-diary-entries-hook):
17464 Move here from calendar.el.
17465 (diary-file-name-prefix-function): Use 'identity.
17466 (diary-face): Make it a defcustom, and mark as obsolete.
17467 (top-level): No need to require cal-hebrew, cal-islam when compiling.
17468 (calendar-hebrew-month-name-array-leap-year)
17469 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17470 Define for compiler.
17471 (diary-font-lock-keywords): Use format rather than concat.
17472 Add bahai-diary-entry-symbol.
17473
17474 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17475 * calendar/solar.el: Unquote lambda functions.
17476
17477 * calendar/solar.el (calendar-location-name, calendar-latitude)
17478 (calendar-longitude, solar-setup, solar-sin-degrees)
17479 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17480 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17481 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17482 (solar-exact-local-noon, solar-julian-ut-centuries)
17483 (solar-ephemeris-time, solar-date-next-longitude)
17484 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17485 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17486 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17487 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17488 Doc fixes.
17489 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17490 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17491 (solar-ecliptic-coordinates): Use unless.
17492 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17493 Use or.
17494
17495 * calendar/timeclock.el: Add doc-strings to all functions.
17496 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17497 (timeclock-entry-list-length, timeclock-entry-list-projects)
17498 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17499
17500 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17501
17502 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17503 (org-get-entries-from-diary): Require diary-lib.
17504
17505 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
17506
17507 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17508 Pacify byte-compiler.
17509
17510 2008-03-07 Alan Mackenzie <acm@muc.de>
17511
17512 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17513 paren/bracket pairs parsed, to solve performance problem.
17514
17515 2008-03-07 Bastien Guerry <bzg@altern.org>
17516
17517 * bookmark.el (bookmark-set): Don't check for
17518 `bookmark-make-name-function' since `bookmark-buffer-file-name'
17519 already takes care of this.
17520 (bookmark-buffer-name, bookmark-buffer-file-name):
17521 Remove Info-mode specific code.
17522
17523 * info.el (bookmark-get-info-node): Define this function in
17524 info.el, not in bookmark.el.
17525 (Info-mode): Set `bookmark-make-name-function' to
17526 `Info-bookmark-make-name' locally.
17527 (Info-bookmark-make-name): New function.
17528
17529 * bookmark.el (bookmark-make-name-function): New variable.
17530
17531 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17532
17533 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17534 buffer-local, not `bookmark-make-cell-function' (the old name).
17535
17536 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
17537
17538 * doc-view.el (doc-view-bookmark-make-record):
17539 * image-mode.el (image-bookmark-make-record):
17540 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17541
17542 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
17543
17544 * vc.el (vc-status-menu-map-filter): Return orig-binding if
17545 boundp 'vc-ignore-menu-filter.
17546 (vc-status-tool-bar-map): Make it defvar.
17547 (vc-status-mode): vc-status-tool-bar-map now variable.
17548 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17549
17550 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17551
17552 Give a better name to part of the bookmark interface.
17553
17554 This was originally a much larger change, but halfway through I
17555 updated and discovered that Stefan Monnier had done the rest.
17556 It looks like he anticipated the new name too, because he used
17557 `the-record' instead of `the-cell' for some internal variable names.
17558
17559 * bookmark.el (bookmark-make-record-function): Was
17560 `bookmark-make-cell-function'.
17561 (bookmark-make, bookmark-send-annotation): Update for above.
17562 (bookmark-make-record-for-text-file):
17563 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17564
17565 * info.el: Adjust accordingly.
17566 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17567
17568 * image-mode.el: Adjust accordingly.
17569 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17570
17571 * doc-view.el: Adjust accordingly.
17572 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17573
17574 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17575
17576 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17577 Move initialization into declaration.
17578 (bookmark-get-info-node, bookmark-set-info-node): Remove.
17579 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17580 (bookmark-info-current-node): Remove.
17581 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17582 Add relocation fallback. Set bookmark-current-bookmark.
17583 (bookmark-default-handler): Rename from bookmark-jump-noselect.
17584 Remove relocation fallback. Don't set bookmark-current-bookmark.
17585 (bookmark-set): Let it be used even if there's no buffer-file-name
17586 as long as there is a bookmark-make-cell-function.
17587 * info.el (Info-bookmark-jump): Remove relocation fallback.
17588 Don't set bookmark-current-bookmark.
17589
17590 2008-03-07 Glenn Morris <rgm@gnu.org>
17591
17592 * calendar/appt.el (appt-issue-message)
17593 (appt-message-warning-time, appt-audible, appt-visible)
17594 (appt-msg-window, appt-display-mode-line, appt-display-duration)
17595 (appt-display-diary): Remove autoload cookies.
17596
17597 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17598 Remove leading `*' from defcustom doc-strings.
17599
17600 * calendar/cal-dst.el (calendar-dst): New custom group.
17601 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17602 (calendar-time-zone, calendar-daylight-time-offset)
17603 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17604 (calendar-daylight-savings-starts-time)
17605 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17606 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17607 Move to start.
17608
17609 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17610
17611 * calendar/calendar.el (calendar-version): Use emacs-version and
17612 make it obsolete. Move to end.
17613 (calendar-offset, view-diary-entries-initially)
17614 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17615 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17616 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17617 (all-bahai-calendar-holidays, calendar-load-hook)
17618 (initial-calendar-window-hook, today-visible-calendar-hook)
17619 (today-invisible-calendar-hook, calendar-move-hook)
17620 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17621 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17622 (diary-include-string, sexp-diary-entry-symbol)
17623 (abbreviated-calendar-year, american-date-diary-pattern)
17624 (european-date-diary-pattern, european-calendar-display-form)
17625 (american-calendar-display-form, print-diary-entries-hook)
17626 (list-diary-entries-hook, diary-hook, diary-display-hook)
17627 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17628 (nongregorian-diary-marking-hook, diary-list-include-blanks)
17629 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17630 (local-holidays, other-holidays, hebrew-holidays-1)
17631 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17632 (hebrew-holidays, christian-holidays, islamic-holidays)
17633 (bahai-holidays, solar-holidays, calendar-setup)
17634 (calendar-week-start-day): Remove autoload cookies.
17635 (diary-glob-file-regexp-prefix): Doc fix.
17636 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17637 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17638 (calendar-week-start-day, calendar-debug-sexp): Move to start.
17639
17640 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17641 (calendar-time-display-form, calendar-latitude)
17642 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17643 cookies.
17644 (calendar-latitude, calendar-longitude): Move functions after
17645 variables.
17646 (diary-sabbath-candles-minutes): Move to start.
17647 (solar-setup): Use or rather than if.
17648 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17649 Remove condition-case.
17650 (solar-atn2): Use zerop.
17651 (solar-equinoxes-solstices): Doc fix.
17652
17653 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17654 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
17655
17656 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17657 (calendar-longitude, calendar-latitude, calendar-location-name):
17658 Declare for compiler.
17659
17660 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17661
17662 * arc-mode.el (archive-ar-file-header-re): New const.
17663 (archive-ar-summarize, archive-ar-extract): New funs.
17664 (archive-find-type): Recognize ar archives.
17665
17666 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17667 New functions.
17668
17669 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17670
17671 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17672
17673 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17674 Replace :enable (mark-active) with :enable mark-active.
17675
17676 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17677
17678 * vms-patch.el (make-legal-file-name): New obsolete alias.
17679 (make-valid-file-name): Rename from `make-legal-file-name'.
17680 (make-auto-save-file-name): Use it.
17681
17682 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17683 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17684 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17685
17686 * textmodes/org.el (org-export-html-style): Doc fix.
17687 (org-get-legal-level): New obsolete alias.
17688 (org-get-valid-level): Rename from `org-get-legal-level'.
17689 (org-promote, org-demote, org-archive-subtree)
17690 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17691
17692 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17693
17694 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17695
17696 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17697 (vc-status-toggle-mark): New functions.
17698 (vc-status-mode): Set tool bar map.
17699
17700 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17701
17702 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17703 Reported by Drew Adams <drew.adams@oracle.com>.
17704
17705 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17706
17707 * subr.el (read-quoted-char): Resolve modifiers of the character
17708 event.
17709
17710 * comint.el (comint-exec-1): Don't change the coding-system for
17711 decoding to dos-like EOL.
17712 (comint-carriage-motion): Fully rewrite.
17713
17714 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17715
17716 * epg.el (epg-context-include-certs): Reflow docstring.
17717 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17718 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17719 (epg-context-set-signers, epg-context-set-sig-notations)
17720 (epg-make-import-status, epg-make-import-result)
17721 (epg-start-delete-keys): Fix typos in docstrings.
17722 (epg-start-sign-keys, epg-sign-keys):
17723 Fix typos in obsolescence declarations.
17724
17725 * iswitchb.el: Don't check for `cadr' and `last'.
17726 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17727 Add obsolescence declaration and remove redundant info from docstring.
17728 (iswitchb-set-common-completion, iswitchb-set-matches)
17729 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17730 (recentf-list, most-len, most-is-exact):
17731 Don't wrap defvars within `eval-when-compile'.
17732
17733 2008-03-05 Glenn Morris <rgm@gnu.org>
17734
17735 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17736 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17737 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17738 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17739 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17740
17741 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17742 declaration for compiler.
17743 (ediff-xemacs-init-menus): Use when rather than if.
17744
17745 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17746 if+and to just and.
17747 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17748 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17749
17750 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17751
17752 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17753 test inside XEmacs test.
17754 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17755 since it was doing nothing on Emacs.
17756 (ediff-make-bullet-proof-overlay): Use when rather than if.
17757
17758 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17759 (ediff-setup-control-frame): Remove
17760 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17761 a (featurep 'xemacs) test.
17762
17763 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17764
17765 * calc/calc-ext.el (calc-extended-command-history): New variable.
17766 (calc-execute-extended-command): Use `calc-extended-command-history'.
17767
17768 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17769
17770 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17771 (standard-mode-line-position): Add mouse-face.
17772
17773 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17774 * progmodes/grep.el (grep-mode-map): Add :help.
17775
17776 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17777 initialize in one step. Add :help. Use :enable to activate menu
17778 items. Show the key binding for edebug-defun.
17779 (lisp-interaction-mode-map): Add a menu.
17780
17781 * term.el (term-mode-map): Define and initialize in one step.
17782
17783 * ediff-init.el (ediff-color-display-p): Simplify.
17784 (Xor): Remove unused function.
17785 (ediff-with-syntax-table): Simplify for Emacs.
17786
17787 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17788 menu-bar being loaded, it always is.
17789
17790 2008-03-05 Glenn Morris <rgm@gnu.org>
17791
17792 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17793 multiple definitions when compiling.
17794
17795 2008-03-04 Alan Mackenzie <acm@muc.de>
17796
17797 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17798
17799 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17800 doc-string, "c-old-LEN" -> "c-old-END".
17801
17802 2008-03-04 Jason Rumney <jasonr@gnu.org>
17803
17804 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17805 namespaces.
17806
17807 2008-03-04 Glenn Morris <rgm@gnu.org>
17808
17809 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17810
17811 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17812 than mapcar.
17813
17814 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17815
17816 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17817 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17818
17819 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17820 so that M-q can fill comments.
17821 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17822 commands implemented in elisp.
17823 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17824 (tex-format-cmd): New function.
17825 (tex-compile): Use it to let the user specify default arguments.
17826 (tex-cmd-bibtex-args): New var.
17827 (tex-cmd-doc-view): New function.
17828
17829 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17830
17831 * faces.el (face-spec-set): Fix typos in docstring.
17832
17833 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17834
17835 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17836 (standard-mode-line-position): Use it to add a menu for toggling
17837 column number and line number display.
17838
17839 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17840
17841 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17842 Remove optimization that was working around the form-code-walker bug.
17843
17844 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17845 Walk into the body of lambdas after byte-compile-unfold-lambda.
17846
17847 2008-03-03 Glenn Morris <rgm@gnu.org>
17848
17849 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17850 value, if set, over frame value.
17851
17852 * simple.el (transient-mark-mode): Don't turn on by default.
17853
17854 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17855 accidentally removed by the 2007-12-05 merge from Gnus.
17856
17857 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17858
17859 * progmodes/compile.el (compilation-menu-map): Add menu entries
17860 for useful options.
17861
17862 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17863 Glenn Morris <rgm@gnu.org>
17864
17865 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17866 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17867 Give a `bytecomp-' prefix to local variables with common names.
17868
17869 2008-03-01 Glenn Morris <rgm@gnu.org>
17870
17871 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17872 Restore code commented out 2007-11-10.
17873
17874 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17875
17876 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17877 Delete macro.
17878 * emulation/viper-cmd.el, emulation/viper-ex.el:
17879 * emulation/viper-init.el, emulation/viper-keym.el:
17880 * emulation/viper-mous.el, emulation/viper-util.el:
17881 * emulation/viper.el:
17882 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17883 featurep test.
17884
17885 Replace obsolete frame-local variables with frame-parameters.
17886 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17887 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17888 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17889 on XEmacs.
17890 * emulation/viper-util.el (viper-frame-value): New macro.
17891 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17892 (viper-R-state-post-command-sentinel)
17893 (viper-replace-state-post-command-sentinel)
17894 (viper-change-state-to-insert, viper-change-state-to-emacs):
17895 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17896 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17897 (viper-get-saved-cursor-color-in-insert-mode)
17898 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17899 Use viper-frame-value for viper-replace-overlay-cursor-color,
17900 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17901 viper-vi-state-cursor-color values.
17902
17903 * emulation/viper-cmd.el (zmacs-region-stays):
17904 * emulation/viper-util.el (zmacs-region-stays): No need to define
17905 for compiler.
17906
17907 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17908 mapcar on Emacs.
17909
17910 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17911 on XEmacs.
17912
17913 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17914 rather than if.
17915
17916 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17917
17918 * whitespace.el: New version 9.3. As the glyph code generation was
17919 fixed, it is possible now to use character code above ?\x1FFFF in the
17920 display table. Fix `whitespace-indentation-regexp' to not include an
17921 extra ending character. Reported by Michael Welsh Duggan
17922 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17923 the original whitespace package had. Suggested by Eric Cooper
17924 <ecc@cmu.edu>. Doc fix.
17925 (whitespace-action): New option.
17926 (whitespace-display-mappings): Changed default newline visualization to
17927 display downwards arrow, as the glyph code generation was fixed.
17928 (whitespace-unload-function): Assure that all local whitespace mode is
17929 turned off.
17930 (whitespace-global-modes): Fix type customization.
17931 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17932 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17933 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17934 Fix code.
17935 (whitespace-buffer): Command removed.
17936 (whitespace-trailing-regexp, whitespace-mark-x)
17937 (whitespace-display-window, whitespace-action-when-on)
17938 (whitespace-add-local-hook, whitespace-remove-local-hook)
17939 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17940 (whitespace-action): New funs.
17941 (whitespace-report-list, whitespace-report-text)
17942 (whitespace-report-buffer-name): New consts.
17943 (whitespace-report, whitespace-report-region): New commands.
17944
17945 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17946
17947 * disp-table.el (make-glyph-code): Don't test the result of
17948 `face-id', which already signals an error for invalid faces.
17949 (glyph-face): Simplify.
17950
17951 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17952 running `desktop-not-loaded-hook' to allow modifying it.
17953 Don't show warning message if `desktop-dirname' was modified.
17954
17955 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17956
17957 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17958 we still expect more lines.
17959
17960 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17961 comment-paragraph filling if the commark doesn't match
17962 comment-start-skip.
17963
17964 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17965
17966 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17967 the `imap' variant.
17968
17969 2008-03-01 Jason Rumney <jasonr@gnu.org>
17970
17971 * files.el (make-auto-save-file-name): Encode more characters in
17972 non-file buffer names. Use url-encoding.
17973
17974 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17975
17976 * net/net-utils.el (ftp-program): Fix typo in docstring.
17977 (ifconfig-program-options, netstat-program-options)
17978 (arp-program-options, route-program-options, nslookup-program-options)
17979 (ftp-program-options, smbclient-program-options)
17980 (dns-lookup-program-options, arp, route): Doc fixes.
17981
17982 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17983 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17984 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17985 Fix typos in docstrings.
17986 (gdb-pending-triggers): Reflow docstring.
17987 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17988
17989 2008-03-01 Alan Mackenzie <acm@muc.de>
17990
17991 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17992 typing "#" at EOB.
17993
17994 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17995
17996 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17997
17998 2008-02-29 Kim F. Storm <storm@cua.dk>
17999
18000 * emulation/cua-base.el (cua-remap-control-v)
18001 (cua-remap-control-z): New defcustoms.
18002 (cua-mode): Add them to set-after property.
18003 (cua--init-keymaps): Use them.
18004 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
18005
18006 * help.el (view-emacs-todo): Rename from view-todo.
18007 (describe-gnu-project): Rename from describe-project. Users changed.
18008 (view-help-file): New helper function.
18009 (describe-distribution, describe-copying, describe-gnu-project)
18010 (view-todo, view-order-manuals, view-emacs-problems): Use it.
18011 (view-emacs-debugging, view-external-packages): New commands.
18012 (help-map): Move describe-distribution to C-h C-o (ordering).
18013 Move view-emacs-problems to C-h C-p (problems).
18014 Bind view-emacs-debugging to C-h C-d (debugging).
18015 Bind view-external-packages to C-h C-e (extras).
18016 (help-for-help-internal): Cleanup and align descriptions.
18017 Remove command names to reduce clutter.
18018
18019 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
18020
18021 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
18022 and quieter face (not a warning).
18023
18024 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
18025
18026 * vc.el (vc-status-crt-marked): New variable.
18027 (vc-status-mode): Make it local.
18028 (vc-status-refresh): Use it to save the marked files.
18029 (vc-update-vc-status-buffer): Use it to restore the marked files.
18030
18031 * vc-svn.el (vc-svn-after-dir-status):
18032 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
18033
18034 2008-02-29 Glenn Morris <rgm@gnu.org>
18035
18036 * allout.el (allout-topic-encryption-bullet)
18037 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
18038 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
18039 from 22.0 to 22.1.
18040
18041 * net/imap.el (imap-ping-server):
18042 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
18043 Change defcustom :version from 23.0 to 23.1.
18044
18045 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
18046
18047 * desktop.el (desktop-save): Save the buffer name if the
18048 uniquified base name is empty.
18049
18050 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
18051
18052 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
18053 correctly when user has "set print address off".
18054
18055 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
18056
18057 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
18058 version number of the next major Emacs release, not 23.0.
18059
18060 * longlines.el (longlines-unload-function): New function.
18061
18062 2008-02-28 Juri Linkov <juri@jurta.org>
18063
18064 * startup.el (normal-splash-screen): Add argument `concise'.
18065 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
18066 to the created buffer. If `concise' is non-nil, call
18067 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
18068 (display-startup-screen): Add argument `concise' to the call to
18069 `normal-splash-screen'.
18070
18071 2008-02-28 Kim F. Storm <storm@cua.dk>
18072
18073 * startup.el (startup-echo-area-message): Check for about-emacs.
18074
18075 2008-02-28 Juri Linkov <juri@jurta.org>
18076
18077 * startup.el: Always add initial message to *scratch* buffer if
18078 `initial-scratch-message' is non-nil regardless of the value of
18079 `inhibit-startup-screen'.
18080 (inhibit-startup-screen, initial-scratch-message): Doc fix.
18081 (command-line-1): Move code that inserts `initial-scratch-message'
18082 up before the if-form that checks for `inhibit-startup-screen'.
18083 Suggested by Jonathan Rockway <jon@jrock.us>.
18084
18085 2008-02-28 Juri Linkov <juri@jurta.org>
18086
18087 * cus-edit.el (custom-mode-map, custom-mode-link-map):
18088 Rename `custom-mode' to `Custom-mode' in docstrings.
18089 (custom-buffer-create-internal, customize-browse):
18090 Rename `custom-mode' to `Custom-mode'.
18091 (custom-mode-hook): Rename to `Custom-mode-hook'.
18092 (Custom-mode-hook): Renamed from `custom-mode-hook'.
18093 (custom-mode): Rename to `Custom-mode'.
18094 (Custom-mode): Renamed from `custom-mode'. Doc fix.
18095 (custom-mode): Add backward-compatible non-interactive variant of
18096 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
18097 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
18098
18099 * info-look.el: Rename `custom-mode' to `Custom-mode'.
18100
18101 * emulation/viper.el (viper-emacs-state-mode-list):
18102 Rename `custom-mode' to `Custom-mode'.
18103
18104 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
18105 Capitalize "Tagged Files".
18106 (minibuffer-local-map): Add menu items for next/previous
18107 history elements and isearch history forward/backward.
18108
18109 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18110 `hs-isearch-open' with t instead of `comment' in :selected
18111 for "Code and Comment blocks" menu item.
18112
18113 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
18114
18115 * uniquify.el (uniquify-buffer-base-name): Undo last change.
18116 Should be done in desktop.el instead.
18117
18118 2008-02-28 Glenn Morris <rgm@gnu.org>
18119
18120 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18121
18122 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18123
18124 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18125 (Info-menu, Info-goto-node): Remove declarations.
18126 (report-emacs-bug-info): Use info rather than Info-goto-node.
18127
18128 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18129 (idlwave-convert-xml-system-routine-info): Don't require xml.
18130 (idlwave-show-commentary, idlwave-shell-show-commentary):
18131 Don't require finder.
18132 (idlwave-info): Don't require info. Use info rather than
18133 Info-goto-node.
18134
18135 * textmodes/org.el (Info-goto-node): Remove declaration.
18136 (org-info): Use info rather than Info-goto-node.
18137
18138 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18139 (reftex-info): Don't require info. Use info rather than Info-goto-node.
18140
18141 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
18142
18143 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18144 the menu.
18145
18146 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18147 (vc-finish-logentry): Check for vc-status-mode, not only for
18148 vc-dired-mode.
18149
18150 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18151
18152 * isearch.el (isearch-printing-char): Don't check
18153 keyboard-coding-system.
18154 Call isearch-process-search-multibyte-characters only when
18155 current-input-method is non-nil.
18156
18157 2008-02-27 Kim F. Storm <storm@cua.dk>
18158
18159 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18160 (glyph-char, glyph-face): Handle cons encoding.
18161
18162 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
18163
18164 * uniquify.el (uniquify-buffer-base-name): If the base name is an
18165 empty string, return nil to allow the caller to default to the
18166 buffer name. Reported by Martin Fischer <parozusa@web.de>.
18167
18168 * tool-bar.el (tool-bar-setup): Doc fix.
18169
18170 * mail/supercite.el (sc-describe):
18171 Fix typos in obsolescence declaration.
18172
18173 2008-02-27 Glenn Morris <rgm@gnu.org>
18174
18175 * autoinsert.el (auto-insert-alist): Change permission text to
18176 match FSF's GPLv3 form.
18177
18178 * mail/supercite.el (sc-cite-original): Doc fix.
18179 (sc-version): Make obsolete.
18180 (sc-describe): Show the SC info page. Make obsolete.
18181
18182 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18183
18184 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18185 when using transient-mark-mode.
18186 (default-indicate-unused-lines): Remove unused var.
18187
18188 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
18189
18190 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18191 and previous.
18192
18193 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18194
18195 2008-02-26 Glenn Morris <rgm@gnu.org>
18196
18197 * net/net-utils.el (top-level): Don't require comint when compiling.
18198 (nslookup-font-lock-keywords): Don't require font-lock.
18199 Use font-lock faces rather than variables.
18200 (nslookup, ftp, smbclient, network-service-connection):
18201 Don't require comint.
18202 (comint-prompt-regexp, comint-input-autoexpand)
18203 (comint-input-ring): Declare for compiler.
18204 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18205 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
18206
18207 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18208 doc-string.
18209
18210 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18211
18212 * doc-view.el (doc-view-current-page): Add a `win' argument.
18213
18214 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18215
18216 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18217 Demote it to plain defvar.
18218 (doc-view-conversion-refresh-interval): Reduce interval.
18219 (doc-view-goto-page): Allow moving to pages not yet rendered.
18220 (doc-view-goto-page): Construct a file name rather than extracting it
18221 from doc-view-current-files.
18222 (doc-view-kill-proc): Ignore errors from kill-process.
18223 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18224 (doc-view-insert-image): Use appropriate text if the page hasn't been
18225 rendered yet. Adjust scrolling so the text is displayed.
18226 (doc-view-display): Detect not just that a page is available, but also
18227 that it wasn't available before, so as to avoid refreshing all pages
18228 repeatedly.
18229 (doc-view-mode): Make doc-view-cache-directory if needed.
18230
18231 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18232
18233 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18234 toggle-read-only.
18235
18236 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18237 refering to a missing required field with the OPT prefix.
18238 Make unwindform more robust.
18239
18240 * textmodes/bibtex.el: Remove support for hideshow minor mode as
18241 it duplicates the bibtex support in progmodes/hideshow.el.
18242 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18243 entries that do not start at the beginning of a line.
18244
18245 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18246
18247 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18248
18249 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
18250
18251 * help-fns.el (describe-variable): Add phrases about
18252 initialization file with and without customization;
18253 use new button type help-info-variable.
18254
18255 * help-mode.el (help-info-variable):
18256 New button able to read Info files for help-fns.el.
18257
18258 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
18259
18260 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18261 (grep-mode): Use grep-mode-tool-bar-map.
18262
18263 * progmodes/compile.el (tool-bar): Require tool-bar.
18264 (compilation-mode-tool-bar-map): New variable.
18265 (compilation-mode): Use compilation-mode-tool-bar-map.
18266
18267 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
18268
18269 2008-02-25 Glenn Morris <rgm@gnu.org>
18270
18271 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18272
18273 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18274
18275 * diff-mode.el (diff-file-junk-re): New const.
18276 (diff-beginning-of-file-and-junk): Use it.
18277 (diff-file-kill): Make sure we were really inside a file diff.
18278
18279 * diff-mode.el: Make it more robust in the presence of empty context
18280 lines in unified hunks.
18281 (diff-valid-unified-empty-line): New var.
18282 (diff-unified->context, diff-sanity-check-hunk): Obey it.
18283 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
18284 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18285 (diff-hunk-header-re-unified): New const.
18286 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18287 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18288 (diff-sanity-check-hunk): Use it.
18289
18290 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18291 Index: line, don't search backward for the previous one.
18292
18293 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18294
18295 * international/fontset.el (setup-default-fontset): Add non-OTF
18296 lao font for lao script.
18297
18298 * language/tibetan.el: Register tibetan-composition-function in
18299 composition-function-table.
18300
18301 * language/tibet-util.el (tibetan-composition-function):
18302 Adjust for the new calling way (argument changed). Try font-shape-text
18303 if possible.
18304
18305 * language/lao.el: Register lao-composition-function in
18306 composition-function-table.
18307
18308 * language/lao-util.el (lao-composition-function): Adjust for the new
18309 calling way (argument changed). Try font-shape-text if possible.
18310
18311 2008-02-25 Jason Rumney <jasonr@gnu.org>
18312
18313 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18314
18315 2008-02-25 Juri Linkov <juri@jurta.org>
18316
18317 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18318 background, "red4" for a dark background, "red" for 16 and
18319 8 colors, "grey" for grayscale, and inverse video otherwise.
18320 Add :version tag.
18321 (isearch-message): Keep the original isearch-message intact, and
18322 add text properties to it where necessary. Add `isearch-error' to
18323 the condition that checks if isearch is unsuccessful.
18324
18325 2008-02-24 Juri Linkov <juri@jurta.org>
18326
18327 * progmodes/compile.el (compilation-handle-exit):
18328 Use compilation-error face instead of font-lock-warning-face.
18329 Display the same message in the minibuffer as is inserted
18330 at the end of the compilation buffer.
18331
18332 2008-02-24 Glenn Morris <rgm@gnu.org>
18333
18334 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18335 multiple file case.
18336
18337 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18338
18339 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18340 multiple file case. Use a single `let' rather than two.
18341
18342 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18343
18344 * progmodes/compile.el (compilation-start): Specify a face for
18345 mode-line-process.
18346 (compilation-handle-exit): Specify a face and a tooltip for
18347 mode-line-process.
18348
18349 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18350
18351 * hilit-chg.el: Remove spurious * in defcustom docstrings.
18352 (hilit-chg-make-ov): Simplify.
18353 (hilit-chg-fixup): Use remove-overlays.
18354 (hilit-chg-set-face-on-change): Remove redundant call to
18355 `remove-text-properties'.
18356
18357 * dired.el (dired-mark-prompt): Don't count/display the t element.
18358 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18359
18360 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18361
18362 * progmodes/verilog-mode.el (eval-when-compile): Don't define
18363 add-submenu.
18364 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18365 Remove. Move contents to the only use ...
18366 (verilog-menu): ... here.
18367 (verilog-statement-menu): Remove. Move contents to the only use ...
18368 (verilog-stmt-menu): ... here.
18369 (verilog-mark-defun): Simply call mark-defun for emacs.
18370 (occur-pos-list): Declare for byte compiler.
18371 (mode-popup-menu): Don't defvar.
18372 (verilog-add-statement-menu): Remove.
18373 (verilog-mode-hook): Don't add verilog-add-statement-menu.
18374 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18375
18376 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18377
18378 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18379 conditional.
18380 (verilog-font-grouping-keywords-face): Make the begin..end
18381 keywords standout more than other verilog keywords.
18382 (verilog-type-font-keywords): Move the begin..end out of this list
18383 to facilitate making them to (potentially) stand out more.
18384 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18385 function & task blocks.
18386 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18387 initial, function & task blocks.
18388 (verilog-forward-sexp): Handle the new "disable fork" statement of
18389 IEEE-1800 Verilog.
18390 (verilog-beg-block-re-ordered): Handle the new "disable fork"
18391 statement of IEEE-1800 Verilog.
18392 (verilog-calc-1): Handle the new "disable fork" statement of
18393 IEEE-1800 Verilog.
18394 (verilog-disable-fork-re): Add const to help handle the new
18395 "disable fork" statement of IEEE-1800 Verilog.
18396 (verilog-declaration-core-re): Add port directions by themselves,
18397 with no qualification, as base item of a declaration.
18398 (verilog-pretty-declarations): Add new flag to ask it to refrain
18399 from printing to the message buffer.
18400 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18401 printing to the message buffer. Improve handling of the many
18402 types of expression line up.
18403 (verilog-just-one-space): Remove printing of an empty message.
18404 (verilog-get-lineup-indent): Rework to support the better handling
18405 of expression lineup for verilog-pretty-expr.
18406 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18407
18408 2008-02-24 Alan Mackenzie <acm@muc.de>
18409
18410 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18411 yesterday's commit.
18412
18413 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
18414
18415 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18416 to mouse-set-point in buffers that aren't associated with files.
18417
18418 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18419
18420 2008-02-24 Alan Mackenzie <acm@muc.de>
18421
18422 Set of changes so that "obtrusive" syntactic elements in a
18423 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18424 unmatched paren) don't interact syntactically with stuff outside
18425 the CPP line.
18426
18427 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18428 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18429 off-by-one bug.
18430 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18431 a bit of refactoring.
18432 (c-awk-extend-and-syntax-tablify-region): Takes some of the
18433 functionality of c-awk-advise-fl-for-awk-region, which has been
18434 refactored away.
18435
18436 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18437 (c-clear-char-property-with-value): New function and macro which
18438 remove text-properties `equal' to a supplied value.
18439
18440 * progmodes/cc-engine.el: Comment about text properties amended.
18441
18442 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18443 parens around "error\\|warning".
18444
18445 * progmodes/cc-langs.el (c-get-state-before-change-function)
18446 (c-before-font-lock-function, c-anchored-cpp-prefix):
18447 New language variables.
18448 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18449
18450 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18451 syntax-table text properties.
18452 (c-common-init): Call language specific before/after-change
18453 functions at mode initialisation.
18454 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18455 (c-extend-region-for-CPP, c-neutralize-CPP-line)
18456 (c-neutralize-syntax-in-CPP): New functions.
18457 (c-before-change, c-after-change): Call the new language specific
18458 change functions defined in cc-langs.el.
18459 (c-advise-fl-for-region): New macro.
18460 (awk-mode): Remove AWK specific stuff which has been refactored
18461 into language independent stuff.
18462
18463 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
18464
18465 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18466 (gdb): (Re)set gdb-flush-pending-output to nil here...
18467 (gdb-init-1): ...instead of here (before gdb-prompt).
18468
18469 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18470
18471 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18472 Recognize ''' just like any other char-constant.
18473
18474 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18475
18476 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18477 careful enough. Detect the uid-change all within the main loop.
18478
18479 2008-02-24 Stefan Monnier <monnier@pastel.home>
18480
18481 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18482
18483 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18484
18485 * hilit-chg.el (highlight-save-buffer-state): New macro.
18486 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18487 (hilit-chg-clear): Use it to preserve the modified-p flag.
18488 (highlight-changes-rotate-faces): Don't mess with the undo-list.
18489
18490 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18491
18492 * font-lock.el (font-lock-set-defaults): Unset previously set variables
18493 when needed.
18494
18495 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
18496
18497 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18498 from gnus-button-url-regexp.
18499
18500 2008-02-24 Eli Zaretskii <eliz@gnu.org>
18501
18502 * progmodes/compile.el (compilation-next-error): Doc fix.
18503 (compilation-find-file): Doc fix.
18504
18505 2008-02-24 Glenn Morris <rgm@gnu.org>
18506
18507 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18508 Add obsolete aliases to the old names.
18509
18510 2008-02-24 Richard Stallman <rms@gnu.org>
18511
18512 * net/net-utils.el (ifconfig): Rename from ipconfig.
18513 (ipconfig): Alias to ifconfig.
18514 (ifconfig-program): Rename from ipconfig-program.
18515 (ifconfig-program-options): Rename from ipconfig-program-options.
18516
18517 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18518
18519 * progmodes/verilog-mode.el (verilog-declaration-core-re):
18520 Add port directions by themselves, with no qualification, as base
18521 item of a declaration.
18522 (verilog-pretty-declarations): Add new flag that inhibits printing
18523 to the message buffer.
18524 (verilog-pretty-expr): Add new flag that inhibits printing to the
18525 message buffer. Improve handling of the many types of expression
18526 line up.
18527 (verilog-just-one-space): Don't print an empty message.
18528 (verilog-get-lineup-indent): Rework to support the better handling
18529 of expression lineup for verilog-pretty-expr.
18530 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18531 (verilog-mode-version, verilog-mode-release-date): Update.
18532
18533 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18534
18535 * subr.el (cancel-change-group): Don't move point.
18536
18537 2008-02-23 Markus Triska <markus.triska@gmx.at>
18538
18539 * linum.el (linum-after-config): Update all visible windows.
18540
18541 2008-02-23 Glenn Morris <rgm@gnu.org>
18542
18543 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18544 Add :help for Solitaire and Tetris.
18545
18546 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18547
18548 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18549 (smtpmail-code-conv-from): Doc fix. Fix custom type.
18550 (smtpmail-queue-index-file): Make it a defcustom.
18551 (smtpmail-queue-index): Delete.
18552 (smtpmail-send-it, smtpmail-send-queued-mail):
18553 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18554 smtpmail-queue-index.
18555
18556 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18557 Add :version.
18558
18559 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
18560
18561 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18562 New variables.
18563 (iwconfig): New function.
18564
18565 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
18566
18567 * vc.el (vc-find-revision): Make vc-parent-buffer local before
18568 setting it.
18569 (vc-status-menu-map): Do not define using easy-menu.
18570 (vc-status-menu-map): New defalias.
18571 (vc-status-mode-map): Hook up the menu.
18572 (top-level): Update TODO.
18573
18574 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18575
18576 * vc-bzr.el (vc-bzr-init-version): Rename to ...
18577 (vc-bzr-init-revision): ... this.
18578
18579 2008-02-23 Jason Rumney <jasonr@gnu.org>
18580
18581 * makefile.w32-in (WINS_ALMOST): Remove term.
18582 (WINS): Add term here.
18583 (custom-deps, finder-data): Use WINS_ALMOST.
18584
18585 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
18586
18587 * faces.el (font-weight-table): Fix value of `semi-light'.
18588
18589 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18590
18591 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18592 Make those tables bijective.
18593
18594 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
18595
18596 Finish pdbtrack integration cleanup, settling missing-functions
18597 byte compiler warnings appropriately.
18598
18599 * progmodes/python.el (python-point): Remove this - beginning-of-line
18600 was all that was necessary for `python-pdbtrack-overlay-arrow'.
18601 (python-end-of-def-or-class, python-beginning-of-def-or-class)
18602 (python-goto-initial-line): Drop these - they were only needed for
18603 python-point.
18604 (python-comint-output-filter-function): Use condition-case and
18605 beginning-of-line directly, instead of python-mode.el functions
18606 which require all sorts of baggage.
18607 (point-safe): Unnecessary - we're using condition-case directly,
18608 instead.
18609 (python-execute-file): Include for python-shell, which I'm leaving
18610 in keeping despite it being unnecessary for pdb tracking.
18611
18612 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
18613
18614 * progmodes/scheme.el (scheme-font-lock-keywords-2):
18615 Add SRFI 11 support.
18616 (let-values, let*-values): Specify scheme-indent-function.
18617
18618 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
18619
18620 * vc.el (vc-exec-after): Move setting mode-line-process in the
18621 busy case ...
18622 (vc-set-mode-line-busy-indicator): ... in this new function.
18623 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18624 (vc-update-vc-status-buffer): Reset mode-line-process.
18625 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18626 mark/unmark all the files with the same state as the current one.
18627 With a prefix argument mark/unmark all files.
18628 (vc-status-mode-menu): Adjust strings.
18629 (vc-update-vc-status-buffer): Only do something when the argument
18630 is not nil.
18631 (vc-status-kill-dir-status-process): New function.
18632 (vc-status-mode-map): Bind it.
18633 (vc-status-process-buffer): New variable.
18634 (vc-status-mode): Make it local.
18635 (vc-status-refresh): Set it.
18636
18637 * vc-hg.el (vc-hg-dir-status):
18638 * vc-git.el (vc-git-dir-status):
18639 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18640 command is run.
18641
18642 2008-02-22 Glenn Morris <rgm@gnu.org>
18643
18644 * json.el (top-level): No need to require thingatpt.
18645 (json-read-keyword): Use thing-at-point rather than word-at-point.
18646
18647 * time.el (top-level): No need to require time-date when compiling.
18648
18649 * emacs-lisp/copyright.el (copyright-update-year):
18650 Fix subexpression numbering for the case when years are split over
18651 lines, and for the replace case.
18652
18653 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
18654 (tpu-caar, tpu-cadr): Delete functions.
18655 (zmacs-regions): No need to declare for compiler.
18656 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18657 (tpu-spell-check): Rewrite, and handle mark after point.
18658 (tpu-special-insert): Use or rather than if.
18659
18660 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18661 rather than spell-region.
18662
18663 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18664 warnings about spell-region.
18665
18666 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18667
18668 * ldefs-boot.el: Regenerated.
18669
18670 * loadup.el: Don't load language/devanagari, language/kannada,
18671 language/malayalam, and language/tamil. Load language/sinhala.
18672
18673 * language/indian.el (indian-font-foundry)
18674 (indian-script-language-alist, indian-font-char-index-table)
18675 (indian-font-char, indian-font-char-range, indian-script-table)
18676 (indian-default-script, indian-composable-pattern): Delete them.
18677 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18678 language environments moved to here.
18679 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18680 New language environments.
18681
18682 * language/devanagari.el, language/devan-util.el,
18683 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18684 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18685 Delete them.
18686
18687 * language/sinhala.el: New file.
18688
18689 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18690
18691 Update Nick Robert's port of pdb tracking from python-mode.el.
18692
18693 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18694 Clarify docstring.
18695 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18696 tracking is happening.
18697 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18698 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18699 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18700 Tracking is plugged in to all comint buffers once python.el is loaded.
18701 (python-pdbtrack-overlay-arrow): Toggle activation of
18702 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18703 (python-pdbtrack-track-stack-file): Use new
18704 `python-pdbtrack-get-source-buffer' for more flexible access to
18705 debugging source files.
18706 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18707 according to pdb stack trace, optionally using new
18708 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18709 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18710 named buffer, or having function with indicated name.
18711 (python-shell): Remove comint-output-filter-functions hook
18712 addition, it's being done elsewhere. Wrap long line.
18713
18714 2008-02-21 Michael Olson <mwolson@gnu.org>
18715
18716 * json.el: Replace XEmacs compatibility code to get rid of
18717 compiler warnings.
18718
18719 * time.el: Fix compiler warning.
18720
18721 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18722
18723 * json.el: New file (JavaScript Object Notation parser / generator).
18724
18725 2008-02-21 Dave Love <fx@gnu.org>
18726
18727 * progmodes/sym-comp.el: New file.
18728
18729 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18730 Require sym-comp. Add Python buffer to same-window-buffer-names.
18731 Fixup whitespaces.
18732 (python-font-lock-keywords): Add highlighting for Python builtins.
18733 (python-font-lock-syntactic-keywords): Rewrite.
18734 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18735 ppss directly.
18736 (python-mode-map): Add binding for python-find-function.
18737 (python-calculate-indentation): Clean up the logic.
18738 (python-beginning-of-defun): Explicitly set return value.
18739 (python-beginning-of-statement): Stop looping if we get stuck
18740 going backwards.
18741 (python-next-statement): Stop looping if we somehow end up inside
18742 a string while advancing.
18743 (python-preoutput-continuation, python-version-checked): New vars.
18744 (python-check-version): New function.
18745 (run-python): Set default command to python-command instead of
18746 python-python-command.
18747 (run-python): Use python-check-version. Give PYTHONPATH
18748 precedence over data-directory in the process environment.
18749 Load function definitions in python process after.
18750 (python-check-comint-prompt): New function.
18751 (python-send-command, python-send-receive): Use it.
18752 (python-complete-symbol, python-try-complete): Functions deleted.
18753 Use symbol-complete instead of python-complete-symbol throughout.
18754 (python-fill-paragraph): Further refine the fenced-string regexp.
18755 (def-python-skeleton): Expand to the original abbrev instead if in
18756 a comment or string. Tweak skeletons for `if', `while', `for',
18757 `try/except', `try/finally', `name'.
18758 (python-pea-hook, python-abbrev-pc-hook): New functions.
18759 (python-abbrev-syntax-table): New var.
18760 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18761 Use symbol-completion-try-complete for hippie expansion.
18762 Turn on font lock unconditionally.
18763 (python-mode-hook): Defcustom it. No need to use make-local
18764 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18765 option, since it's buffer-local.
18766
18767 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18768
18769 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18770
18771 2008-02-21 Drew Adams <drew.adams@oracle.com>
18772
18773 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18774 "Turn off" and a "Help" entry when the minor mode has no menu.
18775
18776 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18777
18778 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18779 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18780 vc-status-mark-file and vc-status-unmark-file.
18781 (vc-status-mark-unmark): New function.
18782 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18783
18784 2008-02-21 Glenn Morris <rgm@gnu.org>
18785
18786 * composite.el (encode-composition-rule): Fix typo in error message.
18787 (composition-function-table, auto-composition-mode): Doc fixes.
18788
18789 * subr.el (sit-for): Fix obsolete form for nil second argument.
18790
18791 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18792 (spell-string): Make obsolete, in favor of ispell.
18793
18794 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18795
18796 * language/devanagari.el: Don't setup composition-function-table
18797 here.
18798 ("Devanagari"): Change charset, coding-system, coding-priority to
18799 Unicode-based ones. Don't require the feature devan-util.
18800
18801 * composite.el (compose-chars-after): Fix arguments for a function
18802 in composition-function-table.
18803 (auto-compose-region): Likewise.
18804
18805 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18806 for Ethiopic.
18807 (ps-mule-plot-string): Ignore glyph-string based compositions.
18808
18809 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18810
18811 * doc-view.el: Allow different windows to show different pages.
18812 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18813 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18814 add them back as macros instead, using image-mode-winprops instead.
18815 Update all users of those variables.
18816 (doc-view-new-window-function): New function to create a new overlay
18817 for each new window.
18818 (doc-view-mode): Use it and image-mode-setup-winprops.
18819 (doc-view-clone-buffer-hook): Rewrite accordingly.
18820
18821 * image-mode.el: Extend [hv]scroll support to per-window properties.
18822 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18823 (image-mode-winprops-alist): New var to replace them.
18824 (image-mode-new-window-functions): New hook.
18825 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18826 New funs.
18827 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18828 Remove the `window' argument, update callers.
18829 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18830 Use the new functions.
18831 (image-mode-reapply-winprops): New fun.
18832 (image-mode): Use it.
18833
18834 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18835
18836 * calc/calc-math.el (math-sin-raw): Add optional argument
18837 to keep track of original argument.
18838 (math-cos-raw): Use optional argument when calling math-sin-raw.
18839 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18840 with close to original precision.
18841
18842 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18843
18844 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18845 args in calls of sit-for.
18846
18847 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18848
18849 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18850 (vc-svn-checkin): Fix typo in error message.
18851
18852 * help-mode.el: Require easymenu when compiling.
18853
18854 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18855
18856 * help-mode.el (help-mode-menu): New menu.
18857
18858 2008-02-20 Glenn Morris <rgm@gnu.org>
18859
18860 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18861 on Windows.
18862
18863 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18864
18865 * ps-mule.el (ps-mule-encode-region): Return a single string.
18866 (ps-mule-plot-string): Adjust for the above change.
18867 (ps-mule-encode-header-string): Likewise.
18868
18869 * international/latin1-disp.el (latin1-display): Don't use
18870 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18871 standard-display-table.
18872 (latin1-display-identities): Adjust for the change of what is
18873 returned by (get-language-info charset 'charset).
18874
18875 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18876 characters and terminal case.
18877
18878 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18879
18880 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18881
18882 * progmodes/python.el: Also require comint when loading.
18883 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18884 Replace python-shell with run-python on menu bar.
18885 (python-shell-map): New map.
18886 (python-default-interpreter, python-python-command-args)
18887 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18888 New options.
18889 (python-which-shell, python-which-args, python-which-bufname):
18890 New buffer local variables.
18891 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18892
18893 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18894 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18895 New constants.
18896
18897 Pdbtrack features:
18898
18899 (python-point, python-end-of-def-or-class)
18900 (python-beginning-of-def-or-class, python-goto-initial-line)
18901 (python-comint-output-filter-function)
18902 (python-pdbtrack-overlay-arrow)
18903 (python-pdbtrack-track-stack-file, python-toggle-shells)
18904 (python-shell, python-pdbtrack-toggle-stack-tracking)
18905 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18906 New functions.
18907
18908 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18909
18910 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18911 when the argument is nil.
18912
18913 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18914
18915 * vc.el (dir-status): Add a brief description.
18916
18917 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18918
18919 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18920 If non-nil, reverse the sense of the check.
18921
18922 * vc-rcs.el (vc-rcs-root): New func.
18923 * vc-cvs.el (vc-cvs-root): New func.
18924 * vc-svn.el (vc-svn-root): New func.
18925 * vc-sccs.el (vc-sccs-root): New func.
18926
18927 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18928
18929 * language/japan-util.el (setup-japanese-environment-internal):
18930 Call use-cjk-char-width-table.
18931
18932 * language/japanese.el ("Japanese"): Set exit-function to
18933 use-default-char-width-table.
18934
18935 * international/characters.el: Delete occurrences of non-Unicode
18936 tibetan and ethiopic characters.
18937 (cjk-char-width-table): New variable.
18938 (use-cjk-char-width-table, use-default-char-width-table):
18939 New functions.
18940
18941 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18942
18943 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18944 (vc-status-mode-menu): Add a :filter.
18945 (vc-status-printer): Add faces.
18946
18947 * vc-hg.el (vc-hg-extra-status-menu): New function.
18948 (vc-hg-dir-status): Clean up the buffer before using it.
18949
18950 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18951
18952 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18953 (gdb): Initialize it here instead.
18954
18955 * files.el (locate-dominating-file): Fix thinko in last change.
18956 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18957
18958 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18959
18960 * vc.el (vc-status-mode-menu): New menu for vc-status.
18961
18962 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18963
18964 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18965 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18966 (verilog-mode-auto, verilog-indent-level-module)
18967 (verilog-minimum-comment-distance, verilog-library-flags)
18968 (verilog-library-directories, verilog-library-files)
18969 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18970 (verilog-xemacs-menu, verilog-set-compile-command)
18971 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18972 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18973 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18974 (verilog-batch-inject-auto, verilog-batch-indent)
18975 (verilog-continued-line, verilog-type-keywords)
18976 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18977 (verilog-read-inst-pins, verilog-read-arg-pins)
18978 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18979 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18980 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18981 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18982 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18983 (verilog-mode-version, verilog-mode-release-date)
18984 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18985 (verilog-simulator, verilog-compiler)
18986 (verilog-auto-sense-defines-constant, verilog-company)
18987 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18988 Fix typos in docstrings.
18989 (verilog-set-auto-endcomments, verilog-calculate-indent)
18990 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18991 Reflow docstrings.
18992 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18993 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18994 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18995 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18996 (verilog-leap-to-head, verilog-current-indent-level)
18997 (verilog-case-indent-level, verilog-cpp-keywords)
18998 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18999 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
19000 (verilog-signals-not-in, verilog-symbol-detick-text)
19001 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
19002 (verilog-forward-close-paren, verilog-backward-open-paren)
19003 (verilog-backward-open-bracket): Doc fixes.
19004
19005 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
19006 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
19007 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
19008 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
19009 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
19010 Fix typos in docstrings.
19011
19012 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
19013
19014 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
19015
19016 * info.el (Info-read-node-name): Removed unused `default' arg.
19017
19018 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
19019
19020 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
19021
19022 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19023
19024 * image-mode.el (image-get-display-property): New fun.
19025 (image-forward-hscroll, image-next-line, image-eol, image-eob)
19026 (image-mode, image-minor-mode, image-toggle-display-text)
19027 (image-toggle-display): Use it.
19028
19029 2008-02-18 Jason Rumney <jasonr@gnu.org>
19030
19031 * international/mule.el (xml-find-file-coding-system): Don't warn
19032 about utf-16 with BOM.
19033
19034 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
19035
19036 * international/mule.el (sgml-xml-auto-coding-function): Detect and
19037 warn if file encoding is not utf-8 and encoding not specified.
19038 (xml-find-file-coding-system): New function.
19039 * international/mule-conf.el (file-coding-system-alist): Use it.
19040
19041 2008-02-17 Glenn Morris <rgm@gnu.org>
19042
19043 * international/mule-cmds.el (set-locale-environment):
19044 Pass `frame' to getenv for LC_MESSAGES.
19045
19046 2008-02-17 Juri Linkov <juri@jurta.org>
19047
19048 * time.el (emacs-init-time): Use format instead of format-seconds.
19049
19050 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19051
19052 * textmodes/bibtex.el (bibtex-search-entry): Rename from
19053 bibtex-find-entry. Add autoload cookie.
19054 (bibtex-find-entry): Alias for bibtex-search-entry.
19055 (bibtex-search-crossref): Rename from bibtex-find-crossref.
19056 (bibtex-find-crossref): Alias for bibtex-search-crossref.
19057 (bibtex-clean-entry): atomic-change-group removed.
19058 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
19059 to locate buffer location where error occurred.
19060 Make error messages more specific.
19061 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
19062
19063 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
19064
19065 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
19066 top level.
19067
19068 * simple.el (transient-mark-mode): Add an :init-value.
19069
19070 * startup.el (command-line): Use custom-reevaluate-setting for
19071 transient-mark-mode.
19072
19073 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
19074
19075 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
19076
19077 2008-02-16 Juri Linkov <juri@jurta.org>
19078
19079 * startup.el (after-init-time): New variable.
19080 (command-line): Set `after-init-time' to the current time.
19081
19082 * time.el (emacs-init-time): New function.
19083
19084 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
19085
19086 * files.el (locate-dominating-file): Remove initial loop because it's
19087 not careful enough. Detect the uid-change all within the main loop.
19088
19089 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
19090
19091 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
19092
19093 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
19094
19095 * vc.el (vc-annotate): Add new argument.
19096 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
19097
19098 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
19099 Move make-variable-buffer-local code after the corresponding defvar.
19100 (hs-minor-mode-map): Define and initialize in one step.
19101 (hs-minor-mode): Change from defun to define-minor-mode.
19102
19103 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
19104
19105 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
19106 (gdb-ready): Move declaration...
19107
19108 * progmodes/gdb-ui.el (gdb-ready): ...to here.
19109 (gdb-early-user-input): New variable.
19110 (gdb): Reset gdb-flush-pending-output to nil and set
19111 comint-input-sender here (before gdb-prompt), instead of...
19112 (gdb-init-1): ...here.
19113 (gdb-send): If Emacs is not ready, defer user input to...
19114 (gdb-prompt): ...here.
19115
19116 2008-02-16 Glenn Morris <rgm@gnu.org>
19117
19118 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19119
19120 * startup.el (emacs-startup-time): Rename to `before-init-time'.
19121 (before-init-time): New name for `emacs-startup-time'.
19122 (command-line): Use before-init-time rather than emacs-startup-time.
19123 * time.el (emacs-uptime): Use before-init-time rather than
19124 emacs-startup-time.
19125
19126 * composite.el (composition-function-table): Doc fix.
19127
19128 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19129 in favor of `%z' specifier.
19130 (emacs-uptime): Move to time.el.
19131 * time.el (emacs-uptime): Move here from time-date.el. Add optional
19132 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
19133 argument of format-seconds.
19134
19135 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
19136
19137 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19138
19139 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
19140
19141 * ielm.el (ielm-is-whitespace): Remove.
19142 (ielm-is-whitespace-or-comment): New function.
19143 (ielm-eval-input): Use it.
19144
19145 2008-02-15 Jason Rumney <jasonr@gnu.org>
19146
19147 * term/mac-win.el: Fix coding tag.
19148
19149 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
19150
19151 * vc-hooks.el (vc-menu-map):
19152 * bindings.el (mode-line-mode-menu): Add tooltips.
19153
19154 * bindings.el (help-echo): Add more tooltips. Use a less
19155 telegraphic style for existing tooltips.
19156
19157 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
19158
19159 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19160 from the auto-generated one.
19161
19162 2008-02-14 Glenn Morris <rgm@gnu.org>
19163
19164 * mail/rmail-spam-filter.el (rmail-spam-filter):
19165 Let-bind message-spam-status.
19166
19167 * mail/smtpmail.el (password-cache-add): Declare as function.
19168
19169 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
19170
19171 * mail/smtpmail.el: Use password-cache.
19172
19173 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
19174
19175 * uniquify.el (uniquify-buffer-base-name): New function.
19176 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19177
19178 * desktop.el (uniquify-managed): Don't defvar.
19179 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19180 `uniquify-managed'. Return also the buffer's base name.
19181 (desktop-save): When saving the buffer info, filter out the base name,
19182 and save it as buffer name if the buffer is managed by uniquify.
19183 (uniquify-item-base): Don't declare; not called anymore.
19184
19185 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
19186
19187 * vc.el (vc-annotate-find-revision-at-line): New function.
19188 (vc-annotate-mode-map): Bind it.
19189 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
19190 some entries.
19191
19192 2008-02-14 Glenn Morris <rgm@gnu.org>
19193
19194 * calendar/time-date.el (format-seconds): New function.
19195 (emacs-uptime): Use format-seconds.
19196
19197 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19198 Remove `LC_ALL=C', since it's included in $(emacs) now.
19199
19200 2008-02-14 Zhang Wei <id.brep@gmail.com>
19201
19202 * textmodes/org-publish.el (org-publish-timestamp-filename):
19203 Replace colon characters in filename too.
19204
19205 2008-02-13 Bastien Guerry <bzg@altern.org>
19206
19207 * mail/rmail.el (rmail-header-name): New face.
19208 (rmail-font-lock-keywords): Use rmail-header-name.
19209
19210 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19211 against X-Spam-Status header field.
19212 (rmail-spam-filter): Also check X-Spam-Status header field.
19213
19214 2008-02-14 Mark A. Hershberger <mah@everybody.org>
19215
19216 * progmodes/flymake.el (flymake-allowed-file-name-masks):
19217 Add support for .pm files and .php files.
19218 (flymake-err-line-patterns): Add pattern for PHP errors.
19219 (flymake-php-init): New function. PHP support for flymake.
19220
19221 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19222 Add regular expression for PHP errors.
19223
19224 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
19225
19226 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19227 This DTRT even on w32 machines.
19228 (ange-ftp-cf1): Quote FILENAME.
19229
19230 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
19231
19232 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19233 (smerge-auto-combine): New fun.
19234
19235 2008-02-12 Juri Linkov <juri@jurta.org>
19236
19237 * startup.el (fancy-startup-screen, normal-splash-screen):
19238 Set default-directory to command-line-default-directory.
19239
19240 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19241 after reading the desktop.
19242
19243 * progmodes/compile.el (compilation-auto-jump):
19244 Call compile-goto-error only when compilation-auto-jump-to-first-error
19245 is non-nil.
19246 (compilation-scroll-output): Replace :type 'boolean with a choice
19247 that has three options including a third option `first-error'.
19248 Doc fix.
19249 (compilation-start, compilation-forget-errors): Add an alternate
19250 condition comparing compilation-scroll-output with `first-error'
19251 in addition to compilation-auto-jump-to-first-error (to call
19252 compilation-auto-jump in the proper place).
19253
19254 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19255
19256 * international/mule.el (sgml-html-meta-auto-coding-function):
19257 Make sure the search limit is ahead.
19258
19259 * tar-mode.el: Fix broken indentation.
19260 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19261 Use with-current-buffer.
19262
19263 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
19264
19265 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19266 it is already automatically buffer-local.
19267
19268 2008-02-12 Drew Adams <drew.adams@oracle.com>
19269
19270 * help.el (describe-key): Join some split lines to facilitate filling.
19271 * help-fns.el (describe-function-1): Fill text of overlong lines.
19272
19273 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
19274
19275 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19276 Use unibyte-string instead of string-make-unibyte.
19277
19278 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19279
19280 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19281
19282 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19283 works also for buffers w/o buffer-file-name. Update callers.
19284 (doc-view-clone-buffer-hook): New fun.
19285 (doc-view-mode): Use it for indirect clones. Mark the overlays with
19286 the `doc-view' property so they can be recognized.
19287
19288 * simple.el (clone-indirect-buffer-hook): New hook.
19289 (clone-indirect-buffer): Run it.
19290
19291 2008-02-11 Michael Olson <mwolson@gnu.org>
19292
19293 * epa-setup.el:
19294 * epg-package-info.el: Files removed.
19295
19296 2008-02-11 Daiki Ueno <ueno@unixuser.org>
19297
19298 * epa.el (epa-menu-mode): Merge into epa-mode.
19299 (epa-menu-items): Rename the label "EasyPG Assistant" to
19300 "Encryption/Decryption".
19301
19302 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19303 (epa-dired-mode-map): Rename from epa-dired-map.
19304 (epa-global-dired-mode): Rename the global minor mode.
19305
19306 2008-02-11 Drew Adams <drew.adams@oracle.com>
19307
19308 * isearch.el (isearch-fail): New face.
19309 (isearch-message): Highlight failure part of input.
19310
19311 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19312
19313 * ibuffer.el (ibuffer-header-line-format): New var.
19314 (ibuffer-mode): Set it instead of header-line-format.
19315 (ibuffer-update): Use it to set header-line-format.
19316
19317 * international/mule-cmds.el (ucs-insert): Inherit surrounding
19318 properties like self-insert-command.
19319
19320 2008-02-11 Drew Adams <drew.adams@oracle.com>
19321
19322 * progmodes/etags.el: Add many doc strings.
19323
19324 2008-02-11 Jason Rumney <jasonr@gnu.org>
19325
19326 * ldefs-boot.el: Regenerated.
19327
19328 2008-02-11 Glenn Morris <rgm@gnu.org>
19329
19330 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19331 Shorten some names.
19332
19333 * ffap.el (ffap-rfc-directories): Add :version.
19334
19335 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
19336
19337 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19338 files, and backup files of same.
19339
19340 2008-02-11 Kevin Ryde <user42@zip.com.au>
19341
19342 * ffap.el (ffap-rfc-directories): New variable.
19343 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19344
19345 * info.el (Info-next-reference, Info-prev-reference)
19346 (Info-try-follow-nearest-node): Move to and follow https:// links too.
19347
19348 * simple.el (completion-list-mode): Show full completion-list-mode-map
19349 in the docstring.
19350
19351 2008-02-11 Sam Steingold <sds@gnu.org>
19352
19353 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19354
19355 2008-02-11 Glenn Morris <rgm@gnu.org>
19356
19357 * startup.el (emacs-startup-time): New variable.
19358 (command-line): Set emacs-startup-time.
19359
19360 * calendar/time-date.el (emacs-uptime): New function.
19361
19362 2008-02-10 Bastien Guerry <bzg@altern.org>
19363
19364 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19365 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19366 it is nil.
19367
19368 2008-02-10 Daiki Ueno <ueno@unixuser.org>
19369
19370 * epg-config.el: Expand the contents of epg-package-info.el.
19371 (epg-package-name): New constant.
19372 (epg-version-number): New constant.
19373 (epg-bug-report-address): New constant.
19374
19375 * epa-mail.el (epa-mail-mode): Add autoload cookie.
19376 (epa-global-mail-mode): New global minor mode.
19377
19378 * epa-file.el (epa-file-mode): New global minor mode.
19379
19380 * epa-dired.el (epa-dired-mode): New global minor mode.
19381
19382 * epa.el (epa-menu): New variable.
19383 (epa-menu-items): New variable.
19384 (epa-menu-mode): New global minor mode.
19385 (epa-global-minor-modes): New user option.
19386 (epa-mode): New global minor mode.
19387
19388 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
19389
19390 * net/dbus.el: Remove `no-byte-compile' cookie.
19391 (dbus-call-method, dbus-register-signal, dbus-debug)
19392 (dbus-registered-functions-table): Declare them with
19393 `declare-function' or `defvar', respectively.
19394 (top): Don't assert any longer. Require 'cl when compiling.
19395 Apply `ignore-errors' but `dbus-ignore-errors'.
19396
19397 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
19398
19399 * diff-mode.el (diff-add-change-log-entries-other-window):
19400 Use add-change-log-entry.
19401
19402 2008-02-09 Jason Rumney <jasonr@gnu.org>
19403
19404 * button.el (button-map):
19405 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19406 * ldefs-boot.el: Regenerate.
19407
19408 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19409
19410 * epa.el (epa-faces, epa):
19411 * epa-file.el (epa-file):
19412 * epg-config.el (epg): Add :version.
19413
19414 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
19415
19416 * vc.el (vc-exec-after): Append CODE to previous fragments.
19417 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19418 take MESSAGES instead of VERBOSE; use it when non-nil.
19419 (vc-diff-internal): Compute messages once; use them;
19420 update call to vc-diff-finish.
19421
19422 2008-02-09 Michael Olson <mwolson@gnu.org>
19423
19424 * net/tramp.el (tramp-process-sentinel): Avoid error when process
19425 buffer has been killed, such as by
19426 `tramp-cleanup-all-connections'.
19427
19428 2008-02-09 Miles Bader <miles@gnu.org>
19429
19430 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19431
19432 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19433
19434 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19435 splitter in context hunks.
19436
19437 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
19438
19439 * international/fontset.el (setup-default-fontset): Fix arabic otf
19440 font specification.
19441
19442 2008-02-08 Daiki Ueno <ueno@unixuser.org>
19443
19444 * epa-dired.el:
19445 * epa-file.el:
19446 * epa-mail.el:
19447 * epa-setup.el:
19448 * epa.el:
19449 * epg-config.el:
19450 * epg-package-info.el:
19451 * epg.el: Initial check-in of EasyPG.
19452
19453 2008-02-08 Glenn Morris <rgm@gnu.org>
19454
19455 * woman.el (woman-locale): New defcustom.
19456 (woman-expand-locale, woman-manpath-add-locales): New functions.
19457 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
19458
19459 * international/mule-cmds.el (locale-translate): New function,
19460 with old code extracted from set-locale-environment.
19461 (set-locale-environment): Use locale-translate. Set woman-locale.
19462
19463 * cus-start.el (selection-coding-system): Remove, since it's now
19464 defined in select.el rather than in xselect.c.
19465 * select.el (selection-coding-system): Make it a defcustom, and
19466 add the properties from cus-start.el. Bump :version.
19467
19468 * custom.el (custom-theme-set-variables): Sort symbols that are
19469 dependencies before symbols that depend on them.
19470 (custom-enabled-themes): Set after custom-theme-directory.
19471
19472 * pcmpl-unix.el (top-level): Move provide statement to end.
19473 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19474 `*' from doc-string. Allow to be nil.
19475 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19476 Allow to be nil. Add :version.
19477 (pcmpl-ssh-hosts): Move definition before use. Handle lines
19478 without hostnames, and multiple hostnames per line.
19479
19480 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19481
19482 2008-02-08 Phil Hagelberg <phil@evri.com>
19483
19484 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19485 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19486
19487 2008-02-07 Timo Savola <timo.savola@iki.fi>
19488
19489 * startup.el (command-line-x-option-alist): Add --parent-id.
19490
19491 * term/x-win.el (x-handle-parent-id): New function.
19492
19493 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
19494
19495 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19496 "Font Menu".
19497
19498 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
19499
19500 * net/dbus.el (dbus-interface-peer): New defconst.
19501 (dbus-ping): New defun.
19502
19503 2008-02-06 Sam Steingold <sds@gnu.org>
19504
19505 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19506
19507 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19508
19509 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19510 Just return nil and let the C code provide a fallback.
19511
19512 2008-02-05 Glenn Morris <rgm@gnu.org>
19513
19514 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19515 tramp-flush-connection-property for removed 2nd argument.
19516
19517 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * diff-mode.el (diff-add-change-log-entries-other-window):
19520 Rename from diff-create-changelog. Change users.
19521 Minor change to hopefully work with plain diffs.
19522 (diff-mode-map): Add binding for it.
19523
19524 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
19525
19526 * diff-mode.el: Add new TODO entry.
19527 (diff-create-changelog): New function.
19528 (diff-mode-menu): Bind it.
19529
19530 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19531
19532 * international/mule-diag.el (print-fontset-element): Handle the
19533 case of inhibiting the fallback fonts.
19534
19535 2008-02-04 Kim F. Storm <storm@cua.dk>
19536
19537 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19538 (ido-magic-delete-char): Use prefix arg.
19539
19540 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
19541
19542 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19543 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19544 of today, the most recent libpng is 1.2.24).
19545
19546 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
19547
19548 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19549
19550 * net/dbus.el (top): Check (featurep 'dbusbind).
19551
19552 * net/tramp.el (tramp-process-sentinel): New defun.
19553 (tramp-do-copy-or-rename-file-out-of-band)
19554 (tramp-maybe-open-connection): Use it as process sentinel.
19555 (tramp-handle-delete-directory): Don't use the "-f" option; it
19556 isn't portable.
19557 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19558 after the command.
19559 (tramp-handle-shell-command): Set `mode-line-process' in the
19560 asynchronous case.
19561
19562 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19563
19564 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19565 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19566 Use `tramp-process-sentinel' as process sentinel.
19567
19568 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
19569
19570 * whitespace.el (global-whitespace-mode): Revert last change.
19571 (whitespace-unload-function): Force `global-whitespace-mode'
19572 to deactivate local modes in a slightly less intrusive way.
19573
19574 2008-02-02 Eli Zaretskii <eliz@gnu.org>
19575
19576 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19577
19578 2008-02-02 Glenn Morris <rgm@gnu.org>
19579
19580 * international/latin1-disp.el (latin1-display):
19581 * progmodes/fortran.el (fortran-comment-indent-char):
19582 * progmodes/idlw-shell.el (top-level):
19583 * term/mac-win.el (mac-keyboard-translate-char):
19584 * whitespace.el (whitespace-char-valid-p):
19585 * wid-edit.el (widget-key-sequence-read-event):
19586 Use characterp rather than char-valid-p.
19587
19588 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19589 to capitalized-find-word-boundary. Doc fix. Update callers.
19590 (capitalized-next-word-boundary-function-table): Rename to
19591 capitalized-find-word-boundary-function-table. Doc fix. Update users.
19592
19593 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19594 string-to-int.
19595
19596 * ps-def.el (declare-function): Add compatibility definition.
19597 (ps-plot-with-face, ps-plot-string): Declare as functions.
19598 (ps-bold-faces, ps-italic-faces): Declare variables.
19599
19600 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19601 (ps-mule-end-job): Declare as functions.
19602
19603 * wid-edit.el (widget-string-complete): Use assoc-string rather
19604 than assoc-ignore-case.
19605
19606 See ChangeLog.13 for earlier changes.
19607
19608 ;; Local Variables:
19609 ;; coding: utf-8
19610 ;; End:
19611
19612 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
19613
19614 This file is part of GNU Emacs.
19615
19616 GNU Emacs is free software: you can redistribute it and/or modify
19617 it under the terms of the GNU General Public License as published by
19618 the Free Software Foundation, either version 3 of the License, or
19619 (at your option) any later version.
19620
19621 GNU Emacs is distributed in the hope that it will be useful,
19622 but WITHOUT ANY WARRANTY; without even the implied warranty of
19623 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19624 GNU General Public License for more details.
19625
19626 You should have received a copy of the GNU General Public License
19627 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19628
19629 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc