]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Call create-defualt-fontset, not
[gnu-emacs] / lisp / ChangeLog
1 2009-03-19 Kenichi Handa <handa@m17n.org>
2
3 * term/ns-win.el: Call create-defualt-fontset, not
4 setup-default-fontset. Call create-fontset-from-fontset-spec
5 within condition-case.
6
7 * term/w32-win.el (w32-initialize-window-system): Call
8 create-defualt-fontset, not setup-default-fontset. Call
9 create-fontset-from-fontset-spec within condition-case.
10
11 * term/x-win.el (x-initialize-window-system): Call
12 create-defualt-fontset, not setup-default-fontset. Call
13 create-fontset-from-fontset-spec within condition-case.
14
15 * international/fontset.el (create-default-fontset): New function.
16 (create-fontset-from-x-resource): Use display-warning instead of
17 message.
18
19 2009-03-18 Richard M Stallman <rms@gnu.org>
20
21 * mail/rmail.el (rmail-retry-ignored-headers): Add usual mime headers.
22 (rmail-retry-failure): Undo previous change.
23
24 2009-03-18 Kenichi Handa <handa@m17n.org>
25
26 * international/mule.el (after-insert-file-set-coding):
27 Set buffer-file-coding-system directly without calling
28 set-buffer-file-coding-system. (Fixes bug described in
29 follow-up to bug#2317).
30
31 2009-03-17 Juanma Barranquero <lekktu@gmail.com>
32
33 * emacs-lisp/benchmark.el (benchmark): Reflow docstring.
34
35 2009-03-17 ARISAWA Akihiro <ari@mbf.ocn.ne.jp> (tiny change)
36
37 * international/characters.el (cjk-char-width-table):
38 Add cp932-2-byte.
39
40 2009-03-17 Chong Yidong <cyd@stupidchicken.com>
41
42 * minibuffer.el (minibuffer-complete-and-exit): Doc fix.
43
44 2009-03-16 David Reitter <david.reitter@gmail.com>
45
46 * faces.el (set-face-attributes-from-resources)
47 (face-set-after-frame-default): Do not import X resources on NS
48 because NS does not have system-wide X resources.
49
50 2009-03-16 Richard M Stallman <rms@gnu.org>
51
52 * mail/rmail.el (rmail-retry-failure): Discard rmail-ignored-headers.
53 (rmail-expunge): Show the message only once, and only if needed.
54 If the current message was current before, just re-swap.
55
56 2009-03-16 Kenichi Handa <handa@m17n.org>
57
58 * international/ccl.el (ccl-compile-if): Signal an error for
59 invalid operator.
60
61 2009-03-16 Chong Yidong <cyd@stupidchicken.com>
62
63 * minibuffer.el (read-file-name): Doc fix.
64
65 * tooltip.el (tooltip-show-help-non-mode): Don't set
66 tooltip-previous-message if called with the same tooltip that is
67 showing (Bug#2680).
68
69 * emacs-lisp/crm.el (crm--choose-completion-string): New function.
70 (completing-read-multiple): Set and restore
71 choose-completion-string-functions (Bug#1080).
72
73 2009-03-15 Glenn Morris <rgm@gnu.org>
74
75 * calendar/cal-tex.el (cal-tex-preamble-extra): Add an example string
76 value to help people with the formatting.
77
78 * mail/sendmail.el (mail-yank-prefix): Doc fix.
79 (mail-mode-map): Only enable the "Cite Original" menu-item when
80 appropriate. Standardize the text used for other headers re hyphens.
81
82 * mail/rmail.el (rmail-font-lock-keywords): Treat "Mail-Reply-To"
83 like "Reply-To".
84
85 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
86
87 * minibuffer.el (completion-styles): Add emacs22 completion style
88 as fallback.
89
90 2009-03-15 Dan Nicolaescu <dann@ics.uci.edu>
91
92 * vc.el (vc-checkin): Add an extra argument for the VC backend,
93 pass it down to vc-start-logentry.
94 (vc-next-action, vc-transfer-file): Pass the VC backend to
95 vc-checkin.
96 (vc-next-action): Do not assume that all backends in
97 vc-handled-backends are upper case.
98
99 2009-03-15 Chong Yidong <cyd@stupidchicken.com>
100
101 * files.el (get-free-disk-space): Ensure that default-directory is
102 usable before calling call-process. Suggested by Kevin
103 Ryde (Bug#2631).
104
105 2009-03-14 David Reitter <david.reitter@gmail.com>
106
107 * term/ns-win.el (ns-expand-space): Remove.
108 (ns-show-prefs event): Run `customize'.
109 (ns-power-off): Run `save-buffers-kill-emacs', but ask user
110 whether to save files (as is standard).
111 (clipboard-yank, clipboard-kill-ring-save, clipboard-kill-region)
112 (menu-bar-enable-clipboard): Do not undefine these.
113 (ns-save-preferences, ns-save-options, ns-show-preferences-help):
114 Remove.
115
116 2009-03-14 Glenn Morris <rgm@gnu.org>
117
118 * mail/mailalias.el: Remove leading `*' from defcustom docs.
119
120 * mail/sendmail.el (mail-interactive): Doc fix.
121 (mail-yank-ignored-headers): Add X-RMAIL- headers, bump :version.
122 (mail-setup): Use the function mail-signature.
123 (mail-mode-hook): Doc fix.
124 (mail-to, mail-subject, mail-cc, mail-bcc, mail-reply-to)
125 (mail-mail-reply-to, mail-mail-followup-to): Doc fixes.
126 (mail-signature): Check the signature file is readable.
127 With the argument ATPOINT, really insert at point.
128 Handle the case when the variable mail-signature is an expression.
129
130 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
131
132 * simple.el (undo-outer-limit-truncate): Mention that
133 warning-suppress-types is defined in the warnings
134 library (Bug#2668).
135
136 2009-03-14 Dan Nicolaescu <dann@ics.uci.edu>
137
138 * vc.el (vc-default-receive-file): The 'register method now
139 expects a list, pass a list.
140
141 2009-03-14 Chong Yidong <cyd@stupidchicken.com>
142
143 * doc-view.el (doc-view-sentinel): Strip trailing newline from
144 event message.
145
146 2009-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
147
148 * tar-mode.el (tar-extract): Setup the buffer's name, undo-list, and
149 modified status before running the major-mode.
150
151 * simple.el (undo): Don't loop when encountering empty undo records.
152
153 2009-03-13 Tassilo Horn <tassilo@member.fsf.org>
154
155 * doc-view.el (doc-view-mode-map): Bind RET to image-next-line.
156
157 2009-03-13 Alexandre Julliard <julliard@winehq.org>
158
159 * vc-git.el (vc-git-previous-revision, vc-git-next-revision):
160 Fall back to original commit if vc-git-symbolic-commit fails to
161 find a symbolic name.
162 (vc-git-symbolic-commit): Don't limit search to tags.
163 Treat "undefined" as an error. (Bug #2110)
164
165 2009-03-13 D. Goel <deego3@gmail.com>
166
167 * ibuf-ext.el:
168 * midnight.el (midnight-next):
169 * progmodes/ebrowse.el:
170 * progmodes/flymake.el (flymake-float-time):
171 When calling (multiple-value-bind/setq .. ls) replace ls
172 by (values-list ls) throughout.
173
174 2009-03-13 Agustín Martín <agustin.martin@hispalinux.es>
175
176 * textmodes/ispell.el (ispell-get-word): Initialize spellchecker
177 params. (Bug #2654)
178
179 2009-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * files.el (auto-mode-alist): Add rules for OpenOffice extension
182 packages, as well as Opkg/Ipkg packages.
183
184 * tar-mode.el (tar-header-block-tokenize): Presume less, check more.
185 (tar-summarize-buffer): Don't silently skip incomplete headers.
186 (tar-mode): Revert to fundamental-mode in case of malformed tar data.
187 (tar-extract): Try to make sure set-auto-mode doesn't mistakenly
188 treat a tar file member as being a tar file itself, just because
189 its own filename includes the parent tar file's.
190
191 2009-03-13 Kenichi Handa <handa@m17n.org>
192
193 * international/mule-diag.el (print-fontset): Handling of the
194 argument FONTSET changed for consistency. Reorder the printed
195 information to match with the font searching strategy.
196 (describe-fontset): Use face-attribute to get the fontset of the
197 selected frame.
198 (mule-diag): Likewise. Print both font and fontset of the frame.
199
200 2009-03-13 Chong Yidong <cyd@stupidchicken.com>
201
202 * term.el (term-send-raw-string): Deactivate mark.
203 (term-send-raw, term-send-raw-meta): Undo 2009-03-08 change.
204
205 2009-03-12 Juanma Barranquero <lekktu@gmail.com>
206
207 * register.el (get-register): Rename arg REG to REGISTER for
208 consistency with other register functions.
209 (set-register, jump-to-register): Fix typos in docstrings.
210 (copy-to-register, copy-rectangle-to-register): Reflow docstrings.
211
212 2009-03-12 Glenn Morris <rgm@gnu.org>
213
214 * mail/mailabbrev.el (mail-abbrev-next-line)
215 (mail-abbrev-end-of-buffer): Doc fixes.
216
217 2009-03-11 Jason Rumney <jasonr@gnu.org>
218
219 * term/w32-win.el (w32-initialize-window-system): Don't override
220 Japanese font settings.
221 (xlfd-regexp-registry-subnum): Remove unused declaration.
222 (w32-drag-n-drop-debug): Comment out unused debug function.
223
224 2009-03-11 Glenn Morris <rgm@gnu.org>
225
226 * mail/rmailedit.el (rmail-edit-mode):
227 Set write-region-annotate-functions. (Bug#2625)
228
229 2009-03-10 Juanma Barranquero <lekktu@gmail.com>
230
231 * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change.
232
233 2009-03-10 Jason Rumney <jasonr@gnu.org>
234
235 * w32-vars.el (w32-list-proportional-fonts): Make obsolete.
236
237 2009-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
238
239 * server.el (server-process-filter): Use expand-file-name rather than
240 command-line-normalize-file-name so as to use the `dir' when provided.
241
242 * doc-view.el (doc-view-convert-current-doc): Fix last change.
243
244 2009-03-10 Glenn Morris <rgm@gnu.org>
245
246 * mail/sendmail.el (mail-archive-file-name, mail-default-headers):
247 Doc fixes.
248 (mail-mailing-lists): Remove leading `*' from defcustom doc.
249
250 * simple.el (compose-mail): Doc fix.
251
252 2009-03-10 Alexander Becher <alexander.becher@capgemini-sdm.com> (tiny change)
253
254 * vc-annotate.el (vc-annotate): Use widened line number (Bug#2612).
255
256 2009-03-09 Jason Rumney <jasonr@gnu.org>
257
258 * minibuffer.el (read-file-name): Only split dir name when
259 default filename is missing. (Bug#2585)
260
261 2009-03-08 Chong Yidong <cyd@stupidchicken.com>
262
263 * finder.el (finder-commentary): Don't delete other
264 windows (Bug#2291).
265
266 * term.el (term-send-raw, term-send-raw-meta): Deactivate the mark
267 first (Bug#2449).
268
269 2009-03-08 Andreas Schwab <schwab@linux-m68k.org>
270
271 * net/ange-ftp.el (ange-ftp-multi-msgs): Add 150-.
272
273 2009-03-07 Eli Zaretskii <eliz@gnu.org>
274
275 * woman.el (woman-parse-colon-path): Return a list even if there's
276 only one directory in PATHS.
277 (woman-mode): Restore tab-width value after the call to Man-mode,
278 since Man-mode resets it to the default, and that makes right
279 margin extend beyond woman-fill-column.
280
281 * man.el (Man-init-defvars) [windows-nt]: Use a special command
282 list. Don't invoke Awk.
283
284 2009-03-06 Glenn Morris <rgm@gnu.org>
285
286 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist): Fix doc and
287 custom type.
288
289 2009-03-05 Tassilo Horn <tassilo@member.fsf.org>
290
291 * doc-view.el (doc-view-convert-current-doc): Save the current
292 resolution in the cache directory.
293 (doc-view-initiate-display): Restore the saved resolution when
294 using cached image files.
295
296 2009-03-05 Glenn Morris <rgm@gnu.org>
297
298 * mail/rmail.el (rmail-perm-variables): rmail-overlay-list needs to be
299 buffer-local in the view buffer, not the rmail buffer.
300
301 * mail/rmailout.el (rmail-output-to-rmail-buffer): Add the new message
302 at the end of the existing messages, ensuring there is a blank line
303 between them. (Bug#2521)
304
305 * mail/rmail.el (rmail-ensure-blank-line): New function.
306 * mail/rmailedit.el (rmail-cease-edit):
307 * mail/rmailout.el (rmail-output-as-mbox):
308 * mail/rmailsort.el (rmail-sort-messages): Use rmail-ensure-blank-line.
309
310 * mail/rmailmm.el (rmail-mime-media-type-handlers-alist)
311 (rmail-mime-attachment-dirs-alist): Doc fixes. Fix custom-type.
312 Add version.
313 (rmail-mime-total-number-of-bulk-attachments): Doc fix.
314 (rmail-mime): Doc fix. Use rmail-apply-in-message.
315 Disable undo in the mime buffer, mark unmodified.
316
317 2009-03-04 David Reitter <david.reitter@gmail.com>
318
319 * menu-bar.el (clipboard-yank): Avoid checking (x-selection-exists-p)
320 if unbound in order to enable the item.
321 For paste menu item, same, and check kill-ring.
322
323 2009-03-04 Sam Steingold <sds@gnu.org>
324
325 * progmodes/compile.el (compilation-error-regexp-alist-alist):
326 Handle "omake -P" messages "file foo changed".
327
328 2009-03-04 Glenn Morris <rgm@gnu.org>
329
330 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
331
332 * mail/rmailsort.el: Replace `(function (lambda' by `(lambda'.
333 (rmail-sort-by-date, rmail-sort-by-subject)
334 (rmail-sort-by-author, rmail-sort-by-recipient)
335 (rmail-sort-by-correspondent, rmail-select-correspondent)
336 (rmail-sort-by-lines, rmail-sort-by-labels, rmail-sort-messages)
337 (rmail-make-date-sortable): Doc fixes.
338 (rmail-sort-by-correspondent): Downcase correspondents.
339 (rmail-sort-by-labels): Make it work.
340 (rmail-sort-messages): Restore undo if it was initially enabled.
341 Fix bobp/bolp typo that was adding a line on every sort.
342
343 * mail/rmailsum.el (rmail-get-create-summary-buffer): Doc fix.
344 Disable undo in the summary buffer.
345 (rmail-summary-sort-by-date, rmail-summary-sort-by-subject)
346 (rmail-summary-sort-by-author, rmail-summary-sort-by-recipient)
347 (rmail-summary-sort-by-correspondent, rmail-summary-sort-by-lines)
348 (rmail-summary-sort-by-labels, rmail-sort-from-summary): Doc fixes.
349 (rmail-summary-sort-by-labels): Replace `(function (lambda'
350 by `(lambda'.
351
352 2009-03-03 Sam Steingold <sds@gnu.org>
353
354 * progmodes/compile.el (compilation-move-to-column):
355 Guard against negative col values.
356
357 2009-03-03 Simon Josefsson <simon@josefsson.org>
358
359 * mail/smtpmail.el (smtpmail-auth-supported): Mention that list is
360 in preference order.
361 (smtpmail-try-auth-methods): Improve which authentication
362 mechanism to use, so that the locally most preferred and mutually
363 supported mechanism is used.
364
365 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
366
367 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
368 the function takes no argument.
369
370 2009-03-03 Glenn Morris <rgm@gnu.org>
371
372 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
373 (rmail-header-name): Doc fixes.
374 (rmail-show-message-verbose-min): Add :version.
375 (rmail-highlight-headers): Add doc string. Simplify.
376
377 * mail/rmailsum.el (rmail-summary-scroll-between-messages)
378 (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
379 (rmail-summary-by-senders): Doc fix.
380 (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
381 Make the output menu-items consistent with rmail-mode-map.
382 Bind rmail-summary-by-senders to C-M-f.
383 (rmail-summary-search): Ensure the selected message shows.
384
385 2009-03-03 Kenichi Handa <handa@m17n.org>
386
387 * files.el (basic-save-buffer-1): Set car part of
388 buffer-file-coding-system-explicit.
389 (revert-buffer): Check car part of buffer-file-coding-system-explicit.
390
391 * international/mule-cmds.el (select-safe-coding-system): If cdr
392 part of buffer-file-coding-system-explicit is set, ignore
393 default-buffer-file-coding-system and the most preferred coding system.
394
395 * international/mule.el (set-buffer-file-coding-system): Set cdr
396 part of buffer-file-coding-system-explicit.
397 (after-insert-file-set-coding):
398 Set buffer-file-coding-system-explicit to a cons.
399
400 2009-03-02 Glenn Morris <rgm@gnu.org>
401
402 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
403 Add :set-after listing variables on which we might depend.
404
405 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
406 function has access to all the headers, not just the visible ones.
407 Avoid extraneous leading whitespace in `References'.
408 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
409 Doc fixes.
410 (rmail-retry-failure): Use rmail-get-header rather than a magical
411 save-excursion/restriction combination that does nothing.
412 (rmail-delete-headers): New function.
413 (rmail-retry-failure): Restore yet another feature mbox Rmail removed
414 without telling anyone, namely rmail-retry-ignored-headers.
415
416 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
417
418 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
419
420 2009-03-01 Glenn Morris <rgm@gnu.org>
421
422 * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
423 rmail-resend in the menu.
424
425 * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
426 custom choice. (Bug#2506)
427
428 2009-02-28 Eli Zaretskii <eliz@gnu.org>
429
430 * progmodes/grep.el (grep-process-setup) [windows-nt msdos]:
431 Use "--color=always".
432
433 2009-02-28 Glenn Morris <rgm@gnu.org>
434
435 * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
436
437 * mail/rmailmm.el (rmail-mime): Add autoload cookie.
438 * mail/rmail.el (rmail-mode-map):
439 * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
440
441 * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
442 Fix custom choice to match default.
443 (rmail-get-new-mail): Doc fix.
444 (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
445 header style.
446
447 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
448
449 * replace.el (keep-lines-read-args): Use empty string as
450 default (Bug#2495).
451
452 * menu-bar.el (menu-set-font): Fix last fix.
453
454 2009-02-27 Glenn Morris <rgm@gnu.org>
455
456 * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
457 just a buffer, to find a definition.
458
459 * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
460 part against rmail-output's oddness.
461
462 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
463
464 * menu-bar.el (menu-set-font): Assign the same font object to all
465 frames (Bug#2476).
466
467 2009-02-26 Michael Albinus <michael.albinus@gmx.de>
468
469 * net/tramp.el (tramp-remote-coding-commands): Add "base64". (Bug#2463)
470
471 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
472
473 * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
474 (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
475 (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
476 (x-dnd-init-motif-for-frame): Fix typos in docstrings.
477 (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
478 Reflow docstrings.
479
480 2009-02-26 Glenn Morris <rgm@gnu.org>
481
482 * mail/rmailsum.el (rmail-summary-rmail-update):
483 Use rmail-message-unseen-p. (Bug#2477)
484 (rmail-summary-mark-seen): Add option to mark as unseen.
485 (rmail-summary-rmail-update): Store a position in
486 rmail-summary-put-back-unseen rather than just a flag, and use it to put
487 back the "-" mark in the summary.
488
489 * progmodes/cc-vars.el (c-style-variables-are-local-p):
490 Mark as safe if boolean. (Bug#2197)
491
492 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
493
494 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
495 return a string. (Bug#2428)
496
497 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
498
499 * bs.el (bs--down):
500 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
501
502 2009-02-25 Glenn Morris <rgm@gnu.org>
503
504 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
505
506 * simple.el (eval-expression):
507 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
508
509 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
510
511 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
512
513 2009-02-25 David Reitter <david.reitter@gmail.com>
514
515 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
516
517 2009-02-25 Kenichi Handa <handa@m17n.org>
518
519 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
520
521 * composite.el (auto-composition-mode): Don't add a hook to
522 after-change-functions. Don't decompose the buffer.
523 (auto-composition-after-change): Delete it.
524 (toggle-auto-composition): Make it an alias of
525 auto-composition-mode.
526 (auto-compose-region): Delete it.
527
528 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
529
530 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
531 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
532 (ns-delete-working-text): Merge with ns-unecho-working-text.
533 Decide which to use based on ns-working-overlay.
534 (ns-unecho-working-text): Remove.
535 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
536
537 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
538
539 * textmodes/ispell.el (ispell-region): Adapt "done" message to
540 coding conventions. (Bug#2447)
541
542 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
543 argument is 0. Doc fix. (Bug#1527)
544
545 * w32-vars.el (w32-system-shells): Doc fix.
546
547 * image.el (image-load-path-for-library, insert-sliced-image):
548 Fix typos in docstrings.
549
550 2009-02-24 Glenn Morris <rgm@gnu.org>
551
552 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
553 :set function. (Bug#2429)
554
555 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
556 potential use.
557
558 * progmodes/cperl-mode.el (cperl-find-pods-heres):
559 Don't globally bind `name'.
560
561 * emacs-lisp/elint.el (elint-unknown-builtin-args):
562 Fix encode-time spec. (Bug#2453)
563 (elint-find-builtin-args): Make the match more restrictive.
564 Handle errors. Return a result actually containing the function name.
565
566 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
567 already did. (Bug#2440)
568 (rmail-quit): Don't swap buffers. (Bug#2441)
569 (rmail-list-to-menu): Don't globally bind `name'.
570
571 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
572
573 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
574 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
575
576 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
577
578 * bs.el (bs--down): When wrapping around, use `forward-line',
579 not `goto-line', to avoid distracting "Mark set" message.
580
581 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
582
583 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
584 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
585
586 2009-02-23 Miles Bader <miles@gnu.org>
587
588 * proced.el (proced-process-attributes):
589 * server.el (server-running-p): Rename `system-process-attributes'
590 to `process-attributes'.
591
592 2009-02-22 Juri Linkov <juri@jurta.org>
593
594 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
595 Doc fix.
596
597 * dired-x.el (dired-guess-shell-command): Use read-shell-command
598 instead of read-from-minibuffer.
599 (dired-read-shell-command): Add code that uses
600 minibuffer-with-setup-hook to set minibuffer-default-add-function
601 to minibuffer-default-add-dired-shell-commands exactly like
602 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
603
604 * dired-x.el (dired-smart-shell-command): Remove code that uses
605 minibuffer-with-setup-hook to set minibuffer-default-add-function
606 to minibuffer-default-add-shell-commands because the same code was
607 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
608
609 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
610
611 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
612 lisp number is in decimal.
613
614 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
615
616 * progmodes/compile.el (compilation-error-regexp-alist-alist):
617 Tweak regexp (Bug#2173).
618
619 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
620 avoid yanks (Bug#2408).
621
622 2009-02-21 Alan Mackenzie <acm@muc.de>
623
624 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
625
626 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
627 parse case clauses with (compile-time) expressions.
628
629 2009-02-21 Eli Zaretskii <eliz@gnu.org>
630
631 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
632 encoding during editing. Make sure to use encoding that can
633 safely encode the message. Rewrite MIME charset= header if the
634 new encoding is different from the old one.
635
636 2009-02-21 Glenn Morris <rgm@gnu.org>
637
638 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
639 at the start of the headers.
640 (sc-mail-check-from): New function.
641
642 2009-02-20 Martin Rudalics <rudalics@gmx.at>
643
644 * progmodes/python.el (python-shift-left, python-shift-right):
645 When the mark is not active shift the current line. (Bug#2381)
646 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
647
648 2009-02-20 Andreas Schwab <schwab@suse.de>
649
650 * startup.el (command-line): Don't match an empty argument as an
651 option.
652 (command-line-1): Likewise.
653
654 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
655
656 * apropos.el (apropos-library): Check for null filename in load-history.
657
658 2009-02-20 Glenn Morris <rgm@gnu.org>
659
660 * apropos.el (apropos-library): Remove the element with null filename,
661 if present, from the completion list.
662
663 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
664 (rmail-speedbar-find-file): Use rmail rather than find-file.
665
666 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
667
668 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
669
670 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
671
672 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore):
673 Fix regexp (Bug#2385).
674 (bibtex-autokey-get-title): Observe case for
675 bibtex-autokey-titleword-ignore.
676
677 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
678
679 * server.el (server-start): Make the warning more
680 verbose (Bug#2395).
681
682 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
683
684 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
685 Make sure we stop when we reach the limit.
686
687 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
688 a "..." does not quote anything. (Bug#2384)
689
690 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
691
692 2009-02-19 Andreas Schwab <schwab@suse.de>
693
694 * term.el: Remap self-insert-command to term-send-raw in
695 term-raw-map. (Bug#2386)
696
697 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
698
699 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
700 of the function as being part of the function.
701
702 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
703
704 * progmodes/compile.el (compilation-error-regexp-alist-alist):
705 Move entry for maven (alphabetical order).
706
707 2009-02-19 Glenn Morris <rgm@gnu.org>
708
709 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
710 Regexp-quote default argument taken from current subject.
711 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
712
713 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
714 Move here from rmail.el. Be more careful about error-handling.
715 Restore the feature of temporarily setting all old messages
716 undeleted before expunging (removed 2009-02-18).
717
718 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
719 Don't declare.
720 (rmail-get-new-mail-filter-spam): Declare. Move definition to
721 rmail-spam-filter.el.
722 (rmail-get-new-mail-1): Move the beep and sleep to
723 rmail-get-new-mail-filter-spam.
724
725 2009-02-18 Martin Rudalics <rudalics@gmx.at>
726
727 * cus-edit.el (custom-group-value-create): Insert some
728 informatory text in the WIDGET-misses-doc-string case.
729
730 2009-02-18 Sam Steingold <sds@gnu.org>
731
732 * progmodes/compile.el: Require comint at top level to fix the
733 last patch.
734
735 2009-02-18 Martin Rudalics <rudalics@gmx.at>
736
737 * cus-edit.el (custom-group-value-create): Don't throw an error
738 when WIDGET has no doc-string. (Bug#2356)
739
740 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
741
742 * progmodes/cc-menus.el (imenu-progress-message):
743 Remove bogus cc-bytecomp-defun.
744 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
745 Don't let-bind variable `stupid'. (Bug#1638)
746
747 2009-02-18 Glenn Morris <rgm@gnu.org>
748
749 * mail/rmail.el (rmail-get-new-mail-filter-spam):
750 * mail/rmail-spam-filter.el (rmail-spam-filter):
751 Show a message rather than the raw mbox while prompting.
752
753 2009-02-18 Martin Rudalics <rudalics@gmx.at>
754
755 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
756
757 2009-02-18 Glenn Morris <rgm@gnu.org>
758
759 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
760 declaration.
761 (top-level): No need for cl now.
762 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
763 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
764 (rsf-autosave-newly-added-definitions, rsf-white-list)
765 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
766 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
767 (rsf-customize-spam-definitions, rsf-customize-group)
768 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
769 (rsf-check-field): Use setcar and setcdr rather than setf.
770 (rmail-spam-filter): Simplify.
771 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
772 (rsf-add-region-to-spam-list): Use rmail-get-header or
773 buffer-substring-no-properties. Regexp-quote the extracted data.
774 Make the messages less verbose.
775 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
776 simplify things.
777 (rsf-add-content-type-field): Make the message less verbose.
778
779 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
780 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
781 rmail-deleted-vector.
782 (rmail-insert-inbox-text, rmail-collect-deleted)
783 (rmail-set-message-deleted-p, rmail-only-expunge)
784 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
785 (rmail-get-labels): Remove unused local `blurb'.
786 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
787 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
788 (rmail-set-message-deleted-p): Doc fixes.
789
790 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
791 Update callers for associated name change.
792 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
793 * mail/unrmail.el (unrmail): Use mail-mbox-from.
794
795 2009-02-17 Richard M Stallman <rms@gnu.org>
796
797 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
798
799 * mail/rmail.el (rmail-copy-headers): When copying full headers,
800 correctly put point at the end.
801
802 2009-02-17 Sam Steingold <sds@gnu.org>
803
804 * progmodes/compile.el (compilation-filter):
805 Call `comint-carriage-motion', just like `comint-output-filter'.
806
807 2009-02-17 Jason Rumney <jasonr@gnu.org>
808
809 * files.el (make-directory): Stop recursing if parent is
810 self. (Bug#2309)
811
812 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
813
814 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
815
816 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
817
818 2009-02-17 Miles Bader <miles@gnu.org>
819
820 * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
821 copyright statements where the years follow the name.
822
823 2009-02-17 Glenn Morris <rgm@gnu.org>
824
825 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
826 move point. (Bug#2209)
827
828 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
829 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
830 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
831 to "not-rmail", and make it work. Simplify.
832 (rmail-mbox-from): New function.
833 (rmail-output-as-mbox): Use rmail-mbox-from.
834 (rmail-output): Ensure a From line in the not-rmail Babyl case.
835
836 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
837 error if the header is corrupt.
838
839 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
840
841 * net/newst-treeview.el (newsticker--treeview-load):
842 Offer deletion of old groups file.
843
844 2009-02-16 Glenn Morris <rgm@gnu.org>
845
846 * mail/rmailout.el (rmail-delete-unwanted-fields)
847 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
848 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
849 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
850 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
851
852 2009-02-15 Glenn Morris <rgm@gnu.org>
853
854 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
855
856 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
857 (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
858 Remove unnecessary use of with-no-warnings.
859 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
860 (rmail-output-as-mbox): Start search from point-min. If constructing a
861 "From " line, prefer the date header over the current time.
862 (rmail-update-summary): Move declaration earlier in file.
863
864 2009-02-15 Richard M Stallman <rms@gnu.org>
865
866 * mail/rmailedit.el (rmail-edit-diff-headers):
867 Delete spurious reference to OLD.
868
869 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
870
871 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
872 the `with-buffer-unmodified' to avoid useless `readlink' calls.
873
874 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
875
876 * textmodes/bibtex.el (bibtex-global-key-alist)
877 (bibtex-initialize): Exclude current buffer if it does not use
878 bibtex-mode.
879 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
880 (bibtex-sort-buffer, bibtex-search-entry)
881 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
882 test whether bibtex-strings and bibtex-reference-keys have their
883 initial values.
884
885 2009-02-14 Eli Zaretskii <eliz@gnu.org>
886
887 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
888 around forms that refer to translation-table-for-input.
889
890 * isearch.el (isearch-search-string): Use `with-no-warnings'
891 around forms that refer to translation-table-for-input.
892
893 * international/quail.el (quail-input-string-to-events)
894 (quail-store-decode-map-key, quail-char-equal-p):
895 Use `with-no-warnings' around forms that refer to
896 translation-table-for-input.
897
898 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
899 around forms that refer to translation-table-for-input.
900
901 * subr.el (translation-table-for-input): Declare obsolete again.
902
903 2009-02-14 Glenn Morris <rgm@gnu.org>
904
905 * mail/rmail.el (rmail): When reverting, swap buffers before setting
906 counters. (Bug#2229)
907 (rmail-revert): Swap buffers before replacing contents.
908
909 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
910
911 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
912 Remove host, user, password options not applicable to SQlite. (Bug#1904)
913
914 2009-02-14 Richard M Stallman <rms@gnu.org>
915
916 * mail/rmailedit.el: Handle editing of header fields.
917 (rmail-old-headers): New variable.
918 (rmail-edit-current-message): Set it, recording current headers.
919 (rmail-cease-edit): Compute new headers and diff against old ones.
920 Update the mbox buffer with the changes that were made.
921 (rmail-edit-headers-alist): New function.
922 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
923
924 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
925 in default file name.
926
927 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
928 (rmail-add-mbox-headers): Likewise.
929
930 2009-02-13 Eli Zaretskii <eliz@gnu.org>
931
932 * files.el (load-library): Doc fix.
933
934 * subr.el (locate-library): Doc fix. (Bug#2291)
935
936 2009-02-13 Alan Mackenzie <acm@muc.de>
937
938 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
939 in narrowed buffers.
940
941 2009-02-13 Kenichi Handa <handa@m17n.org>
942
943 * international/titdic-cnv.el (tit-process-header):
944 Use buffer-substring-no-properties instead of buffer-substring.
945 (tit-process-body): Likewise.
946 (tsang-quick-converter): Handle superfluous CR at eol.
947 (py-converter): Use buffer-substring-no-properties instead of
948 buffer-substring. Handle superfluous CR at eol.
949 (ziranma-converter): Likewise.
950 (ctlau-converter): Likewise.
951 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
952
953 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
954
955 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
956
957 2009-02-13 Glenn Morris <rgm@gnu.org>
958
959 * mail/rmail.el (rmail-show-message-1): New name for the old
960 rmail-show-message.
961 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
962 * mail/rmailsort.el: Update for rmail-show-message name change.
963
964 * mail/rmail.el (rmail-show-message): New name for the old
965 rmail-show-message-maybe.
966 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
967 name change.
968
969 * mail/rmailsum.el (msgnum): Remove declaration.
970 (rmail-summary-redo): Add missing initialization value.
971 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
972 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
973 Fix skip-chars-forward calls.
974 (rmail-summary-mark-seen): New function. As well as removing the '-'
975 mark, update the summary-vector. (Bug#2135)
976 (rmail-summary-rmail-update, rmail-summary-goto-msg):
977 Use rmail-summary-mark-seen.
978
979 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
980
981 * mail/unrmail.el (unrmail): When getting message keywords, don't
982 include a leading space, but do include the space after the separating
983 comma. (Bug#2303)
984
985 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
986 header altogether.
987 (rmail-set-header): Doc fix.
988 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
989 labels are removed. (Bug#2302)
990
991 2009-02-12 Juri Linkov <juri@jurta.org>
992
993 * image-mode.el (image-toggle-display):
994 Let-bind `buffer-file-truename' to nil around the call to
995 `add-text-properties' to prevent directory time modification
996 by lock_file. Replace `set-buffer-modified-p' with
997 `restore-buffer-modified-p'. (Bug#2295)
998
999 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1000
1001 * progmodes/python.el (python-use-skeletons): Re-add.
1002 (def-python-skeleton): Use it. (Bug#2238)
1003
1004 * international/quail.el (quail-make-guidance-frame): Remove the
1005 `parent-id' parameter.
1006 (quail-show-guidance): Make the new window dedicated.
1007
1008 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
1009
1010 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
1011 Fix typos in docstrings.
1012
1013 2009-02-12 Alan Mackenzie <acm@muc.de>
1014
1015 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
1016 to `eq'. (Bug#2304)
1017
1018 2009-02-12 Glenn Morris <rgm@gnu.org>
1019
1020 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
1021 already present. (Bug#2210)
1022
1023 2009-02-12 Kenichi Handa <handa@m17n.org>
1024
1025 * international/characters.el (?.): New character category for
1026 Base characters. Set them in the standard category table.
1027
1028 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
1029 a base character.
1030
1031 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * isearch.el (isearch-yank-char-in-minibuffer)
1034 (isearch-other-meta-char): Use with-current-buffer.
1035
1036 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
1037 syntax-ppss. (Bug#1243)
1038
1039 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
1040 to beginning-of-defun-raw.
1041
1042 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
1043 calling end-of-defun-function if it already moved to BOL.
1044
1045 2009-02-12 Richard M Stallman <rms@gnu.org>
1046
1047 * mail/rmail.el (rmail-show-message-verbose-min): New option.
1048 (rmail-show-message): Conditionally show start and finish in echo area.
1049
1050 2009-02-12 Glenn Morris <rgm@gnu.org>
1051
1052 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
1053 for use in completion.
1054 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
1055 summary exists, since it's already done.
1056
1057 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
1058 (rmail-enable-multibyte): Don't really define, only for compiler.
1059
1060 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * files.el (read-buffer-to-switch):
1063 Add table to icomplete-with-completion-tables.
1064
1065 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
1066
1067 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
1068 switches (Bug#2261).
1069
1070 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
1071
1072 * server.el (server-with-environment): Don't fail for negative
1073 entries in ENV.
1074
1075 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1076
1077 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
1078 (vc-default-dir-printer): Add a comment about updating this function.
1079
1080 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
1081 for the file name.
1082
1083 2009-02-11 Glenn Morris <rgm@gnu.org>
1084
1085 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
1086 (calendar-set-mode-line): Fall back to a default width if we seem to be
1087 called from daemon. (Bug#2199)
1088
1089 * mail/rmailkwd.el (rmail-make-label): Doc fix.
1090 (rmail-read-label): Add current labels to completion list. (Bug#2222)
1091 (rmail-set-label): Use `or'.
1092
1093 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
1094
1095 * emacs-lisp/find-func.el (find-library-name, find-library):
1096 Doc fixes. (Part of bug#2270)
1097
1098 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
1099
1100 * env.el (getenv): When FRAME is non-nil, pass the frame environment
1101 to `getenv-internal', not the frame. (Bug#2259)
1102
1103 2009-02-10 Kenichi Handa <handa@m17n.org>
1104
1105 * descr-text.el (describe-char-display): On terminal, if terminal
1106 coding system is nil, assume us-ascii.
1107 (describe-char): Don't show the composition information if it is
1108 trivial.
1109
1110 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
1111
1112 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
1113 number as it isn't present for unregistered files.
1114
1115 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
1116 (vc-dir-mouse-map): New keymap.
1117 (vc-default-dir-printer): Use it locally.
1118
1119 2009-02-10 Glenn Morris <rgm@gnu.org>
1120
1121 * speedbar.el: Avoid messing up font-lock-global-modes.
1122
1123 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
1124 (mail-file-babyl-p): Use with-temp-buffer.
1125
1126 * mail/rmailsort.el: Just require rmail.
1127
1128 * mail/rmailedit.el: Just require rmail.
1129 (rmail-old-pruned): Add doc string.
1130 (rmail-edit-current-message): Use rmail-msg-is-pruned.
1131 (rmail-cease-edit): Don't mangle the leading From line.
1132 Don't mark as edited if there were no changes. (Bug#2256)
1133 Correctly restore header state.
1134
1135 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
1136 (rmail-current-message, rmail-total-messages)
1137 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
1138 (rmail-duplicate-message): Doc fix.
1139 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
1140 New functions.
1141 (rmail-get-header, rmail-set-header, rmail-set-attribute):
1142 Use rmail-apply-in-message.
1143 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
1144 unswapped-ness.
1145 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
1146 (rmail-auto-file): Set the filed attribute, rather than explicitly not
1147 doing so. (Bug#2231)
1148 (rmail-set-attribute): Allow ATTR to be a string.
1149
1150 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
1151
1152 * net/newst-treeview.el (newsticker-treeview-save)
1153 (newsticker--treeview-load): Kill groups buffer after saving/loading.
1154
1155 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
1156
1157 * doc-view.el (doc-view-scroll-up-or-next-page)
1158 (doc-view-scroll-down-or-previous-page, doc-view-goto-page):
1159 Reset the old hscroll value after switching pages.
1160
1161 2009-02-09 Glenn Morris <rgm@gnu.org>
1162
1163 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1164 (calendar-holiday-marker): Drop test for color display.
1165
1166 2009-02-08 Glenn Morris <rgm@gnu.org>
1167
1168 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
1169 (calendar-holiday-marker, calendar-mark-visible-date):
1170 * calendar/diary-lib.el (diary-fancy-display):
1171 It doesn't make sense to check font-lock-mode (see comments;
1172 reverts 2008-04-02 change). (Bug#2199)
1173
1174 2009-02-08 Juri Linkov <juri@jurta.org>
1175
1176 * simple.el (toggle-word-wrap): New command.
1177
1178 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
1179
1180 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
1181 (ps-run-make-tmp-filename): Use temporary-file-directory.
1182
1183 * textmodes/artist.el (artist-system): Allow make-temp-file to use
1184 temporary-file-directory.
1185
1186 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist):
1187 Use temporary-file-directory.
1188
1189 2009-02-07 Glenn Morris <rgm@gnu.org>
1190
1191 * mail/unrmail.el (rmime-magic-string): Define for compiler.
1192
1193 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1194
1195 * mail/rmail.el (rmail): Bind coding-system-for-read to
1196 no-conversion before calling find-file-noselect. (Bug#2015)
1197
1198 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1199
1200 * proced.el (proced-after-send-signal-hook): Use defcustom.
1201 (proced-header-line): Handle header lines that are shorter than
1202 window-hscroll.
1203 (proced-send-signal): Rebind split-width-threshold analogous to
1204 dired-pop-to-buffer.
1205
1206 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1207
1208 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
1209 message; instead, just rewrite the X-Coding-System header with the
1210 new encoding, and let rmail-show-message do the rest.
1211 Remove unused argument RAW. Fix doc string to be consistent with the
1212 new implementation.
1213 (rmail-show-message): Honor X-Coding-System header, if present, in
1214 preference to Content-Type header.
1215
1216 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1217
1218 * server.el (server-execute): Enable quit.
1219
1220 2009-02-07 Andreas Schwab <schwab@suse.de>
1221
1222 * image-mode.el (image-mode): Always set image-type.
1223 (image-minor-mode): Likewise.
1224
1225 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1226
1227 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
1228 encoding, and its "content-transfer-encoding" and "content-type"
1229 headers only in the headers' portion. (Bug#2017)
1230
1231 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
1232
1233 * net/newst-treeview.el
1234 (newsticker-treeview-next-new-or-immortal-item): New arg
1235 DONT-WRAP-TREES to prevent infinite recursion.
1236
1237 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1238
1239 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
1240 extracting mail message headers. Use encode-coding-region instead
1241 of insert-buffer-substring for re-encoding edited message.
1242 Add qp/b64 encoding only after text was encoded.
1243
1244 2009-02-07 Eli Zaretskii <eliz@gnu.org>
1245
1246 * subr.el: Don't declare `translation-table-for-input' obsolete.
1247 Equivalent info added to its doc string, q.v.
1248
1249 * files.el (save-buffer): Display "Saving file FOO..." message
1250 regardless of buffer's size. (Bug#2137)
1251
1252 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
1253
1254 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
1255
1256 2009-02-07 Alex Schroeder <alex@gnu.org>
1257
1258 * mail/unrmail.el (unrmail): Use regexps to find message separators so
1259 as not to match any fake rmime.el separators. Remove any sections added
1260 by rmime.el.
1261
1262 2009-02-07 Glenn Morris <rgm@gnu.org>
1263
1264 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
1265 that is no longer appropriate to mbox Rmail.
1266
1267 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
1268 before trying to move to the start of the message.
1269 (rmail-summary-undelete-many, rmail-summary-rmail-update):
1270 Fix rmail-set-attribute calls.
1271
1272 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
1273 Doc fix.
1274 (rmail-output-to-rmail-buffer): Autoload it.
1275 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
1276
1277 2009-02-06 Glenn Morris <rgm@gnu.org>
1278
1279 * mail/unrmail.el (unrmail): Use current-time-string.
1280
1281 * simple.el (kill-whole-line): Provide a default argument of 1.
1282
1283 * mail/undigest.el (rmail-mail-separator): Delete.
1284 (undigestify-rmail-message, unforward-rmail-message): Update for
1285 mbox Rmail.
1286
1287 2009-02-05 Kenichi Handa <handa@m17n.org>
1288
1289 * international/fontset.el (script-representative-chars):
1290 Remove mathematical.
1291 (setup-default-fontset): Add entries for each subgroup of
1292 mathematical script.
1293
1294 2009-02-05 Juri Linkov <juri@jurta.org>
1295
1296 * image-mode.el (image-mode): Use `image-get-display-property'
1297 instead of `get-text-property'.
1298 (image-minor-mode): Sync the logic with `image-mode' including the
1299 displaying an image file as the actual image by default.
1300
1301 2009-02-05 Alan Mackenzie <acm@muc.de>
1302
1303 * progmodes/cc-defs.el (c-emacs-features): Check the working of
1304 beginning/end-of-defun-function more rigorously before setting
1305 argumentative-bod-function.
1306
1307 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
1308
1309 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
1310 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
1311 mode on the initial terminal.
1312
1313 2009-02-05 Glenn Morris <rgm@gnu.org>
1314
1315 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
1316 Make these functions work.
1317
1318 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
1319 (rmail-narrow-to-non-pruned-header): Remove autoload.
1320 (mairix-rmail-fetch-field): Handle mbox Rmail.
1321
1322 2009-02-04 Dave Love <fx@gnu.org>
1323
1324 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
1325 (imap-debug): Add imap-fetch-safe.
1326
1327 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
1328
1329 * net/netrc.el (netrc-machine-user-or-password): Use list of
1330 auth-source modes.
1331
1332 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
1333
1334 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
1335 for newvars is nil. (C-u C-x v = with default values).
1336
1337 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
1338
1339 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
1340 format. Use when instead of if.
1341
1342 2009-02-04 Miles Bader <miles@gnu.org>
1343
1344 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
1345 (backward-list, backward-up-list, beginning-of-defun)
1346 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
1347
1348 2009-02-04 Glenn Morris <rgm@gnu.org>
1349
1350 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
1351 ill-advised.
1352
1353 * mail/rmail.el: No need for mule-util when compiling.
1354 (rmail-first-message): Unbreak it.
1355
1356 * mail/rmailmsc.el: Require rmail not just when compiling.
1357 Remove unneeded declarations.
1358
1359 * term/ns-win.el (ns): Define as a custom group.
1360
1361 2009-02-04 Kenichi Handa <handa@m17n.org>
1362
1363 * international/mule-cmds.el (select-safe-coding-system):
1364 Use buffer-chars-modified-tick instead of buffer-modified-tick.
1365
1366 * descr-text.el (describe-char): Check font-object by fontp.
1367
1368 * composite.el (compose-gstring-for-terminal): If a character is
1369 not supported by the current terminal, don't make a multi-glyph
1370 grapheme cluster.
1371 (auto-compose-chars): Check font-object by fontp.
1372
1373 2009-02-03 Glenn Morris <rgm@gnu.org>
1374
1375 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1376 over current-time. (Bug#2175)
1377
1378 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1379 inserting the converted mailbox.
1380 (rmail-get-new-mail): Restore the loop over inboxes when two or more
1381 have the same basename. (Bug#2164)
1382 Set the return value according to whether any mail was found,
1383 not just in the last inbox. Only show a message and run the hook after
1384 checking all inboxes.
1385 (rmail-get-new-mail-1): Move message display and running the hook to
1386 rmail-get-new-mail.
1387
1388 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1389 rmail-attr-array.
1390 (rmail-make-label, rmail-read-label): Give it a doc string.
1391 (rmail-add-label, rmail-kill-label): Change argument name to match the
1392 doc. Doc fix.
1393 (rmail-set-label): Doc fix. Also update summary in attr case.
1394 Accept labels as a string or a symbol. (Bug#2165)
1395
1396 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1397 null.
1398
1399 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1400
1401 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1402 (vhdl-prepare-search-2): Properly cleanup on `quit'.
1403
1404 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1405 Mark the entries as being "system" entries rather than "user" entries.
1406
1407 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1408
1409 * smerge-mode.el (smerge-start-session): Add interactive spec.
1410
1411 2009-02-02 Glenn Morris <rgm@gnu.org>
1412
1413 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1414 (rmail-retry-ignored-headers, rmail-highlighted-headers):
1415 Restore autoloads.
1416
1417 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1418
1419 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1420
1421 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1422
1423 * cmuscheme.el (scheme-args-to-list): Remove.
1424 (run-scheme): Use split-string-and-unquote instead, so as to allow
1425 spaces in the command name and/or the arguments.
1426
1427 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1428
1429 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1430
1431 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
1432
1433 Sync with Tramp 2.1.15.
1434
1435 * net/tramp.el (tramp-read-passwd): Cache passwords shall still be
1436 used.
1437
1438 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1439
1440 * net/trampver.el: Update release number.
1441
1442 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1445 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1446 (rmail-undelete-previous-message, rmail-mark-message)
1447 (rmail-speedbar-buttons): Use with-current-buffer.
1448 (rmail-mode-map): Move initialization into declaration.
1449 (rmail-swap-buffers, rmail-unfontify-buffer-function)
1450 (rmail-fontify-message): Use restore-buffer-modified-p.
1451 (rmail-expunge-and-save): Don't swap buffer.
1452 (rmail-get-header, rmail-set-header, rmail-set-attribute)
1453 (rmail-apply-in-message): Swap save-excursion and save-restriction.
1454
1455 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1456 if possible.
1457
1458 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1459 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1460
1461 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1462
1463 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1464
1465 * progmodes/ebrowse.el:
1466 * international/robin.el:
1467 * emulation/viper-util.el:
1468 * emulation/viper-mous.el:
1469 * emulation/viper-keym.el:
1470 * ediff.el:
1471 * ediff-wind.el:
1472 * ediff-vers.el:
1473 * ediff-ptch.el:
1474 * ediff-mult.el:
1475 * ediff-merg.el:
1476 * ediff-diff.el: Follow commenting conventions.
1477
1478 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1479
1480 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1481 obsolete eight-bit-control and eight-bit-graphic.
1482
1483 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1484
1485 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1486
1487 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * emacs-lisp/lisp.el (end-of-defun): Protect against
1490 infloops (Bug#2106).
1491
1492 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
1493
1494 * vc-dir.el (vc-dir-mouse-map):
1495 (vc-default-dir-printer):
1496 (vc-dir-find-file-other-window): Undo previous change, it breaks
1497 the behavior of mouse-2.
1498 (vc-dir-mode): Fix docstring.
1499
1500 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1501 logic, it makes the makes the normal case too slow.
1502
1503 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1504
1505 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1506 file to `raw-text-unix'. Bind coding-system-for-write when
1507 writing out the converted message, and make sure it uses Unix EOLs.
1508
1509 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1510 encoding to `raw-text-unix'.
1511 (rmail-perm-variables): Set encoding of rmail-view-buffer to
1512 `undecided-unix'.
1513 (rmail-redecode-body): Don't change EOL conversion of the new
1514 encoding if the old one left it unspecified.
1515 (rmail-automatic-folder-directives, rmail): Doc fixes.
1516 (rmail-swap-buffers): New function.
1517 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1518 (rmail-show-message): Use rmail-swap-buffers.
1519 (rmail-decode-region): If DESTINATION is a buffer, set the
1520 encoding of that buffer, rather than the current buffer.
1521 (rmail-show-message): Make error message about uuencoded mail
1522 more explicit.
1523 (rmail-show-message-maybe): Simplify code. Doc fix.
1524 (rmail-show-message): Doc fix.
1525
1526 2009-01-31 Glenn Morris <rgm@gnu.org>
1527
1528 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1529 folder.
1530
1531 * mail/rmail.el (rmail-msg-is-pruned): New function.
1532 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
1533 (rmail-reply): Set up to yank from the decoded message rather than the
1534 raw one. (Bug#2104).
1535
1536 * mail/mail-utils.el (mail-fetch-field): Doc fix.
1537
1538 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1539 (uce-message-text, uce-default-headers): Fix custom type.
1540 (rmail-buffer, rmail-msg-is-pruned): Declare.
1541 (uce-reply-to-uce): Add autoload cookie. Doc fix.
1542 Update for mbox Rmail.
1543
1544 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
1545
1546 * vc-dir.el (vc-dir-mouse-map): New keymap.
1547 (vc-default-dir-printer): Use it locally.
1548 (vc-dir-find-file-other-window): Allow mouse events.
1549
1550 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1551
1552 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1553 into Rmail-mbox attributes.
1554
1555 * mail/rmail.el (rmail-convert-babyl-to-mbox):
1556 Bind coding-system-for-read to `raw-text', and use insert-file-contents
1557 instead of insert-file-contents-literally. Fixes bug #2019.
1558 (rmail-resent-attr-index): Fix index value.
1559
1560 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1561
1562 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1563 precedence even when its value is t. (Bug#2093)
1564
1565 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1566 connection. (Bug#2093)
1567 (vc-svn-diff): Use old version number even when it is the working
1568 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1569
1570 2009-01-30 Glenn Morris <rgm@gnu.org>
1571
1572 * mail/rmail.el (rmail-reply): Handle empty folders.
1573 (rmail-speedbar-buttons)
1574 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1575
1576 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1577 line-beginning-position calls.
1578 (rmail-header-summary): Use line-end-position.
1579
1580 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1581
1582 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1583 Fix regexp quoting. (Bug#1739)
1584
1585 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1586
1587 * net/tramp.el (tramp-process-actions, tramp-read-passwd):
1588 Allow correction of passwords.
1589
1590 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1591
1592 * mail/rmail.el (rmail-toggle-header): Determine current header
1593 style using the buffer-local value of rmail-header-style in the
1594 view buffer.
1595 (rmail-show-message): Set a buffer-local value of
1596 rmail-header-style in the view buffer. (Bug#2016)
1597
1598 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1599
1600 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1601 Fix typos in docstrings.
1602
1603 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * bindings.el (completion-ignored-extensions):
1606 Add entries for VCS metadata directories (CVS/, .svn, etc).
1607
1608 * pcvs.el (completion-ignored-extensions):
1609 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1610 directory, now done in bindings.el.
1611
1612 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1613
1614 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1615
1616 2009-01-29 Glenn Morris <rgm@gnu.org>
1617
1618 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1619 (rmail-set-header): Ensure header changes get saved.
1620
1621 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1622
1623 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1624 one, after a label is added.
1625
1626 * mail/rmailsum.el (rmail-summary-update-line): New function.
1627 (rmail-summary-goto-msg): Return a value according to whether message
1628 was found.
1629 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1630 property. Use line-end-position.
1631
1632 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1633
1634 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1635 quoted From lines.
1636
1637 * mail/rmail.el (rmail-redecode-body): New function, based on old
1638 version removed in 2009-01-22 change.
1639 (rmail-show-message): Unquote From lines.
1640
1641 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1642
1643 * doc-view.el (doc-view-mode): Don't use string-match and file
1644 extension to choose fallback mode on empty/non-existing files but
1645 let-bind auto-mode-alist and call normal-mode.
1646
1647 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1648
1649 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1650 concatenating the type indicating character.
1651 (ls-lisp-format): Don't propertize file-name only if
1652 ls-lisp-classify already did.
1653
1654 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1655
1656 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1657 Describe second parameter of hook functions.
1658 (dbus-handle-event): Apply it.
1659
1660 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1661
1662 * mail/rmail.el (rmail-toggle-header): Don't reset
1663 rmail-header-style permanently (bug#2016).
1664
1665 2009-01-28 Denis Howe <denis.howe@gmail.com>
1666
1667 * complete.el (PC-do-completion): Correct case when completion is
1668 unambiguous.
1669
1670 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1671
1672 * calendar/todo-mode.el (todo-insert-item-here):
1673 Prevent insertion of a new entry inside of an existing entry.
1674 Minor code cleanup. (Bug#2084)
1675 (todo-add-category): Change the interactive spec. Signal an error
1676 if the Todo file is non-empty but contains no category.
1677 Reject category names that could induce bugs and confusion.
1678 Call todo-mode if the Todo file is new and unsaved. Simplify handling
1679 of local variables cookie. Properly display the newly added
1680 category in Todo mode.
1681 (todo-show): Call todo-initial-setup only if there is neither a
1682 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1683 (todo-category-alist): Delete function.
1684 (todo-completing-read): New function.
1685 (todo-insert-item, todo-jump-to-category): Use it.
1686 (todo-insert-item): Make the use of the prefix argument conform to
1687 the doc string. (Bug#2086)
1688
1689 2009-01-28 Glenn Morris <rgm@gnu.org>
1690
1691 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1692 even when called from the summary. (Bug#2075)
1693 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1694 (rmail-show-message-maybe): Use rmail-no-mail-p.
1695 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1696 (rmail-get-labels): Separate status and label fields with a semicolon,
1697 rather than a comma, for consistency with old Rmail.
1698
1699 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1700 starting from the beginning, since mail-fetch-field does not care.
1701 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1702 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1703 (rmail-get-summary-labels): New function. Returns labels rather than
1704 status (edited, etc).
1705 (rmail-create-summary): Insert an extra space after the status
1706 flags, for consistency with old rmail, and with current
1707 rmail-summary-font-lock-keywords.
1708
1709 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1710
1711 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1712 if region is active. Use cond instead of nested ifs. (Bug#2053)
1713
1714 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1715
1716 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1717 converting.
1718
1719 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1720 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1721
1722 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1723
1724 * mouse.el (mouse-select-font): Return a string instead of a list.
1725
1726 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1727
1728 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1729 don't have to do it in normal-erase-is-backspace-mode.
1730
1731 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1732 and C-backspace; the latter is not available on ttys anyway.
1733
1734 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1735
1736 (doc-view-mode): Fix broken call to string-match.
1737
1738 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1739
1740 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1741 fundamental-mode or ps-mode if the file is empty or doesn't exist
1742 at all.
1743 (doc-view-initiate-display): Better info message if doc-view-mode
1744 cannot be used. (Missing utility or no png support/no X frame.)
1745 (Bug#2058)
1746
1747 2009-01-27 Glenn Morris <rgm@gnu.org>
1748
1749 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1750 of the headers in the full header case. (Bug#2073)
1751
1752 2009-01-27 Kenichi Handa <handa@m17n.org>
1753
1754 * mail/rmail.el (rmail-get-coding-system): Re-search
1755 rmail-mime-charset-pattern directly instead of using
1756 mail-fetch-field. Use coding-system-from-name.
1757
1758 * international/mule-cmds.el (canonicalize-coding-system-name)
1759 (coding-system-from-name): New functions.
1760
1761 2009-01-27 Glenn Morris <rgm@gnu.org>
1762
1763 * dired-x.el (dired-bind-vm): Doc fix.
1764
1765 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1766 Replace `first' and `rest' with `car' and `cdr' throughout.
1767 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1768 (rsf-scanning-messages-now): Doc fix.
1769 (rsf-check-field): Rename from `check-field' and update callers.
1770 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1771 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1772
1773 * mail/rmail.el: Remove leading `*' from defcustom docs.
1774 Remove needless autoloads of many defcustoms and hooks.
1775 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1776 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1777 (rmail-decode-mime-charset): Doc fix.
1778 (rmail-search-message, rmail-resend): Check functions set before use.
1779
1780 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1781 Remove needless autoloads of many defcustoms.
1782 (rmail-output-to-babyl-buffer): Rename from
1783 rmail-output-to-r-mail-buffer and update caller.
1784 (rmail-output): Doc fix.
1785
1786 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1787 Remove needless autoloads of many defcustoms.
1788 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1789 is set.
1790
1791 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1792 (batch-unrmail, unrmail): Doc fix.
1793
1794 * mail/rmailsum.el (rmail-message-recipients-p-1)
1795 (rmail-message-regexp-p-1): Ensure searches start from the
1796 beginning of the header.
1797
1798 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1799
1800 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1801
1802 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1803
1804 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1805 expand the denominator.
1806
1807 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1808
1809 * net/dbus.el (dbus-event-error-hooks): New variable.
1810 (dbus-handle-event): Use it.
1811
1812 2009-01-26 Glenn Morris <rgm@gnu.org>
1813
1814 * Makefile.in (ELCFILES): Update.
1815
1816 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1817 replies. (Bug#512)
1818
1819 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1820
1821 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1822
1823 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1824
1825 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1826 Remove from global map and key definitions.
1827 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1828 definitions.
1829 (ns-show-preferences-help, ns-unput-working-text): New functions.
1830 (ns-unecho-working-text): Update message.
1831
1832 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1833
1834 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1835 variable to allow the user to choose icalendar UID format.
1836 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1837 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1838 (icalendar-export-region,icalendar--create-uid): Use custom
1839 function to compute icalendar UID for each entry.
1840 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1841 with description, location, etc. fields (need to keep active count
1842 of fields encountered). Another bug fix to the regex that matches
1843 multiple lines (need \' regex instead of $ to match end-of-entry).
1844
1845 2009-01-25 Juri Linkov <juri@jurta.org>
1846
1847 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1848 change its title from "Recursive grep..." to "Grep via Find...".
1849 Add menu items for lgrep and rgrep.
1850
1851 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1852
1853 * ps-print.el (ps-print-version): New version 7.3.4.
1854
1855 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1856
1857 * ps-print.el: Fix face background/foreground extraction.
1858 (ps-face-extract-color): New fun.
1859 (ps-face-attributes, ps-face-attribute-list): Code fix.
1860
1861 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1862
1863 * align.el (align-region): Avoid infloop.
1864
1865 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1866
1867 * env.el (environment): Function removed.
1868
1869 * international/mule-cmds.el (set-language-environment-coding-systems):
1870 If default-buffer-file-coding-system is nil, set up to have EOLs that
1871 are native for the underlying system-type. (Bug#1853)
1872 (prefer-coding-system, set-default-coding-systems): Doc fix.
1873
1874 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1875
1876 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1877 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1878 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1879 Use `string-match-p'.
1880
1881 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1882
1883 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1884 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1885 next-feed does not succeed. Fixes bug#1710 even more.
1886 (newsticker-treeview-next-feed): Simplify.
1887 (newsticker--group-get-feeds): Suppress group names in result.
1888
1889 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1890
1891 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1892 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1893
1894 2009-01-24 Glenn Morris <rgm@gnu.org>
1895
1896 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1897 "popmail" by "pormail".
1898
1899 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1900 Remove unneeded declarations.
1901
1902 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1903
1904 * calc/calc-poly.el (calcFunc-apart): Improve test for
1905 rational functions.
1906
1907 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1908
1909 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1910 return value of rmail-get-labels.
1911
1912 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1913 return value of rmail-get-labels.
1914
1915 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1916 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1917
1918 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1919
1920 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1921 old cache file. Fixes bug#1710.
1922
1923 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1924
1925 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1926
1927 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1928
1929 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1930 Switch names and update comments for clarity.
1931
1932 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1933
1934 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1935 start is nil, as was done in tar-mode.el.
1936
1937 2009-01-23 Glenn Morris <rgm@gnu.org>
1938
1939 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1940 more.
1941
1942 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1943
1944 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1945
1946 * server.el (server-name): Make it a defcustom. (Bug#1995)
1947
1948 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1949
1950 2009-01-23 Glenn Morris <rgm@gnu.org>
1951
1952 * Makefile.in (ELCFILES): Update.
1953
1954 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1955
1956 * net/newst-treeview.el
1957 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1958 current-item-counts. Move to next feed if necessary. (Bug#1569)
1959 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1960 feed if necessary. (Bug#1569)
1961 (newsticker-treeview-next-feed)
1962 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1963 Don't activate node nil. (Bug#1569)
1964
1965 2009-01-22 Paul Reilly <pmr@pajato.com>
1966 Henrik Enberg <enberg@printf.se>
1967 Alex Schroeder <alex@gnu.org>
1968 Chong Yidong <cyd@stupidchicken.com>
1969 Richard M Stallman <rms@gnu.org>
1970 Glenn Morris <rgm@gnu.org>
1971 Juanma Barranquero <lekktu@gmail.com>
1972
1973 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1974 (rmail-attribute-header, rmail-keyword-header)
1975 (rmail-answered-attr-index, rmail-deleted-attr-index)
1976 (rmail-edited-attr-index, rmail-filed-attr-index)
1977 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1978 (rmail-unseen-attr-index, rmail-resent-attr-index)
1979 (rmail-attr-array, rmail-header-style, rmail-file-name)
1980 (rmail-buffer-swapped): New vars.
1981 (rmail-convert-file-maybe, rmail-error-bad-format)
1982 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1983 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1984 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1985 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1986 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1987 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1988 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1989 (rmail-message-attr-p, rmail-message-unseen-p)
1990 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1991 (rmail-show-message-maybe, rmail-copy-headers)
1992 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1993 (rmail-write-region-annotate): New functions.
1994
1995 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1996 (rmail-convert-mailpath, rmail-convert-file)
1997 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1998 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1999 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
2000 (rmail-redecode-body)
2001 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
2002 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
2003 (rmail-count-screen-lines, rmail-message-regexp-p)
2004 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
2005 (rmail-nuke-pinhead-header): Move to rmailout.el.
2006
2007 (rmail-ignored-headers): Add additional headers.
2008 (rmail-mode-map): Update key commands.
2009 (rmail-tool-bar-map): Build tool-bar unconditionally.
2010 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
2011 conversion and new buffer swapping mechanism.
2012 (rmail-perm-variables): Use new vars, and remove deleted ones.
2013 (rmail-revert): Use rmail-convert-file-maybe.
2014 (rmail-duplicate-message): Use rmail-show-message-maybe.
2015 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
2016 a disk-full error.
2017 (rmail-parse-url): Strip embedded password.
2018 (rmail-insert-inbox-text): Default to movemail if
2019 rmail-movemail-program is null. Handle mbox format.
2020 (rmail-decode-region): New arg.
2021 (rmail-display-labels): Don't perform Babyl processing.
2022 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
2023 (rmail-set-message-counters, rmail-count-new-messages)
2024 (rmail-set-message-counters-counter, rmail-show-message)
2025 (rmail-next-same-subject, rmail-reply): Use mbox format.
2026 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
2027 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
2028 buffer swapping mechanism.
2029
2030 * mail/rmailedit.el: Require rmailsum.el.
2031 (rmail-edit-mode): First check if buffer is swapped.
2032 (rmail-edit-saved-coding-system): Delete var.
2033 (rmail-edit-current-message): Don't call deleted vars.
2034 (rmail-cease-edit): Handle mbox format.
2035 (rmail-abort-edit): Widen buffer.
2036
2037 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
2038 declarations.
2039 (rmail-buffer, rmail-current-message, rmail-last-label)
2040 (rmail-last-multi-labels, rmail-summary-vector)
2041 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
2042 (rmail-keywords): Delete vars.
2043 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
2044 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
2045 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
2046 (rmail-make-label): New function.
2047 (rmail-read-label): Don't call rmail-parse-file-keywords.
2048 (rmail-set-label): Rewrite using rmail-set-attribute.
2049 (rmail-next-labeled-message): Use rmail-get-labels.
2050
2051 * mail/rmailmm.el: New file.
2052
2053 * mail/rmailmsc.el: Require rmail.el.
2054 (set-rmail-inbox-list): Set rmail-inbox-list directly.
2055
2056 * mail/rmailout.el (rmail-output-decode-coding): New var.
2057 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
2058 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
2059 (rmail-output-to-rmail-buffer): New functions.
2060 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
2061 Delete functions.
2062 (rmail-nuke-pinhead-header): Move from rmail.el.
2063 (rmail-output): Rewrite to accept both mbox and babyl output.
2064 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
2065 use mbox internal format.
2066
2067 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
2068 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
2069 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
2070 Use rmail-get-header.
2071 (rmail-sort-messages): Use new buffer swapping mechanism.
2072 Handle mbox internal format.
2073
2074 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
2075 (rmail-message-recipients-p, rmail-message-recipients-p-1)
2076 (rmail-message-regexp-p, rmail-new-summary-1)
2077 (rmail-get-create-summary-buffer, rmail-get-summary)
2078 (rmail-create-summary-line, rmail-get-summary-labels)
2079 (rmail-create-summary, rmail-header-summary)
2080 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
2081 (rmail-summary-by-topic, rmail-message-senders-p)
2082 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
2083 internal format.
2084 (rmail-new-summary): Rewrite window handling.
2085 (rmail-make-summary-line, rmail-make-summary-line-1)
2086 (rmail-make-basic-summary-line)
2087 (rmail-summary-output-to-rmail-file): Functions deleted.
2088 (rmail-summary-undelete, rmail-summary-rmail-update)
2089 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
2090 (rmail-summary-show-message, rmail-summary-wipe)
2091 (rmail-summary-toggle-header, rmail-summary-reply):
2092 Use rmail-buffer instead of rmail-view-buffer.
2093 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
2094 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
2095 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
2096
2097 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
2098
2099 * term/ns-win.el (ns-show-manual): Fix node name.
2100 (x-open-connection): Fix typo in declaration filename.
2101
2102 2009-01-22 Romain Francoise <romain@orebokech.com>
2103
2104 * Makefile.in (ELCFILES): Update.
2105
2106 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
2107
2108 * frame.el (make-frame-on-tty): Remove function, inline contents
2109 in the only user ...
2110
2111 * server.el (server-create-tty-frame): ... here.
2112
2113 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * format.el (format-annotate-function):
2116 Set write-region-post-annotation-function.
2117
2118 2009-01-21 John Wiegley <johnw@newartisans.com>
2119
2120 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
2121 list of output filters.
2122 (eshell-mode): Change the default binding of C-a to eshell-bol.
2123 I don't think it's actually bound at all by default in eshell;
2124 it just falls back to the default binding of C-a.
2125
2126 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
2127
2128 * minibuffer.el (completion--insert-strings): Fix up computation of
2129 column position which manifested e.g. in proced's signal completion.
2130
2131 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
2132
2133 * server.el (server-start): Allow server to shut down when no
2134 frames are available in daemon-mode.
2135
2136 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
2137
2138 * term.el (term-previous-matching-input, term-next-matching-input)
2139 (term-previous-matching-input-from-input)
2140 (term-next-matching-input-from-input, term-backward-matching-input)
2141 (term-forward-matching-input): Change argument name to match docstring.
2142
2143 2009-01-21 Glenn Morris <rgm@gnu.org>
2144
2145 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
2146 that are no longer needed.
2147 (authors-scan-change-log): Doc fix.
2148 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
2149
2150 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
2151
2152 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
2153 Use aspell default dict.
2154
2155 2009-01-20 Kenichi Handa <handa@m17n.org>
2156
2157 * descr-text.el (describe-char): Improve description of eight-bit
2158 char in a unibyte buffer. (Bug#1935)
2159
2160 2009-01-20 Glenn Morris <rgm@gnu.org>
2161
2162 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2163 Add some entries.
2164
2165 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
2166
2167 * progmodes/ruby-mode.el: Autoload other interpreter names.
2168
2169 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
2170
2171 * descr-text.el (describe-char-categories): New defsubst.
2172 (describe-char): Use it.
2173
2174 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
2175
2176 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
2177 IPv4 mapped IPv6 addresses.
2178
2179 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
2180
2181 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
2182 the beginning of the buffer. (Bug#1949)
2183
2184 2009-01-18 Markus Triska <markus.triska@gmx.at>
2185
2186 * linum.el (linum-update-window): Use `delq' instead of `delete';
2187 compare strings with `equal-including-properties'.
2188
2189 2009-01-17 Glenn Morris <rgm@gnu.org>
2190
2191 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
2192 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
2193
2194 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
2195 (eldoc-message-commands, eldoc-print-current-symbol-info):
2196 Doc fix (consistent case of "ElDoc").
2197
2198 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2199
2200 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
2201
2202 2009-01-17 Eli Zaretskii <eliz@gnu.org>
2203
2204 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
2205 TARGET)' does not exist, try again with its basename replaced by
2206 `(cdr TARGET)'. (Related to Bug #1853.)
2207
2208 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
2209
2210 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2211
2212 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
2213 unless flyspell-mode is enabled.
2214 (flyspell-pre-point): Make buffer-local.
2215
2216 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2217
2218 * textmodes/bibtex.el (bibtex-format-entry): For updating field
2219 delimiters, allow fields that are composed of strings and string
2220 constants.
2221 (bibtex-mode): Doc fix.
2222
2223 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
2224
2225 * textmodes/ispell.el: Protect against declare-function undefined
2226 in XEmacs.
2227 (ispell-program-name): Search also for hunspell when setting default.
2228 (ispell-find-aspell-dictionaries): Better error message. Use correct
2229 dictionary alist for default. Better fallback default dictionary.
2230
2231 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
2232
2233 * international/quail.el (quail-insert-kbd-layout):
2234 Delete superfluous handling of 8-bit code. (Bug#1418)
2235
2236 2009-01-16 Glenn Morris <rgm@gnu.org>
2237
2238 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
2239 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
2240 (eldoc-highlight-function-argument): Doc fix - mention effect of
2241 eldoc-documentation-function.
2242 (eldoc-message-commands-table-size, eldoc-message-commands)
2243 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
2244 (eldoc-documentation-function): Mention effect on user options.
2245
2246 * emacs-lisp/copyright.el (copyright-update): Doc fix.
2247
2248 2009-01-16 Kevin Ryde <user42@zip.com.au>
2249
2250 * tar-mode.el (tar-rename-entry): Only test the magic string, without
2251 its version number, and then set both.
2252
2253 2009-01-16 Richard M Stallman <rms@gnu.org>
2254
2255 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
2256
2257 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2258
2259 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
2260 Refer to revert-buffer, not Buffer-menu-revert.
2261 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
2262 (Buffer-menu-revert): Remove function, unused.
2263 (Buffer-menu-mode-map): Don't bind keys already
2264 bound by special-mode.
2265 (Buffer-menu-mode-map): Add a menu.
2266
2267 2009-01-15 Stephen Eglen <stephen@gnu.org>
2268
2269 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
2270
2271 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2272
2273 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
2274
2275 2009-01-15 Martin Rudalics <rudalics@gmx.at>
2276
2277 * window.el (special-display-p): Revert 2009-01-14 change.
2278
2279 2009-01-15 Glenn Morris <rgm@gnu.org>
2280
2281 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
2282 (authors-obsolete-files-regexps, authors-ignored-files):
2283 (authors-renamed-files-alist): Add some entries.
2284 (authors-fixed-entries): Change some entries.
2285 (authors-canonical-file-name): Doc fix.
2286 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
2287
2288 2009-01-14 Juri Linkov <juri@jurta.org>
2289
2290 * info.el (Info-isearch-filter): Don't filter out invisible text
2291 when search-invisible is t. (Bug#1848)
2292
2293 * simple.el (blink-matching-open): Use `minibuffer-message' to
2294 display messages in the minibuffer.
2295
2296 * help.el (view-help-file):
2297 * menu-bar.el (menu-bar-help-extra-packages):
2298 Use goto-address-mode instead of goto-address.
2299
2300 * net/goto-addr.el (goto-address-url-face): Change default value
2301 from `bold' to `link'.
2302
2303 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
2304
2305 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
2306
2307 2009-01-14 Martin Rudalics <rudalics@gmx.at>
2308
2309 * frame.el (special-display-popup-frame): Rewrite doc-string and
2310 simplify code.
2311
2312 * window.el (special-display-buffer-names)
2313 (special-display-regexps): Add customization support for
2314 function/other-args elements. Rewrite doc-strings.
2315 (special-display-function): Rewrite doc-string.
2316 (same-window-buffer-names, same-window-regexps):
2317 Minor doc-string fixes.
2318 (special-display-p): Minor rewrite.
2319
2320 2009-01-14 Glenn Morris <rgm@gnu.org>
2321
2322 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
2323
2324 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
2325
2326 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
2327 MESSAGEs with internal square brackets (i.e., " this [test] message").
2328 Use `string-match-p'.
2329 (completion--make-envvar-table, completion--file-name-table)
2330 (completion-pcm--string->pattern, completion-pcm--all-completions)
2331 (completion-pcm--filename-try-filter): Use `string-match-p'.
2332
2333 2009-01-14 Juri Linkov <juri@jurta.org>
2334
2335 * progmodes/bug-reference.el (bug-reference-fontify): Check for
2336 non-nil `bug-reference-url-format' before putting an overlay
2337 property `bug-reference-url'.
2338 (bug-reference-mode, bug-reference-prog-mode): Don't check for
2339 `bug-reference-url-format'. Doc fix. (Bug#1744)
2340
2341 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
2344 for exit-emacs item. Bind it to save-buffers-kill-terminal.
2345
2346 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
2347 loaded.
2348
2349 2009-01-13 Jason Rumney <jasonr@gnu.org>
2350
2351 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
2352
2353 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
2354
2355 * subr.el (play-sound): Doc fix. (Bug#250)
2356 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
2357
2358 2009-01-12 Alan Mackenzie <acm@muc.de>
2359
2360 * textmodes/paragraphs.el (forward-sentence): Change limit of
2361 re-search-backward to allow values of `sentence-end' anchored at BOL.
2362
2363 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2364
2365 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2366 subfield of the magic string.
2367
2368 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
2369
2370 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2371 (math-special-function-table): Use `math-compose-tex-sqrt' to
2372 compose sqrts in TeX and LaTeX mode.
2373
2374 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
2375
2376 * faces.el (describe-face): Ignore anonymous faces.
2377
2378 * server.el (server-save-buffers-kill-terminal): Args changed.
2379 Handle nowait client frames.
2380
2381 * files.el (save-buffers-kill-terminal): Args for
2382 server-save-buffers-kill-terminal changed.
2383
2384 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
2385
2386 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2387
2388 2009-01-11 Glenn Morris <rgm@gnu.org>
2389
2390 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2391 Silence compiler.
2392
2393 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2394 some entries.
2395 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2396 (authors-renamed-files-alist): Add entries.
2397 (authors-fixed-entries): Update for renamed and removed files.
2398 (authors-canonical-file-name): Add entries to
2399 authors-checked-files-alist based on their full names, expanded relative
2400 to each log-file directory.
2401 (authors-scan-el, authors-add-to-author-list, authors):
2402 Handle multiple authors in a file, via a new :cowrote category.
2403
2404 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2405
2406 2009-01-10 Richard M Stallman <rms@gnu.org>
2407
2408 * mail/mail-utils.el (mail-quote-printable-region): New function.
2409
2410 2009-01-10 Glenn Morris <rgm@gnu.org>
2411
2412 * calendar/cal-move.el (calendar-scroll-left-three-months)
2413 (calendar-scroll-right-three-months):
2414 * calendar/holidays.el (calendar-list-holidays)
2415 (calendar-mark-holidays):
2416 * calendar/lunar.el (calendar-lunar-phases):
2417 Add event handling, for when called from menus with the calendar buffer
2418 not current.
2419
2420 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
2421
2422 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2423 Move setting up whitepace-mode ...
2424 (diff-mode): ... here.
2425 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2426
2427 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
2428
2429 * faces.el (x-font-family-list): Remove entirely.
2430
2431 2009-01-10 Eli Zaretskii <eliz@gnu.org>
2432
2433 Fix Bug #876:
2434
2435 * info.el (info-insert-file-contents, Info-insert-dir):
2436 Bind inhibit-null-byte-detection to non-nil.
2437
2438 2009-01-10 Martin Rudalics <rudalics@gmx.at>
2439
2440 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2441 toggling tool bars on. (Bug#1754)
2442
2443 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
2444
2445 * faces.el (face-valid-attribute-values): Use string as value for
2446 :family attribute. Now, font-family-list returns a list of strings.
2447 (x-font-family-list): Obsolete compatibility version of function
2448 from xfaces.c.
2449
2450 2009-01-09 Martin Rudalics <rudalics@gmx.at>
2451
2452 * window.el (special-display-buffer-names)
2453 (special-display-regexps, special-display-function):
2454 In doc-strings say "same-window" instead of "same-buffer".
2455
2456 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * net/tramp.el: Revert previous patch. `last-command-char' is
2459 used in code intended only for XEmacs, where it is different from
2460 `last-command-event'.
2461
2462 2009-01-09 Glenn Morris <rgm@gnu.org>
2463
2464 * subr.el (last-input-char, last-command-char):
2465 Move here from src/keyboard.c.
2466
2467 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2468 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2469 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2470 * wdired.el:
2471 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2472 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2473 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2474 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2475 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2476 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2477 * eshell/em-smart.el, eshell/esh-mode.el:
2478 * international/mule-cmds.el:
2479 * mail/mailabbrev.el:
2480 * net/tramp.el:
2481 * play/mpuz.el:
2482 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2483 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2484 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2485 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2486 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2487 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2488 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2489 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2490 Replace last-command-char with last-command-event.
2491
2492 * double.el, electric.el, replace.el, term.el, terminal.el:
2493 * calc/calc.el:
2494 * emulation/viper-cmd.el:
2495 * international/mule-cmds.el:
2496 * obsolete/iso-acc.el:
2497 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2498
2499 * emacs-lisp/edebug.el: Remove references to last-command-char and
2500 last-input-char, since these have been identical to last-command-event
2501 and last-input-event since at least Emacs 19.
2502 (edebug-outside-last-command-char, edebug-outside-last-input-char):
2503 Remove.
2504
2505 2009-01-09 Dave Love <fx@gnu.org>
2506
2507 * calendar/time-date.el: Require cl for `declare'.
2508
2509 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2510
2511 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2512 Suggested by Dave Love.
2513
2514 2009-01-09 Dave Love <fx@gnu.org>
2515
2516 * net/imap.el (imap-string-to-integer): Fix typo.
2517 (imap-fetch-safe): New function.
2518 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2519
2520 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2521 (imap-parse-greeting): Fix doc strings.
2522 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2523 (imap-parse-flag-list): Make messages unique.
2524 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
2525
2526 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2527 call.
2528
2529 * net/imap.el: Fix author email. Doc fixes.
2530 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2531 reply.
2532
2533 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2534
2535 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
2536
2537 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2538
2539 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2540 Call nslookup if resolv.conf isn't available.
2541 (dns-query): Rename from query-dns.
2542 (dns-query-cached): Rename from query-dns-cached.
2543
2544 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2545
2546 * net/imap.el (imap-enable-exchange-bug-workaround):
2547 Explain auto-detection in the doc string.
2548
2549 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2550
2551 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2552 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2553 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2554 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2555 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2556 Fix typos in docstrings.
2557 (ispell-command-loop): Reflow docstring.
2558
2559 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2560
2561 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2562 (ispell-aspell-supports-utf8): Mark as obsoleted by
2563 ispell-encoding8-command.
2564 (ispell-check-version): Set ispell-encoding8-command.
2565 (ispell-check-spellchecker-params, ispell-start-process):
2566 Use ispell-encoding8-command.
2567
2568 * textmodes/flyspell.el (flyspell-large-region):
2569 Use ispell-encoding8-command.
2570
2571 2009-01-08 Glenn Morris <rgm@gnu.org>
2572
2573 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2574 scroll the calendar.
2575
2576 * international/mule-cmds.el (universal-coding-system-argument):
2577 last-input-char need not be a char.
2578
2579 * textmodes/ispell.el (ispell-check-minver): Declare.
2580 Use string-to-number rather than string-to-int.
2581
2582 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2583
2584 * add-log.el (change-log-search-tag-name): Reflow docstring.
2585 (change-log-mode): Fix typo in docstring.
2586
2587 * international/mule.el (define-coding-system): Doc fix.
2588
2589 2009-01-07 Kenichi Handa <handa@m17n.org>
2590
2591 * international/mule.el (define-coding-system): Fix docstring
2592 about :bom usage.
2593
2594 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2595
2596 * dired.el (dired-pop-to-buffer): Don't split windows
2597 horizontally. (Bug#1806)
2598
2599 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2600
2601 * tar-mode.el (tar-mode, tar-mode-write-contents)
2602 (tar-write-region-annotate): Undo Andreas's last change.
2603
2604 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2605
2606 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2607 (tramp-handle-file-local-copy, tramp-handle-write-region)
2608 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2609 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2610
2611 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2612
2613 * minibuffer.el (completion-hilit-commonality): Don't presume
2614 all-completions always include the input as prefix.
2615 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2616 as trivial.
2617 (completion-pcm--hilit-commonality): Remove leftover code that used to
2618 deal with the now removed cdr-in-last-cons.
2619
2620 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2621
2622 * international/mule.el (define-coding-system): Fix typos in docstring.
2623
2624 2009-01-05 Alan Mackenzie <acm@muc.de>
2625
2626 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2627 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2628
2629 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2630
2631 * net/tramp.el (tramp-handle-load)
2632 (tramp-do-copy-or-rename-file-directly)
2633 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2634 (tramp-handle-write-region)
2635 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2636 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2637 Delete temporary file in case of error.
2638
2639 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2640
2641 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2642
2643 2009-01-05 Richard M Stallman <rms@gnu.org>
2644
2645 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2646
2647 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2648
2649 * window.el (display-buffer): Fix last fix.
2650
2651 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2652
2653 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2654 to shorten the desktop file directory shown in message.
2655
2656 2009-01-05 Glenn Morris <rgm@gnu.org>
2657
2658 * version.el (emacs-copyright):
2659 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2660 Update copyrights for 2009.
2661
2662 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2663
2664 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2665 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2666 hard-coded 0.
2667 (ada-get-indent-loop): Fix list access bug.
2668
2669 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2670
2671 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2672 (lisp-interaction-mode): Add a blank line in the docstring
2673 before the keymap listing.
2674
2675 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2676
2677 * window.el (display-buffer): When a buffer is displayed in the
2678 selected and some other window, and not-this-window is non-nil,
2679 try to return that other window instead of popping up a new
2680 frame. (Bug#30)
2681
2682 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2683
2684 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2685
2686 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2687
2688 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2689
2690 2009-01-03 Michael Olson <mwolson@gnu.org>
2691
2692 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2693 blank characters which will confuse `read', so skip past them.
2694
2695 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2696
2697 * emacs-lisp/authors.el (authors-aliases): Addition.
2698 (authors): Allow to use it for other projects.
2699
2700 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2701 Clarify MATCH argument. Print filenames.
2702
2703 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2704
2705 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2706
2707 * net/tramp.el (tramp-local-host-regexp)
2708 (tramp-prefix-domain-format)
2709 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2710 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2711 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2712 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2713 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2714 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2715 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2716 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2717 (tramp-handle-insert-file-contents): Fix setting of
2718 `buffer-read-only'.
2719 (tramp-compute-multi-hops, tramp-local-host-p):
2720 Use `tramp-local-host-regexp'.
2721 (tramp-file-name-real-user, tramp-file-name-domain):
2722 Use `tramp-user-with-domain-regexp'.
2723
2724 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2725 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2726
2727 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2728
2729 * proced.el (proced-grammar-alist): Refiner can be a
2730 list (function help-echo) instead of a cons pair.
2731 (proced-post-display-hook): New variable.
2732 (proced-tree-depth): Rename from proced-tree-indent.
2733 (proced-mode): Derive mode from special-mode.
2734 (proced-mode-map): Change accordingly.
2735 (proced, proced-update): Run proced-post-display-hook.
2736 (proced-do-mark-all): Count processes for which mark has been updated.
2737 (proced-format): Check for ppid attribute.
2738 (proced-process-attributes): Take time and ctime attribute from
2739 system-process-attributes.
2740 (proced-send-signal): Doc fix. Collect properly the info on
2741 marked processes. Use fit-window-to-buffer instead of
2742 dired-pop-to-buffer.
2743
2744 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2745
2746 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2747 point-min==1.
2748
2749 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2750
2751 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2752 (mode-line-client): Fix typo in help message and docstring.
2753
2754 2009-01-02 Jason Rumney <jasonr@gnu.org>
2755
2756 * term/w32-win.el (image-library-alist): Add gobject library.
2757
2758 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2759
2760 * frame.el (window-system-default-frame-alist)
2761 (initial-frame-alist, minibuffer-frame-alist)
2762 (pop-up-frame-alist, pop-up-frame-function)
2763 (special-display-frame-alist): Rewrite and reformat doc-strings.
2764
2765 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2766
2767 * simple.el (minibuffer-default-add-shell-commands):
2768 Fix doc-string typo.
2769
2770 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2771
2772 * language/cham.el: Fix setting of composition-function-table.
2773
2774 * language/khmer.el: Fix setting of composition-function-table.
2775
2776 * language/tibet-util.el (tibetan-composition-function):
2777 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2778
2779 * simple.el (minibuffer-default): Add defvar.
2780
2781 * hippie-exp.el: Require comint.
2782
2783 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2784
2785 * simple.el (last-buffer): Don't set major mode of *scratch* if
2786 that buffer exists already. Rewrite doc-string.
2787
2788 2008-12-31 Andreas Schwab <schwab@suse.de>
2789
2790 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2791 write-region-annotate-functions.
2792 (tar-mode-write-contents): New function.
2793 (tar-write-region-annotate): Remove.
2794
2795 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2796
2797 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2798 (buffer-swapped-with): Var removed.
2799
2800 2008-12-30 Kenichi Handa <handa@m17n.org>
2801
2802 * language/japanese.el (compose-gstring-for-variation-glyph):
2803 New function. Register it in composition-function-table.
2804
2805 * composite.el (lglyph-set-code): New function.
2806
2807 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2808
2809 * tar-mode.el (tar-data-swapped): New var.
2810 (tar-data-swapped-p, tar-swap-data):
2811 Use it instead of buffer-swapped-with.
2812 (tar-write-region-annotate): Re-add (partial undo of last change).
2813 (tar-mode): Use it again (partial undo as well).
2814
2815 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2816
2817 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2818
2819 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2820
2821 * follow.el (follow-select-if-visible): Improve the check for the
2822 last line of the window.
2823 (follow-post-command-hook): Perform redisplay in more
2824 circumstances, to avoid getting point stuck on partially visible lines.
2825
2826 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2827
2828 * follow.el (follow-calc-win-end): Use with-selected-window.
2829 (follow-windows-start-end, follow-pos-visible)
2830 (follow-windows-aligned-p): Code cleanup.
2831 (follow-select-if-visible): Try to avoid partially-visible lines.
2832 (follow-select-if-visible-from-first): Call follow-redisplay and
2833 move point to destination.
2834 (follow-redisplay): New arg, to keep selected window unchanged.
2835 (follow-post-command-hook): In final check for destination
2836 visibility, use window-start and window-end instead of the less
2837 accurate follow-pos-visible. If the selected window is redrawn,
2838 tell follow-redisplay to preserve it.
2839 (follow-calculate-first-window-start-from-below): Avoid looping
2840 forever if vertical-motion returns an unexpected value.
2841
2842 2008-12-30 Andreas Schwab <schwab@suse.de>
2843
2844 * server.el (server-running-p): Remove interactive spec.
2845 Fix regexp.
2846
2847 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2848
2849 * follow.el (follow-calc-win-start): Don't use `inline'.
2850 (follow-update-window-start, follow-select-if-visible)
2851 (follow-calculate-first-window-start-from-below)
2852 (follow-post-command-hook): Code cleanup.
2853 (follow-downward, follow-calculate-first-window-start):
2854 Delete function and merge into follow-redisplay.
2855 (follow-redisplay): Merge code from follow-downward and
2856 follow-calculate-first-window-start.
2857
2858 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * proced.el (proced-tree-flag): Fix typo in docstring.
2861
2862 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2863
2864 * proced.el (proced-temp-alist): Rename from variable
2865 proced-children-alist.
2866 (proced-process-tree, proced-toggle-tree): Fix docstring.
2867 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2868 (proced-temp-internal): Use proced-temp-alist.
2869
2870 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2871
2872 * subr.el (mkdir): New defalias.
2873
2874 2008-12-29 Juri Linkov <juri@jurta.org>
2875
2876 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2877 command `proced-next-line' removed on 2008-09-06.
2878
2879 2008-12-28 Juri Linkov <juri@jurta.org>
2880
2881 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2882 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2883
2884 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2885 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2886 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2887 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2888 set 4 obsolete variables for backward-compatibility with Emacs 22.
2889
2890 2008-12-28 Juri Linkov <juri@jurta.org>
2891
2892 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2893
2894 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2895
2896 * misc.el (butterfly): New command.
2897
2898 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2899
2900 * proced.el (proced-grammar-alist): Allow predicate nil.
2901 New attribute tree.
2902 (proced-format-alist): Use attribute tree.
2903 (proced-tree-flag, proced-tree-indent): New variables.
2904 (proced-children-alist): Rename from proced-process-tree.
2905 PPID must refer to a process in process-alist.
2906 Ignore PPIDs that equal PID (Bug#1718).
2907 Children alist inherits sorting order from process-alist.
2908 (proced-process-tree): New variable. New function.
2909 (proced-process-tree-internal, proced-toggle-tree)
2910 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2911 (proced-mark-process-alist): Add docstring.
2912 (proced-filter-parents): PPID must refer to a process in
2913 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2914 (proced-sort): Throw error if attribute is not sortable.
2915 (proced-sort-interactive): Restrict completion to sortable attributes.
2916 (proced-format): Include tree in standard attributes if
2917 proced-tree-flag is non-nil. Make header clickable only if
2918 corresponding predicate is non-nil.
2919 (proced-update): Use proced-tree.
2920
2921 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2922
2923 * diff.el (diff): Doc fix.
2924
2925 * emacs-lisp/rx.el (rx): Doc fix.
2926
2927 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2928 before uniquifying backup trash file name.
2929
2930 2008-12-27 Andreas Schwab <schwab@suse.de>
2931
2932 * vc-git.el (vc-git-dir-printer): Fix filename column.
2933
2934 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2935
2936 * term.el (term-emulate-terminal): Decode substring just prior to
2937 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2938
2939 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2940
2941 * makefile.w32-in (MH_E_DIR): New variable.
2942 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2943 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2944 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2945 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2946 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2947 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2948 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2949 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2950 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2951 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2952 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2953
2954 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2955 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2956 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2957 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2958 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2959 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2960 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2961 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2962 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2963 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2964 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2965
2966 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2967
2968 * files.el (dosified-file-name): Declare.
2969
2970 2008-12-26 Andreas Schwab <schwab@suse.de>
2971
2972 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2973
2974 * tar-mode.el (tar-swap-data): New function.
2975 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2976 (tar-mode-revert): Likewise.
2977 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2978 (tar-data-swapped-p): Test buffer-swapped-with.
2979 (tar-write-region-annotate): Remove.
2980 (tar-header-block-tokenize): Add argument `coding' and use it
2981 instead of tar-file-name-coding-system.
2982 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2983
2984 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2985
2986 * dos-fns.el (dosified-file-name): New function.
2987
2988 * files.el (dir-locals-find-file): Run dir-locals-file through
2989 dosified-file-name. Compare files case-insensitively on systems
2990 whose filesystems are case-insensitive.
2991
2992 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2993
2994 * help.el (help-for-help-internal): Fix entry for "l".
2995
2996 2008-12-25 Richard M Stallman <rms@gnu.org>
2997
2998 * shadowfile.el (shadow-copy-file): Revert previous change.
2999 This code as it was should work properly with buffer-swapped-with.
3000
3001 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
3002
3003 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
3004
3005 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
3006
3007 * subr.el (chmod): New defalias for set-file-modes.
3008
3009 2008-12-23 Juri Linkov <juri@jurta.org>
3010
3011 * isearch.el (isearch-filter-predicate, isearch-search):
3012 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3013 (isearch-filter-visible): Rename from
3014 `isearch-filter-invisible'. Doc fix.
3015
3016 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
3017 value from `dired-isearch-filter-predicate-orig' instead of the
3018 symbol `isearch-filter-invisible'. Doc fix.
3019 (dired-isearch-filter-filenames): Doc fix.
3020 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
3021
3022 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
3023 for Info-point-loc since it is more correct in all cases.
3024 (Info-isearch-filter): Rename from
3025 `Info-isearch-filter-predicate'. Doc fix.
3026 (Info-mode): Replace `Info-isearch-filter-predicate' with
3027 `Info-isearch-filter'.
3028
3029 2008-12-23 Daiki Ueno <ueno@unixuser.org>
3030
3031 * pgg.el: Add obsolescence info.
3032
3033 2008-12-22 Richard M Stallman <rms@gnu.org>
3034
3035 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
3036
3037 * files.el (buffer-swapped-with): New variable.
3038 (basic-save-buffer-0): Most of basic-save-buffer moved here.
3039 (basic-save-buffer): Unswap the buffer temporarily if nec.
3040
3041 * dired.el (dired-readin): Inhibit modification hooks.
3042
3043 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
3044
3045 * net/newst-backend.el (newst-backend):
3046 Remove wrong duplicate provide statement.
3047
3048 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
3049
3050 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
3051 end, before updating.
3052 (tramp-convert-file-attributes): Add "l" indicator to file modes.
3053 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
3054
3055 2008-12-21 Martin Rudalics <rudalics@gmx.at>
3056
3057 * window.el (set-window-text-height): Fix doc-string.
3058
3059 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3060
3061 * minibuffer.el (completion-all-completions-with-base-size): Remove.
3062 (completion-all-completions): Don't set it.
3063 (completion-table-with-context, completion--file-name-table):
3064 Don't add base-size in last cdr.
3065 (completion-hilit-commonality): Add argument `base-size'.
3066 (display-completion-list, completion-emacs21-all-completions)
3067 (completion-emacs22-all-completions, completion-basic-all-completions):
3068 Provide it.
3069 (completion-pcm--all-completions): Don't need to remove the base-size
3070 in last-cdr any more.
3071
3072 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
3073
3074 * textmodes/ispell.el (ispell-check-minver): New function.
3075 (ispell-check-version): Rewrite spellchecker and version checking.
3076 Use (ispell-check-minver). Handle hunspell versions.
3077
3078 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
3079
3080 * ido.el (ido-read-internal): Handle `confirm' and
3081 `confirm-after-completion' values for the require-match argument.
3082
3083 2008-12-20 Jason Rumney <jasonr@gnu.org>
3084
3085 * international/mule.el (auto-coding-regexp-alist):
3086 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
3087
3088 2008-12-20 Ami Fischman <ami@fischman.org>
3089
3090 * bindings.el (mode-line-eol-desc): Use assoc to query
3091 mode-line-eol-desc-cache.
3092
3093 2008-12-20 Glenn Morris <rgm@gnu.org>
3094
3095 * comint.el (comint-save-input-ring-index): Add missing initial value.
3096
3097 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
3098
3099 * proced.el (proced-grammar-alist): Doc fix.
3100 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
3101 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
3102 (proced-undo): Fix typos in docstrings.
3103
3104 2008-12-19 Glenn Morris <rgm@gnu.org>
3105
3106 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
3107 (authors-fixed-case): New constant.
3108 (authors-public-domain-files, authors-ignored-files):
3109 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
3110 (authors-renamed-files-regexps): Add some new entries.
3111 (authors-canonical-file-name): Don't complain about ignored files.
3112 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
3113 (authors): Ensure error buffer is writable.
3114
3115 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
3116
3117 (ispell-really-hunspell): New variable to signal hunspell.
3118 (ispell-check-version):
3119 Check if hunspell and set ispell-really-hunspell if needed.
3120 (ispell-send-string, ispell-start-process, flyspell-large-region):
3121 Pass right options for hunspell if needed.
3122
3123 2008-12-18 Kenichi Handa <handa@m17n.org>
3124
3125 * international/fontset.el (script-representative-chars)
3126 (setup-default-fontset): Add more scripts.
3127
3128 * international/characters.el: Add more scripts.
3129
3130 2008-12-19 Juri Linkov <juri@jurta.org>
3131
3132 * info.el (Info-isearch-search): Implement lax version of
3133 incremental word search in Info.
3134 (Info-isearch-start): Set Info-isearch-initial-node to the
3135 current node when search is nonincremental to not stop at the
3136 initial node in this case.
3137 (Info-mode-map): Unbind "\M-s" from `Info-search'.
3138
3139 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
3140
3141 * textmodes/rst.el (rst-promote-region): Reflow docstring.
3142 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
3143 (rst-repeat-last-character): Fix typos in docstrings.
3144 (rst-mode, rst-backward-section): Doc fixes.
3145
3146 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
3147
3148 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
3149 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
3150 (newsticker--treeview-load): Check whether groups file exists.
3151
3152 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
3153 (newsticker-dir): Use `locate-user-emacs-file'.
3154
3155 2008-12-18 Martin Rudalics <rudalics@gmx.at>
3156
3157 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
3158 end-of-visual-line to CUA's recognized commands. (Bug#1549)
3159
3160 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
3161
3162 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
3163
3164 * startup.el (command-line): Do not mention the server name in
3165 case the user has not mentioned it, print a more explicit message.
3166
3167 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
3168 Change all callers.
3169
3170 2008-12-18 Sam Steingold <sds@gnu.org>
3171
3172 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
3173
3174 2008-12-18 Juri Linkov <juri@jurta.org>
3175
3176 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
3177 `isearch-edit-string-set-word'.
3178 (isearch-edit-string-set-word): Remove.
3179 (isearch-occur): Imitate the C function `wordify' by replacing
3180 non-word character with the \\W+ regexp.
3181 (isearch-search-fun): Add `isearch-nonincremental' to the
3182 condition of using a non-lax version of `word-search-forward'.
3183
3184 2008-12-17 Daiki Ueno <ueno@unixuser.org>
3185
3186 * epa-file.el (epa-file-insert-file-contents):
3187 Set buffer-file-name before decrypting a file.
3188
3189 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
3190
3191 * server.el (server-start): If unable to start the server,
3192 display a warning instead of raising an error.
3193
3194 * startup.el (server-process): Add defvar.
3195 (command-line): If the daemon is unable to start the server,
3196 display a message and exit Emacs.
3197
3198 2008-12-15 Sam Steingold <sds@gnu.org>
3199
3200 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
3201 mostly for CLISP modules, but could also be useful elsewhere.
3202
3203 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
3204
3205 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
3206 * icomplete.el (icomplete-prospects-height):
3207 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
3208
3209 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
3210
3211 * international/mule.el (find-auto-coding): Fix typo in docstring.
3212
3213 * international/mule-cmds.el (select-safe-coding-system):
3214 * mail/rmail.el (rmail-require-mime-maybe):
3215 Fix arguments of `display-warning'.
3216
3217 * simple.el (bad-package-check): Fix arguments of `display-warning',
3218 using the package name as TYPE. Use `string-match-p'.
3219
3220 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3221
3222 * proced.el (proced-sort-interactive, proced-sort-pcpu)
3223 (proced-sort-pmem, proced-sort-start, proced-sort-time)
3224 (proced-sort-user, proced-sort-header): Prefix arg determines
3225 sorting order. Suggested by Dan Nicolaescu.
3226 (proced-revert): Doc fix.
3227
3228 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3229
3230 * proced.el (proced-grammar-alist): Allow refiner elements that
3231 are cons pairs (function . help-echo) or nil.
3232 (proced-refine): Use them.
3233 (proced-format-alist): Allow alternatives.
3234 (proced-descend): New variable.
3235 (proced-sort): New arg descend.
3236 (proced-sort-interactive): Repeated calls toggle sort order.
3237 (proced-format): Accomodate changes of proced-format-alist.
3238 Undefined attributes are displayed as "?".
3239 (proced-process-attributes): New optional arg pid-list.
3240 Ignore processes with empty attribute list.
3241
3242 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3243
3244 * proced.el (proced-auto-update-interval): Rename from
3245 proced-timer-interval.
3246 (proced-auto-update-flag): Rename from proced-timer-flag.
3247 (proced-auto-update-timer): Rename from proced-timer.
3248 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
3249 (proced-available): Initialize appropriately.
3250
3251 2008-12-13 Glenn Morris <rgm@gnu.org>
3252
3253 * subr.el (declare-function): Doc fix.
3254
3255 * font-core.el (font-lock-defaults): Doc fix: mention levels;
3256 refer to elisp manual.
3257
3258 2008-12-12 Martin Rudalics <rudalics@gmx.at>
3259
3260 * window.el (fit-window-to-buffer): Return non-nil when height
3261 was orderly adjusted, nil otherwise.
3262
3263 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
3264 Stefan Monnier <monnier@iro.umontreal.ca>
3265
3266 * server.el (server-sentinel): Uncomment code to delete connection file.
3267 (server-start): Save the connection file in the server property list.
3268 Delete it only when we are reasonably convinced that it is not owned by
3269 a running server.
3270 (server-force-delete): New command to force-delete the connection file,
3271 and stop the server if it is running.
3272 (server-running-p): Return t also for local TCP servers when we find a
3273 process with a matching PID, and :other for undecided cases.
3274
3275 2008-12-11 Martin Rudalics <rudalics@gmx.at>
3276
3277 * window.el (fit-window-to-buffer): Use with-selected-window and
3278 condition-case. Do not delete more windows than necessary in
3279 the shrinking (delta < 0) case. Do not raise an error when the
3280 containing frame is too small to show all of buffer. (Bug#1488)
3281
3282 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
3283 min-height arg 1 to make sure that small buffers are shown.
3284
3285 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
3286
3287 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
3288 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
3289 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
3290 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
3291 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
3292 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
3293 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
3294 (ruby-backward-sexp, ruby-add-log-current-method)
3295 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
3296 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
3297 (ruby-deep-indent-paren): Doc fix.
3298 (ruby-insert-encoding-magic-comment): Remove * from docstring.
3299 (ruby-here-doc-find-end): Reflow docstring.
3300
3301 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
3302
3303 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
3304 dired-shrink-to-fit is non-nil. (Bug#1488)
3305
3306 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
3307
3308 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
3309 decoding of long locale info is now done in `w32-get-locale-info'.
3310
3311 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
3312
3313 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
3314
3315 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
3316
3317 * Makefile.in (ELCFILES): Add ruby-mode.elc.
3318
3319 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
3320 terminal variable assignment.
3321
3322 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
3323 Nobuyoshi Nakada <nobu@ruby-lang.org>
3324
3325 * progmodes/ruby-mode.el: New file.
3326
3327 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
3328
3329 * net/tramp.el (top): Don't fail if there is no current message.
3330 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
3331
3332 2008-12-10 Kenichi Handa <handa@m17n.org>
3333
3334 * international/fontset.el (setup-default-fontset): Add an entry
3335 for characters in the Unicode SIP area.
3336
3337 2008-12-10 Glenn Morris <rgm@gnu.org>
3338
3339 * vc-mcvs.el: Move to obsolete/, with warning comment.
3340 * Makefile.in (ELCFILES): Update.
3341
3342 2008-12-10 Daiki Ueno <ueno@unixuser.org>
3343
3344 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
3345 buffer unmodified. (Bug#1509)
3346 * epa-file.el (epa-file-insert-file-contents): Set buffer's
3347 modification time if visiting a file and the content is
3348 successfully decrypted.
3349
3350 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
3351
3352 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
3353 check whether the buffer is still alive.
3354
3355 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
3356
3357 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
3358
3359 2008-12-09 Glenn Morris <rgm@gnu.org>
3360
3361 * Makefile.in (ELCFILES): Update.
3362
3363 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3364
3365 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3366 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3367
3368 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
3369
3370 * term/xterm.el (terminal-init-xterm): Discard pending input
3371 before reading a reply to the terminal attributes query.
3372
3373 2008-12-05 Andreas Schwab <schwab@suse.de>
3374
3375 * dired.el (dired-font-lock-keywords): Fix last change.
3376
3377 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3378
3379 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3380 into (defcustom ... "..." :type ... :group...).
3381
3382 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
3383
3384 * international/mule-diag.el (mule-diag): Display the window
3385 system version in a less laconic way.
3386
3387 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3388
3389 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3390 if the sorting functions are not loaded. (Bug#1432)
3391
3392 2008-12-04 Sam Steingold <sds@gnu.org>
3393
3394 * progmodes/compile.el (compilation-read-command): Extract from
3395 compile.
3396 (compile): Use it.
3397 (recompile): Accept an optional argument to enable editing the
3398 command line.
3399
3400 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
3401
3402 * net/tramp.el (top): Write a message, when loading Tramp.
3403
3404 * net/tramp-cache.el (tramp-dump-connection-properties):
3405 Polish the check, whether to dump the data.
3406
3407 2008-12-04 Lute Kamstra <lute@gnu.org>
3408
3409 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3410 check if the file "CVS/Entries" exists.
3411
3412 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3413
3414 * international/mule-diag.el (list-character-sets): Doc fix.
3415 (list-character-sets-2): Fix info in header. Simplify.
3416 (print-coding-system): Simplify.
3417 (list-input-methods-1): Simplify.
3418 (mule-diag): Display current font/fontset for all window systems,
3419 not just X. Simplify.
3420
3421 2008-12-04 Glenn Morris <rgm@gnu.org>
3422
3423 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
3424 (vc-cvs-register): Doc fix.
3425 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
3426 (vc-mcvs-register): Doc fix.
3427 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
3428 (vc-rcs-register): Doc fix.
3429 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
3430 (vc-sccs-register): Doc fix.
3431 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
3432 (vc-svn-register): Doc fix.
3433
3434 * files.el (toggle-read-only): Doc fix.
3435
3436 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3437
3438 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3439 be used in compact layout and vice-versa.
3440
3441 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
3442
3443 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3444 like most list-* commands.
3445
3446 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3447 They already exist in descr-text.el as `describe-char-unicodedata-file'
3448 and `describe-char-unicode-data'.
3449 (print-list): Simplify.
3450 (read-charset): Reflow docstring.
3451 (list-coding-systems): Doc fix.
3452
3453 2008-12-03 Glenn Morris <rgm@gnu.org>
3454
3455 * vc.el (vc-diff-switches): Doc fix.
3456 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
3457 (vc-bzr-log-switches): Doc fix.
3458 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
3459 * vc-git.el (vc-git-diff-switches): Doc fix.
3460 * vc-hg.el (vc-hg-diff-switches): Doc fix.
3461 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3462 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3463 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
3464 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
3465
3466 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3467 other backends.
3468 (vc-arch-diff): Apply switches.
3469
3470 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3471 than appending.
3472
3473 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3474
3475 2008-12-03 Daiki Ueno <ueno@unixuser.org>
3476
3477 * epa.el (epa--show-key): Use past tense of "expire" if the key
3478 has already been expired. Thanks to Peter BARABAS.
3479
3480 2008-12-03 Lute Kamstra <lute@gnu.org>
3481
3482 * align.el:
3483 * allout.el:
3484 * apropos.el:
3485 * arc-mode.el:
3486 * autoinsert.el:
3487 * avoid.el:
3488 * battery.el:
3489 * bookmark.el:
3490 * buff-menu.el:
3491 * calculator.el:
3492 * chistory.el:
3493 * cmuscheme.el:
3494 * comint.el:
3495 * compare-w.el:
3496 * dabbrev.el:
3497 * delim-col.el:
3498 * desktop.el:
3499 * diff-mode.el:
3500 * diff.el:
3501 * dired-aux.el:
3502 * dired-x.el:
3503 * dired.el:
3504 * dos-vars.el:
3505 * ediff-diff.el:
3506 * ediff-help.el:
3507 * ediff-init.el:
3508 * ediff-merg.el:
3509 * ediff-mult.el:
3510 * ediff-ptch.el:
3511 * ediff-vers.el:
3512 * ediff-wind.el:
3513 * ediff.el:
3514 * emerge.el:
3515 * facemenu.el:
3516 * faces.el:
3517 * ffap.el:
3518 * filecache.el:
3519 * find-dired.el:
3520 * font-core.el:
3521 * font-lock.el:
3522 * forms.el:
3523 * fringe.el:
3524 * help-at-pt.el:
3525 * hippie-exp.el:
3526 * ido.el:
3527 * image-file.el:
3528 * imenu.el:
3529 * indent.el:
3530 * info.el:
3531 * isearchb.el:
3532 * iswitchb.el:
3533 * jit-lock.el:
3534 * jka-compr.el:
3535 * log-edit.el:
3536 * lpr.el:
3537 * ls-lisp.el:
3538 * man.el:
3539 * menu-bar.el:
3540 * midnight.el:
3541 * mouse-sel.el:
3542 * mouse.el:
3543 * msb.el:
3544 * outline.el:
3545 * paren.el:
3546 * pcmpl-cvs.el:
3547 * pcmpl-gnu.el:
3548 * pcomplete.el:
3549 * pcvs-info.el:
3550 * pcvs-parse.el:
3551 * printing.el:
3552 * ps-mule.el:
3553 * ps-print.el:
3554 * replace.el:
3555 * ruler-mode.el:
3556 * saveplace.el:
3557 * sb-image.el:
3558 * scroll-bar.el:
3559 * sha1.el:
3560 * shadowfile.el:
3561 * shell.el:
3562 * sort.el:
3563 * speedbar.el:
3564 * strokes.el:
3565 * tempo.el:
3566 * term.el:
3567 * terminal.el:
3568 * time-stamp.el:
3569 * time.el:
3570 * tree-widget.el:
3571 * type-break.el:
3572 * vc-cvs.el:
3573 * vc-hg.el:
3574 * vc-mcvs.el:
3575 * vc-rcs.el:
3576 * vc-sccs.el:
3577 * vc.el:
3578 * view.el:
3579 * w32-vars.el:
3580 * whitespace.el:
3581 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3582 deffaces, defconsts and defuns.
3583
3584 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3585
3586 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3587 the prompt was added to the minibuffer.
3588
3589 2008-12-02 Glenn Morris <rgm@gnu.org>
3590
3591 * format.el (format-write-file): Rewrite doc yet again.
3592
3593 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3594 Doc fix. (Bug#1368)
3595
3596 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3597
3598 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3599
3600 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3601 case where point is at the beginning of the buffer. (Bug#1239)
3602
3603 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3604
3605 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3606 already have the correct indentation. (Bug#859)
3607
3608 2008-12-02 Kenichi Handa <handa@m17n.org>
3609
3610 * international/uni-decomposition.el: Re-generated.
3611
3612 2008-12-01 Andreas Schwab <schwab@suse.de>
3613
3614 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3615 ending in a colon as directory header.
3616
3617 2008-12-01 Kenichi Handa <handa@m17n.org>
3618
3619 * international/uni-numeric.el: Re-generated.
3620
3621 * international/charprop.el: Re-generated.
3622
3623 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3624
3625 * international/mule-cmds.el (locale-preferred-coding-systems):
3626 Fix alist item.
3627
3628 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3629
3630 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3631 (tramp-set-connection-property, tramp-flush-connection-property)
3632 (tramp-dump-connection-properties): Use it.
3633
3634 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3635
3636 * wdired.el (wdired-finish-edit): If displaying a single file,
3637 change dired-directory if that file was renamed.
3638
3639 * emacs-lisp/byte-run.el (macro-declaration-function):
3640 Disallow declare specs with lengths of 3 or more.
3641
3642 * dirtrack.el (dirtrack): Fix error message.
3643
3644 2008-11-30 Glenn Morris <rgm@gnu.org>
3645
3646 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3647 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3648
3649 * vc-git.el (vc-git-diff):
3650 * vc-hg.el (vc-hg-diff):
3651 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3652
3653 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3654 (eshell-needs-pipe-p): New function.
3655 (eshell-gather-process-output): Set process-connection-type according to
3656 eshell-needs-pipe-p. (Bug#1388)
3657
3658 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3659
3660 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3661 (diary-remind-message, diary-number-of-entries)
3662 (diary-include-other-diary-files, diary-mark-included-diary-files)
3663 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3664 (diary-font-lock-keywords-1): Reflow docstrings.
3665 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3666 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3667
3668 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3669 (timer-duration): Use `string-match-p'.
3670
3671 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3672
3673 * complete.el (PC-do-complete-and-exit):
3674 Use minibuffer-confirm-exit-commands.
3675
3676 * minibuffer.el (minibuffer-confirm-exit-commands):
3677 Add PC-complete and PC-complete-word to the list.
3678
3679 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3680
3681 * files.el (break-hardlink-on-save): Fix typo in docstring.
3682 Add :version tag.
3683
3684 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3685 (reb-mode): Define with `define-derived-mode'.
3686
3687 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3688
3689 * files.el (break-hardlink-on-save): New variable.
3690 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3691 (file-precious-flag): Mention it in doc string.
3692
3693 2008-11-29 Miles Bader <miles@gnu.org>
3694
3695 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3696 (minibuffer-complete-and-exit): Use it.
3697
3698 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3699
3700 * term/x-win.el (x-gtk-stock-cache): New hash table.
3701 (x-gtk-map-stock): Perform caching to prevent excess consing
3702 during redisplay.
3703
3704 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3705
3706 * minibuffer.el (completion--try-word-completion): Don't ignore
3707 partial-completion if it's the only style.
3708
3709 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3710
3711 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3712 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3713 (reb-initialize-buffer): Update matches, in case we're reentering
3714 RE Builder mode.
3715
3716 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3717
3718 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3719 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3720 values for minibuffer-completion-confirm.
3721
3722 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3723
3724 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3725 any but the first "*" in a doc-string.
3726
3727 2008-11-28 Glenn Morris <rgm@gnu.org>
3728
3729 * format.el (format-write-file): Improve previous doc fix.
3730
3731 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3732
3733 * simple.el (use-empty-active-region, use-region-p)
3734 (region-active-p): Doc fix.
3735
3736 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3737
3738 * window.el (display-buffer): Fix handling of not-this-window
3739 argument. (Bug#1415)
3740
3741 2008-11-27 Kenichi Handa <handa@m17n.org>
3742
3743 * international/characters.el: Set category 'C' to characters
3744 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3745
3746 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3747
3748 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3749
3750 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3751 (tool-bar-find-image): Function deleted.
3752 (tool-bar-local-item, tool-bar-local-item-from-menu):
3753 Use find-image instead of tool-bar-find-image.
3754 (tool-bar-keymap-cache): New hash table.
3755 (tool-bar-make-keymap): Use it.
3756 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3757
3758 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3759
3760 * net/dbus.el (dbus-handle-event): The result of a message call
3761 handler can also be an object, which is not a consp.
3762
3763 2008-11-25 Alan Mackenzie <acm@muc.de>
3764
3765 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3766 (forward-list, backward-list, down-list, backward-up-list)
3767 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3768 (insert-pair, insert-parentheses): State that the command assumes
3769 that point is not in a string or comment.
3770
3771 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3772
3773 * net/dbus.el (dbus-string-to-byte-array)
3774 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3775 (dbus-unescape-from-identifier): New defuns.
3776 (dbus-handle-event): The result of a message call is a list of
3777 arguments, which must be expanded when passing to
3778 `dbus-method-return-internal'.
3779
3780 * net/tramp.el (tramp-handle-write-region): Improve the check for
3781 calling direct copy.
3782 (tramp-find-inline-encoding): Don't raise an error but a warning,
3783 when no inline encoding is found.
3784 (tramp-get-remote-coding): Check for a symbol. The negative check
3785 for a string fails, when there is an empty string.
3786
3787 2008-11-26 Glenn Morris <rgm@gnu.org>
3788
3789 * vc-git.el (vc-git-diff-switches): New option.
3790 (vc-git-diff): Apply diff switches. (Bug#1386)
3791 Give it a basic doc string.
3792
3793 * term/pc-win.el (x-font-family-list): Replace redefinition with
3794 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3795
3796 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3797
3798 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3799 of the polynomial rather than the whole polynomial.
3800
3801 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3802
3803 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3804 mailrc, recognize string quoting. When reading from Lisp, accept
3805 rfc822-like addresses.
3806
3807 * mail/mailalias.el (define-mail-alias): Sync code with
3808 define-mail-abbrev.
3809
3810 2008-11-25 Glenn Morris <rgm@gnu.org>
3811
3812 * eshell/esh-proc.el (eshell-gather-process-output):
3813 Revert previous change. (re-opens Bug#1388)
3814
3815 * select.el (x-set-cut-buffer): Fix signal arguments.
3816
3817 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3818
3819 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3820
3821 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3822 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3823 (bubbles--empty-char): Use "\s".
3824
3825 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3826
3827 * calc/calc.el (calc-settings-file, calc-language-alist)
3828 (calc-embedded-announce-formula)
3829 (calc-embedded-announce-formula-alist)
3830 (calc-embedded-open-formula, calc-embedded-close-formula)
3831 (calc-embedded-open-close-formula-alist)
3832 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3833 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3834 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3835 (calc-embedded-open-close-new-formula-alist)
3836 (calc-embedded-open-mode, calc-embedded-close-mode)
3837 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3838 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3839 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3840 from docstrings.
3841
3842 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3843
3844 * calculator.el (calculator-op-or-exp): Reflow docstring.
3845 (calculator-remove-zeros, calculator-repR, calculator-repL):
3846 Fix typos in docstrings.
3847
3848 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3849
3850 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3851 windows instead of calling switch-to-buffer.
3852
3853 * diff.el (diff-sentinel): Take note of diff error return value.
3854
3855 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3856
3857 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3858 frame can't be split.
3859
3860 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3861
3862 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3863 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3864 (newsticker--treeview-tree-update-tag): Remove dead code.
3865 (newsticker-treeview-update): Don't update cache.
3866 (newsticker-treeview-quit): Don't save cache.
3867 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3868 (newsticker-treeview-save): Use `newsticker-dir'.
3869 (newsticker--treeview-load): Use `newsticker-dir'.
3870 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3871 Update tags.
3872 (newsticker-treeview-tree-do-click): Slightly simplified.
3873
3874 * net/newst-backend.el (newsticker-dir): New.
3875 (newsticker-start): Use `newsticker--cache-read'.
3876 (newsticker-stop): Use `newsticker--cache-save'.
3877 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3878 (newsticker--images-dir): New.
3879 (newsticker--image-get, newsticker--image-sentinel):
3880 Use `newsticker--images-dir'.
3881 (newsticker--cache-save-version1): Backup version of
3882 `newsticker--cache-save'.
3883 (newsticker--cache-update): Create newsticker-dir if necessary.
3884 (newsticker--cache-dir): New.
3885 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3886 (newsticker--cache-save-feed): New.
3887 (newsticker--cache-read-version1): New. Backuped version for reading
3888 cache data..
3889 (newsticker--cache-read, newsticker--cache-do-read): New.
3890
3891 * net/newst-reader.el (newsticker--image-read):
3892 Use `newsticker--images-dir'.
3893
3894 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3895
3896 * files.el (confirm-nonexistent-file-or-buffer):
3897 Allow `after-completion' value to request confirm only after TAB.
3898 (confirm-nonexistent-file-or-buffer): New function.
3899 (read-buffer-to-switch, find-file, find-file-other-window)
3900 (find-file-other-frame, find-file-read-only)
3901 (find-file-read-only-other-window)
3902 (find-file-read-only-other-frame): Use it.
3903 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3904 Thanks to Alan Mackenzie for suggesting the new behavior.
3905
3906 * minibuffer.el (minibuffer-complete-and-exit):
3907 Change `confirm-only' value of minibuffer-completion-confirm to
3908 `confirm', and handle a `confirm-after-completion' value.
3909
3910 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3911
3912 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3913
3914 2008-11-24 Andreas Schwab <schwab@suse.de>
3915
3916 * image.el (image-type-header-regexps): Recognize more xbm format
3917 variants.
3918
3919 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3920
3921 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3922 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3923 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3924 (artist-replace-string, artist-draw-rect, artist-draw-line)
3925 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3926 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3927 (artist-pen, artist-pen-line, artist-text-insert-common)
3928 (artist-text-overwrite, artist-spray-get-interval)
3929 (artist-spray-clear-circle, artist-erase-char)
3930 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3931 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3932 (artist-key-draw-1point, artist-key-draw-2points)
3933 (artist-mouse-draw-continously): Fix typos in docstrings.
3934 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3935 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3936 (artist-backward-char, artist-forward-char): Doc fixes.
3937 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3938 Reflow docstrings.
3939
3940 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3941
3942 * international/quail.el (quail-vunion): New function.
3943 (quail-defrule-internal): Use it to prevent accumulating redundant
3944 alternatives when `append' is set.
3945 (quail-insert-decode-map): Simplify computation of the max-key-width.
3946 Compute it right for multiple-list.
3947
3948 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3949
3950 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3951 explicitly. Doc fix.
3952
3953 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3954
3955 * calendar/appt.el (appt-disp-window): Move minibuffer check
3956 after binding this-window and do not set-buffer to make sure we
3957 won't deselect the minibuffer. (Bug#1413)
3958
3959 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3960
3961 * vc-hg.el (vc-hg-program): Remove.
3962 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3963 Undo previous change.
3964
3965 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3966
3967 * info-look.el (info-lookup): When Info buffer is visible on
3968 another frame, raise that frame.
3969
3970 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3971
3972 * allout.el (allout-mode): Fix typo in docstring.
3973
3974 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3975 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3976
3977 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * vc-hooks.el (vc-follow-link): Complete last change.
3980
3981 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * textmodes/remember.el (remember-region): Doc fix.
3984 (remember-filter-functions, remember-handler-functions)
3985 (remember-save-after-remembering, remember-mailbox)
3986 (remember-default-priority, remember-data-file, remember-leader-text)
3987 (remember-diary-file): Remove * from defcustom docstrings.
3988 (remember-run-all-annotation-functions-flag)
3989 (remember-all-handler-functions): Reflow docstrings.
3990 (remember-store-in-mailbox): Fix typo in docstring.
3991 (remember-mode): Define with `define-derived-mode'. Doc fix.
3992
3993 2008-11-23 Glenn Morris <rgm@gnu.org>
3994
3995 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3996 (eshell-do-pipelines): Add optional argument to distinguish recursive
3997 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3998 in a pipeline.
3999
4000 * eshell/esh-proc.el (eshell-gather-process-output):
4001 Set process-connection-type nil for all but the first element of a
4002 pipeline. (Bug#1388)
4003
4004 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4005
4006 * ediff-hook.el: Add tooltips to Emacs menus.
4007
4008 * ediff.el: Change date of last update.
4009
4010 2008-11-22 Juri Linkov <juri@jurta.org>
4011
4012 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
4013 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
4014 Doc fix.
4015 (dired-isearch-filenames-setup): Run filename Isearch only when
4016 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
4017 and the text property `dired-filename' at point is non-nil.
4018 In this case also set isearch-message-prefix-add to "filename ".
4019 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
4020 (dired-isearch-filenames, dired-isearch-filenames-regexp):
4021 Don't let-bind isearch-message-prefix-add since this is done now
4022 in dired-isearch-filenames-setup.
4023
4024 * isearch.el (isearch-mode): Change the order of calling
4025 `isearch-update' and running the `isearch-mode-hook' to call
4026 `isearch-update' with Isearch parameters set in this hook.
4027
4028 * progmodes/compile.el (compilation-auto-jump-to-first-error):
4029 Fix docstring - change "during `compile'" to "during compilation".
4030
4031 * descr-text.el (describe-char-unidata-list): Move `old-name' to
4032 be immediately after `name'.
4033
4034 * startup.el (initial-buffer-choice): Change an abstract file name
4035 "file.txt" to more reasonable default file name value "~/.emacs".
4036
4037 2008-11-22 Juri Linkov <juri@jurta.org>
4038
4039 * files.el (hack-local-variables-confirm): Rename arg `project' to
4040 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
4041 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
4042 (hack-local-variables): Rename call of `hack-project-variables' to
4043 `hack-dir-local-variables'. Change error text to "Directory-local
4044 variables error".
4045 (dir-locals-class-alist): Rename from `project-class-alist'.
4046 (dir-locals-directory-alist): Rename from `project-directory-alist'.
4047 (dir-locals-get-class-variables): Rename from `project-get-alist'.
4048 (dir-locals-collect-mode-variables): Rename from
4049 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
4050 `mode-variables', and arg `settings' to `variables'.
4051 (dir-locals-collect-variables): Rename from
4052 `project-collect-binding-list'. Rename arg `binding-list' to
4053 `class-variables', and arg `settings' to `variables'.
4054 (dir-locals-set-directory-class): Rename from `set-directory-project'.
4055 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
4056 Rename arg `settings' to `variables'.
4057 (dir-locals-file): New defconst.
4058 (dir-locals-find-file): Rename from `project-find-settings-file'.
4059 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
4060 and `pda' to `dir-elt'.
4061 (dir-locals-read-from-file): Rename from
4062 `project-define-from-project-file'. Rename arg `settings-file'
4063 to `file'. Rename let-bound `list' to `variables'.
4064 (hack-dir-local-variables): Rename from `hack-project-variables'.
4065 Rename let-bound `settings' to `variables-file', `root-dir'
4066 to `dir-name', and `bindings' to `variables'.
4067
4068 2008-11-22 Lute Kamstra <lute@gnu.org>
4069
4070 * simple.el (goto-line): Rename argument.
4071
4072 2008-11-22 Eli Zaretskii <eliz@gnu.org>
4073
4074 * makefile.w32-in (compile-first): New target.
4075 (recompile): Depend on compile-first.
4076
4077 * Makefile.in (recompile): Depend on compile-first.
4078
4079 2008-11-22 Martin Rudalics <rudalics@gmx.at>
4080
4081 * files.el (switch-to-buffer-other-window)
4082 (switch-to-buffer-other-frame): Rename buffer argument to
4083 buffer-or-name. Reword and mention new option
4084 confirm-nonexistent-file-or-buffer in doc-string.
4085
4086 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
4087
4088 * emulation/viper.el: Date change.
4089
4090 * emulation/viper-cmd.el (viper-envelop-ESC-key):
4091 viper-translate-all-ESC-keysequences is now a function.
4092
4093 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
4094 Make this variable.
4095
4096 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
4099 Use buffer-file-truename to handle symlinks in any part of the filename.
4100
4101 2008-11-22 Glenn Morris <rgm@gnu.org>
4102
4103 * vc-mtn.el (vc-mtn-diff-switches): New option.
4104 (vc-mtn-program): Rename from vc-mtn-command, for
4105 consistency with other backends. Keep old name as alias.
4106 Update callers. Make it a defcustom.
4107 (vc-mtn-diff): Give it a doc string. Apply diff switches.
4108
4109 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
4110 consistency with other backends. Keep old name as alias.
4111 Make it a defcustom.
4112 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
4113
4114 * vc-hg.el (vc-hg-program): New option.
4115 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
4116 Use vc-hg-program rather than hard-coded "hg".
4117
4118 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
4119 (vc-svn-program): Move defcustom to start.
4120 (vc-svn-create-repo, vc-svn-modify-change-comment):
4121 Use vc-svn-program rather than hard-coded "svn".
4122
4123 * menu-bar.el: Stylistic consistency fixes for various menu and
4124 help texts.
4125
4126 * kmacro.el (kmacro-insert-counter): Doc fix.
4127
4128 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
4129
4130 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
4131
4132 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4133
4134 * international/quail.el (quail-indent-to): New function.
4135 (quail-completion-1, quail-completion-list-translations)
4136 (quail-insert-decode-map): Use it to improve alignment.
4137 (quail-build-decode-map): Don't ignore latin-1 chars.
4138 (quail-help): Increase the max decode-map size so that even the TeX map
4139 gets printed.
4140
4141 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
4142 Signal error for invalid bookmark.
4143 (bookmark-get-bookmark-record): Undo last change.
4144 (bookmark-store, bookmark-delete): Use new arg `noerror'.
4145
4146 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
4147 Suggested by Toru TSUNEYOSHI.
4148
4149 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4150
4151 * byte-opt.el (byte-compile-butlast): Move up in file.
4152 (byte-optimize-plus): Don't call
4153 byte-optimize-delay-constants-math (bug#1334).
4154 Use byte-optimize-predicate to optimize constants.
4155 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
4156 Remove zero arguments first
4157 if possible. Call byte-optimize-predicate to optimize constants.
4158 (byte-optimize-multiply): Remove optimizations for arguments of 0
4159 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
4160 Call byte-optimize-predicate.
4161 (byte-optimize-divide): Leave runtime errors unchanged.
4162 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
4163 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
4164
4165 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
4166
4167 * bookmark.el (bookmark-jump-noselect): Add obsolescence
4168 declaration and remove redundant info from docstring.
4169
4170 * isearch.el (isearch-search-string): Doc fix.
4171 (search-exit-option, search-slow-window-lines, search-slow-speed)
4172 (search-upper-case, search-nonincremental-instead)
4173 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
4174 (search-ring-update, search-highlight, isearch-lazy-highlight)
4175 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
4176 (lazy-highlight-interval): Remove * from defcustom docstrings.
4177 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
4178 Remove * from defcustom docstrings; fix typos.
4179 (isearch-push-state-function, isearch-help-for-help-internal)
4180 (isearch-help-for-help, isearch-describe-bindings)
4181 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
4182 (isearch-pop-fun-state, isearch-search-fun-function)
4183 (isearch-lazy-highlight-search): Fix typos in docstrings.
4184 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
4185 (isearch-forward): Fix typo and reflow docstring.
4186 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
4187 (isearch-mode-map): Don't use `let*'.
4188
4189 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
4190
4191 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
4192
4193 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
4194
4195 * isearch.el (isearch-search-string): Simplify and convert docstring.
4196
4197 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
4198
4199 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4200
4201 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
4202 (lookup-nested-alist): Doc fix.
4203 (with-coding-priority): Reflow docstring.
4204 (detect-coding-with-priority): Fix typos in obsolescence declaration.
4205 (char-displayable-p): Reflow docstring. Use `when'.
4206
4207 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
4208
4209 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
4210 week forward/backward.
4211
4212 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4213
4214 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
4215 (with-electric-help): Fix typo and reflow docstring.
4216
4217 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
4220 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
4221 (list-buffers-noselect): Don't need to pad.
4222
4223 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
4224
4225 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
4226 Pay attention to char widths when computing string sizes.
4227
4228 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
4231 (byte-compile-output-docform): Reflow docstrings.
4232 (no-byte-compile): Fix typo in docstring.
4233 (byte-recompile-directory, compile-defun): Doc fixes.
4234 (emacs-lisp-file-regexp, byte-compile-verbose)
4235 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
4236 (byte-compile-dynamic-docstrings, byte-optimize-log)
4237 (byte-compile-error-on-warn, byte-compile-warnings)
4238 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
4239 Remove * from defcustom docstrings.
4240
4241 2008-11-20 Glenn Morris <rgm@gnu.org>
4242
4243 * format.el (format-alist, format-write-file): Doc fix.
4244
4245 * proced.el (proced-available): New variable.
4246 (proced-process-attributes): Move availability check from previous
4247 change from here...
4248 (proced): ... to here.
4249
4250 * vc-hg.el (vc-hg-diff-switches): New option.
4251 (vc-hg-diff): Apply diff switches. (Bug#1017)
4252
4253 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
4254
4255 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
4256
4257 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
4258
4259 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
4260
4261 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
4262
4263 * calc/calc-units.el (math-units-table): Doc fix.
4264 (math-standard-units): Fix typo in constant's description.
4265 (math-additional-units): Fix typo in docstring.
4266
4267 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
4268
4269 * calc/calc-units.el (math-standard-units): Add eps0,
4270 permittivity of vacuum.
4271
4272 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
4273
4274 * files.el (project-settings-file): Remove.
4275 (project-find-settings-file): Undo previous change that added the
4276 use of project-settings-file.
4277
4278 2008-11-19 Glenn Morris <rgm@gnu.org>
4279
4280 * proced.el (proced, proced-format-time): Doc fixes.
4281 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
4282
4283 2008-11-19 Karl Fogel <kfogel@red-bean.com>
4284
4285 * bookmark.el (bookmark-jump-noselect): Move the deprecation
4286 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
4287
4288 2008-11-19 Lute Kamstra <lute@gnu.org>
4289
4290 * autoinsert.el (auto-insert-alist): Don't use match data.
4291
4292 2008-11-19 Glenn Morris <rgm@gnu.org>
4293
4294 * progmodes/f90.el (f90-mode-map): Add some menu :help.
4295
4296 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
4297
4298 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
4299 * term/w32-win.el (x-select-font): Declare.
4300
4301 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
4302 Use the imperative for all help strings.
4303
4304 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
4305
4306 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
4307 case where the default dictionary is French, Spanish, younameit.
4308
4309 * window.el (window--frame-usable-p): Consider dedicated windows
4310 as usable.
4311
4312 * files.el (confirm-nonexistent-file-or-buffer):
4313 Rename from find-file-confirm-nonexistent-file.
4314 (read-buffer-to-switch): Use it.
4315
4316 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
4317
4318 * server.el (server-temp-file-p): Use `string-match-p'.
4319 (server-socket-dir): Set to nil if local sockets are unsupported.
4320 (server-start): Don't try to delete local socket if unsupported.
4321 (server-kill-new-buffers): Reflow docstring.
4322 (server-delete-client, server-handle-delete-frame)
4323 (server-save-buffers-kill-terminal): Doc fixes.
4324 (server-send-string): Fix typo in docstring.
4325
4326 2008-11-18 Sam Steingold <sds@gnu.org>
4327
4328 * progmodes/compile.el (compilation-start-hook): New hook.
4329 (compilation-start): Run it on the compilation process.
4330
4331 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
4332
4333 * international/mule-cmds.el (update-leim-list-file): Simplify.
4334 (prefer-coding-system, find-coding-systems-for-charsets):
4335 Fix docstring typos.
4336 (select-safe-coding-system, input-method-exit-on-first-char)
4337 (language-info-alist, language-info-custom-alist): Reflow docstrings.
4338 (toggle-input-method, read-multilingual-string): Doc fixes.
4339 Reflow docstrings.
4340 (locale-name-match, sort-coding-systems, find-multibyte-characters)
4341 (read-char-by-name): Use `string-match-p'.
4342 (get-char-code-property, put-char-code-property)
4343 (char-code-property-description): Be silent while loading uni-* files.
4344 (ucs-names): Use `dotimes-with-progress-reporter', because loading
4345 the Unicode character names is *slow*.
4346
4347 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
4348
4349 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
4350
4351 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
4352
4353 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
4354
4355 * international/mule-cmds.el (ucs-completions): Mark as risky.
4356
4357 2008-11-17 Martin Rudalics <rudalics@gmx.at>
4358
4359 * help-macro.el (three-step-help): Remove * from defcustom.
4360 (make-help-screen): Don't iconify selected frame. (Bug#1322)
4361 Use when instead of if and cond within condition-case.
4362
4363 * window.el (quit-window): Bind window to selected window when
4364 trying to delete it.
4365
4366 2008-11-17 Glenn Morris <rgm@gnu.org>
4367
4368 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4369 definition of 'ignore, rather than nil. (Bug#1353)
4370
4371 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4372
4373 * window.el (window--frame-usable-p): Allow use for soft-dedication.
4374
4375 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
4376
4377 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4378
4379 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4380 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4381 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4382 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4383 (shell-command, repeat-complex-command): Reflow docstrings.
4384 (pop-to-mark-command): Fix typos in docstring.
4385
4386 2008-11-17 Juri Linkov <juri@jurta.org>
4387
4388 * isearch.el (isearch-filter-predicate): Rename from
4389 `isearch-success-function'. Rename default value from
4390 `isearch-success-function-default' to
4391 `isearch-filter-invisible'. Doc fix.
4392 (isearch-filter-invisible): Rename from
4393 `isearch-success-function-default'. Doc fix.
4394 (isearch-search, isearch-lazy-highlight-search):
4395 Rename `isearch-success-function' to `isearch-filter-predicate'.
4396
4397 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4398 `dired-isearch-orig-success-function'.
4399 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4400 (dired-isearch-filenames-end): Rename `isearch-success-function' to
4401 `isearch-filter-predicate'. Doc fix.
4402 (dired-isearch-filter-filenames): Rename from
4403 `dired-isearch-success-function'.
4404
4405 * info.el (Info-search, Info-mode):
4406 Rename `isearch-success-function' to `isearch-filter-predicate'.
4407 (Info-isearch-filter-predicate): Rename from
4408 `Info-search-success-function'.
4409
4410 * simple.el (minibuffer-default-add-function): Fix docstring to
4411 use clear text "default values" instead of obscure references to
4412 the dynamic variable `minibuffer-default'.
4413
4414 2008-11-16 Glenn Morris <rgm@gnu.org>
4415
4416 * term/ns-win.el (ns-extended-platform-support-mode):
4417 Tweak menu entry from previous change.
4418
4419 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4420
4421 * cus-edit.el (custom-buffer-create-internal): Always insert the
4422 in-buffer buttons, regardless of tool-bar. (Bug#1326)
4423
4424 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4425
4426 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4427
4428 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4429
4430 * ielm.el (ielm-eval-input): Fix thinko in last change.
4431
4432 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4433
4434 * subr.el (read-passwd): Yank current kill if the user enters C-y.
4435
4436 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
4437
4438 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4439 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4440
4441 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4442 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4443 Handle `file-name-as-directory'.
4444
4445 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4446
4447 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4448 usual variable-pitch face.
4449
4450 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4451
4452 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4453 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4454 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4455 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4456 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4457 (ange-ftp-quote-string, ange-ftp-process-handle-line)
4458 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4459 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4460 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4461 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4462 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4463 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4464 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4465 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4466 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4467 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4468 (ange-ftp-default-user, ange-ftp-default-password)
4469 (ange-ftp-default-account, ange-ftp-netrc-default-password)
4470 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4471 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4472 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4473 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4474 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4475 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4476 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4477 (ange-ftp-make-backup-files, ange-ftp-retry-time)
4478 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4479 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4480 (ange-ftp-gateway-tmp-name-template)
4481 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4482 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4483 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4484 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4485 (ange-ftp-gateway-program): Remove * from docstring and reflow.
4486 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4487 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4488 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4489 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4490 (ange-ftp-rename-local-to-remote): Doc fixes.
4491 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4492 Use `when', `unless'.
4493 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4494 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4495 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4496 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4497 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
4498 (ange-ftp-process-sentinel): Use `when'. Fix typo.
4499 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
4500 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4501 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4502 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4503 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4504 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4505 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4506 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4507 `(save-match-data (string-match ...))'.
4508 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4509 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4510 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4511 Doc fixes.
4512
4513 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4514
4515 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4516 function instead of a variable.
4517
4518 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4519 viper-ESC-keyseq-timeout as a function.
4520 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4521 defsubst.
4522
4523 * emulation/viper-cmd.el: Let line-move-visual to nil when using
4524 next-line or previous-line.
4525 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4526
4527 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4528
4529 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4530 live.
4531 (ediff-save-buffer): Let window-min-height to 2.
4532
4533 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4534 the minibuffer.
4535
4536 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4537
4538 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4539 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4540 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4541 (ielm-map): Define within defvar. Add docstring.
4542 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4543 (ielm-complete-filename): Use `when', `unless'.
4544 (ielm-is-whitespace-or-comment): Use `string-match-p'.
4545 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4546 (ielm-change-working-buffer): Check that the buffer is live.
4547 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4548 Simplify. Reflow docstring.
4549 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4550 New aliases, to satisfy `define-derived-mode' expectations.
4551
4552 2008-11-15 Glenn Morris <rgm@gnu.org>
4553 Martin Rudalics <rudalics@gmx.at>
4554
4555 * emacs-lisp/find-func.el (find-function-advised-original): New.
4556 (find-function-C-source, find-function-noselect):
4557 Use find-function-advised-original to handle advised funcs. (Bug#789)
4558
4559 2008-11-15 Glenn Morris <rgm@gnu.org>
4560
4561 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4562 alias message.
4563
4564 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4565 Remove uniquify-after-kill-buffer-p dependency.
4566 (uniquify-kill-buffer-function): New function.
4567 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4568
4569 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4570 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4571 main Emacs manual.
4572
4573 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4574
4575 * window.el (quit-window): Restore delete window with second
4576 arg non-nil behavior as of before 2008-10-30 change.
4577
4578 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4579
4580 * help-fns.el (describe-function-1): Do char-range check for
4581 self-insert-command.
4582
4583 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4584
4585 * files.el (file-precious-flag): Document that this flag is advisory.
4586
4587 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4588
4589 * emacs-lisp/bytecomp.el (byte-compile-associative)
4590 (byte-compile-minus, byte-compile-quo): If there are more than two
4591 operands, don't use binary operation code (bug#1334).
4592
4593 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4594
4595 * w32-fns.el (w32-shell-dos-semantics):
4596 * calendar/diary-lib.el (diary-face-attrs):
4597 * international/mule-cmds.el (set-default-coding-systems)
4598 (prefer-coding-system):
4599 * net/tramp.el (tramp-set-completion-function):
4600 * progmodes/vhdl-mode.el (vhdl-file-header):
4601 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4602
4603 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4604
4605 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4606 (kill-matching-buffers, save-buffers-kill-emacs)
4607 (save-buffers-kill-terminal): Fix typos in docstrings.
4608 (switch-to-buffer-other-window): Reflow docstring.
4609 (revert-buffer): Doc fix.
4610 (define-project-bindings): Rename arg LIST to SETTINGS.
4611 (project-find-settings-file): Use `let', not `let*'.
4612 Use `when'.
4613
4614 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4615
4616 * files.el (project-settings-file, locate-dominating-file):
4617 Fix typos in docstrings.
4618 (find-file-visit-truename): Remove * from defcustom docstring.
4619
4620 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4621
4622 * files.el (project-settings-file): New variable.
4623 (project-find-settings-file): Use it, instead of hardcoding
4624 .dir.settings.el.
4625
4626 2008-11-13 Glenn Morris <rgm@gnu.org>
4627
4628 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4629
4630 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4631
4632 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4633 in mail bodies.
4634
4635 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4636
4637 * international/mule.el (autoload-coding-system, with-category-table)
4638 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4639 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4640 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4641 (set-file-name-coding-system, ctext-pre-write-conversion)
4642 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4643 Reflow docstrings.
4644 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4645 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4646 (char-valid-p): Define with `define-obsolete-function-alias'.
4647
4648 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4649
4650 2008-11-12 Sam Steingold <sds@gnu.org>
4651
4652 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4653 between hostname and path.
4654
4655 2008-11-11 Juri Linkov <juri@jurta.org>
4656
4657 * dired-aux.el (dired-isearch-filenames)
4658 (dired-isearch-filenames-regexp):
4659 Let-bind isearch-message-prefix-add to "filename ".
4660
4661 * isearch.el (isearch-message-prefix-add)
4662 (isearch-message-suffix-add): New variables.
4663 (isearch-message-prefix): Show additional text from
4664 `isearch-message-prefix-add' before "I-search".
4665 (isearch-message-suffix): Show additional text from
4666 `isearch-message-suffix-add' at the end.
4667
4668 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4669 `isearch-search'. Call isearch-success-function to skip matches
4670 outside the current isearch scope. Let-bind search-invisible to
4671 nil to not match invisible text.
4672
4673 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4674 Let-bind `isearch-recursive-edit' to nil to prevent calling
4675 `exit-recursive-edit' in `isearch-done' that terminates the
4676 execution of these commands when it is non-nil. Call
4677 `exit-recursive-edit' explicitly at the end.
4678 (isearch-occur): For word search construct the correct regexp
4679 with word boundaries to proceed with occur.
4680
4681 * isearch.el (isearch-search-fun): Compare the length of the
4682 current search string with the length of the string from the
4683 previous search state to detect the situation when the user
4684 adds or removes characters in the search string.
4685 Use word-search-forward-lax and word-search-backward-lax in this
4686 case, and otherwise word-search-forward and word-search-backward.
4687
4688 2008-11-11 Sam Steingold <sds@gnu.org>
4689
4690 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4691 the "Version Control" group (for C-x v g).
4692
4693 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4694
4695 * server.el (server-process-filter): Fix typos and reflow docstring.
4696
4697 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4698
4699 * mail/footnote.el (footnote-mode): Improve doc-string.
4700 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4701
4702 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4703
4704 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4705
4706 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4707
4708 * mail/smtpmail.el (smtpmail-open-stream): Use
4709 `starttls-any-program-available'. Auto-load starttls.el for it.
4710
4711 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4712
4713 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4714 version (bug@1285).
4715
4716 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4717
4718 * startup.el (command-line): Ignore init-file-user when checking
4719 user's home directory on MS-DOS as well.
4720
4721 2008-11-07 Sam Steingold <sds@gnu.org>
4722
4723 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4724
4725 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4726
4727 * frame.el (make-frame-on-display): Use `string-match-p'.
4728
4729 2008-11-07 Glenn Morris <rgm@gnu.org>
4730
4731 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4732
4733 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4734
4735 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4736 to initialize font-lock keyword case sensitivity.
4737 (lisp-mode): Use it.
4738
4739 2008-11-06 Glenn Morris <rgm@gnu.org>
4740
4741 * eshell/esh-maint.el: Remove unused file.
4742
4743 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4744
4745 * cus-edit.el (custom-comment-tag): Doc fix.
4746 (custom-comment, custom-variable-value-create, custom-face):
4747 Use face names sans -face suffix rather than aliases.
4748
4749 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4750
4751 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4752 window width.
4753
4754 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4755
4756 * server.el (server-process-filter): Only default to emacsclient's
4757 terminal in daemon mode.
4758
4759 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4760
4761 * window.el (quit-window): Restore prefix argument behavior
4762 removed in 2008-10-30 change. (Bug#1308)
4763
4764 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4765
4766 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4767 function to kill-buffer-hook, not to kill-buffer.
4768 Reported by Markus Triska <markus.triska@gmx.at>
4769
4770 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4771
4772 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4773 exists before deleting its windows.
4774
4775 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * server.el (server-process-filter): Don't call
4778 server-create-tty-frame when no tty name is specified.
4779
4780 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4781
4782 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4783
4784 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4787 (define-char-code-property):
4788 * textmodes/reftex.el (reftex-index):
4789 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4790
4791 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4792
4793 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4794 vc-bzr-status-printer.
4795
4796 * startup.el (startup-echo-area-message): Display a different
4797 message in daemon mode. Suggested by Stephen Turnbull.
4798
4799 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4800 Windows.
4801
4802 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4803
4804 * dframe.el (dframe-mouse-position-function)
4805 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4806 (dframe-mouse-set-point): Fix typos in docstrings.
4807
4808 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4809
4810 * vc-dir.el (vc-dir-headers): Undo previous change.
4811
4812 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4813
4814 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4815 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4816
4817 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4818
4819 * subr.el (looking-back): Fix doc-string typo.
4820
4821 * electric.el (Electric-pop-up-window): Call window-end with
4822 UPDATE set to t.
4823
4824 * window.el (save-selected-window): Make it behave like
4825 save-selected-window-norecord.
4826 (save-selected-window-norecord): Remove, since functionality
4827 fully taken over by save-selected-window.
4828 (walk-windows, set-window-text-height, fit-window-to-buffer):
4829 Use save-selected-window instead of save-selected-window-norecord.
4830 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4831 save-selected-window-norecord.
4832 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4833 indent-function for save-selected-window-norecord.
4834
4835 2008-11-03 Alan Mackenzie <acm@muc.de>
4836
4837 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4838
4839 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4840
4841 * subr.el (looking-back): Doc fix.
4842
4843 * term/x-win.el (x-initialize-window-system):
4844 Call x-wm-set-size-hint after initialization.
4845
4846 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4847 to t.
4848
4849 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4850 2000-12-08 (bug#1297).
4851
4852 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4853
4854 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4855
4856 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4857 when appropriate.
4858
4859 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4860
4861 * window.el (save-selected-window-norecord): New macro.
4862 (walk-windows): Use save-selected-window-norecord and call
4863 select-window with NORECORD set. (Bug#1237)
4864 (set-window-text-height, fit-window-to-buffer):
4865 Use save-selected-window-norecord and call select-window with
4866 NORECORD set.
4867 * subr.el (with-selected-window): Call set-frame-selected-window
4868 with new argument NORECORD set. Update doc-string.
4869 (with-selected-frame): Call select-frame with new argument
4870 NORECORD set. Update doc-string.
4871 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4872 Put indent-function for save-selected-window-norecord.
4873 * font-lock.el (lisp-font-lock-keywords-2):
4874 Add save-selected-window-norecord.
4875
4876 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4877
4878 * cus-edit.el (customize-apropos-options, custom-comment)
4879 (custom-comment-tag, custom-face-edit-attribute-tag):
4880 Fix typos in docstrings.
4881 (custom-buffer-done-kill): Remove * from defcustom docstring.
4882 (custom-file): Fix typo in doc of defcustom choice.
4883
4884 * frame.el (display-visual-class): Fix typo in docstring.
4885 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4886 (special-display-frame-alist, show-trailing-whitespace)
4887 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4888 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4889 Remove * from defcustom docstrings.
4890
4891 * md4.el (md4-buffer): Fix typo in docstring.
4892 (md4, md4-64): Doc fixes.
4893 (md4-pack-int32): Reflow docstring.
4894
4895 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4896 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4897
4898 * rect.el (open-rectangle): Reflow docstring.
4899 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4900
4901 * select.el (x-get-cut-buffer): Fix typo in docstring.
4902
4903 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4904 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4905 Fix typos in docstrings.
4906
4907 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4908 Fix typos in docstrings.
4909
4910 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4911
4912 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4913
4914 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4915 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4916 (newsticker--treeview-tree-update)
4917 (newsticker--treeview-tree-update-highlight)
4918 (newsticker-treeview-update)
4919 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4920 (newsticker-treeview-next-new-or-immortal-item)
4921 (newsticker-treeview-prev-new-or-immortal-item)
4922 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4923 (newsticker-treeview-tree-click): Watch for layout changes.
4924 (newsticker--treeview-set-current-node): Cleanup.
4925 (newsticker--treeview-restore-layout): Rename from
4926 newsticker--treeview-restore-buffers.
4927 (newsticker--treeview-mark-item): Update cache file.
4928
4929 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4930
4931 * calendar/icalendar.el (icalendar--uid-count): New.
4932 (icalendar--create-uid): New. Extracted from
4933 `icalendar-export-region' and add uid counter.
4934 (icalendar-export-region): Use `icalendar--create-uid'.
4935
4936 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4937
4938 * tooltip.el (tooltip-frame-parameters): Doc fix.
4939
4940 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4941
4942 * window.el (window-body-height, window-current-scroll-bars)
4943 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4944 (minibuffer-window-active-p, count-windows)
4945 (window-safely-shrinkable-p, window--splittable-p)
4946 (window--try-to-split-window, window--frame-usable-p)
4947 (window--even-window-heights, window--display-buffer-1)
4948 (window--display-buffer-2, set-window-text-height)
4949 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4950 (truncated-partial-width-window-p): Rewrite doc-string.
4951 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4952 (split-window-vertically, split-window-horizontally):
4953 Rename args, rewrite doc-string, and simplify code.
4954 (split-window-save-restore-data): Rename args and use
4955 when instead of if.
4956
4957 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4958
4959 * indent.el (indent-for-tab-command): Use use-region-p.
4960
4961 * vc.el (vc-revert): Limit the length of the query string.
4962
4963 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4964
4965 * simple.el (idle-update-delay, next-error-highlight)
4966 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4967 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4968 (kill-read-only-ok, backward-delete-char-untabify-method)
4969 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4970 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4971 (goal-column, line-move-ignore-invisible, fill-prefix)
4972 (auto-fill-inhibit-regexp, blink-matching-paren)
4973 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4974 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4975 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4976 (minibuffer-history-isearch-wrap, transient-mark-mode)
4977 (next-logical-line, auto-fill-mode, line-number-mode)
4978 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4979 (normal-erase-is-backspace-mode): Doc fixes.
4980 (current-kill, transient-mark-mode, toggle-truncate-lines)
4981 (visible-mode): Reflow docstrings.
4982 (minibuffer-local-shell-command-map, interprogram-paste-function):
4983 Fix typos in docstrings.
4984
4985 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4986
4987 * server.el (server-process-filter): In daemon mode, default to
4988 emacsclient's tty if not opening a new frame and only the
4989 terminal-frame is available.
4990
4991 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4992
4993 * window.el (quit-window): Simplify code. Say in doc-string
4994 that it operates on the selected window's buffer. (Bug#1259)
4995
4996 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4997
4998 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4999 nil so that log-view-diff-changeset works.
5000
5001 2008-10-30 Glenn Morris <rgm@gnu.org>
5002
5003 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
5004
5005 * resume.el: Move to obsolete/.
5006 * Makefile.in (ELCFILES): Update.
5007
5008 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
5009
5010 * electric.el (Electric-pop-up-window): Don't shrink the window if
5011 it's already big enough.
5012
5013 * minibuffer.el (delete-minibuffer-contents): Delete all
5014 minibuffer contents instead of just the current field.
5015
5016 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
5017
5018 * bookmark.el (bookmark-handle-bookmark): Rename from
5019 bookmark-jump-noselect.
5020 (bookmark--jump-via, bookmark-insert): Callers changed.
5021 (bookmark-jump-noselect): Wrapper function for
5022 bookmark-handle-bookmark.
5023 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
5024
5025 * textmodes/ispell.el (ispell-word): Use use-region-p.
5026
5027 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
5028
5029 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
5030 to follow naming conventions for abnormal hooks. Doc fix.
5031 (tooltip-mode, tooltip-timeout): Use it.
5032 (tooltip-hook): New obsolete alias.
5033 (tooltip-help-tips): Doc fix.
5034
5035 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
5036
5037 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
5038
5039 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
5040 of hardcoded /tmp.
5041
5042 2008-10-29 Glenn Morris <rgm@gnu.org>
5043
5044 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
5045
5046 * vc-hooks.el (vc-find-root): Remove bogus alias.
5047
5048 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
5049
5050 * international/quail.el (quail-show-guidance): Don't create
5051 a guidance-frame if current buffer is not a minibuffer, since even if
5052 selected-window is mini-p, the buffer will never be displayed in it, so
5053 it wil be usable for guidance.
5054
5055 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5056
5057 * smerge-mode.el: Require diff-mode at run-time as well.
5058
5059 2008-10-28 Martin Rudalics <rudalics@gmx.at>
5060
5061 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
5062 * vc-hooks.el (vc-stay-local): Likewise.
5063
5064 2008-10-28 Phil Sung <psung@mit.edu>
5065
5066 * follow.el (follow-scroll-down, follow-calc-win-end)
5067 (follow-estimate-first-window-start): Reduce effective window
5068 height when header line is present. (Bug#925)
5069
5070 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
5071
5072 * subr.el (locate-user-emacs-file): Simplify. Don't create
5073 `user-emacs-directory' when Emacs is running in batch mode.
5074
5075 * startup.el (inhibit-startup-screen): Reflow docstring.
5076 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
5077
5078 2008-10-27 Kenichi Handa <handa@m17n.org>
5079
5080 * descr-text.el (describe-char): Fix terminal case (where font is nil).
5081
5082 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
5083
5084 * face-remap.el (text-scale-increase, text-scale-decrease)
5085 (text-scale-adjust): Remove &optional keyword from the arg list;
5086 the INC argument is not really optional, if the functions happen
5087 to be called from elisp.
5088
5089 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
5090
5091 * vc.el: Rename VC methods that were missed when vc-status was
5092 renamed to vc-dir.
5093 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
5094 vc-svn-status-extra-headers.
5095 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
5096 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
5097 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
5098 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
5099 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
5100 vc-dir-status-printer.
5101 (vc-dir-headers): Use `dir-extra-headers' instead of
5102 `status-extra-headers'.
5103 (vc-dir-printer): Rename from vc-dir-status-printer.
5104 (vc-default-dir-extra-headers): Rename from
5105 vc-default-status-extra-headers.
5106 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
5107 vc-cvs-status-extra-headers.
5108
5109 * startup.el (server-name): Pacify byte compiler.
5110 (command-line): If --daemon=SERVER_NAME was used, set server-name
5111 before calling server-start.
5112
5113 2008-10-26 Romain Francoise <romain@orebokech.com>
5114
5115 * startup.el (command-line): Call daemon-initialized after
5116 starting the server.
5117
5118 2008-10-26 Kenichi Handa <handa@m17n.org>
5119
5120 * help-fns.el (describe-categories): Display the terse legend at
5121 the head.
5122
5123 * international/characters.el: Docstrings of categories improved.
5124
5125 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
5126
5127 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
5128
5129 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
5130 to the courier family.
5131 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
5132 usually not serif'd and hence rather unlike verbatim's printed output.
5133
5134 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
5135
5136 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
5137 when reporting the module.
5138
5139 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
5140
5141 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
5142
5143 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5144
5145 * files.el (locate-dominating-stop-dir-regexp): New var.
5146 (locate-dominating-file): Change arg from a regexp to a file name.
5147 Rewrite using the vc-find-root code to avoid directory-files which is
5148 too slow. Obey locate-dominating-stop-dir-regexp.
5149 Don't pay attention to changes in owner.
5150 (project-find-settings-file): Adjust call to locate-dominating-file.
5151
5152 * progmodes/flymake.el (flymake-find-buildfile):
5153 Adjust call to locate-dominating-file.
5154
5155 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
5156 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
5157
5158 2008-10-25 Martin Rudalics <rudalics@gmx.at>
5159
5160 * subr.el (with-current-buffer): Rename buffer argument to
5161 buffer-or-name.
5162 * window.el (get-buffer-window-list): Rename buffer argument to
5163 buffer-or-name and make it optional.
5164
5165 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
5166
5167 * completion.el (add-completion-to-head, add-completion): Doc fixes.
5168 (completion-search-next, add-completions-from-file):
5169 Fix typos in docstrings.
5170
5171 * filesets.el (filesets-menu-ensure-use-cached)
5172 (filesets-ingroup-patterns, filesets-filetype-property):
5173 * tutorial.el (get-lang-string):
5174 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
5175 Fix typos in docstrings.
5176
5177 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
5178 (image-dired-line-up-method, image-dired-thumb-size)
5179 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
5180 (image-dired-track-original-file, image-dired-track-thumbnail)
5181 (image-dired-dired-next-line, image-dired-dired-previous-line)
5182 (image-dired-write-comments): Reflow docstrings.
5183 (image-dired-show-all-from-dir-max-files)
5184 (image-dired-format-properties-string, image-dired-create-thumbs)
5185 (image-dired-mark-tagged-files, image-dired-gallery-generate):
5186 Fix typos in docstrings.
5187
5188 * savehist.el (savehist-save-minibuffer-history, savehist-file)
5189 (savehist-additional-variables, savehist-ignored-variables)
5190 (savehist-file-modes, savehist-autosave-interval):
5191 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
5192 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
5193 (fancy-splash-image):
5194 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
5195 (thumbs-conversion-program, thumbs-margin):
5196 Remove spurious * in docstrings.
5197
5198 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
5199
5200 * thingatpt.el (end-of-sexp, beginning-of-sexp)
5201 (forward-same-syntax): Omit default arguments to char-after and
5202 char-before.
5203
5204 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
5205
5206 * subr.el (locate-user-emacs-file): New function.
5207 (user-emacs-directory): Mention it in docstring.
5208
5209 * completion.el (save-completions-file-name):
5210 * filesets.el (filesets-menu-cache-file):
5211 * image-dired.el (image-dired-dir, image-dired-db-file)
5212 (image-dired-temp-image-file, image-dired-gallery-dir)
5213 (image-dired-temp-rotate-image-file):
5214 * savehist.el (savehist-file):
5215 * server.el (server-auth-dir):
5216 * thumbs.el (thumbs-thumbsdir):
5217 * tutorial.el (tutorial--saved-dir):
5218 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
5219
5220 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
5221
5222 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
5223 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
5224
5225 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
5226
5227 * filesets.el: Update author email.
5228 (filesets-data): Doc fix.
5229
5230 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
5231
5232 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
5233
5234 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
5235
5236 * international/mule-cmds.el (describe-language-environment):
5237 Indent sample text.
5238
5239 2008-10-23 Glenn Morris <rgm@gnu.org>
5240
5241 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
5242
5243 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
5244 byte-compile a redefinition of a function with special byte-compile
5245 handling. (Bug#411)
5246
5247 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5248
5249 * ps-print.el: Deal with page sizes for label printes. Suggested by
5250 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
5251 (ps-print-version): New version 7.3.3.
5252 (ps-page-dimensions-database): New page sizes for label printers.
5253 (ps-n-up-printing): Fix code.
5254
5255 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
5256
5257 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
5258
5259 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
5260 (list-at-point): Add docstrings.
5261
5262 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
5263
5264 * dired-aux.el (dired-do-create-files): Doc fix.
5265
5266 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
5267
5268 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
5269 with other documentation.
5270
5271 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
5272
5273 * replace.el (how-many): Fix typo in docstring.
5274 Reported by Leo <sdl.web@gmail.com>.
5275
5276 2008-10-22 Glenn Morris <rgm@gnu.org>
5277
5278 * international/mule-cmds.el (universal-coding-system-argument):
5279 Check for C-g. (Bug#1205)
5280
5281 2008-10-22 Kenichi Handa <handa@m17n.org>
5282
5283 * international/characters.el: Don't setup
5284 find-word-boundary-function-table.
5285 (next-word-boundary-han, next-word-boundary-kana): Delete them.
5286 (word-combining-categories, word-separating-categories):
5287 Adjust to the change of the docstrings.
5288
5289 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
5290
5291 * simple.el (region-active-p): Doc fix.
5292
5293 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5294
5295 * subr.el (apply-partially): Move from here...
5296
5297 * simple.el (apply-partially): ...to here.
5298
5299 2008-10-20 Andreas Schwab <schwab@suse.de>
5300
5301 * subr.el (split-string-and-unquote): Simplify regexp.
5302
5303 2008-10-20 Eli Zaretskii <eliz@gnu.org>
5304
5305 * subr.el (top-level): Require `cl' when compiling.
5306
5307 2008-10-20 David Reitter <david.reitter@gmail.com>
5308
5309 * info.el (Info-mode): Do not remove an existing header line if
5310 `Info-use-header-line' is nil.
5311
5312 2008-10-19 Juri Linkov <juri@jurta.org>
5313
5314 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
5315 Add arg `delimited' as in `query-replace' for the case when
5316 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
5317 Add more indicators to the prompt ("word" and "in region").
5318
5319 * replace.el (query-replace, query-replace-regexp)
5320 (replace-string, replace-regexp, perform-replace): Add "word"
5321 indicatiors to the prompt for word delimited replacements.
5322
5323 * replace.el (read-regexp): Rename arg `default' to `default-value'.
5324 Doc fix.
5325
5326 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5327
5328 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
5329
5330 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
5331
5332 2008-10-19 Martin Rudalics <rudalics@gmx.at>
5333
5334 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
5335 Make argument names follow Elisp manual.
5336
5337 2008-10-19 Eli Zaretskii <eliz@gnu.org>
5338
5339 * textmodes/remember.el (remember-data-file):
5340 * shadowfile.el (shadow-initialize)
5341 <shadow-info-file, shadow-todo-file>:
5342 * savehist.el (savehist-file):
5343 * recentf.el (recentf-save-file):
5344 * pcvs-defs.el (cvs-cvsrc-file):
5345 * international/kkc.el (kkc-init-file-name):
5346 * ido.el (ido-save-directory-list-file):
5347 * calendar/todo-mode.el (todo-file-do, todo-file-done)
5348 (todo-file-top): Run file names that begin with a period thru
5349 `convert-standard-filename'.
5350
5351 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
5352 before-init-hook.
5353
5354 Fix Bug #1183:
5355
5356 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
5357 coding-system-for-read to ediff-coding-system-for-write.
5358
5359 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5360 coding-system-for-write to ediff-coding-system-for-write.
5361
5362 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5363 (ediff-coding-system-for-write): Set to emacs-internal.
5364
5365 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5366
5367 * international/mule-conf.el (emacs-internal): New coding system alias.
5368
5369 2008-10-18 Juri Linkov <juri@jurta.org>
5370
5371 * info.el (Info-file-supports-index-cookies-list): New variable.
5372 (Info-file-supports-index-cookies): New function.
5373 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5374 (Info-index-nodes): Let-bind Info-point-loc to nil for files
5375 without an index cookie to ignore it when Info-index-nodes is
5376 called during navigating from an index node with line numbers.
5377 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
5378
5379 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5380 variable definition section.
5381
5382 * info.el (Info-find-node-2): Put initial point below the header line
5383 and breadcrumbs line.
5384
5385 2008-10-18 Glenn Morris <rgm@gnu.org>
5386
5387 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5388 the needed external programs were not found.
5389
5390 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5391
5392 * files.el (trash-directory): Run thru `convert-standard-filename'.
5393 (file-modes-char-to-who, file-modes-char-to-right)
5394 (file-modes-rights-to-number, file-modes-symbolic-to-number)
5395 (read-file-modes): Doc fixes.
5396
5397 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5398
5399 * abbrev.el (define-abbrev): Doc fix.
5400
5401 2008-10-17 Alan Mackenzie <acm@muc.de>
5402
5403 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5404 foo bar [] = { ...".
5405
5406 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5407
5408 * faces.el (face-spec-set-2): Don't pass invalid attributes to
5409 set-face-attribute.
5410
5411 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
5412
5413 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5414 according to `locale-coding-system'. (This fixes trivial bug reported
5415 as part of bug#1179).
5416 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5417 particular order). Use `when'.
5418
5419 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
5420
5421 * w32-fns.el (w32-check-shell-configuration): Doc fix.
5422 (w32-add-charset-info): Fix typo in docstring.
5423
5424 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5425
5426 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5427 after discussion.
5428
5429 2008-10-16 Magnus Henoch <mange@freemail.hu>
5430
5431 * vc-arch.el (vc-arch-dir-status): New function.
5432 (vc-arch-after-dir-status): New function.
5433
5434 2008-10-16 Glenn Morris <rgm@gnu.org>
5435
5436 * man.el (Man-getpage-in-background): Force recent `man's to output
5437 escape sequences even when stdout is not a tty. (Bug#1142)
5438
5439 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
5440
5441 * international/mule-conf.el: Add `utf8' and `UTF8' as
5442 aliases for the `utf-8' coding system.
5443
5444 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
5445
5446 * find-file.el (ff-get-file): Doc fix.
5447 (ff-get-file-name): Use `let', not `let*'.
5448 (ff-search-directories): Fix typo in docstring.
5449 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5450 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5451 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5452 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5453 (cc-other-file-alist, modula2-other-file-alist):
5454 Remove spurious * in docstrings.
5455
5456 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
5457
5458 * faces.el (set-face-attribute): Set family and foundry before
5459 other attributes.
5460 (face-spec-set-2): Pass unmodified args to set-face-attribute.
5461
5462 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
5463
5464 * hl-line.el (hl-line-unload-function): New function.
5465 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5466 (hl-line-sticky-flag): Remove spurious * in docstring.
5467
5468 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
5469
5470 * vc-git.el (vc-git-show-log-entry): Include the revision in the
5471 search string.
5472
5473 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
5474
5475 * net/tramp.el (tramp-process-one-action): Embed regexp in
5476 parentheses, before adding end-of-buffer construct. Suggested by
5477 Markus Triska <markus.triska@gmx.at>.
5478
5479 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
5480
5481 * net/newst-plainview.el (w3m-toggle-inline-image):
5482 Define 'declare-function if necessary, for compatibility.
5483
5484 * net/newst-treeview.el (w3m-toggle-inline-images):
5485 Define 'declare-function if necessary, for compatibility.
5486
5487 2008-10-13 Alan Mackenzie <acm@muc.de>
5488
5489 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5490 so that the function works on one-line macros.
5491
5492 * progmodes/cc-engine.el: Amend several doc strings and comments.
5493
5494 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5495
5496 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5497
5498 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5499 (vc-cvs-stay-local): Add a new choice and default to it.
5500 (vc-cvs-dir-status): Use the new vc-stay-local choice.
5501
5502 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5503
5504 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
5505
5506 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5507 Add support for extended return statement.
5508
5509 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5510 and obj-dir; keep user order.
5511
5512 2008-10-12 Glenn Morris <rgm@gnu.org>
5513
5514 * Makefile.in (ELCFILES): Update.
5515
5516 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5517 (shell-file-name-quote-list): Declare.
5518
5519 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
5520
5521 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5522
5523 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5524
5525 * startup.el (command-line): If toolbar is disabled but ought to
5526 be initialized, call tool-bar-setup.
5527
5528 * tool-bar.el (tool-bar-setup): Variable deleted.
5529 (tool-bar-setup): Set it up unconditionally.
5530
5531 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5532
5533 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5534 tool-bar-map has been initialized before setting it up.
5535
5536 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5537 tool-bar-map has been initialized before setting it up.
5538
5539 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5540
5541 * emacs-lisp/warnings.el (display-warning): Issue a message if
5542 called during daemon initialization.
5543
5544 * tool-bar.el (tool-bar-local-item)
5545 (tool-bar-local-item-from-menu): Put the check for number of
5546 display colors into the image expression.
5547 (tool-bar-setup): Don't be a no-op on ttys.
5548
5549 * info.el (info-tool-bar-map):
5550 * progmodes/gud.el (gud-tool-bar-map):
5551 * progmodes/grep.el (grep-mode-tool-bar-map):
5552 * progmodes/compile.el (compilation-mode-tool-bar-map):
5553 Initialize it unconditionally.
5554
5555 2008-10-11 Romain Francoise <romain@orebokech.com>
5556
5557 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5558 * kmacro.el (kmacro-edit-lossage): Ditto.
5559 * edmacro.el (edit-kbd-macro): Ditto.
5560
5561 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5562
5563 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5564 Fix variable names.
5565
5566 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5567
5568 * startup.el (command-line): Revert 2008-09-26 change, not
5569 necessary anymore.
5570
5571 2008-10-10 Andreas Schwab <schwab@suse.de>
5572
5573 * simple.el (minibuffer-complete-shell-command):
5574 Bind comint-delimiter-argument-list, comint-file-name-chars and
5575 comint-file-name-quote-list like shell-mode.
5576
5577 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5578
5579 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5580 call of select-window.
5581
5582 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5583
5584 * calc/calc.el (calc-embedded-word-regexp)
5585 (calc-embedded-word-regexp-alist): New variables.
5586 (calc-embedded-open-word, calc-embedded-close-word)
5587 (calc-embedded-open-close-word-alist): Remove unused variables.
5588
5589 * calc/calc-embed.el (calc-embedded-make-info):
5590 Use `calc-embedded-word-regexp' to find words.
5591
5592 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5593
5594 * info.el (Info-extract-menu-counting): New argument no-detail to
5595 skip detailed node listings.
5596 (Info-forward-node): New argument not-up to inhibit going up.
5597 (Info-final-node): Call Info-extract-menu-counting and
5598 Info-forward-node with the new arguments set to avoid infinite
5599 looping. (Bug#1116)
5600
5601 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5602
5603 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5604 not fboundp.
5605
5606 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5607
5608 * startup.el (command-line): Enable tool-bar-mode as long as it is
5609 not suppressed by X resources, regardless of the terminal.
5610
5611 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5612 graphical terminals.
5613 (tool-bar-setup): No-op if called on a tty.
5614
5615 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5616
5617 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5618 Support `pc' ``window-system''.
5619
5620 * progmodes/compile.el (compilation-start): Resurrect the version
5621 for systems that don't support asynchronous subprocesses.
5622
5623 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5624
5625 * window.el (pop-up-frames): Add choice graphic-only.
5626 (display-buffer): When pop-up-frames equals graphic-only do
5627 not pop up new frame on text-only terminals. (Bug#1061)
5628
5629 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5630
5631 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5632 (vc-cvs-dir-status): Use it.
5633
5634 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5635
5636 * json.el (json-skip-whitespace): Fix last change.
5637
5638 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5639
5640 * bs.el (bs-unload-function): New function.
5641
5642 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5643
5644 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5645 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5646 For clarity, explicitly require cl.
5647
5648 2008-10-08 Michael Olson <mwolson@gnu.org>
5649
5650 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5651 can avoid a bad interaction with programs that add functions to
5652 the window-scroll-functions hook. This fixes Bug #858.
5653
5654 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * startup.el (command-line): Use display-warning to warn about an
5657 init file error.
5658 (command-line-1): Remove init file error delay.
5659
5660 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5661
5662 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5663 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5664 (rx-group-if): New function.
5665 (rx-parent): New variable.
5666 (rx-and, rx-or): Put shy groups only when necessary.
5667 (rx-bracket): Remove.
5668 (rx-anything): New function.
5669 (rx-any-delete-from-range, rx-any-condense-range)
5670 (rx-check-any-string): New functions.
5671 (rx-check-any): Return result as a list. Don't convert chars to
5672 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5673 Check char category string. Call rx-form instead of rx-to-string.
5674 (rx-any): Rebuid to complete the function.
5675 (rx-check-not): Fix char category regexp pattern string.
5676 Call rx-form instead of rx-to-string.
5677 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5678 "[^^]". Call regexp-quote for one char string when not called from
5679 rx-not. Add "\\w", and toggle to upcase. Add the case of
5680 "\\[SCBW]" to toggle.
5681 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5682 instead of rx-to-string.
5683 (rx-kleene): Call rx-form instead of rx-to-string.
5684 Call rx-group-if to adjust putting of shy groups.
5685 (rx-atomic-p): Make check more precisely.
5686 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5687 (rx-regexp): Call rx-group-if.
5688 (rx-form): New function.
5689 (rx-to-string): Call rx-form, rx-group-if.
5690 Refine definition of NO-GROUP.
5691
5692 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5693
5694 * json.el (json-advance): Use forward-char.
5695 (json-skip-whitespace): Use skip-syntax-forward.
5696
5697 2008-10-07 Alan Mackenzie <acm@muc.de>
5698
5699 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5700 indenting a macro followed by blank lines doesn't backslash the
5701 following non-blank line into the macro.
5702
5703 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5704
5705 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5706 (command-line): Set after-init-time to nil before initialization.
5707
5708 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5709
5710 * calc/calc-units.el (math-standard-units): Update the values
5711 of the units.
5712
5713 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5714
5715 * bookmark.el (bookmark-unload-function): New function.
5716
5717 2008-10-06 Andreas Schwab <schwab@suse.de>
5718
5719 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5720
5721 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5722
5723 * mail/footnote.el: Remove * in defcustom docstrings and tell
5724 for most options that customizing them doesn't affect buffers
5725 already displaying footnotes.
5726 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5727 Fix handling of text properties and identical start/end tags.
5728 Do not use format when renumbering.
5729 (Footnote-set-style): Make it work.
5730 (Footnote-insert-numbered-footnote): Simplify.
5731 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5732 (Footnote-goto-footnote): Fix handling of empty section tag.
5733 (Footnote-delete-footnote): Fix handling of identical start/end
5734 tags, empty section tag, and spaced footnotes. Do not use
5735 kill-region.
5736 (footnote-mode): Make most options buffer-local to avoid that
5737 customizing messes up handling of footnotes in buffers that
5738 already display them.
5739
5740 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5741
5742 * faces.el (x-create-frame-with-faces): Undo previous change.
5743
5744 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5745 existent files.
5746
5747 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5748
5749 * international/mule-cmds.el (universal-coding-system-argument):
5750 Handle digit-argument too.
5751
5752 2008-10-05 Mario Lang <mlang@delysid.org>
5753
5754 * xml.el (xml-parse-string): Use skip-chars-forward.
5755
5756 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5757
5758 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5759 existent files.
5760 (vc-bzr-dir-status-files): New function.
5761
5762 2008-10-04 Glenn Morris <rgm@gnu.org>
5763
5764 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5765
5766 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5767 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5768
5769 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5770 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5771
5772 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5773
5774 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5775 Fix typo. (Bug#1074)
5776
5777 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5778
5779 * progmodes/compile.el (compilation-start): Make sure to move to
5780 point-max only when we are in the compilation buffer. (Bug#1073)
5781
5782 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5783
5784 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5785 tool-bar-mode is on.
5786
5787 * vc-svn.el (vc-svn-dir-status-files):
5788 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5789
5790 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5791
5792 * vc-hg.el (vc-hg-dir-status-files): New function.
5793
5794 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5795
5796 * window.el (window--display-buffer-1): Don't care about
5797 visibility since raise-frame does.
5798
5799 2008-10-03 Mario Lang <mlang@delysid.org>
5800
5801 * nxml/xmltok.el (xmltok-forward): Simplify.
5802
5803 2008-10-03 Glenn Morris <rgm@gnu.org>
5804
5805 * Makefile.in (ELCFILES): Update.
5806
5807 * frame.el (set-default-font): Make obsolete.
5808 * mouse.el (mouse-set-font): Use set-frame-font.
5809
5810 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5811 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5812
5813 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5814 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5815
5816 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5817
5818 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5819 (vc-dir-refresh): Set it here instead. (Bug#1067)
5820
5821 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5822
5823 * faces.el (inhibit-frame-set-background-mode): New var.
5824 (frame-set-background-mode): Use it to avoid a loop in
5825 face-spec-recalc.
5826
5827 2008-10-02 Glenn Morris <rgm@gnu.org>
5828
5829 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5830 vc-diff-switches.
5831
5832 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5833
5834 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5835 that is, to take some action when a buffer is killed. Suggested by
5836 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5837 11.2.2.
5838 (whitespace-action): Docstring and :type fix.
5839 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5840 Code fix.
5841 (whitespace-add-local-hook, whitespace-remove-local-hook)
5842 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5843
5844 2008-10-01 Magnus Henoch <mange@freemail.hu>
5845
5846 * net/tls.el (open-tls-stream): Show the actual command being
5847 executed, instead of the format string.
5848
5849 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5850
5851 * term/internal.el (dos-locale-alist): New alist.
5852 (dos-codepage-setup): Use it to compute a value of locale with
5853 which to call set-locale-environment. Remove code to set
5854 terminal, keyboard, and file-name encoding (done by
5855 set-locale-environment).
5856
5857 * international/mule-cmds.el
5858 (set-language-environment-nonascii-translation): Fix nonascii
5859 value for `pc' ``window-system''.
5860 (set-display-table-and-terminal-coding-system)
5861 (set-default-coding-systems): Don't special-case `pc'.
5862
5863 2008-10-01 Glenn Morris <rgm@gnu.org>
5864
5865 * filesets.el (filesets-menu-name): Fix type.
5866 (filesets-menu-path, filesets-menu-before): Fix types.
5867 Change defaults to be consistent with recentf. (Bug#1056)
5868
5869 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * term/xterm.el (xterm-turn-on-modify-other-keys)
5872 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5873 Don't forget to pass `terminal' to `send-string-to-terminal'.
5874
5875 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5876
5877 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5878 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5879 non-nil. It is not clear, whether this is only fixing symptoms on
5880 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5881 is embedded by that check. So it might be TRT. Suggested by Dan
5882 Nicolaescu <dann@ics.uci.edu>.
5883
5884 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5885
5886 * Makefile.in (ELCFILES): Remove codepage.elc.
5887
5888 * international/codepage.el: File removed, as even ms-dos doesn't
5889 need it anymore.
5890
5891 * loadup.el [ms-dos]: Don't load ccl and codepage.
5892
5893 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5894 (IT-character-translations, cjk-codepages-alist): Remove variables.
5895 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5896 (IT-unicode-translations): Remove charset and base elements.
5897 Add translations for Latin-1 characters.
5898 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5899 base and chset elements of IT-unicode-translations. Don't wrap
5900 translation in "{...}". Set up translations only for characters
5901 for which unencodable-char-position returns non-nil.
5902 (dos-codepage-setup): Don't use special-case codepages in
5903 cjk-codepages-alist.
5904
5905 * files.el (locate-dominating-file): Wrap directory-files with
5906 condition-case, instead of calling file-directory-p, which stats
5907 the directory one more time.
5908
5909 * mail/mail-utils.el (mail-unquote-printable-region):
5910 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5911 non-nil.
5912
5913 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5914
5915 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5916
5917 2008-09-30 Glenn Morris <rgm@gnu.org>
5918
5919 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5920
5921 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5922
5923 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5924 (which-function): Handle nested imenu trees.
5925
5926 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5927 some nested menu items.
5928
5929 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5930
5931 * calc/calc-units.el (math-standard-units): Add entries used to
5932 display the values in the units buffer.
5933 (math-build-units-table): Add entries to the units table to be used
5934 to display the values in the units buffer.
5935 (math-build-units-table-buffer): Use the display entry of the units
5936 table when non-nil.
5937 (calc-define-unit): Add option to enter display value of unit.
5938
5939 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5940
5941 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5942
5943 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5944
5945 * files.el (locate-dominating-file): Take file-attributes of
5946 `dir', not of `file' (which never changes).
5947
5948 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5949
5950 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5951 also be `localname'.
5952
5953 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5954 IDENTIFICATION.
5955
5956 2008-09-28 Glenn Morris <rgm@gnu.org>
5957
5958 * vc.el (vc-switches): Give it a doc string.
5959
5960 2008-09-28 Romain Francoise <romain@orebokech.com>
5961
5962 * comint.el (comint-show-output): Adjust to stickiness changes of
5963 the output field.
5964
5965 * startup.el (command-line): Start the daemon server later.
5966
5967 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5968
5969 * subr.el (read-quoted-char): Call char-resolve-modifiers
5970 instead of char-resolve-modifers.
5971
5972 2008-09-27 Glenn Morris <rgm@gnu.org>
5973
5974 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5975 than [return]. (Bug#1031)
5976
5977 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5978
5979 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5980
5981 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5982
5983 * epg.el (epg-wait-for-status): Check if there is no pending status.
5984 Reported by Ted Romer <ted@romerfamily.com>.
5985
5986 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5987
5988 * startup.el (command-line): Turn on menu-bar-mode and
5989 tool-bar-mode when running as a daemon.
5990
5991 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5992
5993 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5994 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5995 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5996 ($(lisp)/progmodes/cc-engine.elc)
5997 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5998 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5999 ($(lisp)/progmodes/cc-subword.elc)
6000 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6001
6002 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
6003 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
6004 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
6005 ($(lisp)/progmodes/cc-engine.elc)
6006 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
6007 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
6008 ($(lisp)/progmodes/cc-subword.elc)
6009 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
6010
6011 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
6012
6013 * informat.el (Info-split-threshold): New variable.
6014 (Info-split): Use it.
6015
6016 * textmodes/texinfmt.el (texinfo-format-buffer):
6017 Use Info-split-threshold to decide whether to split Info files.
6018
6019 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6020
6021 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
6022 quoting.
6023
6024 * comint.el (comint-dynamic-complete-as-filename): Quote directory
6025 name when reinserting it.
6026
6027 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
6028 word-search-backward-lax for incremental word search.
6029
6030 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
6031
6032 * generic-x.el (generic-other-modes): Fix typo in docstring.
6033 (generic-use-find-file-hook, generic-lines-to-scan)
6034 (generic-find-file-regexp, generic-ignore-files-regexp)
6035 (generic-define-mswindows-modes, generic-define-unix-modes):
6036 Remove `*' from docstring.
6037 (generic-mode-find-file-hook): Use `string-match-p'.
6038 (apache-log-generic-mode, mailagent-rules-generic-mode)
6039 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
6040 (java-manifest-generic-mode, java-properties-generic-mode)
6041 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
6042 for consistency with other modes in generic-x.el.
6043
6044 2008-09-25 Martin Rudalics <rudalics@gmx.at>
6045
6046 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
6047 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
6048 parens specially only if latex-handle-escaped-parens is non-nil.
6049 (latex-indent-within-escaped-parens): New option.
6050 (latex-find-indent): Bind latex-handle-escaped-parens to
6051 latex-indent-within-escaped-parens. Do not treat escaped parens
6052 specially when this is nil. (Bug#954)
6053
6054 2008-09-25 Glenn Morris <rgm@gnu.org>
6055
6056 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
6057
6058 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * vc.el (vc-mark-resolved): Move message here from
6061 vc-default-mark-resolved.
6062 (vc-default-mark-resolved): Change to an alias for ignore.
6063
6064 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
6065
6066 * term.el (term-emulate-terminal): Encode input string before
6067 checking its length.
6068
6069 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
6070
6071 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
6072 is loaded.
6073
6074 * server.el (server-buffer-done): Avoid changing the buffer when
6075 deleting the client's frame (bug#640).
6076
6077 * vc.el (vc-default-mark-resolved): New function.
6078
6079 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
6080
6081 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
6082 from raising a wrong-type-argument error.
6083
6084 2008-09-24 Martin Rudalics <rudalics@gmx.at>
6085
6086 * help-fns.el (describe-function-1, describe-variable): Print
6087 relative file name in help buffer.
6088 * faces.el (describe-face): Print relative file name in help
6089 buffer.
6090
6091 2008-09-23 Romain Francoise <romain@orebokech.com>
6092
6093 * subr.el (with-output-to-string): Make sure that the temporary
6094 buffer gets killed.
6095
6096 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
6097
6098 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
6099 indentation problem with keyword symbols when a list starts with
6100 ,@ or spaces. (Bug#1012)
6101
6102 2008-09-23 Martin Rudalics <rudalics@gmx.at>
6103
6104 * textmodes/tex-mode.el (latex-find-indent): Try to handle
6105 escaped close parens correctly. (Bug#954)
6106
6107 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
6108
6109 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
6110 usage of `fortune-file' even though a FILE argument was passed to
6111 the function.
6112
6113 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
6114
6115 * startup.el (command-line): Start the server when in daemon mode.
6116 Remove always true test.
6117
6118 * frame.el (frame-initialize): Remove spurious setting of
6119 special-display-function with the default value.
6120
6121 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
6122
6123 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
6124
6125 2008-09-20 Glenn Morris <rgm@gnu.org>
6126
6127 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
6128 Fix custom type. (Bug#1011)
6129
6130 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
6131
6132 * files.el (move-file-to-trash): Avoid recursive trashing if
6133 rename-file calls delete-file.
6134
6135 2008-09-20 Glenn Morris <rgm@gnu.org>
6136
6137 * play/fortune.el: Remove leading `*' from defcustom docs.
6138 (fortune-program-options): Doc fix. Allow to be a string again.
6139 Add :version.
6140 (fortune-in-buffer): Handle fortune-program-options as a string.
6141 Don't rely on fortune program accepting options after fortune file.
6142
6143 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
6144
6145 * play/fortune.el (fortune-program-options): Change to a list.
6146 (fortune-in-buffer): Use apply.
6147
6148 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
6149
6150 * emacs-lisp/authors.el: Change encoding of file to utf-8.
6151 (authors-coding-system): Likewise.
6152
6153 2008-09-20 Ami Fischman <ami@fischman.org>
6154
6155 * savehist.el (savehist-save): Handle errors in writing as well as
6156 reading.
6157
6158 2008-09-20 Michael Olson <mwolson@gnu.org>
6159
6160 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
6161 to provide a minimal performance boost.
6162
6163 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6164
6165 * proced.el (proced-grammar-alist, proced-custom-attributes)
6166 (proced-format-alist, proced-format, proced-filter-alist)
6167 (proced-filter, proced-sort): Use defcustom.
6168 (proced-mode): Fix docstring.
6169 (proced-process-attributes): Handle return value nil of functions
6170 in proced-custom-attributes.
6171
6172 2008-09-19 Martin Rudalics <rudalics@gmx.at>
6173
6174 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
6175 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
6176
6177 2008-09-19 Miles Bader <miles@gnu.org>
6178
6179 * comint.el (comint-output-filter): Make field properties for
6180 output text front-sticky.
6181
6182 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
6183
6184 * vc-bzr.el (vc-bzr-show-log-entry):
6185 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
6186 C-x v l for a directory uses that.
6187
6188 2008-09-18 Simon Josefsson <simon@josefsson.org>
6189
6190 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
6191 .sieve files.
6192
6193 2008-09-18 Martin Rudalics <rudalics@gmx.at>
6194
6195 * help-macro.el (make-help-screen): Preserve key bindings
6196 established in help-mode call when exiting this macro.
6197
6198 2008-09-17 Kenichi Handa <handa@m17n.org>
6199
6200 * language/burmese.el: Fix setting of composition-function-table.
6201
6202 2008-09-17 Martin Rudalics <rudalics@gmx.at>
6203
6204 * info.el (Info-follow-nearest-node): Don't raise an error for
6205 mouse-1 clicks.
6206
6207 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
6208
6209 * calc/calc-units.el (calc-convert-temperature): Use default
6210 units when appropriate.
6211
6212 2008-09-16 Markus Triska <markus.triska@gmx.at>
6213
6214 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
6215 catch errors raised in `texmathp'.
6216 (flyspell-tex-math-initialized): Remove.
6217
6218 2008-09-16 Martin Rudalics <rudalics@gmx.at>
6219
6220 * frame.el (select-frame-set-input-focus): With non-nil
6221 mouse-autoselect-window always move mouse cursor to frame's
6222 selected window. Otherwise restore pre 2008-09-13 behavior.
6223 (select-frame-by-name): Use select-frame-set-input-focus.
6224
6225 * files.el (switch-to-buffer-other-frame): Don't raise frame since
6226 pop-to-buffer already does it.
6227 (display-buffer-other-frame): Fix doc-string.
6228
6229 2008-09-16 Glenn Morris <rgm@gnu.org>
6230
6231 * add-log.el (diff-find-source-location): Update declaration.
6232
6233 * progmodes/make-mode.el (makefile-match-function-end):
6234 Move point. (Bug#983)
6235
6236 2008-09-16 Daiki Ueno <ueno@unixuser.org>
6237
6238 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
6239
6240 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
6243 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
6244
6245 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
6246
6247 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
6248
6249 2008-09-15 Martin Rudalics <rudalics@gmx.at>
6250
6251 * files.el (file-truename): Don't raise args-out-of-range error
6252 when filename has no separator on windows-nt. (Bug#982)
6253
6254 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6255
6256 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
6257 be more honest when we don't know.
6258 (diff-tell-file-name): Don't prompt before the actual prompt.
6259 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
6260 (diff-find-source-location): Add `noprompt' argument.
6261 (diff-current-defun): Don't prompt.
6262
6263 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6264
6265 * proced.el (proced-mark-face, proced-marked-face)
6266 (proced-sort-header-face): Remove.
6267 (proced-font-lock-keywords): Simplify.
6268 (proced-format): Use face proced-sort-header.
6269 (proced-format-interactive, proced-sort-interactive)
6270 (proced-filter-interactive): Only call proced-update if the scheme
6271 has changed.
6272 (proced-sort-header): Use posn-actual-col-row.
6273
6274 2008-09-14 Martin Rudalics <rudalics@gmx.at>
6275
6276 * add-log.el (change-log-find-window): New variable.
6277 (change-log-goto-source-1, change-log-goto-source):
6278 Set change-log-find-window to window displaying source.
6279 (change-log-next-error): Select window specified by
6280 change-log-find-window.
6281
6282 2008-09-13 Martin Rudalics <rudalics@gmx.at>
6283
6284 * frame.el (select-frame-set-input-focus): With focus follows
6285 mouse move mouse cursor to right window.
6286 * window.el (pop-to-buffer): Select window before calling
6287 select-frame-set-input-focus.
6288
6289 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6290
6291 * proced.el (proced-sort-header): New face.
6292 (proced-sort-header-face): New variable.
6293 (proced-format): Allow format value nil.
6294 Use proced-sort-header-face for header of sort column.
6295 (proced-format-args): New function.
6296 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
6297 (proced-header-help-echo, proced-field-help-echo, proced-timer)
6298 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
6299 (proced-refine): Rename from proced-filter-attribute. Doc fix.
6300 (proced-sort-header): Bind also to mouse-1.
6301 (proced-move-to-goal-column): Return position of point.
6302 (proced-filter-interactive): Always revert listing.
6303 (proced-format-ttname): Simplify.
6304 (proced-update): Do not keep undo information. Put point at
6305 beginning of buffer if we generate the first listing.
6306
6307 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
6308
6309 * doc-view.el (doc-view-scroll-up-or-next-page)
6310 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
6311 vertically split windows.
6312
6313 2008-09-12 Glenn Morris <rgm@gnu.org>
6314
6315 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
6316
6317 * indent.el (indent-line-function): Doc fix.
6318 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
6319
6320 2008-09-11 Martin Rudalics <rudalics@gmx.at>
6321
6322 * window.el (pop-to-buffer): If the window for buffer-or-name is
6323 not on the selected frame, raise that window's frame and give it
6324 input focus. (Bug#745)
6325
6326 2008-09-11 Glenn Morris <rgm@gnu.org>
6327
6328 * ido.el (ido-mode): Initialize with custom-initialize-default,
6329 rather than a set function. (Bug#947)
6330
6331 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
6332
6333 * replace.el (perform-replace): Don't set inhibit-read-only using
6334 query-replace-skip-read-only (bug#956).
6335
6336 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
6337 of the <<foo>> form.
6338
6339 2008-09-10 Martin Rudalics <rudalics@gmx.at>
6340
6341 * window.el (display-buffer): Fix doc-string typo.
6342
6343 2008-09-10 Kenichi Handa <handa@m17n.org>
6344
6345 * composite.el (compose-gstring-for-graphic): Fix previous change.
6346
6347 2008-09-10 Glenn Morris <rgm@gnu.org>
6348
6349 * info.el (Info-try-follow-nearest-node): Fix doc typo.
6350
6351 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
6352
6353 * info.el (Info-mouse-follow-nearest-node): Follow links to different
6354 manuals. (Bug#886)
6355
6356 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
6357
6358 * ido.el (ido-unload-function): New function.
6359
6360 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
6361
6362 * ido.el (ido-file-internal): Fix typo in prompt.
6363 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6364 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6365 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6366 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6367 Fix typos in docstrings.
6368
6369 2008-09-08 Martin Rudalics <rudalics@gmx.at>
6370
6371 * help-fns.el (describe-function-1): Don't print extra newline
6372 after filling.
6373
6374 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
6375
6376 * help-fns.el (find-lisp-object-file-name): Handle case where
6377 library is compressed.
6378
6379 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * complete.el (PC-do-completion): Don't replace buffer
6382 contents (bug#227).
6383
6384 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
6385
6386 * loadhist.el (unload-feature-special-hooks):
6387 Add `choose-completion-string-functions'.
6388
6389 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6390
6391 * vc-svn.el (vc-svn-root):
6392 * vc-sccs.el (vc-sccs-root):
6393 * vc-rcs.el (vc-rcs-root):
6394 * vc-cvs.el (vc-cvs-root): Delete.
6395 * vc-hooks.el (vc-find-root): Remove `invert' argument.
6396
6397 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6398
6399 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6400 errors occurring in different files.
6401
6402 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
6403
6404 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6405 (vc-bzr-status-printer): New function.
6406 (vc-bzr-after-dir-status): Deal with renamed files.
6407
6408 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
6409
6410 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6411 buffer's filename.
6412
6413 2008-09-07 Martin Rudalics <rudalics@gmx.at>
6414
6415 * subr.el (cancel-change-group): Widen buffer temporarily when
6416 undoing changes. (Bug#810)
6417
6418 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
6419
6420 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6421 with gud-stop-subjob rather than exit debugger.
6422
6423 2008-09-07 Kenichi Handa <handa@m17n.org>
6424
6425 * composite.el: Compose combining characters only when it
6426 follows a character matching with "[[:alpha:]]".
6427
6428 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6429
6430 * proced.el: Require time-date.
6431 (proced-command-alist, proced-command, proced-goal-header-re)
6432 (proced-sorting-schemes-alist, proced-sorting-scheme)
6433 (proced-header-alist, proced-sorting-schemes-re)
6434 (proced-skip-regexp, proced-next-line, proced-previous-line)
6435 (proced-listing-type, proced-sorting-scheme-p): Remove.
6436 (proced-grammar-alist, proced-custom-attributes)
6437 (proced-format-alist, proced-format, proced-filter-alist)
6438 (proced-filter, proced-sort, proced-goal-attribute)
6439 (proced-timer-interval, proced-timer-flag, proced-timer)
6440 (proced-process-alist, proced-sort-internal, proced-process-tree)
6441 (proced-header-help-echo, proced-field-help-echo): New variables.
6442 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6443 (proced-omit-process, proced-filter, proced-process-tree)
6444 (proced-filter-children, proced-children-pids)
6445 (proced-filter-parents, proced-<, proced-string-lessp)
6446 (proced-time-lessp, proced-xor, proced-sort-p)
6447 (proced-format-time, proced-format-start, proced-format-ttname)
6448 (proced-format, proced-process-attributes): New functions.
6449 (proced-toggle-timer-flag, proced-mark-children)
6450 (proced-mark-parents, proced-filter-interactive)
6451 (proced-filter-attribute, proced-sort-interactive)
6452 (proced-sort-header, proced-format-interactive): New commands.
6453 (proced-move-to-goal-column): Use goal-column.
6454 (proced-mode): Use proced-timer.
6455 (proced-do-mark-all): Display process count. Use use-region-p.
6456 Simplify.
6457 (proced-omit-processes): Use use-region-p.
6458 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6459 (proced-sort-start, proced-sort-time, proced-sort-user):
6460 Use proced-sort-interactive.
6461 (proced-sort): Make it a function that performs the actual sort.
6462 (proced-update): New arg revert. Use proced-process-alist,
6463 proced-filter, proced-sort, proced-format, and
6464 proced-grammar-alist. Preserve position of point based on fields.
6465 Make header line and fields clickable.
6466 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6467 (proced-why): Use save-selected-window.
6468 (proced-log): Use buffer-read-only.
6469
6470 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6471
6472 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6473
6474 2008-09-06 Glenn Morris <rgm@gnu.org>
6475
6476 * add-log.el (diff-find-source-location): Declare.
6477 (find-change-log): If called from a diff buffer, try to switch to the
6478 source buffer (e.g. to respect change-log-default-name there).
6479
6480 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6481 unallowed characters; added 2006-10-10 without comment. (Bug#753)
6482
6483 * Makefile.in (ELCFILES): Update.
6484
6485 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6486
6487 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6488 user enters a mouse event in another frame, or a special event.
6489
6490 * server.el (server-switch-buffer): New arg.
6491 (server-execute): If reusing an existing window, set file position
6492 if required.
6493
6494 2008-09-06 Kenichi Handa <handa@m17n.org>
6495
6496 * language/lao.el: Fix setting of composition-function-table.
6497
6498 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6499
6500 * term/pc-win.el (msdos-show-help): Don't truncate lines while
6501 displaying help echo messages.
6502
6503 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6504
6505 * subr.el (symbol-file): Fix doc-string.
6506
6507 2008-09-06 Glenn Morris <rgm@gnu.org>
6508
6509 * help-mode.el (help-xref-forward-stack): Doc fix.
6510
6511 * add-log.el (change-log-default-name): Autoload safety.
6512
6513 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
6514
6515 * verilog-mode.el (verilog-library-extensions): Enable .sv
6516 filename extensions to call verilog-mode.
6517 (verilog-auto, verilog-auto-inst, verilog-faq)
6518 (verilog-submit-bug-report): Update author support URLs.
6519 (verilog-delete-auto, verilog-auto-inout-module)
6520 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6521 creating complemented testbench modules. Suggested by Yishay Belkind.
6522 (verilog-auto-inst-port, verilog-simplify-range-expression):
6523 When verilog-auto-inst-param-value is set, don't require a
6524 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
6525 Yishay Belkind.
6526 (verilog-auto-inst-param-value): Add safe variable.
6527 (verilog-re-search-forward, verilog-re-search-backward):
6528 Fix returning wrong search results on Emacs 22.1.
6529 (verilog-modi-cache-results, verilog-auto): Fix warning message
6530 about "toggling font-lock-mode."
6531 (verilog-auto): Fix losing font-lock on errors.
6532 (verilog-auto-inst-param-value, verilog-mode-version)
6533 (verilog-mode-version-date, verilog-read-inst-param-value)
6534 (verilog-auto-inst, verilog-auto-inst-param)
6535 (verilog-auto-inst-port, verilog-simplify-range-expression):
6536 Allow parameters to be replaced with their values, on the expansion of
6537 an AUTOINST with Verilog 2001 style parameter settings.
6538 Suggested by David Rogoff.
6539
6540 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
6541
6542 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6543 Better support for the property statement. Sometimes this keyword
6544 introduces a statement which requires an endproperty keyword, and
6545 sometimes it doesn't, depending on the work before the property
6546 word. If property is prefixed with assert, assume or cover
6547 keyword, then the statement is ended with a ';'. Otherwise,
6548 property is like task or specify, and is followed by some number
6549 of statements, which are ended with an endproperty keyword.
6550 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6551 in a highlighted region: indent each line in region according to
6552 mode. Supply this so it works in XEmacs and older Emacs.
6553
6554 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6555
6556 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6557 Don't clean up a buffer when killing it.
6558
6559 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6560
6561 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6562 buffers (bug#360). New version 11.2.1.
6563 (whitespace-action): New value `warn-read-only' to give a warning when
6564 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6565 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6566 (whitespace-warn-read-only): New fun.
6567
6568 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6569
6570 * international/quail.el: Require help-mode.
6571 (quail-help-init): Function removed.
6572 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6573 Define directly.
6574
6575 * dired.el (dired-get-filename): Rewrite octal escape character
6576 processor (bug#885).
6577
6578 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6579
6580 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6581
6582 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6583 not just for terminal-frame.
6584
6585 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6586
6587 * window.el (window--try-to-split-window): Don't split when window
6588 is not splittable in last disjunct. (Bug#888)
6589
6590 2008-09-05 Kenichi Handa <handa@m17n.org>
6591
6592 * language/tibetan.el: Fix setting of composition-function-table.
6593
6594 * composite.el (find-composition): Mention about the automatic
6595 composition in the docstring.
6596 (compose-gstring-for-graphic): Fix handling "above" marks.
6597
6598 * descr-text.el (describe-char): Fix handling of automatic composition.
6599
6600 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6601
6602 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6603 (tramp-parse-connection-properties): Reflow docstring.
6604
6605 2008-09-04 Kim F. Storm <storm@cua.dk>
6606
6607 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6608 and other-frame methods when switching between file and buffer modes.
6609
6610 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6611
6612 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6613 removing duplicate entries under same heading. Don't skip char
6614 matching anything but a space or tab at bol. (Bug#864)
6615
6616 2008-09-03 Alan Mackenzie <acm@muc.de>
6617
6618 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6619
6620 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6623 (completion-pcm--all-completions): Move the case-fold-search binding to
6624 it also applies to completion-regexp-list (used in all-completions).
6625 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6626
6627 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6628
6629 * window.el (pop-up-frame-function): Move ...
6630 * frame.el (pop-up-frame-function): ... here, to avoid
6631 "CHANGED outside Customize;".
6632
6633 2008-09-03 Glenn Morris <rgm@gnu.org>
6634
6635 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6636
6637 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6638
6639 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6640 non-alphabetical characters properly.
6641
6642 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6643
6644 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6645
6646 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6647
6648 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6649 control-prefixed keys. (Bug#835)
6650
6651 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6652
6653 * image-mode.el (image-mode): Fix 2008-07-19 change.
6654
6655 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6656
6657 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6658
6659 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6660
6661 2008-09-02 Glenn Morris <rgm@gnu.org>
6662
6663 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6664
6665 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6666
6667 2008-09-01 Glenn Morris <rgm@gnu.org>
6668
6669 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6670 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6671 and fix name typos. (Bug#856)
6672
6673 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6674
6675 * minibuffer.el (completion-pcm--pattern->regex):
6676 When completion-ignore-case is non-nil, generate a regexp that
6677 ignores case.
6678
6679 * window.el (recenter-top-bottom): Doc fix.
6680
6681 2008-09-01 Simon South <ssouth@member.fsf.org>
6682
6683 * progmodes/delphi.el: New maintainer.
6684 (delphi-interface-types): New var.
6685 (delphi-composite-types): Use it.
6686 (delphi-enclosing-indent-of): Distinguish between "interface"
6687 keyword as a unit separator and used like a class declaration.
6688
6689 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6690
6691 * help-fns.el (describe-simplify-lib-file-name)
6692 (find-source-lisp-file): Remove.
6693 (find-lisp-object-file-name): New function giving preference to
6694 files found via load-path instead of loaddefs.el.
6695 (describe-function-1): Use new function instead of the removed
6696 ones. (Bugs #587, #669, #690)
6697 * faces.el (describe-face): Use find-lisp-object-file-name instead
6698 of describe-simplify-lib-file-name.
6699
6700 2008-09-01 Kenichi Handa <handa@m17n.org>
6701
6702 * international/mule-diag.el (font-show-log): Fix previous change.
6703
6704 * international/mule-cmds.el (set-language-environment):
6705 Don't overwrite current-iso639-language if the current language
6706 environment doesn't provide that data.
6707 (set-locale-environment): Set current-iso639-language from the
6708 locale name.
6709
6710 * international/fontset.el (script-representative-chars): Re-add
6711 the entry for symbol, but with vector of characters.
6712 (setup-default-fontset): Cancel previous change.
6713
6714 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6715
6716 * ido.el: Move provide statement to the end of the file.
6717
6718 2008-08-30 Markus Triska <markus.triska@gmx.at>
6719
6720 * linum.el (linum-mode): `window-size-change-functions' can now be
6721 buffer-local.
6722 (linum-update-window): Use result of `move-overlay'.
6723
6724 2008-08-30 Glenn Morris <rgm@gnu.org>
6725
6726 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6727
6728 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6729 Doc fixes.
6730
6731 * apropos.el (apropos-command): Report documentation errors.
6732 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6733
6734 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6735
6736 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6737 string.
6738
6739 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6740
6741 * bindings.el (mode-line-frame-identification): Fix last change.
6742
6743 2008-08-29 Kenichi Handa <handa@m17n.org>
6744
6745 These changes are to adjust the automatic composition for the new
6746 implementation (avoid using text property).
6747
6748 * composite.el (composition-function-table): Move declaration to
6749 composite.c.
6750 (terminal-composition-base-character-p): Delete it.
6751 (terminal-composition-function): Delete it.
6752 (terminal-composition-function-table): Delete it.
6753 (lgstring-header, lgstring-set-header, lgstring-font)
6754 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6755 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6756 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6757 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6758 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6759 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6760 (compose-glyph-string, compose-glyph-string-relative)
6761 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6762 New functions.
6763 (auto-compose-chars): Argument changed.
6764
6765 * language/european.el: Don't setup composition-function-table.
6766 (diacritic-composition-pattern, diacritic-compose-region)
6767 (diacritic-compose-string, diacritic-compose-buffer)
6768 (diacritic-composition-function): Delete them.
6769
6770 * language/lao-util.el (lao-composition-function): Argument changed.
6771
6772 * language/sinhala.el: Fix setting up of composition-function-table.
6773
6774 * language/thai.el: Fix setting up of composition-function-table.
6775
6776 * language/thai-util.el: Encoding changed to utf-8.
6777 (thai-composition-function): Argument changed.
6778
6779 * language/indian.el: Fix setting up of composition-function-table.
6780 (devanagari-composable-pattern)
6781 (tamil-composable-pattern, kannada-composable-pattern)
6782 (malayalam-composable-pattern): New variables.
6783
6784 * international/characters.el (unicode-category-table):
6785 Setup unicode-category-table.
6786
6787 * international/fontset.el (setup-default-fontset): Prepend
6788 iso10646-1 fonts to the fallback font groups instead of appending.
6789
6790 2008-08-29 Glenn Morris <rgm@gnu.org>
6791
6792 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6793
6794 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6795
6796 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6797 are no X frames active.
6798
6799 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6800
6801 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6802 `ignore-errors' (the function must succeed always).
6803
6804 2008-08-28 Edward O'Connor <hober0@gmail.com>
6805
6806 * json.el (json-read-number): New arg. Handle explicitly signed
6807 numbers.
6808 (json-readtable): Add `+' and `.'.
6809
6810 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6811
6812 * term/pc-win.el (msdos-previous-message): New variable.
6813 (msdos-show-help): New function.
6814 (msdos-initialize-window-system): Set show-help-function to
6815 msdos-show-help.
6816
6817 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6818
6819 * emacs-lisp/debug.el (debug): When killing a noninteractive
6820 Emacs, give an exit status of -1.
6821
6822 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6823
6824 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6825
6826 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6827
6828 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6829 not the same as the last modification time, fall back on the
6830 backend-specific check.
6831
6832 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6833
6834 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6835 to go to the position of interest.
6836
6837 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6838
6839 * textmodes/artist.el (artist-mode-init): Add comment on the
6840 setting up of the `artist-replacement-table' array.
6841 (artist-get-replacement-char): New defsubst.
6842 (artist-get-char-at-xy-conv, artist-replace-char)
6843 (artist-replace-chars, artist-replace-string): Use it instead of
6844 accessing `artist-replacement-table' directly.
6845 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6846
6847 (artist-mt): Fix structures for cut and copy operations.
6848
6849 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6850
6851 * shell.el (shell-file-name-quote-list): Quote `$'.
6852
6853 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6854 change to allow quoting of characters before point.
6855 (comint-dynamic-list-filename-completions): Quote common substring.
6856
6857 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * comint.el (comint-dynamic-complete-as-filename): If case is
6860 ignored while matching, replace the entire filename with completion.
6861
6862 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6863 flyspell-pre-point is valid to avoid signalling an error in
6864 post-command-hook.
6865
6866 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6867
6868 * linum.el (linum): Inherit remaining face attributes from default
6869 face.
6870
6871 2008-08-26 Markus Triska <markus.triska@gmx.at>
6872
6873 * linum.el (linum-delay): Disable - it should no longer be
6874 necessary, and can lead to longer delays.
6875 (linum-update-window): Renumber if margin width has changed.
6876
6877 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6878
6879 * epa.el (epa--key-widget-action): Save the selected window to
6880 make `widget-button-click-moves-point' work. (Bug#733).
6881
6882 2008-08-26 Glenn Morris <rgm@gnu.org>
6883
6884 * calendar/holidays.el (calendar-holidays): Doc fix.
6885
6886 * progmodes/gud.el (tramp-file-name-localname)
6887 (tramp-dissect-file-name): Declare.
6888
6889 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6890
6891 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6892
6893 * bindings.el (mode-line-frame-control): New function, caters to
6894 `pc' ``window system''.
6895 (mode-line-frame-identification): Use it instead of accessing
6896 window-system directly.
6897
6898 2008-08-25 Juri Linkov <juri@jurta.org>
6899
6900 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6901 `center-line' and "\eS" from `center-paragraph'.
6902 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6903 `center-paragraph'.
6904
6905 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6906
6907 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6908 (newsticker-treeview-treewindow-width): New.
6909 (newsticker-treeview-listwindow-height): New.
6910 (newsticker-treeview-browse-url-item): New.
6911 (newsticker-treeview-mode-map):
6912 Add newsticker-treeview-browse-url-item.
6913 (newsticker--treeview-window-init):
6914 Use newsticker-treeview-treewindow-width and
6915 newsticker-treeview-listwindow-height.
6916
6917 * net/newst-reader.el (newsticker-browse-url-item): New.
6918
6919 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6920
6921 * vc-dir.el (vc-dir-marked-only-files-and-states):
6922 (vc-dir-child-files-and-states): Reverse the list before returning it.
6923
6924 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6925
6926 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6927
6928 2008-08-24 Romain Francoise <romain@orebokech.com>
6929
6930 * progmodes/python.el (run-python): Remove '' from sys.path.
6931
6932 2008-08-23 Glenn Morris <rgm@gnu.org>
6933
6934 * progmodes/fortran.el (fortran-tab-mode-string)
6935 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6936
6937 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6938
6939 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6940 Add declare-function.
6941
6942 * startup.el (command-line): Don't call tty-register-default-colors
6943 if initial-window-system is `pc'.
6944
6945 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6946 (msdos-key-remapping-map): New variable. Move here all the special
6947 keys we will be remapping via local-function-key-map.
6948 (msdos-setup-keyboard): New function.
6949
6950 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6951 make-msdos-frame.
6952 (terminal-init-internal): New function, errors out if called.
6953 (msdos-initialize-window-system): New function.
6954 (msdos-create-frame-with-faces): Set the terminal's
6955 `terminal-initted' (sic!) parameter.
6956 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6957 (window-system-initialization-alist):
6958 Add msdos-initialize-window-system.
6959 (handle-args-function-alist): Use tty-handle-args for `pc'
6960 ``window system'' as well.
6961 (pc-win): Provide.
6962
6963 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6964 code for using msdos-color-values.
6965
6966 * loadup.el [ms-dos]: Load term/pc-win.
6967
6968 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6969
6970 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6971 directory name.
6972
6973 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6974
6975 * progmodes/gud.el (gud-common-init): Use absolute file so that
6976 perldb works with tramp (sudo).
6977
6978 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6979 match data in process filters.
6980
6981 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6982
6983 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6984 can be written.
6985
6986 2008-08-23 Glenn Morris <rgm@gnu.org>
6987
6988 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6989 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6990
6991 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6992
6993 * subr.el (temp-buffer-show-hook): Doc fix.
6994
6995 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6996
6997 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6998 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6999 <tassilo@member.fsf.org>.
7000
7001 * net/trampver.el: Update release number.
7002
7003 * net/xesam.el (xesam-minor-mode): New minor mode.
7004 (xesam-highlight-buffer): Remove. Code moved to
7005 `xesam-minor-mode'.
7006 (xesam-refresh-entry): Use `xesam-minor-mode'.
7007
7008 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
7009
7010 * minibuffer.el (completion--try-word-completion):
7011 Disable partial-completion when considering the addition of a space
7012 or hyphen.
7013
7014 2008-08-21 John Paul Wallington <jpw@pobox.com>
7015
7016 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
7017 filename of `tofile' doesn't contain any colons on Windows,
7018 Cygwin, and MS-DOS systems.
7019
7020 2008-08-21 Daiki Ueno <ueno@unixuser.org>
7021
7022 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
7023 (epg-context-set-progress-callback): Make sure the callback is a
7024 cons of a function and a handback. Update all callers.
7025
7026 2008-08-20 David Reitter <david.reitter@gmail.com>
7027
7028 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
7029 Patch applied by Adrian Robert.
7030
7031 2008-08-20 Kevin Ryde <user42@zip.com.au>
7032
7033 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
7034 directive lines.
7035
7036 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
7037
7038 * net/xesam.el (xesam-highlight-string): Precise doc string.
7039 (xesam-highlight-buffer): New defun.
7040 (xesam-refresh-entry): Use it. Better check for sourceModified.
7041
7042 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
7043
7044 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
7045 their names.
7046
7047 2008-08-19 Kenichi Handa <handa@m17n.org>
7048
7049 * language/european.el ("Esperanto"): Change the preferred
7050 charsets to iso-8859-3.
7051
7052 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
7053
7054 * international/fontset.el (script-representative-chars):
7055 Delete the entry for symbol.
7056 (setup-default-fontset): For symbol characters, don't specify
7057 :script property.
7058
7059 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
7060
7061 * minibuffer.el (completion-table-dynamic): Doc fix.
7062
7063 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
7064 saved.
7065
7066 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
7067
7068 * emulation/edt.el (edt-default-emulation-setup):
7069 Share global-buffers-menu-map with the emulated global map.
7070
7071 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
7072
7073 * term/ns-win.el (global): Uncomment "put backspace
7074 ascii-character..." and friends, they are needed for tramp. (Bug#725)
7075
7076 2008-08-18 Kenichi Handa <handa@m17n.org>
7077
7078 * international/mule-diag.el (font-show-log): Add optional arg N
7079 to control the limit of font listing.
7080
7081 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
7082
7083 * window.el (recenter-top-bottom): Determine top and bottom
7084 positions using scroll-margin instead of scroll-conservatively.
7085
7086 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7087
7088 * proced.el (proced-send-signal): Use beginning-of-line.
7089
7090 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7091
7092 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
7093 (proced-mode-map): Add tooltips for menus. Use radio buttons for
7094 listing types.
7095 (proced-log-buffer): New variable.
7096 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
7097 region if transient-mark-mode is turned on and the region is active.
7098 (proced-omit-processes): Rename from proced-hide-processes to
7099 avoid key clash with describe-mode (bound to h). Search for
7100 marked processes starting from point-min.
7101 (proced-header-space): Remove.
7102 (proced-send-signal): Handle errors. Operate on current process
7103 if no process is marked.
7104 (proced-why): New command.
7105 (proced-log, proced-log-summary): New functions.
7106 (proced-help): Use proced-why.
7107 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
7108 (bibtex-autokey-year-title-separator): Fix docstring.
7109
7110 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
7111
7112 * net/xesam.el (xesam-vendor, xesam-notify-function):
7113 New local variables.
7114 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
7115 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
7116 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
7117 (xesam-new-search): Initialize `xesam-vendor'.
7118
7119 2008-08-15 Glenn Morris <rgm@gnu.org>
7120
7121 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
7122 a pipeline.
7123 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
7124 unless at the end of the pipeline. (Bug#699).
7125
7126 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
7127
7128 * minibuffer.el (completion-boundaries): Doc fix.
7129 (display-completion-list): Only default base-size to zero if
7130 completing in the minibuffer.
7131
7132 * simple.el (completion-base-size): Doc fix.
7133 (choose-completion): Try reselecting completion-reference-buffer.
7134
7135 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
7136
7137 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
7138 also for remote directories.
7139
7140 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
7141
7142 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
7143 since those precomputed values aren't used any more.
7144 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
7145
7146 2008-08-14 Martin Rudalics <rudalics@gmx.at>
7147
7148 * help.el (with-help-window): Return last value in BODY.
7149
7150 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
7151
7152 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
7153 notify function of the URL.
7154 (xesam-new-search): Encode special characters in the query string.
7155
7156 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
7157
7158 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
7159
7160 2008-08-13 Andreas Schwab <schwab@suse.de>
7161
7162 * net/tramp.el (tramp-handle-shell-command): Handle output going
7163 to current buffer like shell-command. Don't disable undo.
7164
7165 2008-08-13 Glenn Morris <rgm@gnu.org>
7166
7167 * eshell/esh-cmd.el (eshell/which): Handle the case where no
7168 description is found.
7169
7170 2008-08-12 Alan Mackenzie <acm@muc.de>
7171
7172 * progmodes/cc-defs.el (c-emacs-features):
7173 argumentative-bod-function: bind mark-ring to avoid accumulating a
7174 spurious mark.
7175
7176 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * simple.el (visual-line--saved-state): New var.
7179 (visual-line-mode): Save local values of variables, and restore
7180 them when visual-line-mode is disabled.
7181
7182 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
7183
7184 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
7185
7186 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
7187
7188 * progmodes/cc-defs.el (c-emacs-features):
7189 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
7190 moving point during the test.
7191
7192 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
7193
7194 2008-08-11 Glenn Morris <rgm@gnu.org>
7195
7196 * term/ns-win.el (x-parse-geometry): Doc fix.
7197
7198 * dired.el (x-popup-menu):
7199 * hi-lock.el (x-popup-menu):
7200 * mouse.el (font-face-attributes):
7201 * calendar/cal-menu.el (x-popup-menu):
7202 * calendar/calendar.el (x-popup-menu):
7203 * calendar/holidays.el (x-popup-menu):
7204 * progmodes/cperl-mode.el (x-popup-menu):
7205 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
7206 (x-open-connection):
7207 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
7208 (x-command-line-resources):
7209 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
7210 (x-display-name, x-command-line-resources):
7211 Add declarations for builds without X.
7212
7213 2008-08-10 Glenn Morris <rgm@gnu.org>
7214
7215 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
7216
7217 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
7218
7219 * vc-bzr.el (vc-bzr-find-revision): Rename from
7220 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
7221
7222 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
7223
7224 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
7225 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
7226 "DONE", when all hits are retrieved.
7227 (xesam-search): Autoload it.
7228
7229 2008-08-11 John Paul Wallington <jpw@pobox.com>
7230
7231 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
7232 empty string when no filename.
7233 (define-ibuffer-column filename): Accommodate that change.
7234
7235 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
7236 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
7237
7238 2008-08-10 Glenn Morris <rgm@gnu.org>
7239
7240 * Makefile.in (ELCFILES): Update.
7241
7242 2008-08-10 John Paul Wallington <jpw@pobox.com>
7243
7244 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
7245
7246 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
7247
7248 * battery.el (battery-echo-area-format, battery-status-function):
7249 Handle new Linux sysfs format for battery reporting.
7250 (battery-linux-sysfs): New function.
7251
7252 2008-08-07 Martin Rudalics <rudalics@gmx.at>
7253
7254 * add-log.el (change-log-search-tag-name)
7255 (change-log-goto-source): Fix behavior when point is not on tag.
7256
7257 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
7258
7259 * startup.el (command-line-ns-option-alist): Use ignore instead of
7260 ns-ignore-0-arg.
7261
7262 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
7263 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
7264 (ns-alternatives-map): New variable.
7265 (x-set-up-function-keys): Use it.
7266 (global): Comment out "put backspace ascii-character..." and friends.
7267 Move function-key-map into ns-alternatives-map. Don't call
7268 precompute-menubar-bindings. Don't set anything connected with
7269 browse-url.
7270 (after-make-frame-functions): Clarify comment why a hook is added.
7271
7272 2008-08-06 Joakim Verona <joakim@verona.se>
7273
7274 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
7275 in url:s.
7276
7277 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7278
7279 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
7280 Fix 2008-01-01 change: use a shy group to not affect subsequent
7281 match calls.
7282
7283 2008-08-06 Reto Zimmermann <reto@gnu.org>
7284
7285 * progmodes/vera-mode.el (vera-electric-tab):
7286 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
7287 region when active.
7288
7289 2008-08-06 Kenichi Handa <handa@m17n.org>
7290
7291 * faces.el (face-valid-attribute-values): Fix handling the value
7292 of (font-family-list) and font-XXX-table.
7293
7294 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
7295
7296 * proced.el (proced-menu): Bind the correct function to for toggling.
7297
7298 * vc-dir.el (vc-dir-mode): Fix typo.
7299
7300 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7301
7302 * whitespace.el (whitespace-newline-mode)
7303 (global-whitespace-newline-mode, whitespace-mode)
7304 (global-whitespace-mode): Improve docstring.
7305
7306 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
7307
7308 * kmacro.el (kmacro-exec-ring-item): Add autoload.
7309
7310 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
7311
7312 * cus-start.el (all): Handle auto-save-visited-file-name.
7313
7314 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
7315
7316 * files.el (hack-one-local-variable-eval-safep): Handle
7317 lisp-indent-function and scheme-indent-function in addition to the
7318 deprecated lisp-indent-hook.
7319
7320 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
7321
7322 * net/xesam.el (top): Require `wid-edit' always.
7323 (xesam-mode-line, xesam-highlight): New deffaces.
7324 (xesam-objects): New local variable.
7325 (xesam-search-engines): Fix error in field list.
7326 (xesam-mode): Use `xesam-mode-line' instead of
7327 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
7328 proper initialization (why?).
7329 (xesam-highlight-string, xesam-get-hits)
7330 (xesam-kill-buffer-function): New defuns.
7331 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
7332 result of "hit.fields", it isn't a string only. Wrap an error of
7333 the strigi search engine ("xesam:size" is returned as string).
7334 Highlight search items.
7335 (xesam-refresh-search-buffer): Make logic of counters more simple.
7336 Prefetch next hits.
7337 (xesam-signal-handler): Use `xesam-mode-line' instead of
7338 `font-lock-type-face'.
7339 (xesam-new-search): Add `xesam-kill-buffer-function' to
7340 `kill-buffer-hook'.
7341
7342 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
7343
7344 * add-log.el (change-log-next-error, change-log-mode): Add support
7345 for `next-error' to call `change-log-goto-source' on named files
7346 in a ChangeLog.
7347
7348 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
7349
7350 * calc/calc.el (math-read-number): Handle all C-like languages
7351 properly.
7352
7353 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
7354
7355 * calc/calc.el (math-read-number): Handle C numbers beginning with
7356 0 correctly.
7357
7358 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7359
7360 * term/ns-win.el ([ns-new-frame]): New global key.
7361
7362 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7363
7364 * international/mule-cmds.el (read-char-by-name):
7365 Check UCS names with `assoc-string' and case folding.
7366
7367 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
7368
7369 * net/dbus.el (dbus-call-method-asynchronously)
7370 (dbus-method-return-internal, dbus-method-error-internal):
7371 Declare them with `declare-function'.
7372
7373 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7374
7375 * descr-text.el (describe-char-display): Fix last change:
7376 don't pass CHARSET to `encoded-string-description'.
7377
7378 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
7379
7380 * vc.el (vc-next-action): Update list var correctly after delete.
7381
7382 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7383
7384 * ido.el (ido-mode): Add toggle notification.
7385
7386 * cus-edit.el (custom-save-all): Avoid destroying symlink if
7387 already visiting the custom file.
7388
7389 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7390 pending output coming after the status change.
7391
7392 2008-08-02 Jason Rumney <jasonr@gnu.org>
7393
7394 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7395
7396 2008-08-01 Kenichi Handa <handa@m17n.org>
7397
7398 * international/mule-cmds.el (encode-coding-char):
7399 New optional arg CHARSET.
7400
7401 * descr-text.el (describe-char-display): Call encode-coding-char
7402 with the arg CHARSET.
7403 (describe-char): Pay attention to the text-property `charset'.
7404
7405 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7406
7407 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7408 error messages.
7409 (dbus-set-property): Call `dbus-introspect-get-property' instead
7410 of `dbus-get-property'.
7411
7412 * net/xesam.el (xesam-all-fields): Remove source and content
7413 identifiers.
7414 (xesam-dbus-unique-names): New defvar.
7415 (xesam-dbus-call-method): New defun. Replace all calls of
7416 `dbus-call-method' by `xesam-dbus-call-method'.
7417 (xesam-get-cached-property, xesam-set-cached-property):
7418 New defuns.
7419 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7420 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7421 (xesam-search-engines): Make it an association list. Take changed
7422 layout into account in the corresponding function.
7423 (xesam-delete-search-engine): Remove check for consistency of
7424 `xesam-search-engines', not needed anymore.
7425 (xesam-mode): Show XML query string only in the debug case.
7426
7427 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7428
7429 * files.el (read-file-modes): Fix typo in docstring.
7430
7431 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * Makefile.in: Avoid maintainer warning for autogenerated unicode
7434 files.
7435
7436 * apropos.el (apropos-symbol): Don't set button skip by default.
7437 (apropos-print): Set button skip iff searching for multiple types.
7438 (apropos-print-doc): Insert blank label button when searching for
7439 a single type.
7440
7441 * button.el (forward-button): Avoid infloop.
7442
7443 * minibuffer.el (read-file-name-completion-ignore-case):
7444 Add cygwin to the list.
7445
7446 2008-07-31 Sven Joachim <svenjoac@gmx.de>
7447
7448 * files.el (abbreviate-file-name): When replacing $HOME with ~,
7449 turn off case-fold-search.
7450
7451 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7452
7453 * net/dbus.el (top): Don't register for "NameOwnerChanged".
7454 (dbus-message-type-invalid, dbus-message-type-method-call)
7455 (dbus-message-type-method-return, dbus-message-type-error)
7456 (dbus-message-type-signal): New defconst.
7457 (dbus-ignore-errors): Fix `edebug-form-spec' property.
7458 (dbus-return-values-table): New defvar.
7459 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7460 New defun.
7461 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7462 Extend docstring. Adapt implementation according to new
7463 `dbus-event' layout.
7464 (dbus-event-service-name, dbus-event-path-name)
7465 (dbus-event-interface-name, dbus-event-member-name):
7466 Adapt implementation according to new `dbus-event' layout.
7467 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7468
7469 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7470 (xesam-mode): Rework implementation.
7471 (xesam-new-search): Additional parameter TYPE.
7472 (xesam-search): Adapt call of `xesam-new-search'.
7473
7474 2008-07-31 Juri Linkov <juri@jurta.org>
7475
7476 * dired-aux.el (dired-do-chmod): Set default value to the original
7477 mode string using absolute notation like u=rwx,g=rx,o=rx.
7478 Use it as a new arg `default' of `dired-mark-read-string'.
7479 (dired-mark-read-string): Add new optional arg `default'.
7480
7481 * files.el (read-file-modes): Set default value to the original
7482 mode string using absolute notation like u=rwx,g=rx,o=rx.
7483 Use it as the `default' arg of `read-string'.
7484
7485 * filesets.el (filesets-cmd-isearch-getargs): Check if the
7486 variable `files' is bound to avoid warnings.
7487
7488 * isearch.el (isearch-forward-regexp, isearch-forward-word)
7489 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7490 to the command `isearch-forward' instead of displaying "See C-s".
7491 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7492 with their interactive specifications. Move reading the face name to
7493 the main body after calls to isearch-done and isearch-clean-overlays.
7494
7495 * mb-depth.el: Unify all names under one common name prefix
7496 `minibuffer-depth-'.
7497 (minibuffer-depth-indicator-function): Rename from
7498 `minibuf-depth-indicator-function'.
7499 (minibuffer-depth-overlay): Rename from
7500 `minibuf-depth-overlay'.
7501 (minibuffer-depth-setup): Rename from
7502 `minibuf-depth-setup-minibuffer'.
7503 (minibuffer-depth-indicate-mode): Rename from
7504 `minibuffer-indicate-depth-mode'.
7505
7506 2008-07-31 Juri Linkov <juri@jurta.org>
7507
7508 * dired-aux.el (dired-isearch-filenames-toggle): New command.
7509 (dired-isearch-filenames-setup): Bind "\M-sf" to
7510 dired-isearch-filenames-toggle in isearch-mode-map.
7511 (dired-isearch-filenames-end): Bind "\M-sf" to nil
7512 in isearch-mode-map.
7513
7514 * isearch.el (isearch-edit-string-set-word): New command.
7515 (minibuffer-local-isearch-map): Bind "\C-w" to
7516 isearch-edit-string-set-word.
7517 (isearch-new-word): Temporary internal variable.
7518 (isearch-edit-string): Remove special case of reading the
7519 first character and checking it for C-w.
7520
7521 * simple.el (read-shell-command, shell-command):
7522 Move code that uses minibuffer-with-setup-hook to set
7523 minibuffer-default-add-function to minibuffer-default-add-shell-commands
7524 from the interactive spec of `shell-command' to `read-shell-command'.
7525
7526 * international/mule-cmds.el (read-char-by-name):
7527 Accept hash notation. Doc fix.
7528 (ucs-insert): Doc fix. Convert to number only when `arg' is
7529 a string. Use separate error message when `arg' is not an integer.
7530 Bind `ucs-insert' to `C-x 8 RET'.
7531
7532 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
7533
7534 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7535 move the (arglist-cont-nonempty) from c-offsets-alist to
7536 c-hanging-braces-alist like other styles already have.
7537
7538 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7539
7540 * textmodes/texinfmt.el:
7541 * nxml/nxml-enc.el:
7542 * mail/feedmail.el:
7543 * international/mule.el:
7544 * international/latexenc.el:
7545 * emulation/viper-util.el:
7546 * emulation/viper-init.el:
7547 * emulation/viper-ex.el:
7548 * emacs-lisp/bytecomp.el:
7549 * version.el:
7550 * subr.el:
7551 * startup.el:
7552 * sort.el:
7553 * shadowfile.el:
7554 * recentf.el:
7555 * printing.el:
7556 * paths.el:
7557 * minibuffer.el:
7558 * ls-lisp.el:
7559 * loadup.el:
7560 * hippie-exp.el:
7561 * finder.el:
7562 * files.el:
7563 * ediff-util.el:
7564 * ediff-ptch.el:
7565 * ediff-init.el:
7566 * ediff-diff.el:
7567 * dired.el:
7568 * dired-aux.el:
7569 * cus-edit.el:
7570 * bindings.el:
7571 * arc-mode.el:
7572 * add-log.el: Remove VMS support.
7573 * obsolete/vmsproc.el:
7574 * obsolete/vms-pmail.el:
7575 * obsolete/vms-patch.el: Remove file.
7576
7577 2008-07-31 Alan Mackenzie <acm@muc.de>
7578
7579 * progmodes/cc-mode.el (c-before-hack-hook): New function
7580 (Top Level): Install c-before-hack-hook on
7581 before-hack-local-variables-hook, rather than
7582 c-postprocess-file-styles on hack-local-variables-hook.
7583
7584 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7585
7586 * files.el (normal-mode): Move call to hack-project-variables into
7587 hack-local-variables.
7588 (file-local-variables-alist, before-hack-local-variables-hook):
7589 New vars.
7590 (ignored-local-variables): Add file-local-variables-alist.
7591 (hack-local-variables-filter): Renamed from
7592 hack-local-variables-apply. Add the result to
7593 file-local-variables-alist, without applying them.
7594 (hack-local-variables): Set file-local-variables-alist to nil.
7595 Call hack-project-variables and before-hack-local-variables-hook.
7596 Apply variables here, instead of hack-local-variables-apply.
7597 Based on a patch by Alan Mackenzie.
7598
7599 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7600
7601 * info-look.el (autoconf-mode :doc-spec): For
7602 "(autoconf)M4 Macro Index", if the item already
7603 begins with "AS_", don't prefix that string again.
7604
7605 2008-07-30 Juri Linkov <juri@jurta.org>
7606
7607 * info.el (info, Info-mode): Doc fix.
7608
7609 * isearch.el (isearch-mode-map): Bind `M-s r' to
7610 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7611 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7612 in the global map `search-map'.
7613 (isearch-forward): Doc fix.
7614 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7615
7616 * simple.el (quoted-insert): Comment out code that treats
7617 0240-0377 specially.
7618
7619 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * cus-start.el: Add customization info for
7622 read-buffer-completion-ignore-case.
7623
7624 2008-07-30 Sam Steingold <sds@gnu.org>
7625
7626 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7627
7628 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7629
7630 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7631 (vc-dir-mode): Improve docstring.
7632
7633 2008-07-30 Juri Linkov <juri@jurta.org>
7634
7635 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7636 for the sake of isearch-mode-hook in dired-mode in dired.el.
7637
7638 2008-07-19 Markus Triska <markus.triska@gmx.at>
7639
7640 * image-mode.el (image-mode): Set image-mode-text-map when image
7641 cannot be displayed.
7642
7643 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7644
7645 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7646 ada-xref-set-default-prj-values.
7647 (ada-prj-display-page): Ditto.
7648
7649 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7650 (ada-make-filename-from-adaname): Fix free variable.
7651
7652 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7653
7654 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7655
7656 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7657
7658 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7659 for declarations inside a parenthetical list. The code is ill-advised,
7660 and doesn't work given user defined types.
7661 (verilog-set-auto-endcomments): Enhance function automatic
7662 endcomment to support functions that return user defined types.
7663 (verilog-mode): Add code to tell which-function-mode minor mode
7664 that Verilog supports this feature.
7665 (verilog-beg-block-re-ordered, verilog-indent-re)
7666 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7667 (verilog-leap-to-head): Support the new virtual and/or protected
7668 tasks, as well as extern declarations of tasks for indenting and
7669 for forward/backward expression.
7670
7671 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7672
7673 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7674 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7675 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7676 (verilog-string-replace-matches): Avoid recursion with small
7677 replacements.
7678 (verilog-auto-inst-param-value, verilog-mode-version)
7679 (verilog-mode-version-date, verilog-read-inst-param-value)
7680 (verilog-auto-inst, verilog-auto-inst-param)
7681 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7682 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7683 David Rogoff. This allows parameters to be replaced with their
7684 values, on the expansion of an AUTOINST with Verilog 2001 style
7685 parameter settings.
7686
7687 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7688
7689 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7690 to `cddr'.
7691
7692 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7693
7694 * Makefile.in (ELCFILES): Add mairix.elc.
7695
7696 2008-07-29 David Engster <deng@randomsample.de>
7697
7698 * net/mairix.el: New file.
7699
7700 2008-07-29 Juri Linkov <juri@jurta.org>
7701
7702 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7703 instead of variable-pitch with bold and 1.2 height.
7704
7705 * dired-aux.el (dired-do-async-shell-command): New command.
7706
7707 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7708 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7709
7710 2008-07-29 Juri Linkov <juri@jurta.org>
7711
7712 * international/mule-cmds.el (ucs-names): New internal variable.
7713 (ucs-names): New function.
7714 (ucs-completions): New lazy completion variable.
7715 (read-char-by-name): New function.
7716 (ucs-insert): Replace interactive spec letter "s" with the call to
7717 `read-char-by-name'.
7718
7719 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7720
7721 * replace.el (occur-read-primary-args):
7722 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7723 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7724 second arg of `read-regexp'.
7725
7726 * dired-aux.el (dired-isearch-filenames): New user option.
7727 (dired-isearch-orig-success-function): New internal variable.
7728 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7729 (dired-isearch-success-function): New functions.
7730 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7731 New commands.
7732
7733 * dired.el (dired-insert-set-properties): Add new text property
7734 `dired-filename' to put on file names.
7735 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7736 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7737 Add menu items.
7738 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7739 buffer-local `isearch-mode-hook'.
7740
7741 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7742
7743 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7744 (ada-create-case-exception): Fix typo in docstring.
7745 (ada-no-auto-case): Return nil, not the docstring.
7746 (ada-indent-current): Reflow docstring.
7747
7748 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7749 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7750 (ada-prj-load-from-file): Reflow docstring.
7751 (ada-prj-display-page): Fix typo in widget.
7752
7753 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7754 Fix typos in docstrings.
7755
7756 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7757 (ada-compile-current, ada-check-current, ada-run-application)
7758 (ada-get-ali-file-name): Fix typos in docstrings.
7759 (ada-xref-confirm-compile, ada-find-references)
7760 (ada-find-local-references, ada-find-any-references): Doc fixes.
7761 (ada-get-all-references): Fix typo in error message.
7762 (ada-xref-current-project): Use `let', not `let*'.
7763 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7764
7765 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7766
7767 * whitespace.el (whitespace-newline): Change initialization to have a
7768 low contrast relative to the background color. Suggested by David
7769 Reitter <david.reitter@gmail.com>.
7770
7771 2008-07-28 Juri Linkov <juri@jurta.org>
7772
7773 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7774 New functions.
7775
7776 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7777 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7778
7779 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7780
7781 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7782 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7783
7784 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7785
7786 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7787 Add support for add-log.
7788 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7789
7790 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7791 (ada-prj-save): Prompt for file name if not given.
7792 (ada-prj-display-page): Display casing exceptions.
7793
7794 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7795 Ada mode project files. Delete 'main_unit' project variable;
7796 only need 'main'. Simplify handling of default project values.
7797 Use cross-prefix consistently.
7798 (ada-find-executable): Throw error if not found.
7799 (ada-initialize-runtime-library): Improve error handling when
7800 gnatls not found.
7801 (ada-gnat-parse-gpr): New.
7802 (ada-treat-cmd-string): Allow process environment variables.
7803 (ada-xref-set-default-prj-values): Delete; replace with
7804 ada-default-prj-properties.
7805 (ada-parse-prj-file): Handle GNAT project files.
7806 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7807 (ada-select-prj-file): New.
7808 (ada-get-absolute-dir-list): Allow project and environment variables.
7809
7810 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7811
7812 Sync with Tramp 2.1.14.
7813
7814 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7815 (tramp-get-device): Make device number a cons cell.
7816 (tramp-convert-file-attributes): Make inode a cons cell.
7817
7818 * net/trampver.el: Update release number.
7819
7820 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7821
7822 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7823 window systems.
7824
7825 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7826
7827 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7828
7829 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7830
7831 Remove support for Mac Carbon.
7832 * term/mac-win.el: Remove file
7833 * international/mule-cmds.el:
7834 * version.el:
7835 * startup.el:
7836 * simple.el:
7837 * mwheel.el:
7838 * mouse.el:
7839 * loadup.el:
7840 * isearch.el:
7841 * info.el:
7842 * frame.el:
7843 * faces.el:
7844 * disp-table.el:
7845 * cus-start.el:
7846 * cus-face.el:
7847 * cus-edit.el:
7848 * Makefile.in: Remove code for Carbon.
7849
7850 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7851
7852 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7853 bindings for functions deleted by Dan N. 2008-07-21. Set
7854 where-is-preferred-modifier. Add show-manual option to Help menu.
7855
7856 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7857
7858 * net/tramp.el (tramp-handle-start-file-process):
7859 Set query-on-exit flag. Kill temporary buffer.
7860 (tramp-process-sentinel): Remove defun.
7861 (tramp-do-copy-or-rename-file-out-of-band)
7862 (tramp-maybe-open-connection): Don't call it.
7863
7864 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7865 `tramp-process-sentinel'.
7866
7867 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7868 `tramp-process-sentinel'.
7869
7870 * net/xesam.el (xesam-from): Remove defvar.
7871 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7872 and `mode-line-position'.
7873 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7874 information to the widgets. Don't set `mode-line-position'.
7875 (xesam-refresh-search-buffer): Correct hit number computing.
7876 Don't set `mode-line-position'.
7877 (xesam-new-search): Add debug information to the mode line.
7878
7879 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7880
7881 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7882 diff-show-trailing-whitespaces.
7883
7884 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7885
7886 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7887 invalid filename strings when parsing tex errors (bug#376).
7888
7889 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7890
7891 * menu-bar.el (menu-bar-file-menu): Fix typo.
7892
7893 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7894
7895 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7896 (solitaire-mode): Define with `define-derived-mode'.
7897 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7898 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7899 (solitaire-undo, solitaire-check): Use `when'.
7900 (solitaire-solve): Err out if the solitaire is already in progress.
7901 Use `when'.
7902
7903 * descr-text.el (describe-char): Don't overwrite local variable char
7904 when describing characters with display-table entries. Display font
7905 backend when describing composed characters. Simplify: use `let'
7906 instead of `let*', and `or x y' instead of `if x x y'.
7907
7908 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * image-mode.el (image-minor-mode): Set up winprops.
7911
7912 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7913
7914 * diff-mode.el (diff-show-trailing-blanks): New fun.
7915 Show trailing blanks in modified lines for diff-mode.
7916
7917 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7918
7919 * Makefile.in (ELCFILES): Add net/xesam.el.
7920
7921 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7922 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7923
7924 * net/xesam.el: New file.
7925
7926 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7927
7928 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7929 set-file-modes when creating target directories.
7930
7931 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7932
7933 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7934 Set `show-trailing-whitespace' to nil.
7935 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7936 Fix typos in docstrings.
7937
7938 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7939
7940 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7941 key remapping, not directly.
7942
7943 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7944
7945 * whitespace.el: New version 11.2.
7946 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7947 minor mode visualization.
7948
7949 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7950
7951 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7952
7953 * Makefile.in (ELCFILES): Add term/common-win.elc.
7954
7955 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7956 (vc-dir-isearch-regexp): New functions.
7957 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7958
7959 2008-07-23 Juri Linkov <juri@jurta.org>
7960
7961 * isearch-multi.el: Remove file to avoid dos file name clashes
7962 with isearch-x.el. Move most content to misearch.el.
7963
7964 * misearch.el: New file with most content from isearch-multi.el.
7965 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7966 Remove `isearch-buffers-minor-mode'. Add new function
7967 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7968 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7969 `multi-isearch-files', `multi-isearch-files-regexp'.
7970
7971 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7972
7973 * isearch.el (isearch-message-prefix): Display "Multi" when
7974 `multi-isearch-next-buffer-current-function' is non-nil.
7975 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7976 with `multi-isearch-next-buffer-current-function', and
7977 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7978
7979 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7980 `multi-isearch-next-buffer-function' instead of
7981 `isearch-buffers-next-buffer-function'. Remove call to
7982 `isearch-buffers-minor-mode'.
7983
7984 * buff-menu.el (Buffer-menu-marked-buffers)
7985 (Buffer-menu-isearch-buffers)
7986 (Buffer-menu-isearch-buffers-regexp): New functions.
7987 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7988 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7989 `Buffer-menu-isearch-buffers-regexp'.
7990 (Buffer-menu-mode): Document new commands in docstring.
7991 (list-buffers-noselect): Add one space after Info file name
7992 according to the Info address convention.
7993
7994 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7995 New functions.
7996
7997 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7998 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7999 (ibuffer-mode): Document new commands in docstring.
8000
8001 * filesets.el (filesets-commands): Add commands for "Isearch" and
8002 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
8003 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
8004 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
8005 or `multi-isearch-files-regexp'.
8006 (filesets-cmd-query-replace-getargs): Call standard function
8007 `query-replace-read-args' to read `query-replace' arguments.
8008 Add `multi-query-replace-map'.
8009 (filesets-cmd-query-replace-regexp-getargs)
8010 (filesets-cmd-isearch-getargs): New functions.
8011
8012 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
8013
8014 * international/mule.el (recode-region): Deactivate mark at the end.
8015
8016 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
8017
8018 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8019 Use more suitable colors on dark displays.
8020
8021 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
8022
8023 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
8024 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
8025 (tramp-temp-buffer-name): New defconst.
8026 (tramp-handle-start-file-process): Use it. Apply "exec", for the
8027 command. No trailing prompt.
8028 (tramp-process-sentinel): Remove temporary buffer, if existing.
8029 Don't handle trailing prompt.
8030 (tramp-open-connection-setup-interactive-shell):
8031 Use `tramp-temp-buffer-name'.
8032
8033 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
8034
8035 * shell.el (shell-dynamic-complete-functions):
8036 Use comint-dynamic-complete-filename as well (bug#361).
8037
8038 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
8039
8040 * term/ns-win.el:
8041 * version.el (emacs-version):
8042 * loadup.el:
8043 * frame.el (make-frame-on-display): Check for ns instead of
8044 ns-windowing.
8045
8046 * dired.el (dired-mode-map): Show the key binding for wdired.
8047
8048 * menu-bar.el (menu-bar-file-menu): Show the key binding for
8049 exiting Emacs.
8050
8051 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8052
8053 * term/ns-win.el (x-list-fonts): Drop alias.
8054
8055 2008-07-23 Juri Linkov <juri@jurta.org>
8056
8057 * replace.el (multi-query-replace-map): New variable.
8058 (perform-replace): Add processing of new multi-buffer keys bound
8059 to `automatic-all' and `exit-current'. Set `query-flag' to nil
8060 if last input char was `automatic-all'. Set new local variable
8061 `multi-buffer' to t when one of new two keys were typed. Return
8062 non-nil value of `multi-buffer' that tells to calling functions
8063 to continue replacement on the next file.
8064
8065 * progmodes/etags.el (tags-query-replace): Set arg `map' of
8066 `perform-replace' to `multi-query-replace-map'.
8067
8068 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
8069
8070 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
8071 otherwise displayed in every buffer.
8072
8073 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
8074 (vc-arch-trim-one-revlib): Delete temp directories as well.
8075
8076 2008-07-22 Stephen Eglen <stephen@gnu.org>
8077
8078 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
8079
8080 2008-07-22 Sven Joachim <svenjoac@gmx.de>
8081
8082 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
8083
8084 2008-07-22 Miles Bader <miles@gnu.org>
8085
8086 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
8087 (sh-mode-map): Remove remapping of newline-and-indent.
8088
8089 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8090
8091 * vc.el (Todo): Update.
8092
8093 * vc-hooks.el: Remove obsolete comment.
8094
8095 * vc-git.el (vc-git-status-printer): Update the directory display
8096 to match the default.
8097
8098 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
8099
8100 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8101
8102 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
8103 for "word wrap" command.
8104
8105 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
8106
8107 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8108
8109 * term/ns-win.el: Rename ns- functions/variables to the
8110 corresponding x- versions.
8111 (x-select-text, x-cut-buffer-or-selection-value)
8112 (x-disown-selection-internal, x-get-selection-internal)
8113 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
8114 (x-display-mm-width, x-display-mm-height)
8115 (x-display-backing-store, x-display-save-under)
8116 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
8117 defaliases.
8118
8119 * frame.el (ns-display-name): Remove declaration.
8120 (make-frame-on-display): Use x-display-name instead
8121 ns-display-name. Use unless.
8122
8123 * startup.el (command-line-1): Fix indentation.
8124
8125 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
8126 checked in inadvertently.
8127
8128 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * term/ns-win.el: Standardize references to "Nextstep" in
8131 comments, messages, and docstrings.
8132 (ns-handle-args, x-parse-geometry)
8133 (ns-extended-platform-support-mode, x-setup-function-keys)
8134 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
8135 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
8136 (ns-initialized, ns-initialize-window-system): Doc fixes.
8137
8138 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
8139
8140 * diff-mode.el (diff-auto-refine): Delete defcustom.
8141 (diff-auto-refine-mode): New func/var via define-minor-mode.
8142 Update var ref to use diff-auto-refine-mode.
8143 * smerge-mode.el (diff-mode): Require when compiling.
8144 (smerge-auto-refine): Delete defcustom.
8145 Update smerge-auto-refine ref to use diff-auto-refine-mode.
8146
8147 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
8148
8149 * simple.el (visual-line): New custom group.
8150 (visual-line-fringe-indicators): New var.
8151 (visual-line-mode): Set fringe-indicator-alist based on
8152 visual-line-fringe-indicators. Add lighter.
8153
8154 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
8155
8156 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
8157 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8158 (x-handle-geometry, x-handle-name-switch, x-display-name)
8159 (x-handle-display, x-handle-args, x-colors): Move ...
8160 * term/common-win.el: ... here. New file.
8161 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
8162 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
8163 (x-handle-geometry, x-handle-name-switch, x-display-name)
8164 (x-handle-display, x-handle-args, x-colors): Remove.
8165 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
8166
8167 2008-07-19 Juri Linkov <juri@jurta.org>
8168
8169 * startup.el (fancy-startup-text): Move the line "To quit
8170 a partially entered command, type Control-g" a few lines below
8171 to be after the line "To start". Add text "at gnu.org" to
8172 "Overview of Emacs features".
8173
8174 * dired.el (dired-mode-map): Fix menu text of
8175 image-dired-display-thumbs.
8176
8177 * image-dired.el (image-dired-cmd-create-thumbnail-options)
8178 (image-dired-cmd-create-temp-image-options)
8179 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
8180 ImageMagick command line to change the dimensions of the image
8181 only if its width or height exceeds the geometry specification.
8182
8183 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
8184
8185 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
8186 to docstrings.
8187
8188 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
8189
8190 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
8191 Vinicius Jose Latorre.
8192
8193 2008-07-19 Glenn Morris <rgm@gnu.org>
8194
8195 * term/ns-win.el (ns-make-command-string): Use mapconcat.
8196 (ns-save-preferences): Fix typo in previous change. (Bug#573)
8197
8198 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
8199
8200 * net/dbus.el (dbus-interface-properties): New defconst.
8201 (dbus-introspect): Update docstring.
8202 (dbus-introspect-xml, dbus-introspect-get-attribute)
8203 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
8204 (dbus-introspect-get-interface-names)
8205 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
8206 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
8207 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
8208 (dbus-introspect-get-property)
8209 (dbus-introspect-get-annotation-names)
8210 (dbus-introspect-get-annotation)
8211 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
8212 (dbus-introspect-get-signature, dbus-get-property)
8213 (dbus-set-property, dbus-get-all-properties): New defuns.
8214
8215 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
8216
8217 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
8218 ns-grabenv.elc.
8219
8220 * ns-carbon-compat.el: File removed.
8221
8222 * ns-grabenv.el: File removed.
8223
8224 * term/ns-win.el: Contents of ns-carbon-compat.el and
8225 ns-grabenv.el moved here.
8226 (ns-grabenv, ns-open-file-select-line): Doc fixes.
8227 (ns-submit-bug-report): Function removed. Reports go to the main
8228 Emacs bug list.
8229 (ns-handle-args, ns-spi-service-call): Doc fixes.
8230 (info-ns-emacs): Function removed. Nextstep port manual will be
8231 merged into the Emacs manual, so no separate link needed.
8232
8233 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
8234
8235 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
8236
8237 2008-07-18 Glenn Morris <rgm@gnu.org>
8238
8239 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
8240 to XEmacs, since it does nothing for Emacs.
8241
8242 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
8243
8244 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
8245 BUFFER that is a string but does not exist as a buffer object, as
8246 mentioned in the doc-string.
8247
8248 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
8249
8250 * simple.el (line-move-visual): Make it a defcustom.
8251 (line-move-1): Convert temporary-goal-column back to an integer if
8252 it was set as a float by a previous call to line-move-visual.
8253 (end-of-visual-line, beginning-of-visual-line)
8254 (next-logical-line, previous-logical-line): New functions.
8255
8256 2008-07-17 David Reitter <david.reitter@gmail.com>
8257
8258 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
8259 functions.
8260 (visual-line-mode, global-visual-line-mode): New minor mode.
8261 (visual-line-mode-map): New variable.
8262
8263 2008-07-17 Glenn Morris <rgm@gnu.org>
8264
8265 * term/ns-win.el (parameters): Declare for compiler.
8266
8267 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
8268
8269 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
8270 for Windows.
8271
8272 2008-07-17 Daiki Ueno <ueno@unixuser.org>
8273
8274 * epa.el (epa-key-list-mode): Use run-mode-hooks.
8275 (epa-key-mode): Ditto.
8276 (epa-info-mode): Ditto.
8277
8278 2008-07-17 Glenn Morris <rgm@gnu.org>
8279
8280 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
8281 (ns-handle-numeric-switch): Just call ns-handle-switch.
8282 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
8283 (ns-handle-args): Simplify using `pop'.
8284 (ns-display-name): Define (used in frame.el).
8285 (menu-bar-select-frame): Add (ignored) arg to more closely match the
8286 original definition.
8287 (ns-perform-service): Declare.
8288 (ns-save-preferences): Use fewer `let's.
8289
8290 * frame.el (ns-display-name): Declare for compiler.
8291
8292 2008-07-17 Kenichi Handa <handa@m17n.org>
8293
8294 * descr-text.el (describe-char-unidata-list): Initialize to the
8295 list of name, general-category, decomposition, and old-name.
8296
8297 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8298
8299 * startup.el (command-line-1): Update processing of NS long options to
8300 mimic recent changes to processing of X long options.
8301
8302 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
8303
8304 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
8305 list of #defines for remote files.
8306 (gdb-source-info): Only show main if it has been found.
8307
8308 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * term/ns-win.el: Require CL; fix up comment style; reindent.
8311 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
8312 (ns-save-preferences): Use `case'.
8313 (ns-initialize-window-system): Use `dolist'.
8314
8315 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
8316
8317 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
8318 windowing is used.
8319 * term/ns-win.el (ns-extended-platform-support-mode):
8320 Correct/improve documentation.
8321
8322 2008-07-16 Glenn Morris <rgm@gnu.org>
8323
8324 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
8325 Simply require 'cl (see comment in cl-compat.el).
8326 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
8327 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
8328 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
8329 directly rather by subterfuge. Provide cl before loading cl-macs.
8330
8331 * paths.el (rmail-spool-directory): Remove settings for systems that are
8332 no longer supported.
8333
8334 * frame.el (ns-initialize-window-system): Declare for compiler.
8335
8336 * term/ns-win.el: Add numerous declarations for compiler.
8337 (ns-pop-up-frames): Move definition before use. Doc fix.
8338
8339 * emacs-lisp/check-declare.el (check-declare-locate)
8340 (check-declare-verify): Handle .m files.
8341
8342 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
8343
8344 * ns-carbon-compat.el: New file: user-visible compatibility of
8345 NeXTstep port with Carbon port.
8346 * ns-grabenv.el: New file: functionality useful on OS X platform to
8347 expose environment variables inside Emacs started from icon.
8348 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
8349 * cus-edit.el:
8350 * cus-face.el:
8351 * disp-table.el:
8352 * faces.el:
8353 * info.el:
8354 * mouse.el:
8355 * mwheel.el:
8356 * simple.el: Add ns to window systems treated as GUIs.
8357 * facemenu.el (facemenu-read-color): Don't require a name match under
8358 NS, to allow numeric color entry.
8359 * frame.el (make-frame-on-display): Follow code for 'x in initializing
8360 'ns window system if need be.
8361 (various): Add 'ns as described above.
8362 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8363 ns-windowing is active.
8364 * startup.el (command-line-ns-option-alist): New constant to handle NS
8365 windowing system specific command line args analogous to how they are
8366 handled for X windows.
8367 (command-line-1): Use the above where appropriate.
8368 * version.el: Add NS port version.
8369 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8370 Darwin (usually OS X) systems.
8371 (woman-use-own-frame): Include 'ns in list of GUI window systems.
8372 * emulation/viper-util.el (ns-display-color-p)
8373 (ns-color-defined-p): Remove these (caustically-commented) outdated
8374 compensations for a port that was never itself integrated until now.
8375 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8376 for NS window system.
8377 * international/mule-cmds.el: Add 'ns to list of special-cased window
8378 systems (probably most of these, x/w32/mac/ns could be changed to
8379 window-system non-nil).
8380 * term/ns-win.el: New file: lisp-side support for NS windowing system.
8381
8382 2008-07-14 Jason Rumney <jasonr@gnu.org>
8383
8384 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8385 (x-handle-numeric-switch, x-handle-initial-switch)
8386 (x-handle-xrm-switch, x-handle-args, x-handle-display)
8387 (xw-defined-colors, w32-initialize-window-system):
8388 Avoid use of cl pop and push macros.
8389
8390 2008-07-14 Martin Rudalics <rudalics@gmx.at>
8391
8392 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8393 error when change-log-search-file-name returns nil.
8394
8395 2008-07-13 Martin Rudalics <rudalics@gmx.at>
8396
8397 * add-log.el (change-log-search-file-name):
8398 Use match-string-no-properties.
8399 (change-log-search-tag-name-1, change-log-search-tag-name)
8400 (change-log-goto-source-1, change-log-goto-source): New functions.
8401 (change-log-tag-re, change-log-find-head, change-log-find-tail):
8402 New variables.
8403 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8404
8405 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
8406
8407 * calc/calc-help.el (calc-describe-key): Add angles to special key
8408 descriptions.
8409
8410 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
8411
8412 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8413 search for regexp.
8414
8415 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8416
8417 * simple.el (line-move-visual): Handle null pixel position gracefully.
8418
8419 2008-07-11 Jason Rumney <jasonr@gnu.org>
8420
8421 * files.el (file-truename): Get truename of ancestors if file does
8422 not exist on Windows.
8423
8424 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
8425
8426 * simple.el (line-move-visual): Obey goal-column and no-error arg.
8427 (track-eol, temporary-goal-column, previous-line, next-line):
8428 Update docstring.
8429 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8430 to nil.
8431
8432 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8433
8434 * simple.el (line-move-visual): New var.
8435 (line-move-visual): New function.
8436 (line-move): Call line-move-visual.
8437
8438 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8439
8440 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8441 pattern and add patterns for C++ header files.
8442
8443 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8444
8445 * window.el (truncated-partial-width-window-p): New function.
8446
8447 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
8448
8449 * faces.el (x-create-frame-with-faces): Don't pass parameters that
8450 are set later to x-create-frame.
8451 (face-set-after-frame-default): Apply X resources for non-default
8452 faces.
8453
8454 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8455
8456 * faces.el (face-set-after-frame-default): Simplify. Don't apply
8457 frame-specific X resource settings. Set faces using a list of
8458 frame parameters explicitly passed to the calling
8459 function (e.g. make-frame).
8460 (x-create-frame-with-faces, tty-create-frame-with-faces):
8461 Supply explicit frame parameter list to face-set-after-frame-default.
8462
8463 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
8464
8465 * net/browse-url.el (browse-url-default-browser):
8466 Fix argument list in lambda.
8467
8468 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
8469
8470 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8471 from url-retrieve.
8472 (newsticker--sentinel-work): Fix xerror typo.
8473
8474 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8475
8476 * vc-dir.el (vc-dir-refresh): Only update files.
8477
8478 * vc-git.el (vc-git--ls-files-state): Remove unused function.
8479
8480 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8481
8482 2008-07-06 John Paul Wallington <jpw@pobox.com>
8483
8484 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8485
8486 2008-07-05 Alexandre Julliard <julliard@winehq.org>
8487
8488 * vc-git.el (vc-git-registered): Return true for removed files.
8489 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8490 all the files instead of one per file.
8491 (vc-git-previous-revision): Add support for project-wide previous
8492 revision when specified file is nil.
8493
8494 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8495
8496 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8497
8498 * vc-dir.el (vc-dir-find-child-files): New function.
8499 (vc-dir-resync-directory-files): New function.
8500 (vc-dir-recompute-file-state): New function, broken out of ...
8501 (vc-dir-resynch-file): ... here. Also deal with directories.
8502 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8503 (vc-resynch-buffer): Use it.
8504
8505 * vc-hg.el (vc-hg-registered): Do not set vc-state.
8506
8507 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8508
8509 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
8510
8511 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8512 if it's not part of gdb-ui, e.g, at start.
8513
8514 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8515 filenames in stack trace (text command mode).
8516
8517 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8518
8519 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8520
8521 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8522 Use syntax-ppss on a position *before* the char we want to change.
8523
8524 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8525
8526 * vc-dir.el (vc-dir-query-replace-regexp): New function.
8527 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8528 (vc-dir-mode-map): Likewise.
8529
8530 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
8531
8532 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8533 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8534 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8535 Remove spurious * in defcustom docstrings.
8536
8537 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8538 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8539 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8540 (default-justification): Remove spurious * in defcustom docstrings.
8541
8542 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8543 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8544 (rst-compare-decorations, rst-default-indent, rst-update-section)
8545 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8546 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8547 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8548 Fix typos in docstrings.
8549 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8550 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8551 (rst-get-decorations-around, rst-section-tree-point)
8552 (rst-font-lock-adornment-point): Reflow docstrings.
8553 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8554 Doc fixes.
8555 (rst-re-enumerations): Comment out.
8556
8557 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8558 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8559 (nxml-unicode-block-char-name-set):
8560 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8561 * nxml/rng-nxml.el (rng-set-state-after):
8562 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8563
8564 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8565 (rng-c-parse-annotation-body):
8566 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8567
8568 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8569 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8570 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8571 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8572 Fix typos in docstrings.
8573 (nxml-attribute-indent): Reflow docstring.
8574 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8575 (nxml-default-buffer-file-coding-system): Doc fixes.
8576
8577 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8578 (nxml-ns-set-prefix): Fix typos in docstrings.
8579 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8580 Reflow docstring.
8581 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8582
8583 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8584 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8585 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8586 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8587 (nxml-outline-display-rest, nxml-outline-set-overlay)
8588 (nxml-section-tag-forward, nxml-section-tag-backward)
8589 (nxml-back-to-section-start): Fix typos in docstrings.
8590
8591 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8592 Doc fixes.
8593
8594 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8595 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8596 (nxml-scan-after-change): Fix typo in docstring.
8597
8598 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8599 (rng-name-class-possible-names): Doc fixes.
8600 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8601 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8602 Fix typos in docstrings.
8603 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8604 Reflow docstrings.
8605
8606 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8607 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8608
8609 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8610 (rng-xsd-convert-date-time): Reflow docstrings.
8611 (rng-xsd-compile): Fix typo in docstring.
8612
8613 * nxml/rng-loc.el (rng-current-schema-file-name)
8614 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8615 Doc fixes.
8616 (rng-set-schema-file): Fix typo in docstring.
8617
8618 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8619 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8620 Fix typos in docstrings.
8621 (rng-message-overlay, rng-conditional-up-to-date-start)
8622 (rng-conditional-up-to-date-end): Doc fixes.
8623 (rng-next-error, rng-previous-error): Reflow docstrings.
8624
8625 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8626 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8627 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8628 (xmltok-merge-attributes): Fix typos in docstrings.
8629 (xmltok-make-attribute, xmltok-forward-special)
8630 (xmltok-get-declared-encoding-position): Reflow docstrings.
8631
8632 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8633 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8634 Fix typos in docstrings.
8635
8636 2008-07-02 John Paul Wallington <jpw@pobox.com>
8637
8638 * ibuffer.el (ibuffer-buffer-file-name):
8639 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8640 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8641
8642 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8643
8644 * files.el (backup-extract-version): Handle versioned directories.
8645 (trash-directory): New variable.
8646 (move-file-to-trash): New function.
8647
8648 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8649
8650 2008-07-02 Magnus Henoch <mange@freemail.hu>
8651
8652 * vc-git.el (vc-git-annotate-command): Use proper option for
8653 specifying revision.
8654
8655 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8656
8657 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8658 if available.
8659
8660 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8661
8662 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8663
8664 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8665 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8666
8667 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8668
8669 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8670
8671 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8672 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8673 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8674 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8675 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8676 (gdb-stack-list-locals-regexp): Future proof regexps better.
8677
8678 2008-06-30 Juri Linkov <juri@jurta.org>
8679
8680 * faces.el (face-name-history): New variable.
8681 (make-face, make-empty-face): Replace interactive spec "S"
8682 with `read-from-minibuffer' where `read' arg is t and
8683 `hist' arg is `face-name-history'.
8684 (read-face-name): Set `hist' arg of `completing-read-multiple'
8685 to `face-name-history'.
8686 (list-faces-display): Use `read-regexp' instead of `read-string'
8687 to read regexp.
8688
8689 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8690 to `regexp-history'.
8691 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8692 make it an obsolete alias to it.
8693 (hi-lock-face-defaults): New variable renamed from
8694 `hi-lock-face-history'.
8695 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8696 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8697 `read-from-minibuffer'. Doc fix.
8698 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8699 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8700 Set `hist' arg of `completing-read' to `face-name-history'.
8701 Put a list of default faces to `default' arg instead of `hist' arg.
8702
8703 * bindings.el (abbrev-map, narrow-map): New variables.
8704 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8705 Rebind related commands to these new maps.
8706 (ctl-x-r-map): New variable for rectangle, register and bookmark
8707 keys. Move rectangle keybindings to rect.el and register
8708 keybindings to register.el.
8709 (next-buffer, previous-buffer): Remove C-x prefix and move
8710 keybindings to ctl-x-map.
8711
8712 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8713 to the new map `ctl-x-r-map' in autoload cookies.
8714
8715 * expand.el: Rebind two global `C-x a' keys "n", "p"
8716 to the new map `abbrev-map' in autoload cookies.
8717
8718 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8719
8720 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8721
8722 2008-06-30 Miles Bader <miles@gnu.org>
8723
8724 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8725 after processing an escape sequence.
8726
8727 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8728
8729 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8730 from 2008-06-28. It does not work on W32.
8731
8732 2008-06-29 Juri Linkov <juri@jurta.org>
8733
8734 * replace.el (read-regexp): New function.
8735 (keep-lines-read-args, occur-read-primary-args):
8736 Call `read-regexp' instead of code moved to new function.
8737 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8738 from the end of prompt.
8739 (replace-re-search-function): Doc fix.
8740
8741 2008-06-29 Kenichi Handa <handa@m17n.org>
8742
8743 * descr-text.el (describe-char-display): Always return a string.
8744 (describe-char-padded-string): New function.
8745 (describe-char): Adjusted for the change of
8746 describe-char-display. Use describe-char-padded-string.
8747
8748 2008-06-29 Andreas Schwab <schwab@suse.de>
8749
8750 * vc-dir.el (vc-dir): Make backend argument optional and use
8751 vc-responsible-backend when nil. Interactively pass nil for
8752 backend instead of using the backend of what happens to be
8753 default-directory at the time of the call.
8754
8755 * find-dired.el (find-dired-filter): Preserve point.
8756
8757 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8758
8759 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8760 (sasl-find-mechanism, sasl-next-step):
8761 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8762 (sasl-ntlm-response): Fix typos in docstrings.
8763
8764 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8765
8766 * international/mule-cmds.el (view-hello-file): Doc fix.
8767
8768 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8769
8770 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8771 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8772
8773 2008-06-28 John Paul Wallington <jpw@pobox.com>
8774
8775 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8776
8777 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8778
8779 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8780 (tramp-convert-file-attributes): Convert symlinks only when
8781 returned from `tramp-handle-file-attributes-with-stat'.
8782
8783 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8784 `substitute-in-file-name' when unloading.
8785 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8786
8787 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8788
8789 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8790 (vc-string-prefix-p): Move function ...
8791 * vc.el (vc-string-prefix-p): ... here.
8792
8793 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8794
8795 * vc-dir.el (vc-dir): Complete only directory names.
8796
8797 2008-06-27 Jason Rumney <jasonr@gnu.org>
8798
8799 * w32-fns.el (top-level): Unconditionally define all charsets.
8800
8801 2008-06-27 Alan Mackenzie <acm@muc.de>
8802
8803 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8804 the CC Mode specific functions; this is no longer needed, since
8805 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8806
8807 * progmodes/cc-defs.el (c-emacs-features): New feature
8808 'argumentative-bod-function.
8809
8810 2008-06-27 John Paul Wallington <jpw@pobox.com>
8811
8812 * chistory.el (list-command-history): Use `bound-and-true-p'.
8813 (command-history-map): Define within defvar. Add docstring.
8814
8815 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8816
8817 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8818 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8819 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8820 (image-type-from-buffer): Use `looking-at-p'.
8821
8822 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8823
8824 * ibuf-ext.el (diff-sentinel): Declare.
8825
8826 2008-06-27 Glenn Morris <rgm@gnu.org>
8827
8828 * calendar/lunar.el (calendar-lunar-phases): Rename from
8829 calendar-phases-of-moon. Keep old name as alias, update callers.
8830 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8831 (diary-lunar-phases): Rename from diary-phases-of-moon.
8832 Keep old name as alias.
8833 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8834 (cal-menu-global-mouse-menu): Update for lunar name changes.
8835 * calendar/calendar.el (calendar-mode-map): Update for name change.
8836 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8837
8838 2008-06-26 Glenn Morris <rgm@gnu.org>
8839
8840 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8841 argument `nolocation'.
8842 (calendar-sunrise-sunset-month): New function.
8843 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8844 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8845 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8846 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8847 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8848 (calendar-buffer-list): Add solar-sunrises-buffer.
8849
8850 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8851
8852 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8853
8854 * cus-start.el: Add customization types for word-wrap and
8855 shift-select-mode.
8856
8857 2008-06-26 John Paul Wallington <jpw@pobox.com>
8858
8859 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8860 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8861 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8862 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8863
8864 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8865
8866 * vc-dir.el (tool-bar): Require.
8867
8868 * vc.el (ewoc, tool-bar): Do not require.
8869
8870 2008-06-26 Kenichi Handa <handa@m17n.org>
8871
8872 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8873 characters.
8874
8875 * composite.el (terminal-composition-base-character-p): New function.
8876 (terminal-composition-function):
8877 Use terminal-composition-base-character-p. Include the base character
8878 in the composition.
8879 (auto-compose-chars): Don't check font-object for terminal display.
8880
8881 2008-06-26 Glenn Morris <rgm@gnu.org>
8882
8883 * doc-view.el (bookmark-make-record-default):
8884 * image-mode.el (bookmark-make-record-default): Fix declaration.
8885
8886 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8887 Add default :value for sexp type.
8888 (calendar-month-edges): New variable.
8889 (calendar-month-edges): New function.
8890 (calendar-recompute-layout-variables): Set calendar-month-edges.
8891 (calendar-intermonth-header, calendar-intermonth-text): New options.
8892 (calendar-insert-at-column): New function.
8893 (calendar-generate-month): Use calendar-insert-at-column.
8894 Handle intermonth text. Add 'date property.
8895 (calendar-column-to-month): Remove function.
8896 (calendar-column-to-segment): New function.
8897 (calendar-cursor-to-date): Use calendar-column-to-segment.
8898 Check 'date property.
8899
8900 * calendar/calendar.el (calendar-print-other-dates):
8901 Handle mouse events.
8902 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8903 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8904
8905 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8906 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8907 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8908
8909 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8910 Use calendar-column-to-segment, calendar-month-edges, and
8911 the 'date property to handle intermonth text.
8912
8913 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8914
8915 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8916 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8917 Add doc strings.
8918 (cal-menu-context-mouse-menu): Add some :keys.
8919 (calendar-check-holidays): Declare rather than autoloading.
8920 (diary-show-holidays-flag): Remove unneeded declaration.
8921
8922 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8923 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8924 event-start is nil.
8925
8926 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * minibuffer.el (completion-basic-try-completion): Use the text after
8929 point to constrain the completion candidates.
8930 (completion-basic-all-completions): Adjust accordingly.
8931
8932 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8933
8934 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8935 courier.
8936
8937 * faces.el (set-face-attribute): Doc fix.
8938
8939 2008-06-25 Juri Linkov <juri@jurta.org>
8940
8941 * bindings.el (goto-map): New variable. Rebind goto-related
8942 commands to this `M-g' prefix keymap.
8943 (search-map): New variable for `M-s' prefix keymap.
8944 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8945 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8946 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8947 `M-shw' to `hi-lock-write-interactive-patterns'.
8948
8949 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8950 `isearch-highlight-regexp'.
8951 (isearch-highlight-regexp): New function.
8952
8953 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8954
8955 * info.el (Info-bookmark-make-record):
8956 Use bookmark-make-record-default.
8957 (Info-bookmark-jump): Use bookmark-default-handler.
8958
8959 * image-mode.el (image-bookmark-make-record):
8960 Use bookmark-make-record-default.
8961 (image-bookmark-jump): Use bookmark-default-handler.
8962
8963 * doc-view.el (doc-view-bookmark-make-record):
8964 Use bookmark-make-record-default.
8965 (doc-view-bookmark-jump): Use bookmark-default-handler.
8966
8967 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8968 used until now in bookmark.el's code.
8969 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8970 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8971 used until now in bookmark.el's code.
8972 (bookmark-set-filename): Remove special code, moved to its only caller.
8973 (bookmark-store): Use the newer format.
8974 (bookmark-make-record-default): Add arg `point-only'.
8975 Rename from bookmark-make-record-for-text-file.
8976 (bookmark--jump-via): New function.
8977 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8978 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8979 Use it.
8980 (bookmark-jump-noselect, bookmark-default-handler):
8981 Don't return an alist, instead return the data implicitly by changing
8982 current buffer and point. Signal an error if the file doesn't exist.
8983
8984 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8985 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8986
8987 * bs.el: Use with-current-buffer. Simplify.
8988 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8989
8990 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8991 is bound before using it.
8992
8993 2008-06-25 Kenichi Handa <handa@m17n.org>
8994
8995 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8996
8997 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8998
8999 * vc-hg.el:
9000 * vc-git.el: Require vc-dir when compiling.
9001
9002 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
9003 vc-dir-marked-only-files. Change the return value.
9004 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
9005 Change the return value.
9006 (vc-dir-deduce-fileset): New function broken out from ...
9007 * vc.el (vc-deduce-fileset): ... here and ...
9008 (vc-deduce-fileset): ... here.
9009
9010 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
9011 (vc-svn-parse-status): Do not set the vc-backend property.
9012
9013 2008-06-25 Andreas Schwab <schwab@suse.de>
9014
9015 * faces.el (face-font-family-alternatives, variable-pitch):
9016 Use "Sans Serif", not "Sans-Serif".
9017
9018 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
9019
9020 * faces.el (face-font-family-alternatives, variable-pitch):
9021 Change "Sans" to the canonical name "Sans-Serif".
9022
9023 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
9024
9025 * calc/calc.el (calc-mode-map): Add extra keybindings to
9026 `calc-missing-key'.
9027 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
9028 `kill-ring-save'.
9029
9030 2008-06-24 Miles Bader <miles@gnu.org>
9031
9032 * mouse.el (mouse-appearance-menu): Don't do anything if the user
9033 pops up the menu but doesn't select anything.
9034
9035 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
9036
9037 * add-log.el (add-change-log-entry): Add new arg to force each new
9038 entry to be on a new line.
9039 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
9040
9041 * vc-dir.el (vc-client-object): Remove.
9042 (vc-dir-prepare-status-buffer): Take a backend as an argument and
9043 use it when looking for a buffer.
9044 (vc-dir): Add a backend argument. Set revert-buffer-function.
9045 Don't create a client object. Move bindings ...
9046 (vc-dir-menu-map, vc-dir-mode-map): ... here.
9047 (vc-dir-revert-buffer-function): New function.
9048 (vc-generic-status-printer): Rename to ...
9049 (vc-dir-status-printer): ... this.
9050 (vc-generic-state, vc-generic-status-fileinfo-extra)
9051 (vc-dir-extra-menu, vc-make-backend-object): Remove.
9052 (vc-default-status-printer): Use a different face for
9053 directories. Don't display any text for directories in the state
9054 column. Add tooltips.
9055
9056 * vc.el (Todo): Update.
9057
9058 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
9059 * vc-rcs.el (vc-annotate-convert-time):
9060 * vc-mtn.el (vc-annotate-convert-time):
9061 * vc-git.el (vc-annotate-convert-time):
9062 * vc-cvs.el (vc-annotate-convert-time):
9063 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
9064
9065 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
9066
9067 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
9068 instead of using view-mode.
9069
9070 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
9071
9072 * Makefile.in (distclean): Don't delete *.elc and autogen files.
9073
9074 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
9075
9076 * vc.el:
9077 * vc-hooks.el:
9078 * vc-dispatcher.el: Move vc-dir variables and functions ...
9079 * vc-dir.el: ... here. New file.
9080 * Makefile.in (ELCFILES): Add vc-dir.elc.
9081
9082 * vc.el: Move vc-annotate variables and functions ...
9083 * vc-annotate.el: ... here. New file.
9084 * Makefile.in (ELCFILES): Add vc-annotate.elc.
9085
9086 * vc-dav.el: Move here from url/vc-dav.el.
9087 (Todo): Note work needed to make this backend functional.
9088
9089 * Makefile.in (ELCFILES): Update vc-dav.el location.
9090
9091 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
9092
9093 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
9094
9095 2008-06-21 John Paul Wallington <jpw@pobox.com>
9096
9097 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
9098
9099 * textmodes/rst.el (rst-mode): Put docstring in right place.
9100
9101 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
9102
9103 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
9104 size for legibility.
9105
9106 * faces.el (fixed-pitch): Use "Monospace" family.
9107 (variable-pitch): Use "Sans" family.
9108 (face-font-family-alternatives): Define alternatives for "Sans"
9109 and "Monospace".
9110
9111 2008-06-21 Glenn Morris <rgm@gnu.org>
9112
9113 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
9114 Require 'cl when compiling.
9115
9116 * emacs-lisp/debug.el (help-xref-interned): Declare.
9117
9118 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
9119 Evaluate definition when compiling.
9120
9121 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
9122 rather than mouse-1.
9123 (bug-reference-url-format): Autoload safe if string.
9124 (bug-reference-bug-regexp): Make space after "bug" optional.
9125
9126 * Makefile.in (all): Explicitly pass EMACS to sub-make,
9127 for some non-GNU makes.
9128
9129 * cus-dep.el (custom-dependencies-no-scan-regexp):
9130 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
9131
9132 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
9133 increments.
9134
9135 * calendar/calendar.el: Factor out the magic numbers controlling the
9136 calendar layout.
9137 (calendar-month-digit-width, calendar-month-width)
9138 (calendar-right-margin): New variables.
9139 (calendar-recompute-layout-variables, calendar-set-layout-variable):
9140 New functions.
9141 (calendar-left-margin, calendar-intermonth-spacing)
9142 (calendar-column-width, calendar-day-header-width)
9143 (calendar-day-digit-width): New options.
9144 (calendar-first-date-row): New constant.
9145 (calendar-move-to-column, calendar-ensure-newline): New functions,
9146 replacing calendar-insert-indented.
9147 (calendar-insert-indented): Remove function.
9148 (calendar-generate-month): Use calendar-move-to-column and
9149 calendar-ensure-newline. Use layout variables.
9150 (calendar-generate, calendar-update-mode-line)
9151 (calendar-font-lock-keywords): Use layout variables.
9152 (calendar-column-to-month): New function.
9153 (calendar-cursor-to-date): Use calendar-column-to-month.
9154 Use layout variables.
9155 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
9156 Use layout variables. Use calendar-column-to-month.
9157 (calendar-cursor-to-visible-date): Use layout variables.
9158
9159 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9160
9161 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
9162 (all): Run compile-last.
9163 (compile-onefile): New target.
9164 (compile-first): Simplify.
9165 (compile-last): Don't treat COMPILE_FIRST specially.
9166 (COMPILE_FIRST): List the elc files rather than the el files.
9167 (ELCFILES): Update.
9168
9169 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
9170
9171 * net/newst-treeview.el: Remove dead code.
9172 (newsticker--window-config): Remove.
9173 (newsticker-treeview-quit): Do not save window config.
9174 (newsticker-treeview): Do not try to restore window config.
9175 (newsticker-groups, newsticker--treeview-list-sort-by-column)
9176 (newsticker--treeview-list-new-items)
9177 (newsticker--treeview-list-immortal-items)
9178 (newsticker--treeview-list-obsolete-items)
9179 (newsticker--treeview-list-all-items)
9180 (newsticker--treeview-list-feed-items): Fix documentation.
9181
9182 2008-06-21 Miles Bader <miles@gnu.org>
9183
9184 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
9185
9186 2008-06-21 Alan Mackenzie <acm@muc.de>
9187
9188 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
9189 infinite loop on invalid syntax.
9190
9191 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
9192
9193 * textmodes/rst.el: Run rst-define-level-faces when loading.
9194 (rst-mode): Don't set the font-lock-multiline var.
9195 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
9196 Set the font-lock-multiline property by hand.
9197
9198 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
9199
9200 * Makefile.in (emacs-deps): Remove.
9201 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
9202 (all): Use them.
9203 (autogen-clean): Remove.
9204
9205 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9206
9207 * Makefile.in (all): New target.
9208 (bootstrap-prepare): Remove.
9209
9210 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
9211 the .elc file to batch-byte-compile.
9212
9213 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
9214 set-keymap-parents if set-keymap-parent doesn't exist.
9215
9216 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
9217 Allow more than one space before the |.
9218
9219 * textmodes/rst.el: Fix up docstring conventions.
9220 Move vars to before their first use.
9221 (rst-mode): Don't mess with font-lock-support-mode.
9222 (rst-suggest-new-decoration, rst-adjust-decoration):
9223 Avoid CL's copy-list.
9224 (rst-delete-entire-line): Use line-beginning-position.
9225 (rst-position): New fun.
9226 (rst-straighten-decorations): Use it instead of CL's position.
9227 (rst-straighten-bullets-region): Avoid CL's mapcar*.
9228 (rst-toc-mode): Use define-derived-mode.
9229 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
9230 Remove unused var `in-par'. Use `point' rather than `point-marker'.
9231 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
9232 (rst-replace-lines): Simplify.
9233 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
9234
9235 * simple.el (special-mode-map): New var.
9236 (special-mode): New major mode.
9237
9238 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
9239
9240 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
9241 log-view-file-re.
9242
9243 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
9244 (vc-switch-backend): Simplify.
9245 (Todo): Remove solved items.
9246
9247 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
9248 the vc-backend property.
9249
9250 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
9251
9252 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
9253 Bind inhibit-read-only since the buffer is always read-only.
9254
9255 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
9256
9257 * net/newst-treeview.el (newsticker-treeview-own-frame):
9258 Change default value to nil.
9259 (newsticker--treeview-list-add-item)
9260 (newsticker--treeview-propertize-tag): Show item title in tooltip.
9261
9262 2008-06-20 Martin Blais <blais@furius.ca>
9263 Stefan Merten <smerten@oekonux.de>
9264 David Goodger <goodger@python.org>
9265
9266 * textmodes/rst.el: New file.
9267
9268 2008-06-20 Sam Steingold <sds@gnu.org>
9269
9270 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
9271 remove DIRECTORY entries.
9272
9273 2008-06-20 Eli Zaretskii <eliz@gnu.org>
9274
9275 * makefile.w32-in (distclean): Depend on `clean'.
9276 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
9277 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
9278 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
9279 empty cus-load.el with `echo', and include "Local Variables"
9280 section to prevent the empty file from being compiled.
9281 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
9282 that generate an empty cus-load.el.
9283
9284 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
9285
9286 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
9287 Don't copy ldefs-boot.el over loaddefs.el.
9288 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
9289 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
9290 to loaddefs.el; they are not needed now. Add coding cookie.
9291
9292 2008-06-20 Miles Bader <miles@gnu.org>
9293
9294 * face-remap.el (face-remap-add-relative, face-remap-set-base):
9295 Strip unnecessary list levels from SPECS.
9296 (buffer-face-set, buffer-face-toggle):
9297 Change argument from FACE to &rest SPECS, and strip unnecessary
9298 list levels from SPECS.
9299 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
9300
9301 2008-06-20 Jason Rumney <jasonr@gnu.org>
9302
9303 * international/fontset.el (setup-default-fontset): Specify script
9304 for latin use of iso10646-1. Fix use of lang tags.
9305
9306 2008-06-19 Miles Bader <miles@gnu.org>
9307
9308 * face-remap.el (text-scale-increase): Start from zero if
9309 text-scale-mode isn't enabled.
9310
9311 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
9312
9313 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
9314 frame parameters after setting up the `default' face.
9315
9316 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
9317
9318 * faces.el (face-set-after-frame-default): Don't exclude `default'.
9319
9320 2008-06-18 Glenn Morris <rgm@gnu.org>
9321
9322 * mouse.el (buffer-face-mode-invoke): Declare.
9323
9324 * Makefile.in (ELCFILES): Add org/org-id.elc.
9325
9326 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
9327 * calendar/cal-menu.el (cal-menu-holidays-menu):
9328 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
9329 (cal-menu-today-holidays): Remove function.
9330
9331 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
9332 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
9333 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
9334 Remove unused functions.
9335 (calendar-mouse-view-diary-entries): Use format rather than concat.
9336
9337 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
9338 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9339 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
9340
9341 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
9342 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
9343 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
9344 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
9345 cal-menu-event-to-date.
9346
9347 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
9348 Handle mouse events.
9349 * calendar/cal-tex.el (cal-tex-cursor-year)
9350 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9351 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
9352 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
9353 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
9354 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
9355 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
9356 (cal-tex-cursor-month): Mark N as optional.
9357 * calendar/cal-menu.el (calendar-mouse-tex-day)
9358 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
9359 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9360 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9361 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9362 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9363 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9364 Remove functions.
9365 (cal-menu-context-mouse-menu): Replace the above functions with the
9366 cal-tex versions. Add HTML submenu.
9367
9368 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
9369
9370 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9371 text command mode.
9372 (gdb): Explain that gud-gdb is needed for text command mode.
9373
9374 2008-06-17 Martin Rudalics <rudalics@gmx.at>
9375
9376 * window.el (split-height-threshold): Remove spurious extra line.
9377
9378 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9379
9380 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9381 (calendar-set-mark):
9382 * calendar/diary-lib.el (diary-insert-entry):
9383 * calendar/solar.el (calendar-sunrise-sunset): Use it.
9384 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9385 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9386 (cal-menu-context-mouse-menu): Use calendar-set-mark,
9387 diary-insert-entry, and calendar-sunrise-sunset instead.
9388
9389 * vc.el (vc-deduce-fileset): Add arg `only-files'.
9390 (vc-next-action): Pass the new arg.
9391 (vc-register): Don't use `only-files'.
9392 Don't set `backup-inhibited' in the current buffer.
9393
9394 2008-06-17 Miles Bader <miles@gnu.org>
9395
9396 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9397
9398 * face-remap.el (buffer-face-mode-face)
9399 (buffer-face-mode-remapping): New variables.
9400 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9401 (buffer-face-mode-invoke): New functions.
9402 (variable-pitch-mode-remapping): Variable removed.
9403 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9404
9405 * face-remap.el (internal-lisp-face-attributes): New variable.
9406 (face-attrs-more-relative-p, face-remap-order): New functions.
9407 (face-remap-add-relative): Use `face-remap-order'.
9408
9409 2008-06-17 Glenn Morris <rgm@gnu.org>
9410
9411 * mouse.el (x-select-font): Declare.
9412
9413 * calendar/calendar.el (calendar-move-hook):
9414 Add calendar-update-mode-line as an option.
9415 (calendar-date-echo-text): New user option.
9416 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
9417 (calendar-insert-indented): Simplify newline insertion.
9418 (calendar-describe-mode): Remove unused function.
9419 (calendar-mode-line-entry): New function.
9420 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
9421 Mark as risky.
9422 (calendar-mouse-other-month): Remove function.
9423 (calendar-other-month): Handle mouse events.
9424 (calendar-goto-info-node): Call fit-window-to-buffer.
9425 (calendar-mode): Use define-derived-mode. Doc fix.
9426 (calendar-update-mode-line): Tweak whitespace.
9427
9428 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9431 (vc-dir-marked-only-files): vc-string-prefix-p.
9432
9433 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
9434
9435 * progmodes/gdb-ui.el (gdb-memory-set-address)
9436 (gdb-memory-set-repeat-count): Allow keyboard bindings.
9437 (gdb-memory-mode-map): Bind above functions respectively
9438 to 'S' and 'N'.
9439
9440 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
9441
9442 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9443
9444 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9445
9446 * log-view.el (vc-diff-internal): Declare for compiler.
9447
9448 * vc-bzr.el (log-view-per-file-logs):
9449 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9450
9451 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9452
9453 * mouse.el (mouse-appearance-menu-map): New var.
9454 (mouse-appearance-menu): New function.
9455 Bind it to S-down-mouse-1.
9456
9457 2008-06-15 Juri Linkov <juri@jurta.org>
9458
9459 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9460 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9461 as the second element.
9462 (Info-build-toc): Add PARENT element extracted from the Up pointer.
9463 Don't print progress messages.
9464 (Info-toc-nodes): New variable and function.
9465 (Info-index-nodes): Optimize non-string file name case.
9466 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9467 (Info-insert-breadcrumbs): Use the cached document structure instead
9468 of visiting all ancestor nodes. Remove the initial `>'.
9469
9470 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9471
9472 * log-view.el (log-view-diff-changeset): New function.
9473 (log-view-mode-map, log-view-mode-menu): Bind it.
9474 (log-view-per-file-logs, log-view-vc-fileset)
9475 (log-view-vc-backend): New variables.
9476 (log-view-find-revision, log-view-modify-change-comment)
9477 (log-view-annotate-version): Throw an error if the log is for more
9478 than one file and we can't find the current file. Get the current
9479 file from log-view-vc-fileset if necessary.
9480 (log-view-diff): Get the current file from log-view-vc-fileset if
9481 necessary.
9482
9483 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9484
9485 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9486 (vc-hg-log-view-mode): Declare for compiler.
9487 (vc-hg-log-view-mode): Set log-view-per-file-logs and
9488 log-view-file-re.
9489 (vc-hg-diff): If no file is passed, use default-directory for cwd.
9490
9491 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9492
9493 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9494
9495 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
9496
9497 * net/tramp.el (tramp-handle-start-file-process):
9498 Clear modification time of the connection buffer.
9499 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9500 (tramp-open-connection-setup-interactive-shell): Flush cache, and
9501 restart `tramp-maybe-open-connection' when the remote system has
9502 been changed. Throw 'uname-changed event.
9503 (tramp-maybe-open-connection): Catch it.
9504
9505 * net/tramp-cmds.el (tramp-cleanup-all-connections):
9506 Reset `tramp-locked'.
9507
9508 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9509
9510 * net/newst-treeview.el (newsticker--treeview-list-update)
9511 (newsticker--treeview-item-update)
9512 (newsticker--treeview-tree-update)
9513 (newsticker-treeview-jump, newsticker-group-add-group)
9514 (newsticker-group-move-feed, newsticker-group-delete-group):
9515 Remove window dedication.
9516 (newsticker--group-manage-orphan-feeds): Handle ill-valued
9517 newsticker-groups.
9518 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9519
9520 2008-06-15 Andreas Schwab <schwab@suse.de>
9521
9522 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9523 when parsing CVS/Repository.
9524
9525 * wdired.el (wdired-search-and-rename): Fix undocumented change.
9526
9527 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9528
9529 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9530 (newsticker-extra-face, newsticker-enclosure-face): Moved to
9531 net/newst-reader.el.
9532
9533 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9534 (newsticker-extra-face, newsticker-enclosure-face): Moved from
9535 net/newst-reader.el.
9536
9537 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9538
9539 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9540 Catch and recover from case when the bytes we thought we were reading
9541 turn out to be something else entirely, such as latin-1 chars from
9542 quail. See bug#396.
9543
9544 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9545
9546 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9547 (vc-register): Call the backend function only once, instead of
9548 once for each file.
9549 (vc-next-action): Update call to vc-register.
9550 (vc-dir-register): Remove function.
9551 (vc-dir): Bind vc-register instead of vc-dir-register.
9552
9553 2008-06-14 Glenn Morris <rgm@gnu.org>
9554
9555 * Makefile.in (ELCFILES): Add net/newst-*.el.
9556
9557 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9558
9559 * wdired.el (wdired-do-renames): New function.
9560 (wdired-finish-edit): Use it to.
9561 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9562
9563 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9564
9565 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9566
9567 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9568
9569 * window.el (window--even-window-heights): Even window heights
9570 only if the selected window is higher than WINDOW.
9571 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9572
9573 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9574
9575 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9576
9577 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9578
9579 * term/linux.el (terminal-init-linux): Load t-mouse.
9580
9581 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9582 Drew Adams <drew.adams@oracle.com>
9583
9584 * info.el (Info-breadcrumbs-depth): New var.
9585 (Info-insert-breadcrumbs): New function.
9586 (Info-fontify-node): Use it.
9587 (Info-mode-map): Move initialization into declaration.
9588
9589 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9590
9591 Rename net/newsticker-*.el to net/newst-*.el.
9592 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9593 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9594 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9595 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9596 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9597 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9598 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9599 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9600 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9601 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9602
9603 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9604
9605 * progmodes/compile.el (compilation-start): Don't disable undo in
9606 comint buffer. Don't override the comint-filter with our own.
9607 (compilation-filter): Change point's insertion-type.
9608
9609 * comint.el (comint-output-filter): Use copy-marker.
9610
9611 2008-06-13 David Reitter <david.reitter@gmail.com>
9612
9613 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9614 Check message-signature-separator exists before using it.
9615
9616 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9617
9618 * vc.el (vc-delete-file): Bind default-directory before calling
9619 the backend.
9620 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9621 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9622 New function.
9623 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9624 (vc-annotate-mode-menu): Bind it.
9625
9626 2008-06-13 Jason Rumney <jasonr@gnu.org>
9627
9628 * term/w32-win.el (mouse-set-font): Remove overridden function.
9629 (w32-select-font): Declare as obsolete alias for x-select-font.
9630
9631 2008-06-13 Daniel Engeler <engeler@gmail.com>
9632
9633 These changes add serial port access.
9634 * term.el (term-update-mode-line): Modify.
9635 (serial-port-is-file-p, serial-nice-speed-history)
9636 (serial-no-speed, serial-mode-line-speed-menu)
9637 (serial-mode-line-config-menu): New variables and constants.
9638 (serial-name-history, serial-speed-history)
9639 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9640 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9641 (serial-mode-line-speed-menu, serial-update-speed-menu)
9642 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9643 (serial-update-config-menu): New functions.
9644
9645 2008-06-13 Glenn Morris <rgm@gnu.org>
9646
9647 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9648
9649 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9650
9651 2008-06-13 Kenichi Handa <handa@m17n.org>
9652
9653 * cus-face.el (custom-face-attributes): Add :foundry.
9654
9655 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9656 (face-x-resources): Add :foundry.
9657 (face-valid-attribute-values): Likewise.
9658 (face-attribute-name-alist): Likewise.
9659 (describe-face): Likewise.
9660
9661 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9662
9663 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9664
9665 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9666
9667 * longlines.el (longlines-search-forward, longlines-search-backward)
9668 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9669
9670 2008-06-12 Sam Steingold <sds@gnu.org>
9671
9672 * vc.el (vc-rename-file): DTRT when the destination is a directory
9673 name and the source is a file.
9674
9675 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9676
9677 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9678
9679 2008-06-12 Glenn Morris <rgm@gnu.org>
9680
9681 * progmodes/f90.el (f90-beginning-of-subprogram)
9682 (f90-end-of-subprogram): Only give a message when interactive.
9683
9684 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9685
9686 * progmodes/cperl-mode.el (cperl-info-on-command):
9687 Use display-pixel-height rather than x-display-pixel-height.
9688
9689 * mail/rmailedit.el (rmail-cease-edit):
9690 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9691
9692 * emulation/edt.el (edt-xserver):
9693 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9694
9695 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9696
9697 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9698 Evaluate definitions when compiling. Reverse tests.
9699
9700 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9701 use unless.
9702
9703 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9704
9705 * textmodes/artist.el (x-pointer-shape):
9706 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9707 (x-open-connection, x-server-max-request-size, x-get-resource):
9708 * term/w32console.el (x-setup-function-keys):
9709 * term/w32-win.el (x-parse-geometry, x-resource-name)
9710 (generate-fontset-menu, image-library-alist, x-open-connection)
9711 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9712 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9713 (x-get-resource):
9714 * term/mac-win.el (x-parse-geometry, x-resource-name)
9715 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9716 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9717 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9718 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9719 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9720 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9721 (tooltip-identifier-from-point, define-fringe-bitmap):
9722 * play/gamegrid.el (image-size):
9723 * play/bubbles.el (image-size):
9724 * mail/emacsbug.el (x-server-vendor, x-server-version):
9725 * international/mule-util.el (internal-char-font):
9726 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9727 (fontset-alias-alist, fontset-list, fontset-plain-name):
9728 * international/mule-cmds.el (x-server-vendor, x-server-version):
9729 * international/fontset.el (font-encoding-charset-alist)
9730 (otf-script-alist, new-fontset, set-fontset-font)
9731 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9732 (fontset-list, query-fontset, x-get-resource):
9733 * emulation/edt.el (x-server-vendor):
9734 * emulation/edt-mapper.el (x-server-vendor):
9735 * emacs-lisp/map-ynp.el (x-popup-dialog):
9736 * emacs-lisp/lmenu.el (x-popup-dialog):
9737 * x-dnd.el (x-window-property, x-change-window-property)
9738 (x-get-selection-internal):
9739 * woman.el (x-list-fonts):
9740 * w32-fns.el (x-server-version):
9741 * tooltip.el (x-show-tip, x-hide-tip):
9742 * tool-bar.el (image-mask-p):
9743 * thumbs.el (image-size):
9744 * term.el (overflow-newline-into-fringe):
9745 * subr.el (scroll-bar-scale):
9746 * startup.el (x-get-resource, tool-bar-mode, image-size):
9747 * select.el (x-get-selection-internal, x-own-selection-internal)
9748 (x-disown-selection-internal):
9749 * mouse.el (generate-fontset-menu):
9750 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9751 * image.el (image-library-alist):
9752 * image-mode.el (image-size, image-refresh):
9753 * image-dired.el (clear-image-cache):
9754 * gs.el (x-display-mm-width, x-display-pixel-width)
9755 (x-display-mm-height, x-display-pixel-height)
9756 (x-change-window-property, x-display-grayscale-p, x-window-property):
9757 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9758 (x-focus-frame, x-list-fonts, x-display-screens)
9759 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9760 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9761 (x-display-planes, x-display-color-cells, x-display-visual-class):
9762 * faces.el (internal-face-x-get-resource)
9763 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9764 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9765 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9766 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9767 (tool-bar-setup):
9768 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9769 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9770 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9771 * descr-text.el (internal-char-font):
9772 Define for compiler, for builds without X.
9773
9774 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9775
9776 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9777
9778 2008-06-11 Glenn Morris <rgm@gnu.org>
9779
9780 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9781 before trying to move there.
9782 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9783 is non-nil, indent most terminating statements like loop body.
9784
9785 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9786 Gregorian date, and add it, not the local date, to diary-entries-list.
9787 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9788
9789 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * progmodes/compile.el (compilation-filter): Fix up last change.
9792
9793 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9794
9795 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9796 (gpm-mouse-mode): Make it into a proper global minor mode.
9797
9798 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9799 if the user enabled recursive-minibuffers.
9800
9801 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9802 Add support for scroll-other-window.
9803
9804 2008-06-11 Jason Rumney <jasonr@gnu.org>
9805
9806 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9807 Use tmm-menubar if menu is disabled in this frame.
9808
9809 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9810 from frame type, per documentation. Add w32 case.
9811
9812 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9813
9814 * minibuffer.el (completion--merge-suffix): New function.
9815 (completion-basic-try-completion): Use it.
9816 (completion-pcm--find-all-completions): Add argument `filter'.
9817 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9818 New functions.
9819 (completion-pcm-try-completion): Use them.
9820
9821 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9822 (turn-off-xterm-mouse-tracking): Use terminal-list.
9823
9824 * cus-start.el (underline-minimum-offset): Rename from
9825 x-underline-minimum-display-offset.
9826
9827 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9828
9829 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9830
9831 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9832
9833 * mouse.el (mouse-select-font): New function.
9834
9835 * faces.el (face-spec-recalc): When the face is set using
9836 Customize, avoid recalculating it twice.
9837
9838 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9839 Font" menu item to it. Apply selected font to all frames, and
9840 make it savable.
9841 (menu-bar-options-save): Save `default' font if changed.
9842
9843 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * ffap.el (ffap-string-at-point-mode-alist):
9846 Use alpha rather than lower.
9847
9848 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9849
9850 * subr.el (momentary-string-display): Use an overlay.
9851
9852 * progmodes/compile.el (compilation-mode):
9853 Set window-point-insertion-type.
9854 (compilation-filter): Don't use insert-before-markers any more.
9855 * emacs-lisp/trace.el (trace-make-advice):
9856 Set window-point-insertion-type in the trace buffer.
9857 * startup.el (normal-top-level): Set window-point-insertion-type in
9858 *Messages*.
9859 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9860 (telnet-filter): Don't use insert-before-markers any more.
9861 * comint.el (comint-mode): Set window-point-insertion-type.
9862 (comint-output-filter): Don't use insert-before-markers any more.
9863 * button.el (make-text-button): Allow `start' to be a string.
9864
9865 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9866
9867 * emacs-lisp/autoload.el (autoload-rubric):
9868 Fix coding cookie not to force Unix EOL.
9869
9870 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9871
9872 * window.el (window--splittable-p, window--try-to-split-window):
9873 Don't use with-selected-window to avoid messing up get-lru-window.
9874 Reported by David Hansen <david.hansen@gmx.net>.
9875
9876 2008-06-10 Glenn Morris <rgm@gnu.org>
9877
9878 * subr.el (locate-library): Doc fix.
9879
9880 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9881 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9882 Check tool-bar-map is bound, for non-X builds.
9883
9884 * net/newsticker-reader.el (newsticker--next-item-image)
9885 (newsticker--previous-item-image, newsticker--previous-feed-image)
9886 (newsticker--next-feed-image, newsticker--mark-read-image)
9887 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9888 (newsticker--get-all-image, newsticker--update-image)
9889 (newsticker--browse-image): Check xpm images are available.
9890 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9891 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9892
9893 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9894 (newsticker--plainview-tool-bar-map, newsticker-mode):
9895 Check tool-bar-map is bound, for non-X builds.
9896 (w3m-toggle-inline-image): Declare.
9897
9898 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9899
9900 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9901
9902 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9903 (finder-compile-keywords): Move let to where needed.
9904 (finder-mouse-face-on-line): Go back one more line if needed.
9905 (finder-list-matches): Use cadr.
9906 (finder-goto-xref): New function.
9907 (finder-commentary): Add buttons to jump to foo.el libraries.
9908
9909 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9910
9911 * apropos.el (apropos-function, apropos-macro, apropos-command)
9912 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9913 (apropos-plist): Add apropos-short-label property.
9914 (apropos-multi-type): New variables.
9915 (apropos-command, apropos-value): Set it.
9916 (apropos-compact-layout): New custom.
9917 (apropos-print, apropos-print-doc): Use it.
9918 (apropos-print): Truncate lines.
9919
9920 2008-06-09 Kenichi Handa <handa@m17n.org>
9921
9922 * international/fontset.el (font-encoding-alist):
9923 Add an entry for "ascii-0".
9924
9925 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9926
9927 * language/hanja-util.el (hanja-init-load): Show the message only
9928 when loading a table.
9929
9930 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9931
9932 * net/newsticker-treeview.el (newsticker-treeview):
9933 * net/newsticker-plainview.el (newsticker-plainview):
9934 Add autoload cookie.
9935
9936 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9937
9938 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9939 -reader, -plainview, and -treeview.
9940 (newsticker-version): Change to 1.99.
9941
9942 * net/newsticker-backend.el: New. Move backend functionality from
9943 newsticker.el to newsticker-backend.el.
9944 (newsticker--download-logos): New.
9945 (newsticker--sentinel-callback): New.
9946 (newsticker--set-customvar): Remove. Split up into specific
9947 functions related to retrieval, ticker, buffer, and display.
9948 (newsticker--set-customvar-retrieval): New. Extracted from
9949 `newsticker--set-customvar'.
9950 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9951 (newsticker-url-list-defaults):
9952 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9953 (newsticker-url-list): Doc changed. URL can be a function.
9954 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9955 (newsticker-retrieval-method): New.
9956 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9957 (newsticker-retrieval-interval):
9958 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9959 (newsticker-desc-comp-max): Change :group.
9960 (newsticker--cache): Doc changed.
9961 (newsticker--guid-to-string): New.
9962 (newsticker--guid): Use `newsticker--guid-to-string'.
9963 (newsticker--real-feed-name): New.
9964 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9965 (newsticker-start): Use `insert-file-contents' for reading cache.
9966 Use `newsticker--start-feed'.
9967 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9968 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9969 Use `newsticker--stop-feed'.
9970 (newsticker-save-item): New.
9971 (newsticker--get-news-by-funcall): New.
9972 (newsticker-get-news): Handle new retrieval methods.
9973 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9974 (newsticker--sentinel-work): New. Extracted from
9975 `newsticker--sentinel'. Use `newsticker--download-logos',
9976 `newsticker--sentinel-callback'.
9977 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9978 (newsticker--parse-atom-1.0): Fix link determination.
9979 (newsticker--parse-rss-0.91): Fix time determination.
9980 (newsticker--parse-rss-0.92): Fix time determination.
9981 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9982 (newsticker--parse-generic-feed): New arg order in
9983 `newsticker--cache-add'.
9984 (newsticker--parse-generic-items): Fix for multiple items.
9985 New arg order in `newsticker--cache-add'.
9986 (newsticker--forget-preformatted): Check whether
9987 `newsticker--buffer-set-uptodate' is fbound.
9988 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9989 (newsticker--decode-rfc822-date): Partial timezone handling.
9990 (newsticker--cache-contains): Fix guid problem.
9991 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9992 (newsticker--cache-save): New.
9993 (newsticker--cache-update): Use temp buffer.
9994 (newsticker--stat-num-items): Allow multiple AGE args.
9995 (newsticker--stat-num-items-total): New.
9996 (newsticker--opml-import-outlines): New.
9997 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9998 (newsticker--do-run-auto-mark-filter): Doc changed.
9999 (newsticker-retrieve-random-message): New.
10000
10001 * net/newsticker-ticker.el: New. Move ticker functionality from
10002 net/newsticker.el to net/newsticker-ticker.el.
10003 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
10004 `newsticker--ticker-timer'.
10005 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
10006 to `newsticker--ticker-timer'.
10007 (newsticker--set-customvar-ticker): New. Extracted from
10008 `newsticker--set-customvar'.
10009 (newsticker-ticker-interval): Rename `newsticker-display-interval'
10010 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
10011 for :set. Change :group.
10012 (newsticker-scroll-smoothly): Doc changed. Change :group.
10013 (newsticker-hide-immortal-items-in-echo-area)
10014 (newsticker-hide-old-items-in-echo-area)
10015 (newsticker-hide-obsolete-items-in-echo-area):
10016 Use `newsticker--set-customvar-ticker for :set. Change :group.
10017 (newsticker-start-ticker): Rename `newsticker--display-timer' to
10018 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
10019 to `newsticker-ticker-interval'.
10020 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
10021 `newsticker--ticker-timer'.
10022
10023 * net/newsticker-reader.el: New. Move reader functionality from
10024 net/newsticker.el to net/newsticker-reader.el.
10025 (newsticker--set-customvar-formatting): New. Extracted from
10026 `newsticker--set-customvar'.
10027 (newsticker-reader, newsticker-frontend): New.
10028 (newsticker-enable-logo-manipulations): Change :group.
10029 (newsticker-justification): Use `newsticker--set-customvar-formatting'
10030 for :set. Change :group.
10031 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
10032 for :set. Change :group.
10033 (newsticker-html-renderer): Doc changed.
10034 Use `newsticker--set-customvar-formatting' for :set. Change :group.
10035 (newsticker-date-format):
10036 Use `newsticker--set-customvar-formatting' for :set. Change :group.
10037 (newsticker--insert-enclosure):
10038 Rename `newsticker--buffer-insert-enclosure' to
10039 `newsticker--insert-enclosure'. Add keymap arg.
10040 (newsticker--print-extra-elements):
10041 Rename `newsticker--buffer-print-extra-elements' to
10042 `newsticker--print-extra-elements'. Add keymap arg.
10043 (newsticker--do-print-extra-element):
10044 Rename `newsticker--buffer-do-print-extra-element' to
10045 `newsticker--do-print-extra-element'. Add keymap arg.
10046 (newsticker-show-news): Use `newsticker-frontend'.
10047
10048 * net/newsticker-plainview.el: New. Move plainview functionality
10049 from net/newsticker.el to net/newsticker-reader.el.
10050 (newsticker-plainview): New.
10051 (newsticker--set-customvar-sorting): New. Extracted from
10052 `newsticker--set-customvar'.
10053 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
10054 for :set. Changed :group.
10055 (newsticker-heading-format, newsticker-item-format)
10056 (newsticker-desc-format, newsticker-statistics-format):
10057 Use `newsticker--set-customvar-formatting for :set. Change :group.
10058 (newsticker-faces): Change :group.
10059 (newsticker-default-face): Enable again.
10060 (newsticker-hide-old-items-in-newsticker-buffer)
10061 (newsticker-show-descriptions-of-new-items):
10062 Use `newsticker--set-customvar-buffer' for :set. Change :group.
10063 (newsticker-show-all-news-elements): Change :group.
10064 (newsticker-plainview-hooks): New.
10065 (newsticker-select-item-hook, newsticker-select-feed-hook)
10066 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
10067 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
10068 to `newsticker--plainview-tool-bar-map'.
10069 (newsticker--url-keymap): Add mouse-1 binding.
10070 (newsticker-plainview): New.
10071 (newsticker-mark-all-items-of-feed-as-read): Change doc.
10072 (newsticker--buffer-do-insert-text): Use renamed
10073 newsticker--[buffer-]insert-enclosure and
10074 newsticker--[buffer-]print-extra-elements.
10075 (newsticker--buffer-set-faces): Use newsticker-default-face.
10076
10077 * net/newsticker-treeview.el: New.
10078
10079 2008-06-08 Andreas Schwab <schwab@suse.de>
10080
10081 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
10082
10083 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
10084
10085 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
10086 empty line.
10087
10088 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
10089
10090 2008-06-08 Martin Rudalics <rudalics@gmx.at>
10091
10092 * window.el (split-height-threshold, split-width-threshold):
10093 Add choice nil.
10094 (split-window-preferred-function): Allow either nil or a function.
10095 (window--splittable-p, window--try-to-split-window):
10096 Handle changed option values.
10097
10098 (window--frame-usable-p): Handle nil argument.
10099
10100 (display-buffer): Call get-lru-window when pop-up-windows is nil
10101 and window can't be split.
10102
10103 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
10104
10105 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
10106
10107 * net/tramp.el (top): Quote feature names. Remove
10108 `tramp-rfn-eshadow-setup-minibuffer' from
10109 `rfn-eshadow-setup-minibuffer-hook' when unloading.
10110 (tramp-read-passwd): There is only one call to
10111 `auth-source-user-or-password' needed. Pacify byte compiler.
10112
10113 2008-06-08 Andreas Schwab <schwab@suse.de>
10114
10115 * window.el (display-buffer): Use lru window if current window
10116 cannot be split.
10117
10118 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10119
10120 * apropos.el (apropos-library): New command and new button.
10121 (apropos-library-button): New function.
10122
10123 * apropos.el: Remove spurious * in docstrings.
10124 (apropos-label-face): Use variable pitch.
10125 (apropos-print): Use dolist and with-current-buffer.
10126 (apropos-print-doc): Use when.
10127
10128 * window.el (special-display-p, display-buffer):
10129 Fix up C->Elisp transcription error.
10130
10131 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
10132
10133 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
10134 (byte-compile-file): Initialize it.
10135 (byte-compile-nogroup-warn): Keep track of the current group.
10136
10137 2008-06-08 Glenn Morris <rgm@gnu.org>
10138
10139 * Makefile.in (compile, compile-always, bootstrap-prepare):
10140 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
10141
10142 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
10143
10144 * language/hanja-util.el (hanja-init-load): Use a char-table for
10145 hanja-table.
10146 (hangul-to-hanja-char): Adjust for the above change.
10147
10148 2008-06-07 Glenn Morris <rgm@gnu.org>
10149
10150 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
10151 lm-keywords.
10152
10153 * mail/sendmail.el (mail-interactive): Add :version.
10154
10155 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
10156 obsolete alias.
10157
10158 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
10159 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
10160 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
10161 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
10162 * eshell/esh-util.el, international/mule-cmds.el:
10163 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
10164 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
10165 Remove unnecessary eval-when-compiles and eval-and-compiles.
10166
10167 * Makefile.in (bootstrap-clean): Run autogen-clean.
10168 (maintainer-clean): No need to run autogen-clean now it is included in
10169 bootstrap-clean.
10170
10171 2008-06-06 Miles Bader <miles@gnu.org>
10172
10173 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
10174
10175 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
10176
10177 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
10178 longlines mode.
10179
10180 * replace.el (replace-search-function)
10181 (replace-re-search-function): New vars.
10182 (perform-replace): Use them.
10183
10184 * longlines.el (longlines-re-search-forward): New function.
10185 (longlines-mode): Bind replace-search-function and
10186 replace-re-search-function, to ensure that replacement commands
10187 treat newlines as spaces.
10188 (longlines-show-effect): Default to a pilcrow sign.
10189
10190 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10191
10192 * help.el (function-called-at-point):
10193 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
10194 even when calling find-tag-default.
10195
10196 2008-06-06 Daniel Colascione <danc@merrillpress.com>
10197
10198 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
10199 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
10200 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
10201 (nxml-fontify-buffer, nxml-do-fontify):
10202 Remove obsolete variables and functions.
10203 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
10204 (nxml-degrade, nxml-after-change, nxml-after-change1)
10205 (nxml-extend-region, nxml-extend-after-change-region)
10206 (nxml-extend-after-change-region1, nxml-fontify-matcher)
10207 (nxml-toggle-char-ref-extra-display): Use font-lock, and
10208 font-lock-extend-region-functions in particular, to fontify
10209 nxml-mode buffers.
10210 (nxml-debug-region): New debugging helper function.
10211
10212 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
10213 (nxml-scan-after-change, nxml-move-tag-backwards):
10214 Adapt for font-lock changes.
10215
10216 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
10217 (nxml-debug-set-inside, nxml-debug-clear-inside):
10218 New debugging functions.
10219 (nxml-with-degradation-on-error): New helper macro.
10220
10221 2008-06-06 Martin Rudalics <rudalics@gmx.at>
10222
10223 * window.el (display-buffer): Remove dead call to get-lru-window.
10224
10225 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
10226
10227 * mail/sendmail.el (mail-interactive): Change default.
10228
10229 2008-06-05 John Paul Wallington <jpw@pobox.com>
10230
10231 * bindings.el (completion-ignored-extensions):
10232 Add .p64fsl, .d64fsl, and .dx64fsl.
10233
10234 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10235
10236 * ffap.el (ffap-prompter): Don't use the region.
10237
10238 2008-06-05 Sam Steingold <sds@gnu.org>
10239
10240 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
10241 subdirectory to be registered.
10242
10243 2008-06-05 Martin Rudalics <rudalics@gmx.at>
10244
10245 * window.el (display-buffer-function, special-display-p)
10246 (special-display-buffer-names, special-display-regexps)
10247 (special-display-function, same-window-p, same-window-buffer-names)
10248 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
10249 (pop-up-frame-function, pop-up-windows, even-window-heights)
10250 (split-window-preferred-function, split-height-threshold)
10251 (window--display-buffer-1, display-buffer, pop-to-buffer):
10252 Move from window.c and buffer.c.
10253 (window--splittable-p, window--try-to-split-window)
10254 (window--frame-usable-p, window--display-buffer-2)
10255 (window--even-window-heights): New functions.
10256 (split-width-threshold): New option.
10257 (split-window-preferred-horizontally): Remove.
10258
10259 * cus-start.el: Remove corresponding declarations.
10260
10261 2008-06-05 Sam Steingold <sds@gnu.org>
10262
10263 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
10264 an error on modified buffers.
10265
10266 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
10267
10268 * progmodes/etags.el (tags-verify-table): Be careful to use and update
10269 tags-file-name and tags-table-list from the right buffer.
10270 (tags-table-check-computed-list, tags-table-extend-computed-list)
10271 (find-tag-noselect): Use with-current-buffer.
10272
10273 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
10274 Use print-circle.
10275
10276 * minibuffer.el (minibuffer-local-must-match-filename-map):
10277 Declare obsolete alias for the old name.
10278
10279 * abbrev.el (unexpand-abbrev): Better preserve markers.
10280
10281 2008-06-05 Glenn Morris <rgm@gnu.org>
10282
10283 * emacs-lisp/autoload.el (autoload-rubric): New function,
10284 extracted from autoload-ensure-default-file.
10285 (autoload-ensure-default-file): Use autoload-rubric.
10286
10287 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
10288 (custom-dependencies-no-scan-regexp): New variable.
10289 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
10290 Don't scan files matching custom-dependencies-no-scan-regexp.
10291 Disable undo in the output buffer. Remove kept-new-versions wackiness.
10292
10293 * finder.el (finder-headmark): Initialize and add doc string.
10294 (generated-finder-keywords-file): Doc fix.
10295 (finder-no-scan-regexp): New variable.
10296 (finder-compile-keywords): Use a single let binding.
10297 Disable undo in the output buffer. Use autoload-rubric.
10298 Use mapc rather than mapcar. Don't scan files matching
10299 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
10300 rather than concat. Use directory-files to do regexp matching.
10301 No need to require jka-compr.
10302 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
10303 (finder-list-matches): Disable undo.
10304 (finder-commentary): Use let rather than let*. Disable undo.
10305 (finder-current-item): Use zerop.
10306 (finder-mode): Use define-derived-mode.
10307 (finder-exit): Doc fix. Use dolist.
10308
10309 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
10310 (custom-deps): Don't require $(lisp)/cus-load.el.
10311 (custom-deps, finder-data): Don't depend on autoloads.
10312 Should not be needed now, and doing so was causing make install to
10313 re-dump emacs post-bootstrap.
10314 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
10315 mid-build forces some things to be rebuilt.
10316
10317 2008-06-05 Miles Bader <miles@gnu.org>
10318
10319 * face-remap.el
10320 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
10321 (face-remap-remove-relative): Renamed from
10322 `remove-relative-face-remapping'.
10323 (face-remap-reset-base): Renamed from
10324 `set-default-base-face-remapping'.
10325 (face-remap-set-base): Renamed from `set-base-face-remapping'.
10326 (text-scale-increase): Renamed from `increase-buffer-face-height'.
10327 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
10328 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
10329
10330 * face-remap.el (variable-pitch-mode): Autoload.
10331
10332 2008-06-04 Sam Steingold <sds@gnu.org>
10333
10334 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
10335 Generate extra status headers for a Mercurial tree.
10336
10337 2008-06-04 John Paul Wallington <jpw@pobox.com>
10338
10339 * echistory.el (electric-history-map): Define within defvar.
10340 Add docstring.
10341
10342 * font-lock.el (font-lock-turn-off-thing-lock)
10343 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
10344 Use `bound-and-true-p'.
10345 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
10346 Doc fixes.
10347
10348 * international/ccl.el (define-ccl-program): Add `doc-string'
10349 declaration.
10350
10351 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
10352
10353 * face-remap.el (variable-pitch-mode): Reflow docstrings.
10354 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
10355
10356 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
10357
10358 * emacs-lisp/rx.el (rx): Doc fix.
10359
10360 2008-06-04 Markus Triska <markus.triska@gmx.at>
10361
10362 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10363
10364 2008-06-04 Miles Bader <miles@gnu.org>
10365
10366 * face-remap.el (adjust-buffer-face-height): New function.
10367 Add autoloaded keybindings in ctl-x-map.
10368 (increase-buffer-face-height, decrease-buffer-face-height):
10369 Simplify interactive spec to just "p". Remove autoloaded keybindings.
10370
10371 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
10372
10373 * simple.el (line-move-1): If we did not move as far as desired,
10374 ensure that point-left and point-entered hooks are called.
10375
10376 2008-06-03 Sam Steingold <sds@gnu.org>
10377
10378 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10379
10380 2008-06-03 John Paul Wallington <jpw@pobox.com>
10381
10382 * progmodes/make-mode.el (makefile-cleanup-continuations)
10383 (makefile-warn-suspicious-lines, makefile-warn-continuations):
10384 Use `derived-mode-p'.
10385
10386 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10387
10388 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10389 (ELCFILES): Update.
10390
10391 2008-06-03 Miles Bader <miles@gnu.org>
10392
10393 * face-remap.el: New file.
10394 * Makefile.in (ELCFILES): Add face-remap.elc.
10395
10396 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10397
10398 * progmodes/flymake.el (flymake-process-filter): Make sure the source
10399 buffer isn't dead.
10400
10401 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10402 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10403 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10404 * obsolete/auto-show.el, obsolete/hscroll.el:
10405 Remove packages that were obsolete in Emacs-20, or that were obsolete
10406 in Emacs-21 and do not contain any more code.
10407
10408 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10409 vc-client-mode is not set.
10410
10411 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10412 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10413
10414 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10415 yet a bit more clever at distinguishing / from /.
10416
10417 2008-06-03 Kenichi Handa <handa@m17n.org>
10418
10419 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10420
10421 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
10422
10423 * language/hanja-util.el: New file.
10424
10425 2008-06-03 Glenn Morris <rgm@gnu.org>
10426
10427 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10428 Check that end-of-word follows "type".
10429
10430 2008-06-02 Daiki Ueno <ueno@unixuser.org>
10431
10432 * epa-file.el (epa-file-write-region): Write the entire buffer
10433 content if START is nil.
10434
10435 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
10436
10437 * select.el (x-get-selection): Fix typo.
10438
10439 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10440
10441 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
10442 (describe-char): Use `looking-at-p', `string-match-p' when possible.
10443
10444 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10445
10446 * tar-mode.el (tar-header-block-summarize): Ensure one space around
10447 user&group.
10448
10449 2008-05-31 John Paul Wallington <jpw@pobox.com>
10450
10451 * help-fns.el (describe-variable-custom-version-info):
10452 Handle dotted `package-version' info.
10453
10454 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
10455
10456 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
10457
10458 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
10459
10460 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10461 names and improve support for unregistered files.
10462
10463 2008-05-31 Glenn Morris <rgm@gnu.org>
10464
10465 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10466 Remove shell variable `elc'. Split tests to hopefully be more portable.
10467 Fix `sel' assignment.
10468
10469 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
10470
10471 * minibuffer.el (completion-table-dynamic): Doc fix.
10472
10473 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10474
10475 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10476 Try and return `unregistered' when applicable.
10477
10478 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10479 Don't encourage naming variables with "-flag".
10480
10481 2008-05-30 Glenn Morris <rgm@gnu.org>
10482
10483 * Makefile.in (update-elclist): Hide the warning when it does not apply,
10484 make it milder when it does.
10485 (autogen-clean): New target.
10486 (maintainer-clean): Use autogen-clean.
10487
10488 * calendar/diary-lib.el (diary-display-function): New name for
10489 diary-display-hook. Keep old name as obsolete alias. Doc fix.
10490 Change custom type and version.
10491 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10492 (diary-fancy-display): Doc fixes.
10493 (diary-list-entries, diary-include-other-diary-files)
10494 (diary-mail-entries):
10495 Use diary-display-function rather than diary-display-hook.
10496
10497 * calendar/appt.el (appt-check): Use diary-display-function rather than
10498 diary-display-hook.
10499 * calendar/cal-x.el (calendar-dedicate-diary): Update for
10500 diary-display-function replacing diary-display-hook.
10501 * org/org-agenda.el (org-get-entries-from-diary): Also set
10502 diary-display-function.
10503
10504 * calendar/cal-html.el (cal-html-list-diary-entries):
10505 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10506 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10507 argument of diary-list-entries rather than setting diary-display-hook.
10508
10509 2008-05-30 Kenichi Handa <handa@m17n.org>
10510
10511 * international/mule-conf.el (utf-8-with-signature): Renamed from
10512 utf-8-sig.
10513 (utf-8-auto): Adjusted for the above change.
10514
10515 * international/mule-diag.el (describe-font): Don't check fontset
10516 here, and just call font-info. Get the default font by from the
10517 default face.
10518
10519 2008-05-29 Kenichi Handa <handa@m17n.org>
10520
10521 * international/mule-conf.el (utf-8-sig, utf-8-auto):
10522 New coding systems.
10523
10524 * international/mule.el (define-coding-system): Accept :bom for utf-8.
10525
10526 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
10527
10528 * international/utf-7.el (utf-7-encode): Use the right escape char
10529 depending on imap/nonimap encoding.
10530
10531 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10532
10533 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10534
10535 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10536
10537 * icomplete.el (icomplete-prospects-height): Add :group.
10538
10539 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * icomplete.el (icomplete-prospects-length): Make obsolete.
10542 (icomplete-prospects-height): New var.
10543 (icomplete-completions): Use it.
10544
10545 2008-05-29 David Kastrup <dak@gnu.org>
10546
10547 * autoinsert.el (auto-insert): Add :link.
10548
10549 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10550
10551 * tar-mode.el (tar-header): New field `header-start'.
10552 (tar-header-block-tokenize): Set it when useful.
10553 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10554 (tar-header-data-end): New function.
10555 (tar-summarize-buffer): Use it.
10556 (tar-next-line): Fix goal column for long usernames.
10557 (tar-expunge-internal): Use header-start.
10558 (tar-rename-entry): Handle ustar-style long names.
10559 (tar-alter-one-field): Add optional `descriptor' argument.
10560 (tar-subfile-save-buffer): Use it.
10561
10562 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10563
10564 * tar-mode.el (tar-header): New field `header-start'.
10565 (tar-header-block-tokenize): Set header-start for longlink entries.
10566 (tar-expunge-internal): Use header-start to expunge longlink entries.
10567
10568 * files.el (hack-local-variables): Don't signal an error if the local
10569 variable section is not properly terminated.
10570
10571 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10572 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10573 the caching so it also works for identical entries.
10574
10575 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10576 (tar-mode): Use write-region-annotate-functions rather than
10577 write-contents-functions.
10578 (tar-extract): Remove unused var `pos'.
10579 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10580 (tar-mode-write-file): Remove.
10581 (tar-write-region-annotate): New function.
10582
10583 * progmodes/flymake.el (flymake-save-buffer-in-file):
10584 * shadowfile.el (shadow-copy-file):
10585 * arc-mode.el (archive-*-write-file-member):
10586 * files.el (diff-buffer-with-file):
10587 * subr.el (with-temp-file): Pass nil to write-region.
10588 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10589
10590 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10591 the custom.
10592
10593 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10594 to write-region.
10595
10596 2008-05-28 Glenn Morris <rgm@gnu.org>
10597
10598 * Makefile.in (update-elclist): Work around non-portability of "\"
10599 in various implementations of echo.
10600
10601 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * international/mule-diag.el (describe-current-coding-system):
10604 Don't assume selection-coding-system is always defined.
10605
10606 * tar-mode.el: Use defstruct and markers.
10607 (tar-setf): Remove.
10608 (tar-header): Use defstruct. Add `data-start' field.
10609 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10610 (tar-desc-data-start): Remove (now called tar-header-data-start).
10611 (tar-roundup-512): New fun.
10612 (tar-header-block-tokenize): Receive a buffer position rather than
10613 a string. Handle @longLink here, be more careful about it.
10614 Create a marker for data-start.
10615 (tar-summarize-buffer): Don't handle @LongLink here any more.
10616 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10617 data-start on the following entries any more.
10618 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10619
10620 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10621 (tar-header-offset): Remove.
10622 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10623 Not permanent any more.
10624 (tar-data-buffer): New var.
10625 (tar-data-swapped-p, tar-change-major-mode-hook)
10626 (tar-mode-kill-buffer-hook): New funs.
10627 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10628 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10629 (tar-clear-modification-flags, tar-alter-one-field)
10630 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10631 Change accordingly.
10632
10633 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10634
10635 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10636 (vc-dir-resynch-file): ... this. Update callers.
10637 Use vc-string-prefix-p. Ignore directory args.
10638 (vc-string-prefix-p): CSE.
10639 (vc-resynch-buffer): Restore conditional.
10640
10641 * vc-hooks.el (vc-after-save): Improve test.
10642 (vc-mode-line): Fix indentation.
10643
10644 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10645
10646 * calendar/parse-time.el (parse-time-months)
10647 (parse-time-weekdays): Add long-form month and day names.
10648
10649 2008-05-27 Glenn Morris <rgm@gnu.org>
10650
10651 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10652
10653 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10654
10655 * vc-dispatcher.el (vc-string-prefix-p): New function.
10656 (vc-dir-parent-marked-p): Use it.
10657
10658 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10659
10660 * vc.el (Problems): Remove fixed issues.
10661 (vc-expand-dirs): Avoid returning directories.
10662 (vc-dir): Fix C-x v v binding.
10663 (vc-make-backend-object): Fix name.
10664 (vc-dir-show-fileentry): Fix docstring.
10665 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10666 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10667 Reset the state for directories.
10668 (vc-dir-headers): Align labels.
10669 (vc-default-status-printer): Do no call prettify-state-info.
10670 (vc-deduce-fileset): Replace implementation with one based on a
10671 working older version.
10672 (vc-next-action): Use the new form of vc-deduce-fileset.
10673 Fix dealing with unregistered files.
10674
10675 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10676 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10677 (vc-dir-child-files): New function.
10678 (vc-dir-node-directory): New function.
10679 (vc-dir-update, vc-dir-parent-marked-p)
10680 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10681 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10682
10683 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10684
10685 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10686
10687 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10688 (diff-font-lock-keywords, diff-context->unified)
10689 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10690 (diff-hunk-text, diff-find-source-location): Use it.
10691 (diff-post-command-hook): Let the user edit the hunk headers.
10692
10693 2008-05-26 Andreas Schwab <schwab@suse.de>
10694
10695 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10696 unknown state.
10697
10698 * tar-mode.el (tar-summarize-buffer): Comment fix.
10699
10700 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10703
10704 2008-05-26 Glenn Morris <rgm@gnu.org>
10705
10706 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10707
10708 2008-05-25 John Paul Wallington <jpw@pobox.com>
10709
10710 * proced.el (proced-next-line, proced-previous-line):
10711 Avoid calling `next-line' and `previous-line' from Lisp code.
10712
10713 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10714
10715 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10716 Use diary-ordinal-suffix.
10717
10718 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10719
10720 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10721 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10722 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10723 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10724 (edebug-print-length, edebug-print-level, edebug-print-circle)
10725 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10726 (edebug-global-break-condition, edebug-sit-for-seconds):
10727 Remove spurious * from defcustom docstrings.
10728 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10729 Improve argument/docstring consistency.
10730 (edebug-test-coverage, edebug-gensym, edebug-read)
10731 (edebug-top-level-nonstop, edebug-eval-result-list)
10732 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10733 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10734 (edebug-display-freq-count): Reflow docstrings.
10735 (edebug-restore-status): Doc fix.
10736
10737 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10738
10739 * proced.el (proced-header-line): Use the :align-to 0 feature
10740 rather than computing the corresponding position manually.
10741 (proced-update): Don't hardcode point-min==1.
10742
10743 2008-05-24 Alan Mackenzie <acm@muc.de>
10744
10745 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10746 if c-file-style is set to a non-string.
10747
10748 (c-neutralize-CPP-line): Surround by `save-excursion'.
10749 (c-neutralize-syntax-in-CPP): Optimize for speed.
10750
10751 2008-05-24 Glenn Morris <rgm@gnu.org>
10752
10753 * Makefile.in (update-elclist): New target, to update ELCFILES.
10754 (bootstrap-after): Run update-elclist.
10755
10756 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10757
10758 * icalendar.el (icalendar-version): Increase to "0.19".
10759 (icalendar--date-style): New function.
10760 (icalendar--datetime-to-diary-date): Doc fix.
10761 Use icalendar--date-style.
10762 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10763 (icalendar--convert-yearly-to-ical)
10764 (icalendar--convert-recurring-to-diary): Handle iso date style,
10765 use icalendar-date-style.
10766
10767 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10768
10769 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10770 vc-dir buffers are updated.
10771
10772 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10773
10774 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10775
10776 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10777
10778 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10779 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10780 (reftex-extra-bindings): Use it.
10781
10782 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10783 away from the user-reserved keys.
10784
10785 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10786 New vars.
10787 (ada-create-keymap): Use them.
10788
10789 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10790
10791 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10792 a properly-grouped regexp.
10793
10794 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10795
10796 * progmodes/cap-words.el (capitalized-words-mode):
10797 Fix typos in docstring.
10798
10799 2008-05-23 Kenichi Handa <handa@m17n.org>
10800
10801 * international/mule-conf.el: Don't define the charset `emacs'
10802 here, just put :docstring, :short-name, and :long-name.
10803
10804 2008-05-22 Kenichi Handa <handa@m17n.org>
10805
10806 * international/mule-diag.el (font-show-log): Limit each listing
10807 to 20 items.
10808
10809 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10810
10811 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10812 (gdb-annotation-rules): New entry for "thread-changed".
10813 (gdb-thread-changed): New function.
10814
10815 2008-05-23 Glenn Morris <rgm@gnu.org>
10816
10817 * Makefile.in (SOURCES): Remove, unused.
10818 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10819 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10820 Exclude more '*loaddefs' files.
10821 (compile-always): Simplify '.elc' deletion.
10822
10823 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10824
10825 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10826 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10827
10828 * minibuffer.el (completion-boundaries): Change calling
10829 convention, so `string' has the same semantics as in
10830 try-completion and all-completions.
10831 (completion-table-with-context, completion--embedded-envvar-table)
10832 (completion--file-name-table)
10833 (completion-pcm--find-all-completions): Adjust code accordingly.
10834
10835 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10836
10837 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10838 prune image-mode-winprops-alist, preventing it from growing
10839 indefinitely.
10840 (image-mode-reapply-winprops): Use it.
10841
10842 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10843
10844 * net/netrc.el (netrc-machine): Always match if the port is not given.
10845
10846 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10847
10848 * minibuffer.el (completion-pcm--find-all-completions):
10849 Don't add pseudo-completions.
10850
10851 * icomplete.el (icomplete-eoinput): Remove.
10852 (icomplete-overlay): New var to replace it.
10853 (icomplete-tidy): Rewrite.
10854 (icomplete-exhibit): Use an overlay.
10855 (icomplete-completions): Use completion-all-sorted-completions.
10856 Obey completion-ignore-case.
10857
10858 * files.el (locate-dominating-file): Accept non-existing argument.
10859 (project-find-settings-file): Rewrite, using locate-dominating-file.
10860
10861 2008-05-22 Kenichi Handa <handa@m17n.org>
10862
10863 * faces.el (font-weight-table, font-slant-table, font-width-table):
10864 Delete them. Don't call internal-set-font-style-table.
10865
10866 * international/mule-diag.el (font-show-log): New function.
10867
10868 * international/fontset.el (script-representative-chars): Add more
10869 chars for latin. Add data for symbol.
10870 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10871
10872 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * minibuffer.el (completion-all-sorted-completions): New var.
10875 (completion--flush-all-sorted-completions)
10876 (completion-all-sorted-completions): New functions.
10877 (minibuffer-force-complete): New command.
10878
10879 2008-05-21 Glenn Morris <rgm@gnu.org>
10880
10881 * files.el (c-postprocess-file-styles): Declare for compiler.
10882
10883 * Makefile.in: Allow for parallel byte-compiling.
10884 (ELCFILES): New variable.
10885 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10886 (compile-first, compile-main, compile-last): New targets.
10887 (compile-always): Simplify - delete .elc files, then `make compile'.
10888
10889 * Makefile.in (compile-calc): Use glob rather than find.
10890 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10891
10892 * eshell/esh-module.el: No need for cl when compiling.
10893
10894 * eshell/eshell.el (eshell-defgroup): New alias.
10895 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10896 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10897 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10898 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10899 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10900 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10901 Autoload the custom group. Set generated-autoload-file.
10902 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10903 for eshell-defgroup.
10904 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10905 Require esh-groups rather than loading it.
10906
10907 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10908
10909 * proced.el (proced-header-line): New variable and new function.
10910 (proced-mode): Set header-line-format.
10911 (proced-update): Set proced-header-line.
10912 (proced-send-signal): Use proced-header-line.
10913
10914 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * macros.el (insert-kbd-macro): Use prin1-char.
10917
10918 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10919
10920 * minibuffer.el (completion-boundaries): New function.
10921 (completion--some): Delay errors.
10922 (complete-with-action, completion-table-with-context):
10923 Handle `boundaries' case.
10924 (completion--try-word-completion): Avoid partial-completion
10925 when the user hasn't entered anything yet.
10926 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10927 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10928 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10929 Setup default keybindings.
10930 (completion--embedded-envvar-re): New var.
10931 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10932 (completion--file-name-table): Handle `boundaries' case.
10933 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10934 (completion-pcm--all-completions): Add a `prefix' arg.
10935 (completion-pcm--find-all-completions): New function.
10936 (completion-pcm-all-completions, completion-pcm-try-completion):
10937 Use it.
10938
10939 * icomplete.el (icomplete-completions): Don't use `predicate' with
10940 a table of a different type than `candidates'.
10941
10942 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10943
10944 * proced.el (proced-goal-column): Rename from proced-procname-column.
10945 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10946 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10947 (proced-header-face, proced-header-regexp): Remove.
10948 (proced-font-lock-keywords): Remove proced-header-face.
10949 (proced-header-alist, proced-sorting-schemes-re): New variables.
10950 (proced): Rename Proced buffer to *Proced*.
10951 (proced-next-line, proced-previous-line): New commands.
10952 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10953 (proced-hide-processes): Do not treat first line as special.
10954 (proced-header-space): New function.
10955 (proced-update): Use header-line-format.
10956 Initialize proced-header-alist and proced-sorting-schemes-re.
10957 Set proced-goal-column. Include proced-command in mode-name.
10958 (proced-send-signal): Use header-line-format for *Marked
10959 Processes* buffer.
10960 (proced-sort): Restrict minibuffer completion to applicable
10961 sorting schemes.
10962 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10963
10964 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * icomplete.el (icomplete-simple-completing-p):
10967 Allow icomplete-with-completion-tables to say "use it everywhere".
10968 (icomplete-completions): Obey completion-styles. Try to accommodate
10969 partial-completion style.
10970
10971 2008-05-20 Michael Olson <mwolson@gnu.org>
10972
10973 * files.el (project-find-settings-file): Change concat to
10974 expand-file-name.
10975
10976 2008-05-19 Tom Tromey <tromey@redhat.com>
10977
10978 * files.el (normal-mode): Call hack-project-variables.
10979 (hack-local-variables-confirm): Add 'project' argument.
10980 (hack-local-variables-apply): New function.
10981 (hack-local-variables): Use it.
10982 (project-class-alist, project-directory-alist): New variables.
10983 (project-get-alist): New function.
10984 (project-collect-bindings-from-alist)
10985 (project-collect-binding-list, set-directory-project)
10986 (project-find-settings-file, project-define-from-project-file)
10987 (hack-project-variables): New functions.
10988
10989 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10990
10991 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10992
10993 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10994
10995 * faces.el (font-weight-table): Fix typo in docstring.
10996
10997 2008-05-18 David Hull <david@snap.com> (tiny change)
10998
10999 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
11000 (vc-hg-annotate-command): Allow white space before version number.
11001
11002 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11003
11004 * calc/calc-yank.el (calc-register-alist): New variable.
11005 (calc-set-register, calc-get-register, calc-copy-to-register)
11006 (calc-insert-register, calc-add-to-register, calc-append-to-register)
11007 (calc-prepend-to-register): New functions.
11008
11009 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
11010 `calc-copy-to-register' and `calc-insert-register'.
11011 Autoload new register functions.
11012
11013 * calc/calc-help.el (calc-r-prefix-help): Add help for register
11014 functions.
11015
11016 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
11017
11018 * vc.el (Todo): Add known problems.
11019 (vc-dir-backend): New variable.
11020 (vc-dir): Set it.
11021 (vc-make-backend-object, vc-generic-status-printer)
11022 (vc-generic-state, vc-generic-status-fileinfo-extra)
11023 (vc-dir-extra-menu): Use it.
11024 (vc-generic-dir-headers): Remove, unused.
11025
11026 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
11027 vc-dir-prev-directory for consistency with vc-dir-previous-line.
11028 (vc-dir-mode-map): Fix bindings.
11029
11030 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
11031
11032 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
11033
11034 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
11035 operated on.
11036 (calc-kill-region): Kill entire lines.
11037
11038 2008-05-17 Glenn Morris <rgm@gnu.org>
11039
11040 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
11041 simplify initial value.
11042 (defezimage): Drop support for Emacs without defimage, use a featurep
11043 test rather than fboundp when defining, drop with-no-warnings.
11044 (ezimage-insert-over-text): Move featurep test inside
11045 add-text-properties.
11046
11047 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
11048
11049 * net/tramp.el (top-level): Load auth-source when compiling.
11050
11051 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
11052
11053 2008-05-17 Andreas Schwab <schwab@suse.de>
11054
11055 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
11056
11057 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
11058
11059 * vc.el (vc-annotate-show-diff-revision-at-line): Change
11060 vc-diff-internal arg to match what vc-deduce-fileset returns now.
11061
11062 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11063
11064 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
11065
11066 2008-05-17 Jim Meyering <meyering@redhat.com>
11067
11068 * ido.el (ido-save-history): Do not emit a trailing newline at the
11069 end of the ido history file.
11070
11071 2008-05-16 John Paul Wallington <jpw@pobox.com>
11072
11073 * vc-dispatcher.el (top-level): Revert previous change: require cl
11074 when compiling.
11075
11076 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
11077
11078 * vc.el (vc-default-status-printer)
11079 (vc-default-prettify-state-info): Enhance the state prettyprinter
11080 to deal better with unknown states and indirect through it when
11081 painting vc-dir buffers.
11082
11083 2008-05-16 John Paul Wallington <jpw@pobox.com>
11084
11085 * vc-dispatcher.el (top-level): Don't require cl when compiling.
11086 (vc-dir-mode-map): Fix backquote.
11087 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
11088
11089 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
11090
11091 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
11092 Reported by Glenn Morris <rgm@gnu.org>.
11093
11094 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
11095
11096 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
11097 the end of the file, it was good work at one time but has been
11098 stale since 1995 and may now be actively misleading.
11099 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
11100 CVS repository and module (assumptions for the latter a bit iffy).
11101 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
11102 SVN repository.
11103
11104 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
11105
11106 * vc-rcs.el (vc-rcs-create-tag):
11107 * vc-sccs.el (vc-sccs-create-tag):
11108 Fix typo in error message and pass backend arg.
11109
11110 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
11111
11112 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
11113
11114 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
11115
11116 * net/tramp.el: Load auth-source library.
11117 (tramp-read-passwd): Use it for password, not login.
11118
11119 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
11120
11121 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
11122 (ses-print-cell): Use string-width, truncate-string-to-width,
11123 delete-region rather than length, substring, delete-char.
11124 (ses-setup): Set inhibit-point-motion-hooks to t.
11125 Calculate position by actually moving point rather than just using
11126 unibyte character length.
11127 (ses-mode): Set indent-tabs-mode to nil.
11128 (ses-center): Use string-width rather than length.
11129
11130 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
11131
11132 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
11133 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
11134 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
11135 vc-*-create-tag and vc-*-retrieve-tag respectively.
11136
11137 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
11138 unneeded defalias.
11139
11140 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
11141
11142 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
11143 about buffer names.
11144
11145 2008-05-15 Glenn Morris <rgm@gnu.org>
11146
11147 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
11148
11149 * org/org-exp.el (org-infojs-options-inbuffer-template):
11150 Fix declaration.
11151
11152 * progmodes/cc-mode.el (declare-function): Add compat definition.
11153 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
11154
11155 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
11156
11157 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
11158 list to a cons so the caller can get back both expanded and
11159 unexpanded filesets.
11160 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
11161 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
11162 Change handling of selection-set returns as required.
11163
11164 2008-05-15 John Paul Wallington <jpw@pobox.com>
11165
11166 * add-log.el (top-level): Don't require cl when compiling.
11167
11168 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
11169 (archive-*-extract): Use `zerop'.
11170 (archive-*-write-file-member): Use `or', use `zerop'.
11171
11172 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
11173
11174 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
11175 (ibuffer-mark-interactive, ibuffer-set-mark)
11176 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
11177 (ibuffer-map-lines, ibuffer-switch-format)
11178 (ibuffer-update-title-and-summary)
11179 (ibuffer-redisplay-engine): Use it.
11180
11181 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
11182 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
11183 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
11184 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
11185 (ibuffer-mark-read-only-buffers)
11186 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
11187
11188 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
11189 (define-ibuffer-column, define-ibuffer-sorter)
11190 (define-ibuffer-op, define-ibuffer-filter): Add declarations
11191 containing indentation specs, replacing equivalent top-level
11192 forms that set `lisp-indent-function' properties.
11193 (define-ibuffer-op): Use `derived-mode-p'.
11194 (define-ibuffer-filter): Remove redundant `concat' call.
11195
11196 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
11197
11198 * net/tramp.el (tramp-echo-mark): Update docstring.
11199 (tramp-echo-mark-marker): New defconst.
11200 (tramp-check-for-regexp): Use it.
11201
11202 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
11203
11204 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
11205 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
11206 as parent.
11207
11208 2008-05-14 John Paul Wallington <jpw@pobox.com>
11209
11210 * international/mule.el (convert-define-charset-argument):
11211 Remove period from end of error message.
11212 (coding-system-mnemonic): Doc fix.
11213 (ctext-pre-write-conversion): Doc fix.
11214
11215 2008-05-14 Simon Marshall <simon@gnu.org>
11216
11217 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
11218 from its default value and give it the risky-local-variable
11219 property (CVE-2008-2142).
11220
11221 2008-05-14 Kenichi Handa <handa@m17n.org>
11222
11223 * language/korean.el ("Korean"): Set `iso639-language'
11224 property to `ko'.
11225
11226 * language/japanese.el ("Japanese"): Set `iso639-language'
11227 property to `ja'.
11228
11229 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
11230 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
11231 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
11232
11233 * international/mule-cmds.el (set-language-environment):
11234 Set current-iso639-language.
11235
11236 * international/fontset.el (setup-default-fontset): For kana, han,
11237 hangul, and cjk-misc, move an entry with font-spec at the end.
11238 (generate-fontset-menu): Exclude fontset-auto* from the list.
11239
11240 * composite.el (compose-chars-after): Assume that WINDOW is always
11241 non-nil.
11242
11243 * faces.el (font-weight-table, font-slant-table)
11244 (font-swidth-table): Declare them by defconst. Change the format
11245 of elements. Call internal-set-font-style-table after their
11246 declaration.
11247 (face-valid-attribute-values): Call font-family-list. Get values
11248 for width, weight, and slant from font-xxx-table.
11249
11250 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
11251
11252 2008-05-13 John Paul Wallington <jpw@pobox.com>
11253
11254 * ibuffer.el (ibuffer-buffer-file-name): New function.
11255 (define-ibuffer-column filename): Use it.
11256
11257 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
11258
11259 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11260
11261 * talk.el (talk): Simplify. Pass display arg to talk-add-display
11262 as a string.
11263 (talk-add-display): Simplify. Accept only string args.
11264
11265 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
11266
11267 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
11268
11269 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11270
11271 * Makefile.in (bootstrap-prepare): Don't chmod files.
11272 (autoloads): Do it here instead, where it's actually needed.
11273
11274 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * tool-bar.el (tool-bar-make-keymap): Account for the optional
11277 KEY-BINDING-DATA field in menu-item list.
11278
11279 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * dired.el (dired-read-dir-and-switches): Move things about to use less
11282 recursion during macroexpansion.
11283
11284 * dired.el (dired-read-dir-and-switches): Use read-file-name.
11285
11286 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
11287 completion-ignored-extension directories if there's something else.
11288 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
11289 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
11290 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
11291 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
11292 buffer-read-only -> inhibit-read-only.
11293
11294 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
11295
11296 * vc.el (vc-expand-dirs): Stop this function from tossing out
11297 explicitly specified files.
11298
11299 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
11302 to `insert'.
11303
11304 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
11305
11306 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
11307 cons. Use vc-annotate-backend.
11308 (with-vc-file, edit-vc-file): Remove unused macros.
11309
11310 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
11311
11312 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
11313 (smtpmail-try-auth-methods): Use it.
11314
11315 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
11318 (setf (nthcdr ..) ..) doesn't require CL at runtime.
11319
11320 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
11321
11322 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
11323
11324 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
11325
11326 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
11327 (vc-bzr-revision-completion-table): Use process-file.
11328 (vc-bzr-working-revision): Pass relative file names.
11329
11330 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
11331
11332 2008-05-11 Juri Linkov <juri@jurta.org>
11333
11334 * wid-edit.el (widget-image-directory): Change default image data
11335 subdirectory from "custom" to "images/custom".
11336
11337 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
11338 before recursive call to `Info-next-preorder' to not add
11339 intermediate nodes to the history.
11340
11341 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
11342
11343 * emulation/cua-base.el: Put isearch-scroll property
11344 on cua-scroll-up and cua-scroll-down.
11345
11346 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
11347
11348 * vc-hooks.el (vc-recompute-state): Remove (dead code).
11349
11350 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
11351
11352 * vc-dispatcher.el (ewoc): Require.
11353 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
11354
11355 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
11356
11357 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
11358
11359 * term/w32-win.el (x-colors):
11360 * term/mac-win.el (x-colors):
11361 * term/x-win.el (x-colors): Re-order colors.
11362
11363 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
11364
11365 * smerge-mode.el (smerge-command-prefix): Fix custom type.
11366
11367 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
11368
11369 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11370 New functions implementing motion to next and previous directory.
11371
11372 * vc-arch.el (vc-arch-command):
11373 * vc-bzr.el (vc-bzr-command):
11374 * vc-cvs.el (vc-cvs-command):
11375 * vc-dispatcher.el (vc-do-command):
11376 * vc-git.el (vc-git-command):
11377 * vc-hg.el (vc-hg-command):
11378 * vc-mcvs.el (vc-mvcs-command):
11379 * vc-mtn.el (vc-mtn-command):
11380 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11381 (vc-sccs-workfile-unchanged-p):
11382 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11383 * vc-rcs.el (all methods): Remove assumption about what a nil
11384 argument to vc-do-command means. This means no buffer name needs
11385 to be hardcoded into the dispatcher layer, and it's better to be
11386 explicit anyway.
11387
11388 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11389
11390 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
11391
11392 * vc.el: Update todo.
11393
11394 * vc-sccs.el (vc-sccs-dir-status):
11395 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11396 backends and returning up to date files.
11397
11398 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11399
11400 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11401
11402 * vc.el (vc-dir):
11403 * vc-hooks.el: Tweak the VC directory bindings. These are now
11404 documented in the manual.
11405
11406 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11407 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11408 (vc-dispatcher-selection-set): Allow callers to pass in an
11409 observer flag that says no buffer sync is required.
11410 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11411 Use the observer flag.
11412
11413 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
11414
11415 * simple.el (start-file-process): Clarify docstring.
11416
11417 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11418
11419 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11420 Remove stub implementations of, and references to, wash-log.
11421 * vc-rcs.el (vc-rcs-comment-history):
11422 * vc-cvs.el (vc-cvs-comment-history):
11423 Inline the code that used to be wash-log.
11424
11425 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11426 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11427 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11428 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11429 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11430 (vc-rcs-print-log): Grok directories.
11431
11432 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11433
11434 * vc.el (vc-mark-resolved): Add `backend' argument.
11435 (vc-next-action): Pass it the backend.
11436 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11437 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11438 (vc-default-comment-history, vc-default-create-snapshot)
11439 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11440 (vc-annotate-revision-previous-to-line)
11441 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11442 * vc-svn.el (vc-svn-checkout):
11443 * vc-mcvs.el (vc-mcvs-checkout):
11444 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11445 (vc-working-revision, vc-before-save, vc-mode-line):
11446 Prefer vc-call-backend to vc-call so as not to recompute the backend.
11447
11448 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11449 state to be consistent since it's often an unwarranted restriction.
11450 Don't return the state either.
11451 (vc-next-action): Check that the state is consistent.
11452 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11453 (vc-rollback, vc-update): Adapt to new return value of
11454 vc-deduce-fileset.
11455
11456 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11457 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11458 (vc-dispatcher-in-fileset-p): New fun.
11459 (vc-dispatcher-selection-set): Use it to properly handle directories.
11460
11461 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
11462
11463 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11464 (vc-update): Remove unused let bindings.
11465
11466 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11467
11468 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11469 (vc-diff, vc-revert, vc-rollback, vc-update):
11470 * vc-dispatcher.el (vc-dispatcher-selection-set):
11471 Get rid of 4 special cases in fileset selection. This involved
11472 changing the return value of (vc-deduce-fileset) so that it passes
11473 back a deduced state as well as a deduced back end.
11474
11475 2008-05-08 Sam Steingold <sds@gnu.org>
11476
11477 * progmodes/compile.el (compilation-minor-mode-map)
11478 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11479 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11480 it to `compilation-minor-mode-map' (instead of an explicit `cons').
11481
11482 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11483
11484 * org/org.el (org-modules, org-format-latex-options):
11485 * org/org-archive.el (org-archive-stamp-time)
11486 (org-archive-save-context-info):
11487 * org/org-faces.el (org-hide):
11488 * org/org-irc.el (org-irc-parse-link):
11489 * org/org-macs.el (org-call-with-arg, org-autoload):
11490 * org/org-mew.el (org-mew-store-link):
11491 * org/org-remember.el (org-remember-store-without-prompt)
11492 (org-remember-templates): Fix typos in docstrings.
11493
11494 * org/org-info.el (org-info-store-link): Remove leftover docstring.
11495
11496 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11497 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11498 (org-bbdb-anniv-split): Fix typos in docstrings.
11499
11500 * org/org-publish.el (org-publish-project-alist): Doc fixes.
11501 (org-publish-use-timestamps-flag): Reflow docstring.
11502 (org-publish-files-alist): Fix typos in docstring.
11503
11504 2008-05-07 Sam Steingold <sds@gnu.org>
11505
11506 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11507 appears to be too aggressive with window removal.
11508
11509 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
11510
11511 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11512 Add leda and 0in as pragma keywords.
11513 (verilog-pretty-expr): Support lining up assignments which include
11514 part selects.
11515 (verilog-mode): More portable check for the availability of
11516 hideshow support.
11517 (verilog-do-indent): Remove special indent for declarations inside
11518 a parenthetical list. The code is ill-advised, and doesn't work
11519 given the new user defined types.
11520 (verilog-set-auto-endcomments): Enhance function automatic
11521 endcomment to support functions that return user defined types.
11522 (verilog-mode): Add code to tell which-function-mode minor mode
11523 that Verilog supports this feature.
11524
11525 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11526
11527 * epa-file.el: Require epa-hook.
11528
11529 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11530
11531 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11532 file-names clashes on 8+3 filesystems. Provide epa-hook.
11533
11534 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11535 file-names clashes on 8+3 filesystems.
11536
11537 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
11538
11539 * org/org.el (org-read-date-get-relative): Interpret lone
11540 weekday abbreviation as relative to today.
11541
11542 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11543
11544 * abbrev.el (define-abbrev-table):
11545 * composite.el (toggle-auto-composition):
11546 * json.el (json-alist-p, json-plist-p):
11547 * minibuffer.el (completion-table-with-predicate):
11548 * ps-mule.el (ps-mule-external-libraries):
11549 * emacs-lisp/advice.el (ad-special-form-p):
11550 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11551 * eshell/em-smart.el (eshell-review-quick-commands):
11552 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11553 (python-skip-out, python-check-comint-prompt):
11554 Don't use `iff' in docstrings.
11555
11556 * international/robin.el (robin-package-alist): Fix typo in docstring.
11557 (robin-current-package-name): Doc fix.
11558 (robin-activate): Don't use `iff' in docstring.
11559
11560 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11561
11562 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11563 The code uses a ewoc-based implementation now.
11564 * vc-hooks.el: Support for Meta-CVS has been removed.
11565
11566 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11567
11568 * tool-bar.el: Choose images dynamically.
11569 (tool-bar-make-keymap, tool-bar-find-image): New function.
11570 (tool-bar-find-image-cache): New var.
11571 (tool-bar-local-item, tool-bar-local-item-from-menu):
11572 Don't select the image yet, do it later in tool-bar-make-keymap.
11573
11574 2008-05-07 Andreas Schwab <schwab@suse.de>
11575
11576 * window.el: Require 'cl when compiling.
11577
11578 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11579
11580 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11581
11582 2008-05-07 Glenn Morris <rgm@gnu.org>
11583
11584 * subr.el (ignore-errors): Move here from cl-macs.el.
11585 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11586
11587 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11588 oddness.
11589
11590 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11591
11592 * vc-hooks.el (vc-find-file-hook):
11593 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11594 further from vc.el.
11595 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11596
11597 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11598
11599 * progmodes/verilog-mode.el (verilog-getopt-file):
11600 Cleanup warning message format.
11601 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11602 (verilog-auto-inout, verilog-auto-inout-module)
11603 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11604 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11605 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11606 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11607 (verilog-auto-unused, verilog-auto-wire)
11608 (verilog-decls-get-assigns, verilog-decls-get-consts)
11609 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11610 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11611 (verilog-decls-get-ports, verilog-decls-get-regs)
11612 (verilog-decls-get-signals, verilog-decls-get-wires)
11613 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11614 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11615 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11616 (verilog-inject-sense, verilog-library-filenames)
11617 (verilog-mode-release-date, verilog-mode-version)
11618 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11619 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11620 (verilog-modi-get-assigns, verilog-modi-get-consts)
11621 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11622 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11623 (verilog-modi-get-ports, verilog-modi-get-regs)
11624 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11625 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11626 (verilog-modi-get-wires, verilog-preserve-cache)
11627 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11628 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11629 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11630 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11631 Add caching of additional state, and rework signal extraction
11632 routines to improve AUTO expansion performance by 300%++.
11633
11634 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11635
11636 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11637 Tweak Open Watcom regexp to distinguish between errors and warnings.
11638
11639 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * dired.el (dired-read-dir-and-switches): Fix up last change.
11642
11643 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11644
11645 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11646 out of this function, move it to vc-dispatcher-selection-set.
11647
11648 2008-05-05 Sam Steingold <sds@gnu.org>
11649
11650 * window.el (delete-other-windows-vertically): New function.
11651
11652 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11653
11654 * dired.el (dired-read-dir-and-switches):
11655 Obey read-file-name-completion-ignore-case.
11656
11657 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11658
11659 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11660 Add regexp for Open Watcom compiler output.
11661
11662 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11663
11664 * progmodes/python.el (python-block-pairs): Align finally with except.
11665
11666 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11667
11668 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11669
11670 2008-05-05 Tom Tromey <tromey@redhat.com>
11671
11672 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11673 looking at conflict marker.
11674
11675 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11676
11677 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11678 client-mode -> vc-client-object, and guess `funcall' was meant.
11679 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11680
11681 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11682
11683 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11684 (dbus-debug): Move declarations outside eval-when-compile.
11685
11686 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11687
11688 * proced.el (proced-command-alist): Fix system-type values.
11689 Fix defcustom.
11690 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11691 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11692 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11693 (proced-update): Use proced-sorting-scheme. Update modeline.
11694 (proced-send-signal): Use nreverse.
11695 (proced-sorting-scheme-p): New function.
11696
11697 2008-05-04 Andreas Schwab <schwab@suse.de>
11698
11699 * vc.el: Require dired when compiling.
11700
11701 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11702
11703 2008-05-03 Glenn Morris <rgm@gnu.org>
11704
11705 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11706 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11707 Simplify compilation requirements.
11708 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11709 declarations.
11710
11711 2008-05-03 Dave Love <fx@gnu.org>
11712
11713 * progmodes/python.el (python-beginning-of-statement):
11714 Loop at least once (fixes 2008-02-21 change).
11715
11716 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11717
11718 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11719 instead of `length' for comparing length of user and group names.
11720
11721 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11722
11723 * vc-dispatcher.el: New file, separates out the UI and command
11724 execution machinery from VCS-specific logic left in vc.el.
11725 The separation is not yet completely clean, but it's a good start.
11726 * vc.el: This file is about 1700 lines shorter now.
11727 Remove obsolete logentry-check from the backend API.
11728 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11729 implementation of the logentry-check method, and it guarded against
11730 a log length limit that has probably been obsolete for 15 years (!).
11731
11732 2008-05-02 Sam Steingold <sds@gnu.org>
11733
11734 * progmodes/compile.el (compilation-start): Move setting of
11735 compilation-directory after (funcall mode) as that resets local
11736 variables, this fixes recompile in grep buffers.
11737 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11738 in dired &c).
11739
11740 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11741
11742 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11743 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11744 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11745 has one of these and that all are called in compatible ways.
11746 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11747 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11748 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11749 backend has one of these.
11750
11751 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11752
11753 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11754 initialization into define-abbrev-table. Use :regexp.
11755 (octave-mode-syntax-table): Don't set word syntax for `.
11756
11757 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11758 than only value.
11759
11760 * dired.el (dired-read-dir-and-switches):
11761 Set minibuffer-completing-file-name and call substitute-in-file-name.
11762 (dired-format-columns-of-files): Use completion--insert-strings.
11763
11764 * minibuffer.el (completion-hilit-commonality): Revert last change:
11765 the leftover code was actually useful.
11766 (completion--insert-strings): Use string-width rather than length.
11767
11768 2008-05-02 Sam Steingold <sds@gnu.org>
11769
11770 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11771 (vc-at-event): New macro: run the body at the even location.
11772 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11773 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11774 * subr.el (mouse-event-p): Check if the event is mouse-related.
11775
11776 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11777
11778 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11779 Don't throw error if no file is found.
11780
11781 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11782
11783 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11784 (vc-default-state-heuristic): Doc fix.
11785
11786 2008-05-02 Richard Sharman <rsharman@pobox.com>
11787
11788 * hilit-chg.el (highlight-changes-mode): Remove references to
11789 hooks that no longer exist. Because define-minor-mode is used the
11790 hook highlight-changes-mode-hook exists and can do what both the
11791 old hooks used to do. The documentation at the top of the file
11792 was updated to demonstrate this.
11793 (highlight-changes-mode): Remove commented out call to a hook
11794 function that is no longer there.
11795 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11796
11797 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11798
11799 * vc.el (vc-default-dired-state-info): Change name of primitive
11800 to prettify-state-info, in preparation for ripping out dired mode.
11801 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11802 to prettify-state-info, in preparation for ripping out dired mode.
11803 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11804 tries this on a version-controlled buffer. It will do useless or
11805 actively bad things on any version control system newer than RCS.
11806 * vc-hooks.el (vc-dired-resynch-file):
11807 * vc.el (vc-dired-resynch-file): Change name of primitive to
11808 vc-directory-resynch-file, preparing to remove dired.
11809
11810 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11811
11812 * vc-rcs.el (vc-rcs-state): Fix typos.
11813
11814 * vc.el (vc-register): Change argument order so that the prefix
11815 argument is assigned correctly.
11816 (vc-next-action, vc-dir-register): Update for the above change.
11817
11818 2008-05-01 Juri Linkov <juri@jurta.org>
11819
11820 * replace.el (occur-read-primary-args): Set default to the car of
11821 regexp-history and display it in the prompt, but don't add to the
11822 list of minibuffer defaults. Bind history-add-new-input to nil to
11823 not add automatically `default'. For empty input return `default'.
11824 Otherwise, add `input' to regexp-history and return it.
11825 (occur-1): Signal an error for the empty regexp.
11826
11827 * progmodes/compile.el (compilation-auto-jump):
11828 Set window point to `pos' explicitly.
11829
11830 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11831
11832 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11833 when appropriate.
11834 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11835 we report the 'unregistered state reliably.
11836 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11837 we report the 'unregistered state reliably.
11838 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11839 we report the 'unregistered state reliably.
11840 * vc-hooks.el (vc-state): Document that vc-unregistered is
11841 now expected to be returned reliably.
11842 * vc.el (vc-default-dired-state): Change needs-patch state to
11843 needs-update, since the name now shows up in dir-status listings
11844 and was somewhat misleading.
11845 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11846 immediately after removing the file.
11847 * vc.el (vc-next-action): More informative messages when a fileset
11848 is in a mixed state or files are missing.
11849
11850 2008-05-01 Sam Steingold <sds@gnu.org>
11851
11852 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11853
11854 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11857
11858 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11859
11860 * epa-file-hook.el: New file split from epa-file.el.
11861 * epa-file.el: Require 'epa-file-hook.
11862 (epa-file-handler): Add autoload cookie.
11863 * loadup.el: Load epa-file-hook.
11864 * startup.el (command-line): Eval the body of auto-encryption-mode.
11865
11866 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11867
11868 * vc.el (vc-dir-mode-map): Don't bind "r".
11869
11870 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11871 (vc-hg-status-printer): New function.
11872 (vc-hg-after-dir-status): Deal with copied and renamed files.
11873 (vc-hg-dir-status): Add flag to show copied files.
11874
11875 2008-05-01 John Paul Wallington <jpw@pobox.com>
11876
11877 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11878 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11879 sorting mode was recency.
11880
11881 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11882 reverse sorting order if last sorting mode was the sorter's.
11883
11884 2008-05-01 Jason Rumney <jasonr@gnu.org>
11885
11886 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11887
11888 2008-04-30 John Paul Wallington <jpw@pobox.com>
11889
11890 * ibuffer.el (define-ibuffer-column filename): When the major mode
11891 is `vc-dir-mode' show the buffer's default directory.
11892
11893 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11894 major mode is `vc-dir-mode' use the buffer's default directory.
11895
11896 2008-04-30 Sam Steingold <sds@gnu.org>
11897
11898 * vc.el (vc-dir-delete-file): Add.
11899 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11900 (vc-delete-file): Do not barf when the file has been already deleted.
11901
11902 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11903
11904 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11905
11906 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * progmodes/octave-mod.el (octave-help): New function.
11909 * progmodes/octave-hlp.el: Delete.
11910 * info-look.el (octave-mode): Add operator index.
11911
11912 * vc.el (vc-checkout): Typo.
11913
11914 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11915
11916 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11917 Add "..." in the appropriate places.
11918
11919 * epa.el (epa-key-list-mode-map): Add more menu entries.
11920 Add "..." in the appropriate places.
11921
11922 * dired.el (dired-mode-map): Add :help.
11923
11924 * vc.el (vc-deduce-fileset): Add new parameter.
11925 (vc-dir-marked-only-files): New function.
11926 (vc-next-action): Don't ignore directories, look at the files
11927 inside them.
11928 (vc-dir-mode): Document how the mark/unmark commands work.
11929
11930 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11933 Rule out trailing spaces in file and directory names as well.
11934
11935 * minibuffer.el (completion--do-completion): Move point even if the
11936 completion makes no change.
11937 (completion-pcm-try-completion): Fix computation of new point.
11938
11939 2008-04-30 David Hansen <david.hansen@gmx.net>
11940
11941 * dired.el: Require 'cl.
11942
11943 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11944
11945 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11946 hollow if not in innermost frame.
11947
11948 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11949
11950 Make `checkout-model' apply to filesets.
11951 * vc-hooks.el (vc-checkout-model): Rewrite.
11952 (vc-before-save, vc-after-save): Adjust callers accordingly.
11953 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11954 (vc-transfer-file): Adjust callers accordingly.
11955 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11956 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11957 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11958 instead of vc-checkout-model.
11959 * vc-mcvs.el (vc-mcvs-revert):
11960 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11961 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11962 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11963 * vc-svn.el (vc-svn-checkout-model):
11964 * vc-hg.el (vc-hg-checkout-model):
11965 * vc-git.el (vc-git-checkout-model):
11966 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11967
11968 * dired.el (dired-read-dir-and-switches): Replace last change with
11969 a new approach that mixes read-file-name and read-directory-name.
11970
11971 * files.el (read-buffer-to-switch):
11972 Avoid making assumptions about `other-buffer'.
11973
11974 2008-04-29 Sam Steingold <sds@gnu.org>
11975
11976 * vc.el (vc-dir-mode-hook): Add normal hook.
11977 (vc-dir-mode): Run it.
11978
11979 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11980
11981 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11982 Always split windows.
11983 (gdb-speedbar-timer-fn): Only raise frame after user input.
11984 (gdb-same-frame): Reverse initial value.
11985 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11986
11987 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11988 gdb-speedbar-timer-fn.
11989
11990 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11991
11992 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11993
11994 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11995
11996 * epa.el (epa-key-list-mode-map): Add menu.
11997 (epa-delete-keys, epa-import-keys): Fix typo.
11998
11999 2008-04-29 Glenn Morris <rgm@gnu.org>
12000
12001 * find-cmd.el (top-level): Does not need cl when compiling.
12002
12003 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
12004
12005 * find-cmd.el: New file.
12006
12007 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
12008
12009 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
12010 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
12011 (completion-pcm--hilit-commonality): New function.
12012 (completion-pcm-all-completions): Use it.
12013
12014 * minibuffer.el (completion-common-substring): Mark obsolete.
12015 (completions-first-difference, completions-common-part):
12016 Move from simple.el.
12017 (completion-hilit-commonality): New fun.
12018 (display-completion-list, completion-emacs21-all-completions)
12019 (completion-emacs22-all-completions): Use it.
12020 * simple.el (completions-first-difference, completions-common-part):
12021 Move to minibuffer.el.
12022 (choose-completion-string): Use field functions and minibufferp.
12023 (completion-setup-function): Don't set completions faces.
12024
12025 2008-04-29 Glenn Morris <rgm@gnu.org>
12026
12027 * calendar/calendar.el (calendar-nth-named-absday)
12028 (calendar-nth-named-day):
12029 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
12030 * calendar/holidays.el (holiday-float): Doc fixes.
12031
12032 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
12033 the `full' case.
12034
12035 * org/org-agenda.el (calendar-iso-from-absolute):
12036 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
12037 Fix declarations.
12038
12039 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
12040
12041 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
12042 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
12043 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
12044 (gdb-assembler-custom): Be careful not to match other addresses.
12045
12046 2008-04-29 Jason Rumney <jasonr@gnu.org>
12047
12048 * battery.el (battery-status-function): Use w32-battery-status
12049 on Windows.
12050 (battery-echo-area-format): Make apm format the general case.
12051 (battery-mode-line-format): Merge apm and pmset formats as the
12052 general case.
12053
12054 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
12055
12056 * progmodes/gdb-ui.el (gdb-info-stack-custom):
12057 Use gud-tool-bar-item-visible-no-fringe.
12058 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
12059 is already visible in frame. Remove optional size parameter
12060 and add optional frame parameter.
12061
12062 * progmodes/gud.el (gud-display-line): Only consider visible
12063 frames when looking for source buffer.
12064
12065 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
12066
12067 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
12068 argument to get-char-property, in case the current buffer hasn't
12069 been assigned to that window yet.
12070 (doc-view-display): Default to selected window if the current
12071 buffer hasn't been assigned to a window yet.
12072
12073 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
12074
12075 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
12076
12077 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
12078
12079 * net/tramp.el (tramp-mode): New defcustom.
12080 (tramp-file-name-handler, tramp-completion-file-name-handler):
12081 Use it.
12082 (tramp-replace-environment-variables): Handle "$$".
12083
12084 2008-04-28 Sam Steingold <sds@gnu.org>
12085
12086 * vc-hg.el (vc-hg-rename-file): Fix argument order.
12087
12088 2008-04-28 Bastien Guerry <bzg@altern.org>
12089
12090 * whitespace.el (whitespace-trailing): Fix typo.
12091
12092 2008-04-28 Sam Steingold <sds@gnu.org>
12093
12094 * textmodes/remember.el (diary-make-entry): Update the autoload.
12095
12096 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
12097
12098 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
12099 all-completions.
12100
12101 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
12102
12103 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
12104
12105 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
12106
12107 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
12108 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
12109 (vc-dir-mark-file): Add an optional argument.
12110 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
12111
12112 2008-04-27 Daiki Ueno <ueno@unixuser.org>
12113
12114 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
12115 rather than obsolete alias find-file-hooks.
12116 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
12117 Use find-file-hook rather than obsolete alias find-file-hooks.
12118 Add to find-file-not-found-functions.
12119 (epa-file-handler): Put 'safe-magic and 'operations properties.
12120
12121 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
12122 (epa-menu-items): Remove.
12123
12124 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
12125 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
12126 (epa-dired-mode, epa-global-dired-mode): Remove.
12127
12128 * dired.el (dired-mode-map): Bind encryption/decryption commands.
12129
12130 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
12131
12132 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
12133
12134 2008-04-27 Glenn Morris <rgm@gnu.org>
12135
12136 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
12137 Remove un-needed local `orig-list'. Replace cl `copy-list'.
12138
12139 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
12140
12141 * org/org.el (org-html-level-start): Always have id's in HTML.
12142 (org-export-as-html): Use `org-link-protocols' to
12143 retrieve the export form of the link.
12144 (org-add-link-type): Final parameter renamed from PUBLISH.
12145 Better documentation of how it is to be used. Avoid double entries for
12146 the same link type.
12147 (org-add-link-props): New function.
12148 (org-modules-loaded): New variable.
12149 (org-load-modules-maybe, org-set-modules): New function.
12150 (org-modules): New option.
12151 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
12152 (orgtbl-mode, org-store-link, org-insert-link-global)
12153 (org-open-at-point): Call `org-load-modules-maybe'.
12154 (org-search-view): Add more text properties.
12155 (org-agenda-schedule, org-agenda-deadline): Allow also in
12156 search-type agendas.
12157 (org-search-view): Order of arguments has been changed.
12158 Interpret prefix-arg as TODO-ONLY.
12159 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
12160 Take new argument order of `org-search-view' into account.
12161 (org-todo-only): New variable.
12162 (org-search-syntax-table): New variable and function.
12163 (org-search-view): Do the search with the special syntax table.
12164 (define-obsolete-function-alias): Make work with XEmacs.
12165 (org-add-planning-info): Use old date as default when modifying an
12166 existing deadline or scheduled item.
12167 (org-agenda-compute-time-span): Make argument N optional.
12168 (org-agenda-format-date-aligned): Require `cal-iso'.
12169 (org-agenda-list): Include week into agenda heading, don't
12170 list it at each date (only on Mondays).
12171 (org-read-date-analyze): Define local variable `iso-date'.
12172 (org-agenda-format-date-aligned): Remove dependency on
12173 `calendar-time-from-absolute'.
12174 (org-remember-apply-template, org-go-to-remember-target):
12175 Interpret filenames relative to `org-directory'.
12176 (org-complete): Silently fail when trying to complete
12177 keywords that don't have a default value.
12178 (org-get-current-options): Add a #+DATE: option.
12179 (org-additional-option-like-keywords): Remove "DATE:" from the
12180 list of additional keywords.
12181 (org-export-as-html): Remove (current-time) as unnecessary second
12182 argument of `format-time-string'.
12183 (org-clock-find-position): Handle special case at end of buffer.
12184 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
12185 `org-agenda-change-time-span'.
12186 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
12187 `org-agenda-change-time-span'.
12188 (org-agenda-month-view): New argument MONTH, pass it on to
12189 `org-agenda-change-time-span'.
12190 (org-agenda-year-view): New argument YEAR, pass it on to
12191 `org-agenda-change-time-span'.
12192 (org-agenda-change-time-span): New optional argument N, pass it on
12193 to `org-agenda-compute-time-span'.
12194 (org-agenda-compute-time-span): New argument N, interpret it by
12195 changing the starting day.
12196 (org-small-year-to-year): New function.
12197 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
12198 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
12199 into the future, and that the shift is at least one interval, never 0.
12200 (org-update-checkbox-count): Fix bug with checkbox counting.
12201 (org-add-note): New command.
12202 (org-add-log-setup): Rename from `org-add-log-maybe'.
12203 (org-log-note-headings): New entry for plain notes (i.e. notes not
12204 related to state changes or clocking).
12205 (org-get-org-file): Check for availability of `remember-data-file'.
12206 (org-cached-entry-get): Allow a regexp value for
12207 `org-use-property-inheritance'.
12208 (org-use-property-inheritance): Allow regexp value. Fix bug in
12209 customization type.
12210 (org-use-tag-inheritance): Allow a list and a regexp value for
12211 this variable.
12212 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
12213 (org-entry-get): Respect value `selective' for the INHERIT argument.
12214 (org-tag-inherit-p, org-property-inherit-p): New functions.
12215 (org-agenda-format-date-aligned): Allow 10 characters for
12216 weekday, to accommodate German locale.
12217 (org-add-archive-files): New function.
12218 (org-agenda-files): New argument `ext', to get archive files as well.
12219 (org-tbl-menu): Protect the use of variables that
12220 are only available when org-table.el gets loaded.
12221 (org-read-agenda-file-list): Error if `org-agenda-files' is a
12222 single directory.
12223 (org-open-file): Allow a batch process to trigger
12224 waiting after executing a system command.
12225 (org-store-link): Link to headline when there is not
12226 target and no region in an org-mode buffer when creating a link.
12227 (org-link-types-re): New variable.
12228 (org-make-link-regexps): Compute `org-link-types-re'.
12229 (org-make-link-description-function): New option.
12230 (org-agenda-date, org-agenda-date-weekend): New faces.
12231 (org-archive-sibling-heading): New option.
12232 (org-archive-to-archive-sibling): New function.
12233 (org-iswitchb): New command.
12234 (org-buffer-list): New function.
12235 (org-agenda-columns): Also try the #+COLUMNS line in
12236 the buffer associated with the entry at point (or with the first
12237 entry in the agenda view).
12238 (org-modules): Add entry for org-bibtex.el.
12239 (org-completion-fallback-command): Move into `org-completion' group.
12240 (org-clock-heading-function): Move to `org-progress' group.
12241 (org-auto-repeat-maybe): Make sure that a note can
12242 be enforces if `org-log-repeat' is `note'.
12243 (org-modules): Allow additional symbols for external packages.
12244 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
12245 (org-clock-goto): Hide drawers after showing an
12246 entry with `org-clock-goto'.
12247 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
12248 Try also a clocktable block shift.
12249 (org-clocktable-try-shift): New function.
12250 (org-columns-hscoll-title): New function.
12251 (org-columns-previous-hscroll): New variable.
12252 (org-columns-full-header-line-format): New variable.
12253 (org-columns-display-here-title, org-columns-remove-overlays):
12254 Install `org-columns-hscoll-title' in post-command-hook.
12255
12256 * org/org.el: Split into many small files.
12257
12258 * org/org-agenda.el: New file, split off from org.el.
12259
12260 * org/org-archive.el: New file, split off from org.el.
12261
12262 * org/org-bbdb.el: New file.
12263
12264 * org/org-bibtex.el: New file, split off from org.el.
12265
12266 * org/org-clock.el: New file, split off from org.el.
12267
12268 * org/org-colview.el: New file, split off from org.el.
12269
12270 * org/org-compat.el: New file, split off from org.el.
12271
12272 * org/org-exp.el: New file, split off from org.el.
12273
12274 * org/org-faces.el: New file, split off from org.el.
12275
12276 * org/org-gnus.el: New file, split off from org.el.
12277
12278 * org/org-info.el: New file, split off from org.el.
12279
12280 * org/org-infojs.el: New file.
12281
12282 * org/org-irc.el: New file.
12283
12284 * org/org-macs.el: New file, split off from org.el.
12285
12286 * org/org-mew.el: New file.
12287
12288 * org/org-mhe.el: New file, split off from org.el.
12289
12290 * org/org-publish.el: New file, split off from org.el.
12291
12292 * org/org-remember.el: New file, split off from org.el.
12293
12294 * org/org-rmail.el: New file, split off from org.el.
12295
12296 * org/org-table.el: New file, split off from org.el.
12297
12298 * org/org-vm.el: New file, split off from org.el.
12299
12300 * org/org-wl.el: New file, split off from org.el.
12301
12302 2008-04-27 Jason Riedy <jason@acm.org>
12303
12304 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
12305 parameter that suppresses lines that evaluate to NIL.
12306 (orgtbl-get-fmt): New inline function for
12307 picking apart formats that may be lists.
12308 (orgtbl-apply-fmt): New inline function for applying formats that
12309 may be functions.
12310 (orgtbl-eval-str): New inline function for strings that may be
12311 functions.
12312 (orgtbl-format-line, orgtbl-to-generic): Use and document.
12313 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
12314 (*orgtbl-llfmt*, *orgtbl-llstart*)
12315 (*orgtbl-llend*): Dynamic variables for last-line formatting.
12316 (orgtbl-format-section): Shift formatting to support detecting the
12317 last line and formatting it specially.
12318 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
12319 formats unless overridden.
12320 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
12321 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
12322 bound variables to hold the input collection of lines and output
12323 formatted text.
12324 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
12325 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
12326 format parameters.
12327 (orgtbl-format-line): New function encapsulating formatting for a
12328 single line.
12329 (orgtbl-format-section): Similar for each section. Rebinding the
12330 dynamic vars customizes the formatting for each section.
12331 (orgtbl-to-generic): Use orgtbl-format-line and
12332 orgtbl-format-section.
12333 (org-get-param): Now unused, so delete.
12334 (orgtbl-gather-send-defs): New function to
12335 gather all the SEND definitions before a table.
12336 (orgtbl-send-replace-tbl): New function to find the RECEIVE
12337 corresponding to the current name.
12338 (orgtbl-send-table): Use the previous two functions and implement
12339 multiple destinations for each table.
12340
12341 * doc/org.texi (A LaTeX example): Note that fmt may be a
12342 one-argument function, and efmt may be a two-argument function.
12343 (Radio tables): Document multiple destinations.
12344
12345 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
12346
12347 * org/org-agenda.el (org-add-to-diary-list): New function.
12348 (org-prefix-has-effort): New variable.
12349 (org-sort-agenda-noeffort-is-high): New option.
12350 (org-agenda-columns-show-summaries)
12351 (org-agenda-columns-compute-summary-properties): New options.
12352 (org-format-agenda-item): Compute the duration of the item.
12353 (org-agenda-weekend-days): New variable.
12354 (org-agenda-list, org-timeline): Use the proper faces for dates in
12355 the agenda and timeline buffers.
12356 (org-agenda-archive-to-archive-sibling): New command.
12357 (org-agenda-start-with-clockreport-mode): New option.
12358 (org-agenda-clockreport-parameter-plist): New option.
12359 (org-agenda-clocktable-mode): New variable.
12360 (org-agenda-deadline-leaders): Allow a function value for the
12361 deadline leader.
12362 (org-agenda-get-deadlines): Deal with new function value.
12363
12364 * org/org-clock.el (org-clock): New customization group.
12365 (org-clock-into-drawer, org-clock-out-when-done)
12366 (org-clock-in-switch-to-state, org-clock-heading-function):
12367 Move into the new group.
12368 (org-clock-out-remove-zero-time-clocks): New option.
12369 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12370 (org-dblock-write:clocktable): Allow a Lisp form for the scope
12371 parameter.
12372 (org-dblock-write:clocktable): Fix bug with total time calculation.
12373 (org-dblock-write:clocktable): Request the unrestricted list of files.
12374 (org-get-clocktable): New function.
12375 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12376 be strings but also integers (an absolute day number) and lists (m d y).
12377
12378 * org/org-colview.el (org-columns-next-allowed-value)
12379 (org-columns-edit-value): Limit the effort for updating in the
12380 agenda to recomputing a single file.
12381 (org-columns-compute): Only write property value if it has changed.
12382 This avoids raising the buffer-change-flag unnecessarily.
12383 (org-agenda-colview-summarize)
12384 (org-agenda-colview-compute): New functions.
12385 (org-agenda-columns): Call `org-agenda-colview-summarize'.
12386
12387 * org/org-exp.el (org-export-run-in-background): New option.
12388 (org-export-icalendar): Allow a batch process to trigger waiting
12389 after executing a system command.
12390 (org-export-preprocess-string): Rename from
12391 `org-cleaned-string-for-export'.
12392 (org-export-html-style): Made target class look like normal text.
12393 (org-export-as-html): Make use of the better preprocessing in
12394 `org-cleaned-string-for-export'.
12395 (org-cleaned-string-for-export): Better treatment of heuristic
12396 targets, many more internal links will now work in HTML export.
12397 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12398 (org-export-inbuffer-options-extra): New variable.
12399 (org-export-options-filters): New hook.
12400 (org-infile-export-plist): Find also the settings keywords in
12401 `org-export-inbuffer-options-extra'.
12402 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12403 multiple #+INFOJS_OPT lines.
12404 (org-export-html-handle-js-options): New function.
12405 (org-export-html-infojs-setup): New option.
12406 (org-export-as-html): Call `org-export-html-handle-js-options'.
12407 Add autoload to all entry points.
12408 (org-skip-comments): Function removed.
12409
12410 * org/org-table.el (org-table-make-reference): Extra parenthesis
12411 around single fields, to make sure that algebraic formulas get
12412 correctly interpreted by calc.
12413 (org-table-current-column): No longer interactive.
12414
12415 * org/org-export-latex.el (org-export-latex-preprocess):
12416 Rename from `org-export-latex-cleaned-string'.
12417
12418 2008-04-27 Bastien Guerry <bzg@altern.org>
12419
12420 * org/org-publish.el (org-publish-get-base-files-1): New function.
12421 (org-publish-get-base-files): Use it.
12422 (org-publish-temp-files): New variable.
12423 Don't require 'dired-aux anymore.
12424 (org-publish-initial-buffer): New variable.
12425 (org-publish-org-to, org-publish): Use it.
12426 (org-publish-get-base-files-1): Bug fix: get
12427 the proper list of files when recursing thru a directory.
12428 (org-publish-get-base-files): Use the :exclude property to skip
12429 both files and directories.
12430
12431 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12432
12433 * net/tramp.el (tramp-handle-make-symbolic-link)
12434 (tramp-handle-file-name-directory)
12435 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12436 (tramp-do-copy-or-rename-file-directly)
12437 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12438 (tramp-handle-substitute-in-file-name)
12439 (tramp-handle-insert-file-contents, tramp-handle-write-region)
12440 * net/tramp-cache.el (tramp-get-file-property)
12441 (tramp-set-file-property, tramp-flush-file-property)
12442 (tramp-flush-directory-property)
12443 * net/tramp-compat.el (tramp-compat-make-temp-file)
12444 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12445 Disable `file-name-handler-alist' when handling localname.
12446 It could have a remote file syntax, like a VMS file name.
12447
12448 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12449
12450 * whitespace.el: New version 11.1.
12451 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12452 enclosed by \\( and \\)$. Docstring fix.
12453 (whitespace-trailing-regexp): Fun removed.
12454 (whitespace-report-list): Const initialization fix.
12455 (whitespace-color-on): Code fix.
12456
12457 2008-04-27 Andreas Schwab <schwab@suse.de>
12458
12459 * Makefile.el: Unbreak bootstrap.
12460
12461 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12462
12463 * net/tramp.el (tramp-replace-environment-variables): New defun.
12464 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12465 Use it.
12466
12467 2008-04-27 Glenn Morris <rgm@gnu.org>
12468
12469 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12470
12471 * calculator.el (calculator-expt): Replace cl function `oddp'.
12472
12473 2008-04-27 Johan Bockgård <bojohan@gnu.org>
12474
12475 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12476 Simplify. Collect `defun' and `autoload' entries.
12477 Avoid modifying load-history.
12478
12479 2008-04-26 Glenn Morris <rgm@gnu.org>
12480
12481 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12482
12483 * simple.el (quoted-insert, zap-to-char): Revert previous change.
12484
12485 2008-04-26 John Paul Wallington <jpw@pobox.com>
12486
12487 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12488 `hexl-mode-old-eldoc-documentation-function'.
12489 (hexl-mode-exit): Restore it.
12490 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12491
12492 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12493
12494 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
12495
12496 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12497 (completion-pcm--all-completions): Doc fix.
12498 (completion-styles-alist, completion-all-completions):
12499 Fix typos in docstrings.
12500
12501 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12502
12503 * whitespace.el: There is now only one variable (whitespace-style) to
12504 specify which kind of blank is visualized. Doc and docstring fix.
12505 New version 11.0.
12506 (whitespace-style): New option, replace whitespace-style-mark and
12507 whitespace-style-color.
12508 (whitespace-style-mark, whitespace-style-color): Options removed.
12509 (whitespace-hspace, whitespace-tab, whitespace-newline)
12510 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12511 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12512 (whitespace-hspace-regexp, whitespace-space-regexp)
12513 (whitespace-tab-regexp, whitespace-trailing-regexp)
12514 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12515 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12516 (whitespace-space-after-tab-regexp, whitespace-line-column)
12517 (whitespace-display-mappings, whitespace-report): Docstring fix.
12518 (whitespace-color-value-list, whitespace-mark-value-list)
12519 (whitespace-active-color, whitespace-active-mark)
12520 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12521 (whitespace-style-value-list, whitespace-active-style)
12522 (whitespace-toggle-style): New vars.
12523 (whitespace-toggle-option-alist, whitespace-help-text):
12524 Var initialization and docstring fix.
12525 (whitespace-toggle-options, global-whitespace-toggle-options)
12526 (whitespace-cleanup, whitespace-cleanup-region)
12527 (whitespace-report-region, whitespace-interactive-char)
12528 (whitespace-toggle-list): Docstring and code fix.
12529 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12530 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12531 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12532 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12533
12534 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12535
12536 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12537 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12538 (diff-sanity-check-hunk): Adjust code accordingly.
12539
12540 2008-04-26 Glenn Morris <rgm@gnu.org>
12541
12542 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12543
12544 * forms-d2.dat: Move to ../etc.
12545 * forms-d2.el (forms-file): Adapt for above change.
12546
12547 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12548 `translation-table-for-input'.
12549
12550 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12551 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12552
12553 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12554 to punctuation now it's not needed for abbrevs.
12555 (fortran-mode-abbrev-table): Remove defvar, make use of new
12556 define-abbrev-table :regexp feature.
12557
12558 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12559 insert, now that translation-table-for-input is not needed.
12560
12561 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12562
12563 * emacs-lisp/pp.el (pp-display-expression): New function,
12564 extracted from pp-eval-expression.
12565 (pp-eval-expression): Use pp-display-expression.
12566 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12567 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12568 (pp-eval-last-sexp): Use pp-last-sexp.
12569
12570 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12571
12572 * abbrev.el (define-abbrev-table): Apply props even if the table
12573 exists already.
12574
12575 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12576 various kinds of completion tables.
12577 (completion-emacs22-try-completion): Place cursor after the /, as was
12578 done in Emacs-22's minibuffer-complete-word.
12579 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12580 (completion-emacs22-try-completion): Merge all mergeable text rather
12581 than just /.
12582 (completion-pcm--delim-wild-regex): New var.
12583 (completion-pcm-word-delimiters): New custom.
12584 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12585 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12586 (completion-pcm--all-completions, completion-pcm-all-completions)
12587 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12588 (completion-pcm-try-completion): New functions.
12589 (completion-styles-alist): Add them.
12590 (completion-styles): Add it to the default.
12591
12592 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12593
12594 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12595 (gdb-var-create-handler): ...until here when there are values.
12596 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12597 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12598
12599 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12600
12601 * ls-lisp.el (ls-lisp-format): Fix last change.
12602 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12603 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12604 (ls-lisp-filesize-f-fmt): New defvars.
12605 (ls-lisp-insert-directory): Dynamically compute format specifiers
12606 for displaying UID, GID, and file size, and store them in the
12607 above variables.
12608 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12609 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12610 instead of constant format strings.
12611 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12612 ls-lisp-filesize-d-fmt instead of constant format strings.
12613
12614 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12615
12616 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12617 value of addresses rather than (partial) string value.
12618 (gdb-frame-handler): Change regexp according to above change.
12619 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12620 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12621 (gdb-assembler-mode): Disable undo in these buffers.
12622
12623 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12624
12625 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12626 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12627
12628 2008-04-24 Sam Steingold <sds@gnu.org>
12629
12630 * textmodes/remember.el (remember-diary-extract-entries): Use
12631 diary-make-entry instead of the obsolete make-diary-entry.
12632
12633 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12634
12635 * subr.el (translation-table-for-input): Mark as obsolete.
12636
12637 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12638
12639 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12640
12641 * textmodes/ispell.el (ispell-dictionary-alist-1)
12642 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12643 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12644 (ispell-dictionary-alist-6): Remove.
12645 (ispell-dictionary-base-alist): New var, merges the above.
12646 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12647 Use it.
12648 (ispell-dictionary-alist): Default to nil. Remove autoload.
12649 (ispell-local-dictionary-alist): Remove autoload.
12650
12651 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12652 (f90-mode-abbrev-table): Use the new :regexp feature.
12653 Merge defvar and mapc into define-abbrev-table.
12654 (f90-imenu-type-matcher): Remove unused `l'.
12655 (f90-imenu-generic-expression): Remove unused `not-ib'.
12656 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12657 (f90-change-keywords): Use restore-buffer-modified-p.
12658
12659 2008-04-24 Glenn Morris <rgm@gnu.org>
12660
12661 * net/goto-addr.el (goto-address-prog-mode):
12662 * progmodes/bug-reference.el (bug-reference-prog-mode):
12663 Define for compiler.
12664
12665 * minibuffer.el (x-file-dialog): Declare as function.
12666
12667 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12668 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12669
12670 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12671 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12672 work with easymenu. Add :keys where needed.
12673
12674 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12675 event-start is nil.
12676
12677 * calendar/calendar.el (calendar-mode-map): Fix typo.
12678
12679 2008-04-24 Tom Tromey <tromey@redhat.com>
12680
12681 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12682 Document keywords. Add :suppress.
12683 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12684
12685 * net/goto-addr.el (goto-address-unfontify): New function.
12686 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12687 (goto-address-fontify-region, goto-address-mode)
12688 (goto-address-prog-mode): New functions.
12689
12690 * progmodes/bug-reference.el: New file.
12691
12692 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12693
12694 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12695
12696 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12697
12698 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12699 macros within lambdas.
12700
12701 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12702
12703 * minibuffer.el (completion-try-completion): Add `point' argument.
12704 Change return value.
12705 (completion-all-completions): Add `point' argument.
12706 (minibuffer-completion-help): Pass the new `point' argument.
12707 (completion--do-completion): Pass the whole field to try-completion.
12708 (completion--try-word-completion): Rewrite, making fewer assumptions.
12709 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12710 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12711 (completion-basic-try-completion, completion-basic-all-completions):
12712 New functions.
12713 (completion-styles-alist): Use them.
12714
12715 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12716
12717 * textmodes/ispell.el (ispell-set-spellchecker-params):
12718 New function to make sure right params and dictionary alists are used
12719 after spellchecker changes.
12720 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12721 (ispell-initialize-spellchecker-hook): New variables and hook.
12722 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12723 (ispell-maybe-find-aspell-dictionaries): Remove.
12724 Calls replaced by (ispell-set-spellchecker-params) calls.
12725 (ispell-have-aspell-dictionaries): Remove.
12726
12727 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12728 by ispell-set-spellchecker-params.
12729
12730 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12731
12732 * complete.el (PC-do-completion): Be more robust in the presence of
12733 unexpected values in minibuffer-completion-predicate.
12734
12735 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12736 Only abbreviate default-filename if it's a file.
12737
12738 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12739 (read-file-name-completion-ignore-case, insert-default-directory):
12740 New vars, moved from fileio.c.
12741 (read-file-name): New fun, moved from fileio.c.
12742 * cus-start.el: Remove insert-default-directory and
12743 read-file-name-completion-ignore-case.
12744
12745 2008-04-23 Magnus Henoch <mange@freemail.hu>
12746
12747 * tar-mode.el (tar-untar-buffer): If the entry has directory
12748 link type, extract it as a directory even if its file name doesn't
12749 end with a slash. Fixes extraction of NetBSD tar archives.
12750
12751 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12752
12753 * server.el (server-start): Also don't get confused by CRs since we
12754 don't quote them.
12755
12756 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12757
12758 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12759 (gdb-set-gud-minor-mode-existing-buffers)
12760 (gdb-info-breakpoints-custom, gdb-get-location)
12761 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12762 Previously gdb-create-define-alist wasn't always run and added to
12763 after-save-hook.
12764
12765 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12766
12767 2008-04-23 Kevin Ryde <user42@zip.com.au>
12768
12769 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12770 comments like unindented ones.
12771
12772 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12773
12774 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12775 parameter origins.
12776
12777 2008-04-23 Kevin Ryde <user42@zip.com.au>
12778
12779 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12780 Bind print-level to ensure output forms aren't truncated if
12781 print-level is set to eval-expression-print-level when going via
12782 eval-defun and friends, or has been otherwise fiddled with.
12783
12784 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12785
12786 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12787 font-lock-extend-after-change-region-function globally.
12788
12789 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12790
12791 * speedbar.el (speedbar-use-tool-tips-flag)
12792 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12793 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12794 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12795 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12796 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12797 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12798 (speedbar-separator-face): Fix typos in docstrings.
12799 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12800 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12801 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12802 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12803 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12804 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12805 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12806 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12807 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12808 (speedbar-recenter): Doc fixes.
12809 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12810 declaration and remove redundant info in docstring.
12811
12812 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12813
12814 * vc-git.el (vc-git-status-printer): Deal with directories.
12815
12816 * vc.el (vc-next-action): Look at more than the first file to
12817 determine the state.
12818
12819 2008-04-23 Glenn Morris <rgm@gnu.org>
12820
12821 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12822 timers. Doc fix.
12823 (dframe-update-speed): Drop support for XEmacs < 20.
12824 (dframe-frame-mode): Drop support for Emacs < 20.
12825 (dframe-set-timer-internal): Drop support for Emacs without timers.
12826 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12827
12828 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12829 versions. Add doc-string. Mark as obsolete.
12830
12831 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12832
12833 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12834 rather than using an Emacs version test.
12835
12836 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12837 rather than an Emacs version test.
12838
12839 * calendar/cal-china.el (holiday-chinese-qingming)
12840 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12841 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12842 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12843
12844 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12845
12846 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12847 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12848 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12849
12850 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12851
12852 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12853 (gdb-previous-frame-pc-address): ...to this.
12854 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12855 of "info frame" with Gdb 6.4+.
12856 (gdb-stack-list-frames-regexp): New regexp.
12857 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12858
12859 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12860
12861 * tar-mode.el (tar-prefix-offset): New constant.
12862 (tar-header-block-tokenize): Support paths with long names
12863 which use the "ustar" standard.
12864
12865 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12866
12867 * image-dired.el (image-dired-track-original-file)
12868 (image-dired-modify-mark-on-thumb-original-file):
12869 Use `dired-goto-file' instead of `search-forward'. This solves
12870 a bug with finding files where the file name is a subset of other
12871 file names. Doc fix.
12872
12873 2008-04-22 Juri Linkov <juri@jurta.org>
12874
12875 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12876 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12877 (yank-menu-length): Change group name `mouse' to `menu'.
12878 (buffers-menu-buffer-name-length): New user option.
12879 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12880 instead of the hard-coded number 27.
12881
12882 2008-04-22 Juri Linkov <juri@jurta.org>
12883
12884 * isearch.el (eval-when-compile): Require `help-macro'.
12885 (isearch-help-for-help-internal): Isearch specific Help screen
12886 created by `make-help-screen'.
12887 (isearch-help-map): New variable that binds "b", "k", "m" to
12888 isearch-specific commands, and binds other keys to
12889 isearch-other-control-char, thus allowing other Help keys to
12890 exit isearch mode and execute their global definitions.
12891 (isearch-help-for-help, isearch-describe-bindings)
12892 (isearch-describe-key, isearch-describe-mode): New commands.
12893 (isearch-mode-help): Define alias to isearch-describe-mode
12894 and remove its old function definition.
12895 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12896 Remove old comments because this issue is settled now.
12897 (isearch-forward): Describe three new Help commands in the docstring.
12898 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12899 leave the single sentence at the first line of the docstring,
12900 and prepend the word "function" before `isearch-forward'
12901 to make the Help link to the function instead of variable.
12902
12903 2008-04-22 Juri Linkov <juri@jurta.org>
12904
12905 * isearch.el (isearch-success-function): New variable with default
12906 to `isearch-success-function-default'.
12907 (isearch-search): Call a function from `isearch-success-function'
12908 instead of calling the hard-coded `isearch-range-invisible'.
12909 (isearch-success-function-default): New function that calls
12910 `isearch-range-invisible' and inverts its return value.
12911
12912 * info.el (Info-search): In two similar places that skip
12913 undesired search matches move code to Info-search-success-function,
12914 and call `isearch-success-function' instead.
12915 (Info-search-success-function): New function copied from code
12916 in Info-search. Replace isearch-range-invisible with
12917 text-property-not-all that checks for 'invisible and 'display
12918 properties to skip partially invisible matches (whose display
12919 properties were set by Info-fontify-node).
12920 (Info-mode): Set buffer-local isearch-success-function
12921 to Info-search-success-function.
12922
12923 2008-04-22 Juri Linkov <juri@jurta.org>
12924
12925 * minibuffer.el (internal-complete-buffer-except): New function.
12926
12927 * files.el (read-buffer-to-switch): New function.
12928 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12929 Change interactive spec to call read-buffer-to-switch instead of
12930 using the letter "B".
12931
12932 * simple.el (minibuffer-default-add-shell-commands): New function.
12933 Use declare-function for mailcap-file-default-commands from "mailcap".
12934 (shell-command): Set local minibuffer-default-add-function to
12935 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12936 before calling read-shell-command. Set 4th arg default-value of
12937 read-shell-command to relative buffer-file-name in file buffers.
12938
12939 * dired-aux.el (dired-read-shell-command-default): Move it to
12940 gnus/mailcap.el and change its name to more general name
12941 mailcap-file-default-commands.
12942 (minibuffer-default-add-dired-shell-commands): New function.
12943 Use declare-function for mailcap-file-default-commands from "mailcap".
12944 (dired-read-shell-command): Set local minibuffer-default-add-function
12945 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12946 before calling read-shell-command. Remove dired-read-shell-command-default
12947 from the default value arg because default values are not set in
12948 minibuffer-default-add-dired-shell-commands. Doc fix.
12949
12950 * dired-x.el (dired-smart-shell-command): Sync arguments and
12951 interactive spec with changes in `shell-command'.
12952 Use dired-get-filename to get the dired file name at point
12953 as the default value in dired mode.
12954
12955 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12956
12957 * info.el (Info-complete-menu-item): Add missing parenthesis.
12958
12959 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12960
12961 * info.el (Info-complete-menu-item): Save point.
12962
12963 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12964
12965 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12966
12967 2008-04-22 Andreas Schwab <schwab@suse.de>
12968
12969 * Makefile.in (emacs-deps): Define.
12970 Use it instead of $(lisp)/subdirs.el.
12971
12972 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12973
12974 * vc.el (vc-next-action): Do not consider directories when
12975 checking for state compatibility.
12976 (vc-transfer-file): Use when not if.
12977 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12978 (vc-dir-mark-file): Use them.
12979 (vc-deduce-fileset): Also return the backend.
12980 (vc-diff-internal): Take as argument the value returned by
12981 vc-deduce-fileset instead of just the fileset.
12982 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12983 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12984 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12985
12986 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12987
12988 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12989 set-window-vscroll but image-scroll-down. Fixes a bug where a
12990 command following SPC scrolled up again.
12991
12992 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12993
12994 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12995 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12996 (gud-watch): Add "$" prefix when in registers buffer.
12997
12998 2008-04-22 Glenn Morris <rgm@gnu.org>
12999
13000 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
13001
13002 * whitespace.el (whitespace-display-table)
13003 (whitespace-display-table-was-local): Move definitions before use.
13004
13005 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
13006 (copyright-limit): Respect copyright-at-end-flag.
13007 (copyright-re-search, copyright-start-point)
13008 (copyright-offset-too-large-p): New functions.
13009 (copyright-update-year): Use copyright-re-search.
13010 (copyright-update, copyright-fix-years): Use copyright-start-point,
13011 and copyright-re-search.
13012 (copyright): Use copyright-offset-too-large-p.
13013 * add-log.el (change-log-mode): Set copyright-at-end-flag.
13014
13015 * add-log.el (top-level): Require 'cl when compiling.
13016
13017 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13018
13019 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
13020 Treat minibuffer-completion-predicate as a predicate.
13021
13022 * minibuffer.el (completion--file-name-table): Accept both the old
13023 `dir' arg or the new `pred' arg.
13024
13025 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
13026 `predicate' argument to pass non-predicate data.
13027 (ffap-read-url-internal, ffap-read-file-or-url-internal):
13028 Use second arg as proper predicate.
13029
13030 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
13031 (vc-bzr-revision-completion-table): Use completion-table-with-context
13032 instead.
13033
13034 * simple.el (choose-completion-string): Use minibuffer-completion-table.
13035
13036 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
13037
13038 * term.el (term-emulate-terminal): Perform redisplay after the
13039 process filter has finished running.
13040
13041 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
13042
13043 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
13044
13045 * minibuffer.el (completion-try-completion): Change magic symbol
13046 property name. Rename from minibuffer-try-completion.
13047 (completion-all-completions): Rename from minibuffer-all-completions.
13048 Remove hide-spaces argument.
13049 (completion--do-completion): Rename from minibuffer--do-completion.
13050 (minibuffer-complete-and-exit): Call just try-completion rather than
13051 completion-try-completion to fix up the case.
13052 (completion--try-word-completion): Try to add space or hyphen before
13053 making `string' a prefix of `completion'.
13054 (completion--insert-strings): Rename from minibuffer--insert-strings.
13055
13056 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
13057
13058 * net/tls.el (tls-program): Add -ign_eof argument to call the
13059 openssl commands.
13060 (tls-checktrust): Ditto.
13061
13062 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
13063
13064 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
13065
13066 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
13067 (vc-check-master-templates, vc-file-not-found-hook)
13068 (vc-kill-buffer-hook):
13069 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
13070 (vc-find-position-by-context, vc-buffer-context)
13071 (vc-restore-buffer-context, vc-responsible-backend)
13072 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
13073 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
13074 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
13075 (vc-version-diff, vc-diff, vc-insert-headers)
13076 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
13077 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
13078 (vc-revert, vc-rollback, vc-version-backup-file)
13079 (vc-rename-master, vc-delete-file, vc-rename-file)
13080 (vc-branch-part, vc-default-retrieve-snapshot)
13081 (vc-annotate-display-autoscale, vc-annotate-display-select)
13082 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
13083 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
13084 (vc-dir-update): Handle directories.
13085 (vc-default-status-printer): Simplify.
13086
13087 * progmodes/asm-mode.el (asm-mode-map):
13088 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
13089
13090 * progmodes/m4-mode.el (m4-mode-map): Add menu.
13091
13092 2008-04-21 Kenichi Handa <handa@m17n.org>
13093
13094 * select.el (xselect-convert-to-string): Send a C_STRING only if
13095 the polymorphic target TEXT is requested.
13096
13097 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
13098
13099 * minibuffer.el (completion-setup-hook, display-completion-list)
13100 (completion--file-name-table): Fix typos in docstrings.
13101 (completion-table-dynamic): Fix typo, and reflow docstring.
13102
13103 2008-04-20 Andreas Schwab <schwab@suse.de>
13104
13105 * server.el (server-switch-buffer): Also consider clients in the
13106 selected frame.
13107
13108 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
13109
13110 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
13111 Select window clicked on first.
13112 (gdb): Display thread number in mode-line.
13113 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
13114 (gdb-breakpoints-header): New variable.
13115 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
13116
13117 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13118
13119 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
13120 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
13121 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
13122 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
13123 (vc-sccs-print-log): Use it.
13124
13125 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
13126
13127 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
13128 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
13129
13130 * tooltip.el (tooltip-previous-message): New var.
13131 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
13132 the C code (avoid overwriting a minibuffer, restore previous echo
13133 message, ...).
13134 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
13135 Simplify.
13136
13137 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
13138
13139 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
13140 (gdb-init-1): Initialise it.
13141 (gdb-annotation-rules): New entry for "new-thread".
13142 (gdb-thread-identification): New function to customize
13143 mode-line-buffer-identification.
13144 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
13145 (gdb-assembler-mode): Use it.
13146 (gdb-threads-mode): Force "info threads" onto queue.
13147
13148 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
13149
13150 * files.el (locate-file-completion-table): Rename from
13151 locate-file-completion and make it use `pred' in the normal way.
13152 (locate-file-completion): New compatibility wrapper.
13153 (load-library): Use locate-file-completion-table.
13154 * finder.el (finder-commentary):
13155 * subr.el (locate-library):
13156 * emacs-lisp/find-func.el (find-library): Likewise.
13157 * info.el: Use with-current-buffer and inhibit-read-only.
13158 (Info-read-node-name-2): Change to use `predicate' in the normal way.
13159 (Info-read-node-name-1): Adjust uses accordingly.
13160
13161 * minibuffer.el (completion-table-with-context): Add support for `pred'.
13162 (completion-table-with-terminator): Don't use complete-with-action
13163 since we have to distinguish all three cases anyway.
13164 (completion-table-with-predicate): New function.
13165 (dynamic-completion-table): Add obsolete alias.
13166
13167 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
13168
13169 2008-04-18 Sam Steingold <sds@gnu.org>
13170
13171 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
13172 Use quit-window instead of bury-buffer.
13173
13174 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13175
13176 * minibuffer.el (completion-table-with-terminator): Fix last fix.
13177
13178 2008-04-18 Andreas Schwab <schwab@suse.de>
13179
13180 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
13181 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
13182 Depend on $(lisp)/subdirs.el.
13183
13184 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
13185
13186 * descr-text.el (describe-char-after):
13187 Use `define-obsolete-function-alias'.
13188
13189 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
13190
13191 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
13192
13193 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
13194 Remove redundant obsolescence info in docstring.
13195
13196 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
13197 (vc-header-alist): Add WHEN to obsolescence declaration.
13198 (vc-state): Fix typo in docstring.
13199
13200 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
13201 Use `define-obsolete-variable-alias'.
13202
13203 * emulation/tpu-edt.el (tpu-have-ispell):
13204 * international/codepage.el (codepage-setup):
13205 Fix typo in obsolescence declaration.
13206
13207 * international/mule.el (char-coding-system-table):
13208 Remove redundant obsolescence info in docstring.
13209 (charset-list, generic-char-p, set-char-table-default):
13210 Fix typos in obsolescence declarations.
13211
13212 * international/mule-diag.el (non-iso-charset-alist):
13213 Fix typo in obsolescence declaration.
13214 (decode-codepage-char): Remove redundant obsolescence info in docstring.
13215
13216 * font-core.el (font-lock-defaults-alist):
13217 * font-lock.el (font-lock-reference-face):
13218 * frame.el (screen-height, screen-width, set-screen-width)
13219 (set-screen-height):
13220 * hilit-chg.el (highlight-changes-initial-state):
13221 * isearch.el (isearch-return-char):
13222 * log-edit.el (cvs-commit-buffer-require-final-newline)
13223 (cvs-changelog-full-paragraphs):
13224 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
13225 (mouse-popup-menubar-stuff):
13226 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
13227 (mouse-wheel-click-button):
13228 * outline.el (outline-visible):
13229 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
13230 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
13231 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
13232 * progmodes/compile.el (compile-internal):
13233 Add WHEN to obsolescence declarations.
13234
13235 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
13238 is not better anyway.
13239
13240 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13241
13242 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
13243 properly.
13244
13245 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
13246
13247 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
13248 (python-use-skeletons): Remove, unused.
13249 (python-skeletons): Remove. Use the abbrev table instead.
13250 (python-mode-abbrev-table): Fix regexp;
13251 add enable-function and case-fixed.
13252 (def-python-skeleton): Simplify.
13253 (python-expand-template): Use the abbrev-table and abbrev-insert.
13254 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
13255 Remove.
13256 (python-mode): Don't set pre-abbrev-expand-hook.
13257
13258 * skeleton.el: Set coding-tag.
13259
13260 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
13261 (expand-abbrev): Use it.
13262 (abbrev-table-menu): New function.
13263
13264 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
13265
13266 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
13267
13268 2008-04-17 Sam Steingold <sds@gnu.org>
13269
13270 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
13271 idiosyncratic bury-buffer/delete-window logic.
13272
13273 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
13274
13275 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
13276 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
13277
13278 2008-04-17 Kenichi Handa <handa@m17n.org>
13279
13280 * international/characters.el: Don't make the width of U+00AD to 0.
13281
13282 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
13283
13284 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
13285 (gdb, gdb-starting, gdb-frames-mode): Use it.
13286 (gdb-invalidate-frames): Advise to call "info stack" only if
13287 execution has occurred.
13288 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
13289 selected frame if no execution has occurred.
13290 (gdb-frames-force-update): New interactive function.
13291 (gdb-frames-mode-map): Bind it to "F".
13292
13293 2008-04-17 Michael Olson <mwolson@gnu.org>
13294
13295 * textmodes/remember.el (remember-version): Release Remember 2.0.
13296
13297 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
13298
13299 * textmodes/artist.el:
13300 * progmodes/vhdl-mode.el:
13301 * progmodes/verilog-mode.el:
13302 * progmodes/vera-mode.el:
13303 * progmodes/simula.el:
13304 * progmodes/ps-mode.el:
13305 * progmodes/cmacexp.el:
13306 * obsolete/hilit19.el:
13307 * emulation/viper.el:
13308 * ediff.el: Cleanup the bug-report email addresses and make sure the
13309 maintainer is still willing to handle bug reports.
13310
13311 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
13312
13313 * vc.el (vc-dir-kill-query): Fix thinko.
13314
13315 2008-04-16 Glenn Morris <rgm@gnu.org>
13316
13317 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
13318 by diary-sexp-entry.
13319
13320 2008-04-16 Markus Triska <markus.triska@gmx.at>
13321
13322 * proced.el (proced-command-alist): Add support for darwin.
13323
13324 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
13325
13326 * proced.el (proced-mode): Redefine as just the major-mode.
13327 (proced): Separate it from proced-mode.
13328
13329 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
13330
13331 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13332
13333 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
13334 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
13335 `tab-width' setting from user. New version 10.0. Doc and docstring
13336 fix.
13337 (whitespace-style, whitespace-chars): Remove options.
13338 (whitespace-style-mark): New option, replace whitespace-style deleted
13339 option. Fix docstring.
13340 (whitespace-style-color): New option, replace whitespace-chars deleted
13341 option. Fix docstring.
13342 (whitespace-space, whitespace-hspace, whitespace-tab)
13343 (whitespace-newline, whitespace-trailing, whitespace-line)
13344 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
13345 (whitespace-space-after-tab, whitespace-hspace-regexp)
13346 (whitespace-space-regexp, whitespace-tab-regexp)
13347 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
13348 (whitespace-empty-at-eob-regexp, whitespace-line-column)
13349 (whitespace-toggle-option-alist): Fix docstring.
13350 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
13351 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
13352 docstring and initialization.
13353 (global-whitespace-mode): Autoloaded global minor mode.
13354 (whitespace-chars-value-list, whitespace-style-value-list)
13355 (whitespace-active-chars, whitespace-active-style)
13356 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
13357 (whitespace-color-value-list): New var, replace
13358 whitespace-chars-value-list removed var.
13359 (whitespace-mark-value-list): New var, replace
13360 whitespace-style-value-list removed var.
13361 (whitespace-active-color): New var, replace whitespace-active-chars
13362 removed var.
13363 (whitespace-active-mark): New var, replace whitespace-active-style
13364 removed var.
13365 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13366 removed var.
13367 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13368 removed var.
13369 (whitespace-toggle-option-alist, whitespace-report-list)
13370 (whitespace-report-text, whitespace-help-text): Fix initialization.
13371 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13372 (whitespace-toggle-options, global-whitespace-toggle-options)
13373 (whitespace-cleanup-region, whitespace-report-region)
13374 (whitespace-interactive-char): Fix docstring and code.
13375 (whitespace-cleanup, whitespace-report): Fix docstring.
13376 (whitespace-replace-spaces-by-tabs): Remove fun.
13377 (whitespace-replace-action): New fun, replace
13378 whitespace-replace-spaces-by-tabs removed fun.
13379 (whitespace-regexp, whitespace-indentation-regexp)
13380 (whitespace-space-after-tab-regexp, whitespace-insert-value)
13381 (whitespace-kill-buffer): New funs.
13382 (whitespace-insert-option-mark, whitespace-help-on)
13383 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13384 (whitespace-color-on, whitespace-color-off)
13385 (whitespace-display-char-on): Fix code.
13386
13387 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13388
13389 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13390 (mouse-throw-magnifier-with-mouse-movement): Remove.
13391 (mouse-throw-magnifier-base): New const.
13392 (mouse-drag-scroll-delta): New fun.
13393 (mouse-drag-throw): Use it.
13394
13395 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
13396
13397 * international/uni-bidi.el, international/uni-category.el:
13398 * international/uni-combining.el, international/uni-comment.el:
13399 * international/uni-decimal.el, international/uni-decomposition.el:
13400 * international/uni-digit.el, international/uni-lowercase.el:
13401 * international/uni-mirrored.el, international/uni-name.el:
13402 * international/uni-numeric.el, international/uni-old-name.el:
13403 * international/uni-titlecase.el, international/uni-uppercase.el:
13404 * international/charprop.el: Regenerate.
13405
13406 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
13407
13408 * vc.el (vc-status-fileinfo): Add new member directoryp.
13409 (vc-default-status-printer): Print directories.
13410 (vc-status-update): Sort files before subdirectories.
13411
13412 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13413 Add alternative implementation based on "cvs update".
13414
13415 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
13416
13417 * doc-view.el: Changed requirements section to tell that only one
13418 of dvipdf or dvipdfm is needed.
13419 (doc-view-already-converted-p): Fix bug that forced reconversion
13420 if doc was already converted.
13421
13422 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13423
13424 * minibuffer.el (minibuffer-message):
13425 Make sure we can put-text-property.
13426
13427 * emacs-lisp/crm.el: Complete rewrite.
13428
13429 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13430 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13431 case of an error in display-completion-list.
13432
13433 * filecache.el (file-cache-completions-keymap): Move init from
13434 file-cache-completion-setup-function into declaration.
13435 (file-cache-minibuffer-complete): Simplify.
13436 (file-cache-completion-setup-function): Use standard-output,
13437 preserve current-buffer.
13438
13439 * vc.el (vc-status-update): Fix typo.
13440 (vc-status-update): Set needs-update.
13441 (vc-status-refresh): η-reduce.
13442
13443 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13444
13445 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13446 to image-eol.
13447
13448 2008-04-14 Alexandre Julliard <julliard@winehq.org>
13449
13450 * vc.el (vc-status-update): Undo the previous revert.
13451
13452 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13453
13454 * minibuffer.el (completion-table-with-terminator): Those completions
13455 are never valid w.r.t test-completion.
13456 (completion--file-name-table):
13457 Check completion-all-completions-with-base-size.
13458
13459 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13460
13461 * doc-view.el (doc-view-dvipdf-program): New variable.
13462 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13463 (doc-view-mode-p): Check for doc-view-dvipdf-program as
13464 alternative for doc-view-dvipdfm-program.
13465 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13466
13467 * doc-view.el (doc-view-start-process): Don't set
13468 default-directory to "~/" if the current value is valid.
13469 This broke PS files that run other files in the same directory.
13470
13471 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
13472
13473 * vc.el (vc-status-kill-query): New function.
13474 (vc-status-mode): Add it to kill-buffer-query-functions.
13475 (vc-status-show-fileentry): New function.
13476 (vc-status-menu-map): Bind it. Bind vc-next-action.
13477
13478 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13479
13480 * minibuffer.el (minibuffer-message): Put cursor at the right place.
13481
13482 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13483
13484 * proced.el (proced-send-signal): Fix error recognition.
13485
13486 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13487
13488 * proced.el (proced-command-alist): Remove sort column.
13489 (proced-command, proced-procname-column):
13490 Use make-variable-buffer-local.
13491 (proced-signal-function): Rename from proced-kill-program.
13492 Allow for elisp symbols and string values representing system calls.
13493 (proced-marker-regexp, proced-success-message): New functions.
13494 (proced): Use defalias. Add autoload cookie.
13495 (proced-unmark-backward, proced-toggle-marks)
13496 (proced-hide-processes): New commands.
13497 (proced-do-mark): Simplify code.
13498 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13499 (proced-update): Remove sorting.
13500 (proced-send-signal): Display number of processes to operate on.
13501 Allow for system calls or elisp functions to send signals.
13502 Check if signal was sent successfully.
13503
13504 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13505
13506 * minibuffer.el (completion-all-completion-with-base-size): New var.
13507 (completion--some): New function.
13508 (completion-table-with-context, completion--file-name-table):
13509 Return the base-size if requested.
13510 (completion-table-in-turn): Generalize to multiple arguments.
13511 (complete-in-turn): Compatibility alias.
13512 (completion-styles-alist): New var.
13513 (completion-styles): New customization.
13514 (minibuffer-try-completion, minibuffer-all-completions):
13515 New functions.
13516 (minibuffer--do-completion, minibuffer-complete-and-exit)
13517 (minibuffer-try-word-completion): Use them.
13518 (display-completion-list, minibuffer-completion-help): Use them.
13519 Handle all-completions's new base-size info to set completion-base-size.
13520 * info.el (Info-read-node-name-1): Use completion-table-with-context,
13521 completion-table-with-terminator and complete-with-action.
13522 Remove the now obsolete completion-base-size-function property.
13523 * simple.el (completion-list-mode-map): Move init into declaration.
13524 (completion-list-mode): Use define-derived-mode.
13525 (completion-setup-function): Use any completion-base-size that may
13526 have been set before. Remove handling of completion-base-size-function.
13527 * loadup.el: Move abbrev.el up earlier.
13528
13529 2008-04-13 Alexandre Julliard <julliard@winehq.org>
13530
13531 * vc-git.el (vc-git-after-dir-status-stage)
13532 (vc-git-dir-status-goto-stage): New functions.
13533 (vc-git-after-dir-status-stage1)
13534 (vc-git-after-dir-status-stage1-empty-db)
13535 (vc-git-after-dir-status-stage2): Remove, functionality moved
13536 into the new generic stage functions.
13537 (vc-git-dir-status-files): New function.
13538
13539 * vc.el (vc-status-update): Revert an incorrect rewrite.
13540 Add some comments.
13541 (vc-status-refresh-files): New function.
13542 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13543 state of up-to-date files.
13544 (vc-default-dir-status-files): New function.
13545
13546 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
13547
13548 * minibuffer.el (completion--embedded-envvar-table)
13549 (read-file-name-internal): Fix typos in 2008-04-11 change.
13550
13551 * faces.el (read-face-name): Use `completion-table-in-turn',
13552 not `complete-in-turn'.
13553
13554 2008-04-13 Andreas Schwab <schwab@suse.de>
13555
13556 * progmodes/etags.el: Require 'cl when compiling.
13557
13558 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13559
13560 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13561
13562 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13563 (menu): Add/expand menu tooltips.
13564
13565 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13566
13567 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13568 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13569
13570 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13571 considered registered.
13572
13573 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13574
13575 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13576
13577 * ediff-wind.el (ediff-split-window-function)
13578 (ediff-merge-split-window-function): Improve custom type.
13579
13580 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13581
13582 * loadup.el ("minibuffer"): Move after "faces".
13583
13584 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13585
13586 * progmodes/hideif.el (hif-factor): Handle unary minus.
13587
13588 2008-04-12 Glenn Morris <rgm@gnu.org>
13589
13590 * calendar/cal-china.el (chinese-calendar-time-zone):
13591 Mark obsolete name as risky too.
13592
13593 * calendar/calendar.el (calendar-faces): New custom group.
13594 (calendar-today, diary, holiday): Doc fix.
13595 Move to calendar-faces group.
13596 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13597 (diary-button): Doc fix. Move to calendar-faces group.
13598
13599 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13600 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13601 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13602 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13603 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13604 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13605 not in dumped files before the associated defcustom.
13606
13607 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13608
13609 * minibuffer.el (lazy-completion-table): Fix debug spec.
13610
13611 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13612
13613 * minibuffer.el (complete-with-action, lazy-completion-table):
13614 Move from subr.el.
13615 (apply-partially, completion-table-dynamic)
13616 (completion-table-with-context, completion-table-with-terminator)
13617 (completion-table-in-turn): New funs.
13618 (completion--make-envvar-table, completion--embedded-envvar-table):
13619 New funs.
13620 (read-file-name-internal): Use them.
13621 (completion-setup-hook): Move from simple.el.
13622 * subr.el (complete-with-action, lazy-completion-table):
13623 * simple.el (completion-setup-hook): Move to minibuffer.el.
13624
13625 2008-04-11 Glenn Morris <rgm@gnu.org>
13626
13627 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13628
13629 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13630
13631 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13632
13633 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13634
13635 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13636 (fill-forward-paragraph): New fun.
13637 (fill-paragraph, fill-region): Use it.
13638
13639 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13640 (vc-status-create-fileinfo): Make `extra' optional.
13641 (vc-status-busy): New fun.
13642 (vc-status-menu-map): Use it.
13643 (vc-status-crt-marked): Remove.
13644 (vc-status-update): Rename from vc-status-add-entries.
13645 Add argument so as to prevent addition of entries. Rewrite.
13646 (vc-update-vc-status-buffer): Remove.
13647 (vc-status-refresh): Don't remove old entries, set them to
13648 up-to-date instead. Also do it after the update is complete.
13649 (vc-status-marked-files): η-reduce.
13650
13651 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13652 for non-dialogs.
13653
13654 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13655
13656 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13657
13658 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13659
13660 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13661 to t and don't truncate msg.
13662
13663 2008-04-11 Glenn Morris <rgm@gnu.org>
13664
13665 * calendar/calendar.el (diary, holidays):
13666 Move custom groups to other files.
13667 (holiday-general-holidays, holiday-oriental-holidays)
13668 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13669 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13670 (holiday-hebrew-holidays, holiday-christian-holidays)
13671 (holiday-islamic-holidays, holiday-bahai-holidays)
13672 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13673 * calendar/diary-lib.el: Move custom group here from calendar.el.
13674 * calendar/holidays.el: Move custom group and variables here
13675 from calendar.el.
13676
13677 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13678
13679 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13680 Fix custom group.
13681 (calendar-current-time-zone-cache): Autoload riskiness.
13682
13683 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13684
13685 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13686
13687 * woman.el (woman2-TH): Use string-equal instead of string-match.
13688
13689 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13690
13691 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13692 (smerge-resolve): Merge the "2-way refinement" case with one half of
13693 the "mere whitespace" resolution.
13694
13695 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13696
13697 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13698
13699 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13700
13701 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13702 Add WHEN to obsolescence declaration.
13703
13704 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13705
13706 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13707
13708 * vc-hooks.el (vc-state): Add new state `conflict'.
13709 (vc-after-save): Use when not if.
13710 (vc-default-mode-line-string): Deal with the conflict state.
13711 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13712
13713 * vc.el (vc-editable-p, vc-default-status-printer)
13714 (vc-next-action): Deal with the conflict state.
13715 (vc-mark-resolved): New function.
13716 (vc-status-mode): Fix mode name.
13717 (vc-default-comment-history): Use when not if.
13718 (Todo): Add new entries, remove old ones.
13719
13720 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13721 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13722 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13723 Detect the conflict state.
13724
13725 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13726
13727 2008-04-10 Glenn Morris <rgm@gnu.org>
13728
13729 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13730 Respect truncate-partial-width-windows in non-full windows,
13731 with regards to :toggle and :enable state.
13732
13733 * simple.el (toggle-truncate-lines): Doc fix.
13734
13735 * Makefile.in (MH_E_DIR): New variable.
13736 (MH_E_SRC): Restore variable removed 2008-03-13.
13737 (mh-loaddefs.el): Depend on $MH_E_SRC.
13738 (CAL_DIR, CAL_SRC): New variables.
13739 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13740 Depend on CAL_SRC.
13741
13742 * calendar/calendar.el (calendar, diary): Add :prefix.
13743 (holidays): Change :prefix.
13744 (calendar-today, holiday, calendar-holiday-marker)
13745 (european-calendar-style): Change custom groups.
13746
13747 * calendar/calendar.el (diary-hook, diary-display-hook):
13748 Move to diary-lib.el.
13749 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13750 Move here from calendar.el.
13751 * calendar/appt.el: Require diary-lib rather than calendar.
13752 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13753
13754 * calendar/appt.el (appt): Add :prefix.
13755
13756 * calendar/diary-lib.el (diary-hook): Doc fix.
13757 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13758
13759 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13760
13761 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13762 New functions.
13763
13764 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13765 the arg to recursive calls.
13766
13767 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13768
13769 * minibuffer.el (completion-auto-help): Fix typo.
13770
13771 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13772
13773 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13774
13775 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13776
13777 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13778 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13779
13780 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13781
13782 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13783
13784 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13785 (completion-auto-help): Move from C code.
13786 (minibuffer--maybe-completion-help): Remove.
13787 (minibuffer--bitset): New function.
13788 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13789 Renumber a bit. Really complete on string *before* point.
13790 Add argument used for word-completion.
13791 Join trailing / in completion with following text, as done in
13792 minibuffer-complete-word.
13793 Handle new value `lazy' for completion-auto-help.
13794 (minibuffer-try-word-completion): New function extracted from
13795 minibuffer-complete-word.
13796 (minibuffer-complete-word): Use minibuffer--do-completion.
13797 (minibuffer--insert-strings): Rename from
13798 minibuffer-complete-insert-strings.
13799 (exit-minibuffer): Fix typo.
13800 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13801 * cus-start.el: Remove completion-auto-help.
13802
13803 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13804
13805 * vc.el (vc-status-add-entries): New function.
13806 (vc-status-add-entry): Remove.
13807 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13808 Use vc-status-add-entries.
13809
13810 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13811 order.
13812
13813 2008-04-09 Jason Rumney <jasonr@gnu.org>
13814
13815 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13816 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13817 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13818 (AUTOGENEL): New variable.
13819 (distclean, maintainer-clean): New targets.
13820
13821 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13822
13823 * emacs-lisp/regexp-opt.el (regexp-opt):
13824 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13825
13826 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13827
13828 * nxml/nxml-mode.el (nxml-cleanup): New function.
13829 (nxml-mode): Add it to change-major-mode-hook.
13830
13831 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13832
13833 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13834
13835 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13836
13837 * calc/.cvsignore: New file.
13838
13839 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13840
13841 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13842
13843 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13844 show-help-function when turning tooltip off.
13845 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13846 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13847
13848 2008-04-09 Alan Mackenzie <acm@muc.de>
13849
13850 * font-lock.el (font-lock-extend-after-change-region-function):
13851 Make it buffer local.
13852
13853 2008-04-09 Glenn Morris <rgm@gnu.org>
13854
13855 * calendar/calendar.el (diary-file, european-calendar-style):
13856 Remove autoload cookies.
13857
13858 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13859
13860 * outline.el (outline-mode-menu-bar-map):
13861 * log-view.el (log-view-mode-menu):
13862 * log-edit.el (log-edit-menu): Add :help.
13863
13864 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13865
13866 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13867 Use substring-no-properties for correct handling of unibyte strings.
13868
13869 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * add-log.el (change-log-next-buffer): Handle the case where version<
13872 signals an error.
13873
13874 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13875 mouse-major-mode-menu.
13876 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13877 (mouse-major-mode-menu, mouse-popup-menubar)
13878 (mouse-popup-menubar-stuff): Use them.
13879 (C-down-mouse-3): Bind to a dynamic map rather than to
13880 mouse-popup-menubar-stuff.
13881
13882 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13883 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13884
13885 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13886
13887 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13888 file:// access method.
13889
13890 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13891
13892 * minibuffer.el: New file.
13893 * loadup.el: Load it.
13894
13895 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13896
13897 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13898 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13899
13900 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13901 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13902 Move initialization into declaration.
13903 * calc/calc-yank.el:
13904 * calc/calc-misc.el:
13905 * calc/calc-embed.el:
13906 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13907
13908 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13909
13910 * ps-samp.el (ps-add-printer, ps-remove-printer)
13911 (ps-make-dynamic-printer-menu): New functions.
13912
13913 * net/zeroconf.el: New file.
13914
13915 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13916
13917 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13918
13919 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13920
13921 * vc-rcs.el (vc-rcs-modify-change-comment):
13922 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13923
13924 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13925
13926 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13927
13928 * international/mule-cmds.el (set-locale-environment): Don't warn if
13929 coding system doesn't agree with system locale (this reverts changes
13930 by Dave Love, dated 2002-10-27 and 2002-10-09).
13931
13932 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13933 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13934
13935 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13936
13937 2008-04-08 Glenn Morris <rgm@gnu.org>
13938
13939 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13940 * textmodes/remember.el (remember-diary-convert-entry):
13941 Require calendar.
13942
13943 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13944 diary-file, since it is the default for make-diary-entry anyway.
13945
13946 * calendar/cal-menu.el (cal-menu-event-to-date):
13947 Rename calendar-event-to-date. Update callers.
13948 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13949 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13950 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13951 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13952 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13953 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13954 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13955 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13956 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13957 (calendar-mouse-tex-month-landscape):
13958 Rename cal-tex-mouse-month-landscape.
13959 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13960 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13961 (calendar-mouse-tex-year-landscape):
13962 Rename cal-tex-mouse-year-landscape.
13963 (cal-menu-context-mouse-menu): Update for above name changes.
13964
13965 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13966 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13967 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13968 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13969 * calendar/holidays.el: Replace int-to-string with number-to-string.
13970
13971 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13972
13973 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13974 region if point moves.
13975
13976 2008-04-08 Kenichi Handa <handa@m17n.org>
13977
13978 * faces.el (font-slant-table): Change numeric values for `r',
13979 `roman', and `normal'.
13980
13981 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13982
13983 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13984
13985 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13986
13987 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13988 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13989
13990 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13991
13992 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13993 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13994
13995 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13996
13997 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13998
13999 2008-04-07 Sam Steingold <sds@gnu.org>
14000
14001 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
14002 Add helper functions.
14003 (lisp-do-defun): Extract the common part of lisp-eval-defun and
14004 lisp-compile-defun; DEFVAR forms reset the variables to the init
14005 values, just like in emacs-lisp mode eval-defun.
14006 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
14007 (lisp-compile-region): Use lisp-compile-string.
14008
14009 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * subr.el (combine-and-quote-strings): Also quote strings that contain
14012 the separator.
14013
14014 * pcvs-util.el (cvs-map): Avoid recursion :-(
14015
14016 2008-04-07 Glenn Morris <rgm@gnu.org>
14017
14018 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
14019
14020 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
14021 view-diary-entries-initially. Keep old name as alias, update users.
14022 (calendar-mark-diary-entries-flag): Rename
14023 mark-diary-entries-in-calendar. Keep old name as alias, update users.
14024 (calendar-view-holidays-initially-flag): Rename
14025 view-calendar-holidays-initially. Keep old name as alias, update users.
14026 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
14027 Keep old name as alias, update users.
14028 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
14029 Keep old name as alias, update users.
14030 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
14031 Keep old name as alias, update users.
14032 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
14033 Keep old name as alias, update users.
14034 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
14035 (diary-american-date-forms): Rename american-date-diary-pattern.
14036 Keep old name as alias, update users.
14037 (diary-european-date-forms): Rename european-date-diary-pattern.
14038 Keep old name as alias, update users.
14039 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
14040 Keep old name as alias, update users.
14041 (calendar-european-date-display-form): Rename
14042 european-calendar-display-form. Keep old name as alias, update users.
14043 (calendar-american-date-display-form): Rename
14044 european-calendar-display-form. Keep old name as alias, update users.
14045 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
14046 Keep old name as alias, update users.
14047 (holiday-general-holidays): Rename general-holidays.
14048 Keep old name as alias, update users.
14049 (holiday-oriental-holidays): Rename oriental-holidays.
14050 Keep old name as alias, update users.
14051 (holiday-local-holidays): Rename local-holidays.
14052 Keep old name as alias, update users.
14053 (holiday-other-holidays): Rename other-holidays.
14054 Keep old name as alias, update users.
14055 (holiday-hebrew-holidays): Rename hebrew-holidays.
14056 Keep old name as alias, update users.
14057 (holiday-christian-holidays): Rename christian-holidays.
14058 Keep old name as alias, update users.
14059 (holiday-islamic-holidays): Rename islamic-holidays.
14060 Keep old name as alias, update users.
14061 (holiday-bahai-holidays): Rename bahai-holidays.
14062 Keep old name as alias, update users.
14063 (holiday-solar-holidays): Rename solar-holidays.
14064 Keep old name as alias, update users.
14065 (diary-fancy-buffer): Rename fancy-diary-buffer.
14066 Keep old name as alias, update users.
14067 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
14068 Update users.
14069 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
14070 Update users.
14071 (calendar-increment-month): Rename increment-calendar-month.
14072 Keep old name as alias, update callers.
14073 (calendar-increment-month-cons): Rename old calendar-increment-month.
14074 Update callers.
14075 (calendar-extract-month): Rename extract-calendar-month.
14076 Keep old name as alias, update callers.
14077 (calendar-extract-day): Rename extract-calendar-day.
14078 Keep old name as alias, update callers.
14079 (calendar-extract-year): Rename extract-calendar-year.
14080 Keep old name as alias, update callers.
14081 (calendar-generate-window): Rename generate-calendar-window.
14082 Update callers.
14083 (calendar-generate): Rename generate-calendar. Update callers.
14084 (calendar-generate-month): Rename generate-calendar-month.
14085 Update callers.
14086 (calendar-redraw): Rename redraw-calendar. Update callers.
14087 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
14088 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
14089 Update callers.
14090 (calendar-update-mode-line): Rename update-calendar-mode-line.
14091 Update callers.
14092 (calendar-exit): Rename exit-calendar. Keep old name as alias,
14093 update callers.
14094 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
14095 Keep old name as alias, update callers.
14096 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
14097 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
14098 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
14099 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
14100 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
14101 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
14102 * calendar/solar.el: Update for calendar.el name changes.
14103 * org/org.el (org-agenda-format-date-aligned)
14104 (org-agenda-execute-calendar-command): Access date elements directly
14105 rather than using calendar functions.
14106 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
14107 Also set calendar-view-diary-initially-flag,
14108 calendar-view-holidays-initially-flag.
14109 (org-get-entries-from-diary): Also set diary-fancy-buffer.
14110 (org-agenda-execute-calendar-command): No need to set displayed-day.
14111
14112 2008-04-06 Alan Mackenzie <acm@muc.de>
14113
14114 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
14115 typo in the doc string.
14116
14117 * progmodes/cc-mode.el (c-basic-common-init):
14118 Set font-lock-extend-after-change-region-function.
14119 (c-extend-after-change-region): New function, used in
14120 font-lock-extend-after-change-region-function, thus superseding
14121 advice on the Font Lock after change functions.
14122 (c-advise-fl-for-region): Remove this macro.
14123
14124 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
14125
14126 * textmodes/flyspell.el (flyspell-duplicate-distance):
14127 Improve custom type.
14128
14129 2008-04-06 Glenn Morris <rgm@gnu.org>
14130
14131 * calendar/diary-lib.el (diary-sexp-entry-symbol):
14132 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
14133 (diary-list-entries-hook): Rename list-diary-entries-hook.
14134 Keep old name as alias, update users.
14135 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
14136 Keep old name as alias, update users.
14137 (diary-nongregorian-listing-hook): Rename
14138 nongregorian-diary-listing-hook. Keep old name as alias, update users.
14139 (diary-nongregorian-marking-hook): Rename
14140 nongregorian-diary-marking-hook. Keep old name as alias, update users.
14141 (diary-print-entries-hook): Rename print-diary-entries-hook.
14142 Keep old name as alias, update users.
14143 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
14144 Keep old name as alias, update users.
14145 (diary-number-of-entries): Rename number-of-diary-entries.
14146 Keep old name as alias, update users.
14147 (view-diary-entries, list-diary-entries, show-all-diary-entries):
14148 Give version of obsolescence.
14149 (diary-view-other-diary-entries): Rename view-other-diary-entries.
14150 Keep old name as alias, update callers.
14151 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
14152 update callers.
14153 (diary-include-other-diary-files): Rename include-other-diary-files.
14154 Keep old name as alias, update callers.
14155 (diary-simple-display): Rename simple-diary-display.
14156 Keep old name as alias, update callers.
14157 (diary-fancy-display): Rename fancy-diary-display.
14158 Keep old name as alias, update callers.
14159 (diary-print-entries): Rename print-diary-entries.
14160 Keep old name as alias, update callers.
14161 (diary-marking-entries-flag): Rename marking-diary-entries.
14162 Update users.
14163 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
14164 (diary-mark-entries): Rename mark-diary-entries.
14165 Keep old name as alias, update callers.
14166 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
14167 Keep old name as alias, update callers.
14168 (diary-mark-included-diary-files): Rename mark-included-diary-files.
14169 Keep old name as alias, update callers.
14170 (calendar-mark-days-named): Rename mark-calendar-days-named.
14171 Keep old name as alias, update callers.
14172 (calendar-mark-month): Rename mark-calendar-month.
14173 Keep old name as alias, update callers.
14174 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
14175 Keep old name as alias, update callers.
14176 (diary-sort-entries): Rename sort-diary-entries.
14177 Keep old name as alias, update callers.
14178 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
14179 Keep old name as alias, update callers.
14180 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
14181 update callers.
14182 (diary-insert-entry): Rename insert-diary-entry.
14183 Keep old name as alias.
14184 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
14185 Keep old name as alias.
14186 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
14187 Keep old name as alias.
14188 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
14189 Keep old name as alias.
14190 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
14191 Keep old name as alias.
14192 (diary-insert-block-entry): Rename insert-block-diary-entry.
14193 Keep old name as alias.
14194 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
14195 Keep old name as alias.
14196 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
14197 Keep old name as alias, update users.
14198 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
14199 Keep old name as alias, update callers.
14200 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14201 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
14202 * calendar/icalendar.el: Update for diary-lib name changes.
14203
14204 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
14205
14206 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
14207
14208 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
14209 for copy, move, and link operations.
14210
14211 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
14212
14213 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
14214 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
14215
14216 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
14217 'require' statements with 1-argument ones (wrapped in if's).
14218 For compatibility with the current stable version of XEmacs.
14219
14220 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
14221
14222 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
14223
14224 2008-04-06 Jason Rumney <jasonr@gnu.org>
14225
14226 * language/burmese.el ("Burmese"): Make sample text consistent with
14227 language name.
14228
14229 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
14230
14231 * progmodes/gdb-ui.el (gdb): New group.
14232 (gdb-debug-log-max, gdb-enable-debug)
14233 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
14234 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
14235 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
14236 (gdb-show-changed-values, gdb-max-children)
14237 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
14238 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
14239 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
14240 (gdb-memory-unit): Move to new group from GUD group.
14241 (menu): Allow customization from GDB-UI menu-item.
14242
14243 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14244
14245 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
14246
14247 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14248
14249 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
14250 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
14251 Revision numbers can include ".".
14252
14253 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
14254 "+" lines not accounted for by counting "-" and context lines.
14255
14256 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14257
14258 * term/mac-win.el (mac-service-open-file): Use file URL instead of
14259 file name string.
14260
14261 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14262
14263 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
14264 (vc-bzr-annotate-time): Accept space used to preserve alignment.
14265
14266 2008-04-05 Richard Stallman <rms@gnu.org>
14267
14268 * emacs-lisp/advice.el (defadvice): Add usage pattern.
14269
14270 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
14271
14272 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
14273 thread in [h-e-w]).
14274
14275 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
14276
14277 * files.el (abort-if-file-too-large): Fix typo in docstring.
14278
14279 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14280
14281 * subr.el (functionp): Return nil for special forms.
14282
14283 2008-04-05 Glenn Morris <rgm@gnu.org>
14284
14285 * emacs-lisp/autoload.el (autoload-ensure-default-file):
14286 Provide a feature.
14287 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
14288 Require loaddefs file rather than loading it.
14289 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
14290 autoload-ensure-default-file provides a feature.
14291
14292 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
14293 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
14294 (compile, compile-always, recompile): Use $LOADDEFS.
14295 (cal-autoloads): Remove.
14296
14297 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
14298 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
14299
14300 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14301 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
14302
14303 * calendar/calendar.el (diary-hebrew-entry-symbol):
14304 Rename hebrew-diary-entry-symbol. Keep old name as alias.
14305 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
14306 Keep old name as alias.
14307 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
14308 Keep old name as alias.
14309 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
14310 to diary-bahai-entry-symbol.
14311 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
14312 to diary-hebrew-entry-symbol.
14313 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
14314 to diary-islamic-entry-symbol.
14315 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
14316
14317 * calendar/solar.el (diary-sabbath-candles-minutes)
14318 (diary-sabbath-candles): Move to cal-hebrew.
14319 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
14320 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
14321 Doc fix. Keep old name as alias.
14322 (diary-hebrew-sabbath-candles): Simplify.
14323 (solar-setup, solar-sunrise-sunset, calendar-latitude)
14324 (calendar-longitude, calendar-time-zone): Declare for compiler.
14325 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
14326 rename.
14327
14328 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
14329 Rename coptic-calendar-month-name-array. Update callers.
14330 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
14331 (calendar-coptic-name): Rename coptic-name. Update callers.
14332 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
14333 Update callers.
14334 (calendar-coptic-last-day-of-month):
14335 Rename coptic-calendar-last-day-of-month. Update callers.
14336 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
14337 Keep old name as alias, update callers.
14338 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
14339 Keep old name as alias, update callers.
14340 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
14341 Keep old name as alias.
14342 (calendar-ethiopic-month-name-array):
14343 Rename ethiopic-calendar-month-name-array. Update callers.
14344 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
14345 Update callers.
14346 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
14347 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
14348 Keep old name as alias, update callers.
14349 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
14350 Keep old name as alias, update callers.
14351 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
14352 Keep old name as alias.
14353
14354 * calendar/cal-french.el (calendar-french-epoch):
14355 Rename french-calendar-epoch. Update callers.
14356 (calendar-french-month-name-array): Rename variable and function
14357 french-calendar-month-name-array. Update callers.
14358 (calendar-french-multibyte-month-name-array):
14359 Rename french-calendar-multibyte-month-name-array. Update callers.
14360 (calendar-french-day-name-array): Rename variable and function
14361 french-calendar-day-name-array. Update callers.
14362 (calendar-french-special-days-array): Rename variable and function
14363 french-calendar-special-days-array. Update callers.
14364 (calendar-french-multibyte-special-days-array):
14365 Rename french-calendar-multibyte-special-days-array. Update callers.
14366 (calendar-french-accents-p): Rename french-calendar-accents.
14367 Update callers.
14368 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14369 Update callers.
14370 (calendar-french-last-day-of-month):
14371 Rename french-calendar-last-day-of-month. Update callers.
14372 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14373 Keep old name as alias, update callers.
14374 (calendar-french-print-date): Rename calendar-print-french-date.
14375 Keep old name as alias, update callers.
14376 (calendar-french-goto-date): Rename calendar-goto-french-date.
14377 Keep old name as alias.
14378
14379 * calendar/cal-menu.el, calendar/calendar.el:
14380 Update for Coptic and French name changes.
14381
14382 * calendar/cal-china.el (calendar-chinese): Rename custom group
14383 from chinese-calendar. Update users.
14384 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14385 Keep old name as alias, update users.
14386 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14387 Keep old name as alias.
14388 (calendar-chinese-daylight-time-offset):
14389 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
14390 update users.
14391 (calendar-chinese-standard-time-zone-name):
14392 Rename chinese-calendar-standard-time-zone-name.
14393 Keep old name as alias, update users.
14394 (calendar-chinese-daylight-saving-start):
14395 Rename chinese-calendar-daylight-savings-starts.
14396 Keep old name as alias, update users.
14397 (calendar-chinese-daylight-saving-end):
14398 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
14399 update users.
14400 (calendar-chinese-daylight-saving-start-time):
14401 Rename chinese-calendar-daylight-savings-starts-time.
14402 Keep old name as alias, update users.
14403 (calendar-chinese-daylight-saving-end-time):
14404 Rename chinese-calendar-daylight-savings-ends-time.
14405 Keep old name as alias, update users.
14406 (calendar-chinese-celestial-stem): Rename
14407 calendar-chinese-celestial-stem. Keep old name as alias, update users.
14408 (calendar-chinese-terrestrial-branch):
14409 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
14410 update users.
14411 (calendar-chinese-zodiac-sign-on-or-after):
14412 Rename chinese-zodiac-sign-on-or-after. Update callers.
14413 (calendar-chinese-new-moon-on-or-after):
14414 Rename chinese-new-moon-on-or-after. Update callers.
14415 (calendar-chinese-month-list): Rename chinese-month-list.
14416 Update callers.
14417 (calendar-chinese-number-months): Rename number-chinese-months.
14418 Update callers.
14419 (calendar-chinese-compute-year): Rename compute-chinese-year.
14420 Update callers.
14421 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
14422 (calendar-chinese-year): Rename chinese-year. Update callers.
14423 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14424 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14425 Keep old name as alias, update callers.
14426 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14427 Keep old name as alias, update callers.
14428 (calendar-chinese-months-to-alist):
14429 Rename make-chinese-month-assoc-list. Update callers.
14430 (calendar-chinese-months): Rename chinese-months. Update callers.
14431 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14432 Keep old name as alias, update callers.
14433
14434 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14435 Rename hebrew-calendar-leap-year-p. Update callers.
14436 (calendar-hebrew-last-month-of-year):
14437 Rename hebrew-calendar-last-month-of-year. Update callers.
14438 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14439 Update callers.
14440 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14441 Update callers.
14442 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14443 Update callers.
14444 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14445 Update callers.
14446 (calendar-hebrew-last-day-of-month):
14447 Rename hebrew-calendar-last-day-of-month. Update callers.
14448 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14449 Keep old name as alias, update callers.
14450 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14451 Keep old name as alias, update callers.
14452 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14453 Keep old name as alias, update callers.
14454 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14455 Keep old name as alias.
14456 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14457 Keep old name as alias.
14458 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14459 Keep old name as alias.
14460 (holiday-hebrew-passover): Rename holiday-passover-etc.
14461 Keep old name as alias.
14462 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14463 Keep old name as alias, update callers.
14464 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14465 Keep old name as alias.
14466 (calendar-hebrew-mark-date-pattern):
14467 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
14468 update callers.
14469 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14470 Keep old name as alias.
14471 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14472 Keep old name as alias.
14473 (diary-hebrew-insert-monthly-entry):
14474 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
14475 (diary-hebrew-insert-yearly-entry):
14476 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
14477 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14478 Keep old name as alias.
14479 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
14480 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
14481 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14482 Keep old name as alias.
14483 (calendar-hebrew-parashiot-names):
14484 Rename hebrew-calendar-parashiot-names. Update callers.
14485 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14486 (calendar-hebrew-year-Saturday-incomplete-Sunday):
14487 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14488 (calendar-hebrew-year-Saturday-complete-Tuesday):
14489 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14490 (calendar-hebrew-year-Monday-incomplete-Tuesday):
14491 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14492 (calendar-hebrew-year-Monday-complete-Thursday):
14493 Rename hebrew-calendar-year-Monday-complete-Thursday.
14494 (calendar-hebrew-year-Tuesday-regular-Thursday):
14495 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14496 (calendar-hebrew-year-Thursday-regular-Saturday):
14497 Rename hebrew-calendar-year-Thursday-regular-Saturday.
14498 (calendar-hebrew-year-Thursday-complete-Sunday):
14499 Rename hebrew-calendar-year-Thursday-complete-Sunday.
14500 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14501 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14502 (calendar-hebrew-year-Saturday-complete-Thursday):
14503 Rename hebrew-calendar-year-Saturday-complete-Thursday.
14504 (calendar-hebrew-year-Monday-incomplete-Thursday):
14505 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14506 (calendar-hebrew-year-Monday-complete-Saturday):
14507 Rename hebrew-calendar-year-Monday-complete-Saturday.
14508 (calendar-hebrew-year-Tuesday-regular-Saturday):
14509 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14510 (calendar-hebrew-year-Thursday-incomplete-Sunday):
14511 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14512 (calendar-hebrew-year-Thursday-complete-Tuesday):
14513 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14514 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
14515 Update for above name changes of constants.
14516
14517 * calendar/cal-menu.el, calendar/calendar.el:
14518 Update for chinese and hebrew name changes.
14519 * calendar/diary-lib.el: Update for hebrew name changes.
14520
14521 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14522
14523 * subr.el (keymap-canonicalize): Correct thinko.
14524
14525 * server.el: Undo part of the multi-tty change, which is only
14526 needed if server.el is preloaded, and broke server-running-p.
14527 (server-socket-dir): Initialize in the defvar, as before.
14528 (server-start): Remove initialization of server-socket-dir.
14529
14530 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14531
14532 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14533 3-member cons cells.
14534
14535 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14536
14537 * cus-face.el (custom-face-attributes): Handle roman slant.
14538
14539 * faces.el (default): Ensure the face-defface-spec property is set.
14540
14541 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14542
14543 * files.el (abort-if-file-too-large): New function.
14544 (find-file-noselect, insert-file-1): Use it.
14545
14546 2008-04-05 Reto Zimmermann <reto@gnu.org>
14547
14548 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14549 Replace C-c[a-zA-Z] key bindings.
14550
14551 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14552
14553 * progmodes/hideif.el (hif-token-alist): New var.
14554 (hif-token-regexp, hif-tokenize): Use it.
14555 (hif-mathify-binop): New macro.
14556 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14557 (hif-greater-equal, hif-less-equal): Use it.
14558 (hif-logior, hif-logand): New functions.
14559 (hif-math): Accept | and & as well.
14560
14561 * progmodes/etags.el: Fix problem with completion for buffer-local
14562 tables. Reported by Radey Shouman <shouman@comcast.net>.
14563 (tags-complete-tag): Remove.
14564 (tags-lazy-completion-table): New function to replace it.
14565 (find-tag-tag, complete-tag): Update users.
14566
14567 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14568
14569 * vc-rcs.el (vc-rcs-dir-status):
14570 * vc-sccs.el (vc-sccs-dir-status): New function.
14571
14572 * outline.el (outline-mode-menu-bar-map):
14573 * term.el (terminal-signal-menu): Add :help.
14574
14575 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14576 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14577
14578 * emacs-lisp/re-builder.el (reb-mode-map):
14579 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14580
14581 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14582 new files, deleted files and for changing permissions.
14583 (diff-mode): Set beginning-of-defun-function and
14584 end-of-defun-function.
14585
14586 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14587
14588 * vc.el (vc-default-status-fileinfo-extra): New function.
14589 (vc-status-mark-buffer-changed): Use it.
14590 (vc-update-vc-status-buffer): Allow for partial updates.
14591
14592 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14593
14594 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14595 tramp-register-completion-file-name-handler.
14596
14597 * subr.el (keymap-canonicalize): New function.
14598 * mouse.el (mouse-menu-non-singleton): Use it.
14599 (mouse-major-mode-menu): Remove hack made unnecessary.
14600
14601 * simple.el (set-fill-column): Prompt rather than error by default.
14602
14603 2008-04-04 Andreas Schwab <schwab@suse.de>
14604
14605 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14606 Reset new-rules after each round.
14607
14608 * Makefile.in (cal-autoloads): New target.
14609 (compile, compile-always, recompile): Depend on it.
14610 ($(lisp)/calendar/cal-loaddefs.el)
14611 ($(lisp)/calendar/diary-loaddefs.el)
14612 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14613
14614 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14615
14616 * ediff*.el: Replace load with require in eval-when-compile.
14617
14618 * ediff-hook.el: Delete all invocations of (autoload ...).
14619
14620 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14621 in ediff control window, and set its min height to 2.
14622 (ediff-setup-control-buffer): Dedicate the control window.
14623 (ediff-toggle-multiframe): Undedicate control window.
14624 Work directly with ediff-setup-windows-multiframe and
14625 ediff-setup-windows-plain.
14626
14627 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14628 New function.
14629 (ediff-window-setup-function): Change initialization.
14630 (ediff-setup-windows-automatic): Delete.
14631 (ediff-setup-windows-plain-merge): Make control window dedicated.
14632 (ediff-destroy-control-frame): Do not skip frames if working in a
14633 single frame.
14634
14635 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14636 eval-when-compile.
14637
14638 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14639 eval-when-compile.
14640
14641 2008-04-04 Glenn Morris <rgm@gnu.org>
14642
14643 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14644 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14645
14646 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14647 Rename islamic-calendar-leap-year-p. Update callers.
14648 (calendar-islamic-last-day-of-month):
14649 Rename islamic-calendar-last-day-of-month. Update callers.
14650 (calendar-islamic-day-number):
14651 Rename islamic-calendar-day-number. Update callers.
14652 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14653 Update callers, keep old name as alias.
14654 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14655 Update callers, keep old name as alias.
14656 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14657 Keep old name as alias.
14658 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14659 Update callers, keep old name as alias.
14660 (calendar-islamic-mark-date-pattern):
14661 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14662 name as alias.
14663 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14664 Keep old name as alias.
14665 (diary-islamic-insert-monthly-entry):
14666 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14667 (diary-islamic-insert-yearly-entry):
14668 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14669
14670 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14671 calendar-absolute-from-iso. Update callers, keep old name as alias.
14672 (calendar-iso-print-date): Rename calendar-print-iso-date.
14673 Update callers, keep old name as alias.
14674 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14675 Keep old name as alias.
14676 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14677 Keep old name as alias.
14678
14679 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14680 calendar-absolute-from-julian. Update callers, keep old name as alias.
14681 (calendar-julian-print-date): Rename calendar-print-julian-date.
14682 Update callers, keep old name as alias.
14683 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14684 Update callers, keep old name as alias.
14685 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14686 Update callers, keep old name as alias.
14687 (calendar-astro-print-day-number):
14688 Rename calendar-print-astro-day-number. Update callers, keep old
14689 name as alias.
14690 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14691 Update callers, keep old name as alias.
14692
14693 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14694 Rename calendar-string-to-mayan-long-count. Update callers.
14695 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14696 Update callers, keep old name as alias.
14697 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14698 Update callers.
14699 (calendar-mayan-read-tzolkin-date):
14700 Rename calendar-read-mayan-tzolkin-date. Update callers.
14701 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14702 Keep old name as alias.
14703 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14704 Keep old name as alias.
14705 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14706 Keep old name as alias.
14707 (calendar-mayan-previous-tzolkin-date):
14708 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14709 (calendar-mayan-next-round-date):
14710 Rename calendar-next-calendar-round-date. Keep old name as alias.
14711 (calendar-mayan-previous-round-date):
14712 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14713 (calendar-mayan-long-count-to-absolute): Rename
14714 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14715 (calendar-mayan-goto-long-count-date):
14716 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14717
14718 * calendar/cal-persia.el (calendar-persian-month-name-array):
14719 Rename persian-calendar-month-name-array. Update callers.
14720 (calendar-persian-epoch): Rename persian-calendar-epoch.
14721 Update callers.
14722 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14723 Update callers.
14724 (calendar-persian-last-day-of-month):
14725 Rename persian-calendar-last-day-of-month. Update callers.
14726 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14727 Update callers, keep old name as alias.
14728 (calendar-persian-print-date): Rename calendar-print-persian-date.
14729 Update callers, keep old name as alias.
14730 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14731 Keep old name as alias.
14732
14733 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14734 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14735 * calendar/solar.el: Update for cal-julian name changes.
14736
14737 * calendar/cal-dst.el: Update for persian name changes.
14738
14739 * calendar/cal-menu.el, calendar/calendar.el:
14740 Update for islamic, iso, julian, mayan, persian name changes.
14741
14742 * calendar/diary-lib.el: Update for islamic name changes.
14743
14744 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14745 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14746 as alias.
14747 (calendar-christian-all-holidays-flag):
14748 Rename all-christian-calendar-holidays. Update callers, keep old
14749 name as alias.
14750 (calendar-islamic-all-holidays-flag):
14751 Rename all-islamic-calendar-holidays. Update callers, keep old
14752 name as alias.
14753 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14754 Update callers, keep old name as alias.
14755 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14756 Update for the above name changes.
14757
14758 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14759
14760 * hilit-chg.el (global-highlight-changes-mode)
14761 (highlight-changes-passive-string, highlight-changes-active-string):
14762 Mark as obsolete since 23.1, not 22.1.
14763
14764 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14765
14766 * hilit-chg.el (highlight-changes-visibility-initial-state)
14767 (hilit-chg-update, highlight-changes-mode-turn-on):
14768 Fix typos in docstrings.
14769
14770 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14771
14772 * newcomment.el (comment-enter-backward): Be careful to restore
14773 position changed during narrowing.
14774
14775 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14776
14777 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14778 Recognize `sub ($$)'.
14779
14780 2008-04-03 Richard Sharman <rsharman@pobox.com>
14781
14782 * hilit-chg.el (highlight-changes-mode): Rename from
14783 highlight-changes; no longer uses sub-modes active and passive;
14784 implemented by define-minor-mode.
14785 (highlight-changes-toggle-visibility): New function, to replace
14786 the old passive/active submodes of global-highlight-changes-mode;
14787 implemented by define-minor-mode.
14788 (global-highlight-changes-mode): Rename from global-highlight-changes;
14789 rewrite using define-globalized-minor-mode.
14790 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14791 (hilit-chg-post-command-hook, hilit-chg-check-global)
14792 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14793 to use of define-globalized-minor-mode.
14794 (highlight-changes-global-initial-state): Change to be boolean.
14795 (highlight-changes-visible-string, highlight-changes-invisible-string):
14796 Rename from highlight-changes-active-string and
14797 highlight-changes-passive-string.
14798 (hilit-chg-update, hilit-chg-set): Use them.
14799 (global-highlight-changes-mode): Rename from global-highlight-changes.
14800 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14801 docstring.
14802 (hilit-chg-hide-changes): Rewrite to use dolist.
14803 (hilit-chg-set-face-on-change, hilit-chg-update)
14804 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14805 variable instead of testing highlight-changes-mode.
14806 (highlight-markup-buffers): Add require ediff-util; argument on calls
14807 to highlight-changes-mode changed.
14808 (highlight-compare-with-file): Fix problems with interactive
14809 call giving invalid default file.
14810
14811 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14812
14813 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14814 Fix in disassembly buffer (regression in 22.2).
14815
14816 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14817
14818 * emulation/viper-macs.el (viper-read-fast-keysequence):
14819 Use viper-read-event instead of viper-read-key.
14820
14821 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14822
14823 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14824 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14825 let-statements.
14826
14827 * emulation/viper-ex.el, emulation/viper-macs.el:
14828 * emulation/viper-mous.el:
14829 Replace load with require in eval-when-compile.
14830
14831 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14832
14833 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14834
14835 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14836 (archive-try-jka-compr): New function.
14837 (archive-set-buffer-as-visiting-file): Use it.
14838
14839 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14840
14841 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14842
14843 * simple.el (handle-shift-selection): New arg.
14844
14845 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14846
14847 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14848
14849 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14850
14851 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14852
14853 * shell.el (shell-dynamic-complete-filename): New fun.
14854 (shell-dynamic-complete-functions): Use it.
14855
14856 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14857
14858 2008-04-03 Kenichi Handa <handa@m17n.org>
14859
14860 * international/fontset.el (create-fontset-from-x-resource):
14861 Handle the error of X resource more gracefully.
14862
14863 * international/latin1-disp.el (latin1-display): Don't use make-char.
14864 Fix the argument to set-char-table-range.
14865 (latin1-display-identities): Don't use make-char.
14866 (latin1-display-reset): Use map-charset-chars instead of directly
14867 calling standard-display-default.
14868 (latin1-display-check-font): Don't use make-char.
14869 (latin1-display-setup): Likewise.
14870 (latin1-display-ucs-per-lynx): Likewise.
14871
14872 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14873
14874 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14875 name the fields, to make the code clearer.
14876 Rewrite all `aset' and `aref' using the defined accessors.
14877 (timer--time): New pseudo-field.
14878 (timer-set-time, timer-set-idle-time, timer-inc-time)
14879 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14880 (timer--time-less-p): New function.
14881 (timer--activate): New function, extracted from timer-activate.
14882 (timer-activate-when-idle, timer-activate): Use it.
14883 (cancel-function-timers): Use dolist.
14884
14885 2008-04-03 Glenn Morris <rgm@gnu.org>
14886
14887 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14888 Remove declarations; no longer used.
14889 (c-cpp-define-name, c-defun-name): Declare as functions.
14890
14891 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14892 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14893
14894 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14895 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14896 Add optional argument. Simplify.
14897 (holiday-tisha-b-av-etc): Use memq rather than unless.
14898 (holiday-julian): Autoload it.
14899 (holiday-hebrew-misc): New function.
14900
14901 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14902
14903 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14904 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14905 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14906 all-hebrew-calendar-holidays.
14907 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14908 Simplify using new functions.
14909 (calendar-holidays): Doc fix.
14910 (generate-calendar-window): Use bound-and-true-p.
14911
14912 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14913
14914 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14915 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14916 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14917 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14918
14919 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14920
14921 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14922
14923 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14924
14925 * vc-bzr.el (vc-bzr-checkout): Simplify.
14926
14927 * image-mode.el (image-mode-fit-frame): New command.
14928
14929 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14930 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14931 (keyboard-escape-quit): Check region-active-p i.s.o
14932 transient-mark-mode.
14933
14934 2008-04-02 Simon Josefsson <simon@josefsson.org>
14935
14936 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14937 (imap-message-copyuid-1): Use it.
14938 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14939 J. Williams in
14940 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14941
14942 2008-04-02 Alan Mackenzie <acm@muc.de>
14943
14944 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14945 New optimised functions to get the name of the current defun/macro.
14946
14947 * add-log.el (add-log-current-defun): Move the functionality which
14948 gets the current function name for C like modes to cc-cmds.el,
14949 thus optimising for speed.
14950
14951 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14952
14953 * simple.el (deactivate-mark): When the mark is temporarily
14954 active, restore the original value of transient-mark-mode.
14955 (set-mark-command): First deactivate the mark if was temporarily active.
14956 (exchange-point-and-mark): Reactivate the mark if it was
14957 temporarily active.
14958 (handle-shift-selection): New fun.
14959 (transient-mark-mode): Move var documentation here from buffer.c.
14960 (next-line, previous-line, backward-word, move-end-of-line)
14961 (move-beginning-of-line, forward-to-indentation)
14962 (backward-to-indentation, back-to-indentation)
14963 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14964
14965 * mouse.el (mouse-set-region-1): Save the old value of
14966 transient-mark-mode.
14967 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14968 transient-mark-mode.
14969
14970 * textmodes/paragraphs.el (forward-paragraph)
14971 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14972 interactive spec.
14973
14974 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14975
14976 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14977
14978 * net/tramp.el (tramp-make-tramp-temp-file):
14979 Use `tramp-drop-volume-letter' for the local file name part.
14980
14981 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14982
14983 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14984 Add menu entries corresponding to all the key bindings.
14985
14986 * emacs-lisp/debug.el (debugger-mode-map):
14987 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14988 (conf-align-assignments): Only work on the region if it is active.
14989 (conf-quote-normal): Use when instead of if. Remove redundant test.
14990
14991 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14992 for tracing and re-builder.
14993
14994 2008-04-02 Glenn Morris <rgm@gnu.org>
14995
14996 * calendar/appt.el (appt-disp-window-function): Doc fix.
14997 (appt-display-message): Move beep before display.
14998 (appt-check): Make interactive. Reduce the number of lets.
14999 Use string-equal to compare mode-line strings.
15000 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
15001 read-only.
15002 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
15003 (appt-delete): Simplify.
15004
15005 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
15006
15007 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
15008
15009 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15010 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
15011 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
15012
15013 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
15014 (calendar-holiday-marker, mark-visible-calendar-date):
15015 * calendar/diary-lib.el (fancy-diary-display):
15016 Check for font-lock-mode before using faces.
15017
15018 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
15019 (calendar-gregorian-from-absolute): Reduce the number of lets.
15020 (hebrew-holidays-4, generate-calendar-window): Simplify.
15021 (calendar-for-loop): Make obsolete.
15022 (calendar-nth-named-day): Doc fix.
15023
15024 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
15025 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
15026 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
15027 Reduce the number of lets.
15028 (mark-sexp-diary-entries, calendar-mark-complex):
15029 Expand calendar-for-loops.
15030
15031 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
15032
15033 * find-dired.el (find-dired-filter): Fix last patch to handle
15034 multi-line process input. Pad link numbers too.
15035
15036 2008-04-01 Jari Aalto <jari.aalto@cante.net>
15037
15038 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
15039
15040 2008-04-01 Jason Rumney <jasonr@gnu.org>
15041
15042 * international/characters.el (script-list): Add phonetic script,
15043 covering IPA (previously Latin), Phonetic Extensions and
15044 Phonetic Extensions Supplement (both previously unassigned).
15045
15046 * international/fontset.el (setup-default-fontset): Use unicode fonts
15047 that cover bopomofo script for bopomofo.
15048 Likewise for braille and mathematical.
15049 Use unicode scripts that cover the phonetic script for IPA.
15050
15051 2008-04-01 Johan Bockgård <bojohan@gnu.org>
15052
15053 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
15054 return the assigned value.
15055
15056 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
15057
15058 * abbrev.el (abbrev-mode): Use define-minor-mode.
15059
15060 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
15061 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
15062 Use map-keymap.
15063 (minor-mode-menu-from-indicator): Use it. Simplify.
15064
15065 * bindings.el (mode-line-mode-menu): Move before (new) first use.
15066 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
15067 Bind the key directly to the menu.
15068 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
15069
15070 2008-04-01 Daiki Ueno <ueno@unixuser.org>
15071
15072 * epa.el (epa-decrypt-region): Explain the reason why this
15073 function should not be used in Lisp programs.
15074 (epa-decrypt-armor-in-region): Ditto.
15075 (epa-verify-region): Ditto.
15076 (epa-verify-cleartext-in-region): Ditto.
15077 (epa-sign-region): Ditto.
15078 (epa-encrypt-region): Ditto.
15079
15080 * epg.el (epg-start-receive-keys): Fix typo in docstring.
15081
15082 * epa.el (epa-select-keys): Show menu even if there is no key in
15083 GnuPG's keyring.
15084
15085 2008-04-01 Glenn Morris <rgm@gnu.org>
15086
15087 * calendar/calendar.el (calendar-make-temp-face): New function.
15088 (mark-visible-calendar-date):
15089 * calendar/diary-lib.el (fancy-diary-display): Use it.
15090
15091 * vc-hooks.el (vc-responsible-backend): Declare as function.
15092
15093 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
15094 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
15095 * calendar/cal-julian.el (holiday-julian): Use it.
15096
15097 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
15098 (calendar-hebrew-date-is-visible-p): Extract some common code into
15099 separate function.
15100 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
15101
15102 * calendar/cal-menu.el (cal-menu-holidays-menu):
15103 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
15104 rather than obsolete alias.
15105
15106 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
15107 for mark characters.
15108 (calendar-unmark): Unmark by removing all overlays, rather than
15109 redrawing.
15110 (calendar-starred-day): Remove.
15111 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
15112 (calendar-cursor-to-date): No need for special star handling now
15113 using overlays.
15114 (calendar-star-date): Use overlays.
15115
15116 * calendar/cal-french.el (calendar-goto-french-date):
15117 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
15118 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
15119 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
15120 * calendar/cal-persia.el (calendar-persian-date-string):
15121 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
15122 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
15123 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
15124 * calendar/solar.el (solar-equinoxes-solstices):
15125 Reduce nesting of some lets.
15126
15127 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
15128 (calendar-goto-mayan-long-count-date): Simplify.
15129
15130 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
15131 Simplify by using mapcar.
15132 (calendar-list-holidays): Return holiday-list.
15133 (list-holidays): Use let rather than let*. Remove un-needed locals
15134 `d', `never'.
15135 (calendar-check-holidays): Return result from dolist.
15136 (holiday-float): Use a single let*. Simplify if-and to and.
15137 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
15138 single let*.
15139
15140 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
15141
15142 * calc/calc.el: Autoload `calc-yank'.
15143 (calc-mode-map): Add keybindings for `calc-yank'.
15144 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
15145 assignments for `calc-yank'.
15146
15147 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
15148
15149 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
15150 (vc-status-mark-buffer-changed): Handle the extra field.
15151
15152 * vc-bzr.el (vc-bzr-after-dir-status):
15153 * vc-cvs.el (vc-cvs-after-dir-status):
15154 * vc-hg.el (vc-hg-after-dir-status):
15155 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
15156
15157 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15158
15159 * doc-view.el: Compute displayed pages first (in PDF).
15160 (doc-view-current-converter-processes): Rename from
15161 doc-view-current-converter-process. Update users.
15162 (doc-view-sentinel): Test buffer's liveness.
15163 (doc-view-pdf/ps->png-sentinel): Remove.
15164 (doc-view-start-process): New function.
15165 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
15166 (doc-view-ps->pdf): Use it.
15167 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
15168 New functions.
15169 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
15170 (doc-view-mode): Kill the processes when leaving the mode.
15171
15172 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
15173
15174 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
15175 Use `byte-compile-warning-types'. Add docstring.
15176
15177 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
15178
15179 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
15180 (smerge-resolve): Add various resolution heuristics.
15181
15182 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
15183 in 3-way conflicts.
15184
15185 2008-03-31 Glenn Morris <rgm@gnu.org>
15186
15187 * calendar/cal-bahai.el (diary-bahai-mark-entries):
15188 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15189 * calendar/cal-islam.el (mark-islamic-diary-entries):
15190 Fix argument order in call to diary-mark-entries-1.
15191
15192 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
15193 pre-Bahai dates.
15194 (holiday-bahai): Use an algorithm actually relevant to this calendar
15195 system.
15196
15197 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
15198
15199 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
15200 Use and.
15201
15202 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
15203 in the last fortnight in Julian October.
15204
15205 * calendar/calendar.el (increment-calendar-month): Optionally handle
15206 systems without 12 months per year.
15207 (calendar-date-is-visible-p): Doc fix. Simplify.
15208
15209 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
15210 from dolist.
15211
15212 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
15213
15214 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
15215 (hi-lock-unload-function): New function.
15216
15217 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
15218
15219 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
15220 overwriting when NEWNAME is a local file.
15221
15222 * net/trampver.el: Update release number.
15223
15224 2008-03-30 Alexandre Julliard <julliard@winehq.org>
15225
15226 * vc-git.el: Make vc-status display information about copies,
15227 renames and permission changes.
15228 (vc-git-extra-fileinfo): New defstruct.
15229 (vc-git-escape-file-name, vc-git-file-type-as-string)
15230 (vc-git-rename-as-string, vc-git-permissions-as-string)
15231 (vc-git-status-printer): New functions.
15232 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
15233 (vc-git-after-dir-status-stage1): Look for copies, renames and
15234 permission changes.
15235 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
15236 (vc-git-dir-status): Ask for staged files and renames.
15237
15238 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
15239
15240 * vc.el: Allow backends to display backend specific information in
15241 the vc-status listing.
15242 (vc-status-fileinfo): Add a field for backend specific information.
15243 (vc-status-printer): Rename to ...
15244 (vc-default-status-printer): ... this.
15245 (vc-status-printer): New function.
15246 (vc-update-vc-status-buffer): Set the backend specific file info
15247 if provided.
15248
15249 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * textmodes/remember.el (remember-diary-convert-entry): Revert last
15252 change (ill-conceived).
15253
15254 2008-03-29 Glenn Morris <rgm@gnu.org>
15255
15256 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
15257 * calendar/cal-julian.el (holiday-julian): Simplify.
15258
15259 * calendar/holidays.el (list-holidays): Use or.
15260
15261 2008-03-29 Juri Linkov <juri@jurta.org>
15262
15263 * window.el (split-window-preferred-horizontally): New function.
15264
15265 * cus-start.el (split-window-preferred-function):
15266 Set choice for "vertically" to nil instead of split-window.
15267 Set choice for "horizontally" to split-window-preferred-horizontally
15268 instead of lambda.
15269
15270 2008-03-29 Juri Linkov <juri@jurta.org>
15271
15272 * simple.el (minibuffer-default-add-function): New variable with
15273 the default to minibuffer-default-add-completions.
15274 (minibuffer-default-add-done): New variable. Make it buffer-local.
15275 (minibuffer-default-add-completions): New function.
15276 (goto-history-element): Set minibuffer-default-add-done to t and
15277 call a function in minibuffer-default-add-function when the
15278 specified absolute history position is greater than the length of
15279 the minibuffer-default list and minibuffer-default-add-done is nil.
15280 Change "^End of history; no next item$" to "^End of defaults;
15281 no next item$".
15282
15283 * bindings.el (debug-ignored-errors): Change "^End of history;
15284 no next item$" to "^End of defaults; no next item$".
15285
15286 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15287
15288 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
15289
15290 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
15291 to with-no-warnings.
15292
15293 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
15294
15295 Sync with Tramp 2.1.13.
15296
15297 * net/tramp-ftp.el: Require 'cl when byte-compiling.
15298
15299 * net/trampver.el: Update release number.
15300
15301 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
15302
15303 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
15304 the current backend.
15305
15306 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
15307 (vc-status-refresh): Create a temporary buffer and call the
15308 `dir-status' backend function from that buffer.
15309
15310 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
15311 (vc-bzr-after-dir-status): Don't kill the buffer.
15312
15313 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
15314 (vc-cvs-after-dir-status): Don't kill the buffer.
15315
15316 * vc-git.el (vc-git-dir-status): Don't create a buffer.
15317 (vc-git-after-dir-status-stage2): Don't kill the buffer.
15318
15319 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
15320 (vc-hg-after-dir-status): Don't kill the buffer.
15321
15322 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
15323 (vc-svn-after-dir-status): Don't kill the buffer.
15324
15325 2008-03-29 Glenn Morris <rgm@gnu.org>
15326
15327 * calendar/calendar.el (diary-file, american-date-diary-pattern)
15328 (european-date-diary-pattern, european-calendar-display-form)
15329 (american-calendar-display-form, diary-display-hook): Doc fixes.
15330 (european-calendar-style): Doc fix. Use calendar-set-date-style for
15331 custom :set. Mark as obsolete.
15332 (calendar-date-style, iso-date-diary-pattern)
15333 (iso-calendar-display-form): New user variables.
15334 (diary-date-forms, calendar-date-display-form): Set using
15335 calendar-date-style. Doc fix.
15336 (calendar-set-date-style): New command.
15337 (european-calendar, american-calendar): Use calendar-set-date-style.
15338 Mark as obsolete.
15339
15340 * calendar/diary-lib.el (number): Move declaration where needed.
15341 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
15342 (diary-make-date): New function.
15343 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
15344 Use diary-make-date.
15345 (diary-date-display-form, diary-insert-entry-1): New functions.
15346 (insert-monthly-diary-entry, insert-yearly-diary-entry):
15347 Use diary-insert-entry-1.
15348 (insert-anniversary-diary-entry, insert-block-diary-entry)
15349 (insert-cyclic-diary-entry): Use diary-date-display-form.
15350
15351 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
15352 Autoload diary-insert-entry-1.
15353 * calendar/cal-bahai.el (diary-bahai-insert-entry)
15354 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
15355 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
15356 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
15357 * calendar/cal-islam.el (insert-islamic-diary-entry)
15358 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
15359 Use diary-insert-entry-1.
15360
15361 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15362 (diary-yahrzeit): Doc fix. Use diary-make-date.
15363
15364 * calendar/icalendar.el (icalendar--datetime-to-american-date):
15365 New name for icalendar--datetime-to-noneuropean-date. Make old name
15366 obsolete alias.
15367 (icalendar--datetime-to-iso-date): New function.
15368 (icalendar--datetime-to-diary-date): Doc fix. Respect
15369 calendar-date-style if bound.
15370
15371 * textmodes/remember.el (remember-diary-convert-entry):
15372 Respect calendar-date-style if bound.
15373
15374 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15375
15376 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15377 (xterm-mouse-handle-delete-frame): Delete.
15378
15379 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15380 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15381 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15382 in xterm-modify-other-keys-terminal-list.
15383
15384 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15385 are conflicts.
15386
15387 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
15388
15389 * vc.el (vc-update): Check if the buffer is unsaved only if it
15390 actually exists.
15391 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15392 vc-print-log.
15393
15394 2008-03-28 Magnus Henoch <mange@freemail.hu>
15395
15396 * net/dns.el (dns-write): Use set-buffer-multibyte.
15397
15398 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15399
15400 * vc-bzr.el (vc-bzr-sha1): New fun.
15401 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15402 (vc-bzr-registered): Use it.
15403
15404 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15405
15406 * vc.el (vc-status-kill-dir-status-process): Simplify.
15407 (vc-status-refresh): Make sure the buffer is live.
15408 (ring): Don't require it, not used.
15409
15410 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
15411
15412 * progmodes/verilog-mode.el (verilog-auto-inout-module):
15413 Add optional regular expression to AUTOINOUTMODULE.
15414 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15415 (verilog-auto-inst-param, verilog-auto-reg)
15416 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15417 (verilog-auto-output-every, verilog-auto-input)
15418 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15419 (verilog-auto-unused, verilog-auto): Update documentation to use
15420 more obvious instance module names versus cell names.
15421
15422 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
15423
15424 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15425 kill if a process is running.
15426
15427 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15428
15429 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15430
15431 * vc.el: Add new backend function 'status-extra-headers.
15432 (vc-default-status-extra-headers): New function.
15433 (vc-status-headers): Call 'status-extra-headers. Add colors.
15434
15435 * vc-git.el (vc-git-status-extra-headers): New function.
15436
15437 2008-03-28 Glenn Morris <rgm@gnu.org>
15438
15439 * calendar/cal-menu.el (cal-menu-holidays-menu)
15440 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15441 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15442 holiday-list is optional.
15443 (calendar-mouse-holidays): Remove un-needed local `l'.
15444
15445 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15446 Remove un-needed local `date'.
15447 (calendar-cursor-to-visible-date): Use let rather than let*.
15448 Remove un-needed local `first-of-month-weekday'.
15449
15450 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15451
15452 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15453 Doc fixes.
15454 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
15455 (diary-header-line-flag, diary-header-line-format): Declare.
15456 (diary-pull-attrs): Check for multiple matches.
15457 (diary-list-entries-2): Simplify finding start of date.
15458 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15459 pop-up-frames.
15460 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15461 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15462
15463 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
15464
15465 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15466
15467 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15468
15469 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15472
15473 * image-mode.el (image-mode-reapply-winprops): Fix last change.
15474
15475 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15476
15477 * international/mule-conf.el (define-iso-single-byte-charset):
15478 Don't make latin-iso8859-* supplementary.
15479 (#'set-charset-priority): Don't change the priority of charsets
15480 `unicode' and `emacs'.
15481
15482 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15483
15484 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15485 temp buffer.
15486
15487 2008-03-27 Glenn Morris <rgm@gnu.org>
15488
15489 * calendar/cal-bahai.el (diary-bahai-list-entries):
15490 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15491 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15492
15493 * calendar/calendar.el (diary-file): Doc fix.
15494
15495 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15496 (list-diary-entries-hook, mark-diary-entries-hook)
15497 (include-other-diary-files, diary-mail-entries)
15498 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15499 (diary-set-header): New function.
15500 (diary-header-line-flag, diary-header-line-format):
15501 Use diary-set-header for custom :set function.
15502 (diary-set-maybe-redraw): Use symbol-value rather than eval.
15503 (diary-attrtype-convert): Use intern-soft rather than read.
15504 (diary-display-no-entries): New function.
15505 (simple-diary-display, fancy-diary-display): Use it.
15506 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
15507 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15508
15509 * calendar/holidays.el (list-holidays): Doc fix.
15510
15511 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
15512
15513 * calc/calc-store.el (calc-read-var-name-history): New variable.
15514 (calc-read-var-name): Use `calc-read-var-name-history'.
15515
15516 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15517
15518 * image-mode.el (image-mode-reapply-winprops): Simplify now that
15519 window-configuration-change-hook works buffer-locally.
15520
15521 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15522
15523 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15524 for Emacs Lisp, not Lisp.
15525
15526 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
15527
15528 * help-fns.el (describe-function-1, describe-variable):
15529 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15530
15531 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15532 replacement is provided, don't print "use nil instead".
15533
15534 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15535
15536 * complete.el (PC-do-completion): Use regexp-quote.
15537
15538 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15539
15540 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15541 Detect missing files.
15542
15543 * vc-git.el (vc-git-extra-menu-map): New key map.
15544 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15545 New functions.
15546
15547 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15548 and 'missing files.
15549
15550 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15551
15552 * calendar/holidays.el (list-holidays): Make Y2 optional.
15553
15554 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15555 buffers shown to the user.
15556 (appt-disp-window): Disable undo explicitly now that the leading space
15557 is gone.
15558
15559 * simple.el (activate-mark): New function.
15560 (set-mark-command): Use it with region-active-p to clean up the code.
15561 (exchange-point-and-mark): Invert the meaning of C-u when
15562 transient-mark-mode is active.
15563
15564 * dired-aux.el (dired-create-files): Use dolist.
15565
15566 * bindings.el (mode-line-change-eol): Use with-selected-window.
15567
15568 * apropos.el (apropos-command): Include macros.
15569
15570 2008-03-26 Glenn Morris <rgm@gnu.org>
15571
15572 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15573 (calendar-bahai-epoch): Doc fix.
15574
15575 * calendar/cal-china.el: Explicitly require calendar.
15576
15577 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15578 Require calendar rather than cal-julian.
15579 Autoload calendar-absolute-from-julian.
15580 * calendar/cal-coptic.el (coptic-calendar-epoch):
15581 * calendar/cal-islam.el (calendar-islamic-epoch):
15582 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15583
15584 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15585
15586 * calendar/cal-dst.el: Don't require cal-persia.
15587 (calendar-absolute-from-persian): Autoload it.
15588 (dst-adjust-time): Doc fix.
15589
15590 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15591 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15592 calendar.
15593
15594 * calendar/cal-menu.el: Require calendar rather than declaring
15595 functions.
15596 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15597
15598 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15599 calendar-after-frame-setup-hooks. Update callers, make old name an
15600 obsolete alias. Doc fix.
15601 (calendar-frame-1): Doc fix.
15602
15603 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15604
15605 * calendar/calendar.el (oriental-holidays, solar-holidays):
15606 * calendar/holidays.el (list-holidays): Assume atan always bound.
15607
15608 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15609 Explicitly require calendar, not cal-julian.
15610 * calendar/lunar.el: Explicitly require cal-dst.
15611
15612 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15613
15614 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15615
15616 * help-fns.el (describe-function-1, describe-variable): If no
15617 replacement is provided, don't print "use nil instead".
15618
15619 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15620
15621 * proced.el: New file.
15622
15623 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15624
15625 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15626
15627 2008-03-25 Juri Linkov <juri@jurta.org>
15628
15629 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15630 in battery-mode-line-format.
15631
15632 * bindings.el (minibuffer-local-map): For the command
15633 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15634 with map which is already locally bound to minibuffer-local-map.
15635
15636 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15637
15638 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15639 Remove `sort-first' argument.
15640
15641 * subr.el (redisplay-end-trigger-functions)
15642 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15643 (process-filter-multibyte-p, set-process-filter-multibyte):
15644 Mark as obsolete.
15645
15646 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15647
15648 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15649 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15650 use the LOCAL arg of `add-hook'.
15651 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15652 Remove spurious * from defcustom docstrings.
15653 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15654 Fix typos in messages.
15655 (reb-mode-buffer-p): New function.
15656 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15657 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15658 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15659 Use `unless', `when'.
15660 (re-builder-unload-function): New function.
15661
15662 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15663
15664 * vc-hooks.el (vc-state): Add documentation for 'missing.
15665
15666 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15667
15668 * progmodes/verilog-mode.el (verilog-auto-output)
15669 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15670 (verilog-delete-auto): Add optional regular expression to
15671 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15672 (verilog-signals-matching-regexp): New internal function for
15673 signal matching.
15674
15675 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15676
15677 * info.el (Info-isearch-search): Always return point.
15678
15679 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15680
15681 * diff-mode.el (diff-remembered-defdir): New var.
15682 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15683
15684 2008-03-25 Glenn Morris <rgm@gnu.org>
15685
15686 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15687 calendar-bahai-prompt-for-date. Update callers, make old name an
15688 obsolete alias. Doc fix.
15689 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15690 coptic-prompt-for-date. Update callers, make old name an
15691 obsolete alias. Doc fix.
15692 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15693 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15694 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15695 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15696 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15697 calendar-iso-read-args. Update callers, make old name an obsolete
15698 alias.
15699 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15700 persian-prompt-for-date. Update callers, make old name an
15701 obsolete alias. Doc fix. Move definition before use.
15702
15703 * calendar/cal-x.el (diary-frame-parameters)
15704 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15705 (calendar-frame-1): Doc fixes.
15706 (make-fancy-diary-buffer): Remove declaration.
15707 (calendar-dedicate-diary): Replace call to deleted function
15708 make-fancy-diary-buffer.
15709 (calendar-frame-setup): New function.
15710 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15711 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15712 work, and mark as obsolete.
15713 (special-display-buffer-names): Don't mess with this; it's not our
15714 business.
15715 (cal-x-load-hook): Defvar it, and mark as obsolete.
15716
15717 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15718 Default to t. Add to 'calendar group.
15719 (calendar): Doc fix. Use calendar-frame-setup.
15720 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15721 (generate-calendar-window): Doc fix.
15722
15723 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15724
15725 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15726
15727 2008-03-24 Drew Adams <drew.adams@oracle.com>
15728
15729 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15730 New variables.
15731 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15732 (finder-exit): Ignore errors rather than avoiding them.
15733 Kill *Finder-package* buffer also.
15734
15735 2008-03-24 Andreas Schwab <schwab@suse.de>
15736
15737 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15738
15739 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15740
15741 * vc-hg.el (vc-hg-after-dir-status):
15742 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15743
15744 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15745 Detect removed files.
15746
15747 * vc.el (vc-status-printer): Use a different face for missing files.
15748 (vc-status-hide-up-to-date): Rename from
15749 vc-status-remove-up-to-date. Update all callers.
15750 (vc-status-mode-map): Bind C-m.
15751
15752 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15753
15754 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15755 code ...
15756 (vc-git--state-code): ... to this new function.
15757 (vc-git-state): Use it.
15758
15759 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15760
15761 * textmodes/remember.el (remember-mail-date)
15762 (remember-store-in-mailbox): Write date and From line in such a
15763 way that Mutt can read it.
15764
15765 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15766
15767 * simple.el (transient-mark-mode): Turn on by default.
15768
15769 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15770
15771 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15772 'unregistered for unregistered files.
15773
15774 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15775
15776 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15777
15778 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15779 subdirectories.
15780
15781 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15782 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15783 Add :enable for vc-status-refresh.
15784 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15785 (vc-status-tool-bar-map): Add binding for
15786 vc-status-kill-dir-status-process.
15787 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15788 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15789 Reset vc-status-process-buffer.
15790 (vc-status-refresh): Don't run two refreshes at a time.
15791 (vc-status): If the buffer is already in vc-status-mode only refresh.
15792 (vc-status-mark-buffer-changed): Add an optional file parameter.
15793 (vc-resynch-buffer): Use it.
15794 (vc-delete-file): Expand the file name before using it.
15795 Be careful to not create a new buffer with the old file contents.
15796 Update the VC state after performing the operation.
15797
15798 2008-03-23 Andreas Schwab <schwab@suse.de>
15799
15800 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15801 Fix radio button condition.
15802 [box]: Likewise.
15803 [customize]: Add radio button.
15804
15805 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15806
15807 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15808 (calc-user-parse-tables, calc-gnuplot-default-device)
15809 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15810 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15811 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15812 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15813 (calc-undo-list, calc-redo-list, calc-main-buffer)
15814 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15815 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15816 (calc-said-hello, calc-executing-macro, calc-any-selections)
15817 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15818 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15819 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15820 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15821 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15822 (calc-create-buffer, calc-quit): Add docstrings.
15823
15824 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15825
15826 * makefile.w32-in (WINS_ALMOST): Add org.
15827
15828 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15829
15830 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15831 New functions to implement vc-status support.
15832
15833 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15834
15835 * vc.el (vc-status-prepare-status-buffer): New function.
15836 (vc-status): Use it.
15837
15838 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15839 appropriate.
15840
15841 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15842
15843 * vc-git.el (vc-git--empty-db-p)
15844 (vc-git-after-dir-status-stage1-empty-db): New functions.
15845 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15846 Add support for empty repositories.
15847
15848 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15849
15850 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15851 Allow "^" in a version name.
15852
15853 * vc-mtn.el (vc-mtn-state): Support the added state.
15854
15855 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15856
15857 * org: New directory for Org-mode.
15858
15859 * org/org-export-latex.el: Moved from lisp/textmodes.
15860
15861 * org/org-irc.el: Moved from lisp/textmodes.
15862
15863 * org/org-mac-message.el: Moved from lisp/textmodes.
15864
15865 * org/org-mouse.el: Moved from lisp/textmodes.
15866
15867 * org/org-publish.el: Moved from lisp/textmodes.
15868
15869 2008-03-21 Juri Linkov <juri@jurta.org>
15870
15871 * comint.el (comint-dynamic-simple-complete):
15872 Use variable `stub' for the second arg `common-substring'
15873 of `comint-dynamic-list-completions'.
15874 (comint-dynamic-list-filename-completions):
15875 Use variable `filenondir' for the second arg `common-substring'
15876 of `comint-dynamic-list-completions'.
15877 (comint-dynamic-list-completions): Add new optional arg
15878 `common-substring'. Add `common-substring' as the second arg of
15879 the call to `display-completion-list'. Doc fix.
15880
15881 * comint.el (comint-dynamic-complete-as-filename)
15882 (comint-dynamic-list-filename-completions)
15883 (comint-dynamic-simple-complete): Use `minibuffer-message'
15884 to display message "No completions of %s" when a command
15885 is called in the minibuffer.
15886 (comint-dynamic-simple-complete): Don't display other
15887 completion messages when a command is called in the minibuffer.
15888 (comint-dynamic-list-completions): Use `minibuffer-message'
15889 to display message " [Type space to flush ...]" when a command
15890 is called in the minibuffer.
15891
15892 * shell.el (shell-dynamic-complete-command)
15893 (shell-dynamic-complete-environment-variable): Don't display
15894 completion messages when command is called in the minibuffer.
15895
15896 * emacs-lisp/lisp.el (lisp-complete-symbol):
15897 Use `minibuffer-message' to display message "No completions of %s"
15898 when this command is called in the minibuffer.
15899
15900 * bindings.el (standard-mode-line-modes): Put special help-echo
15901 tooltip on recursive edit %[ %] mode-line constructs.
15902
15903 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15904 "^No dynamic expansion for .* found$" to allow error messages like
15905 "No dynamic expansion for \"%s\" found in this-buffer".
15906
15907 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15908
15909 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15910 "psftp".
15911
15912 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15913
15914 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15915 * vc.el (vc-default-dired-state-info): Use just "modified".
15916 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15917 (vc-cvs-mode-line-string): Make use of the better default.
15918 (vc-cvs-parse-entry): Use the new `added'.
15919 (vc-cvs-dired-state-info): Remove.
15920 * vc-svn.el (vc-svn-dired-state-info): Remove.
15921 * vc-hg.el (vc-hg-dired-state-info): Remove.
15922 * vc-git.el (vc-git-dired-state-info): Remove.
15923
15924 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15925
15926 * vc-git.el (vc-git-status-result): New variable.
15927 (vc-git-dir-status): Split out ...
15928 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15929 ... these new functions and work asynchronously.
15930
15931 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15932
15933 * vc-git.el (vc-git-after-dir-status): Remove.
15934 (vc-git-dired-state-info): Reimplement.
15935
15936 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15937
15938 * replace.el (occur-mode-map): Add :help.
15939
15940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15941 for disassemble.
15942
15943 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15944 the 'added state.
15945 (vc-status-remove-up-to-date): New function.
15946 (vc-status-mode-map, vc-status-menu-map): Bind it.
15947 (vc-status-printer): Use a different face up-to-date files.
15948 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15949 (Todo): Remove solved entries.
15950
15951 * vc-hg.el (vc-hg-state):
15952 * vc-git.el (vc-git-state):
15953 * vc-cvs.el (vc-cvs-parse-status):
15954 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15955 state.
15956
15957 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15958
15959 * progmodes/compile.el (compile):
15960 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15961
15962 * simple.el (minibuffer-local-shell-command-map): New var.
15963 (minibuffer-complete-shell-command, read-shell-command): New funs.
15964 (shell-command, shell-command-on-region): Use them.
15965
15966 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15967
15968 * vc.el (vc-status-mark-buffer-changed): New function to implement
15969 updating of the *vc-status* buffer when a buffer is saved.
15970 (vc-status-mode): Use it for after-change-hook.
15971 (vc-add-to-vc-status-buffer): Rename to ...
15972 (vc-status-add-entry): ... this.
15973 (Todo): Add new entry.
15974
15975 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15976
15977 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15978
15979 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15980
15981 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15982 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15983 Remove spurious * from defcustom docstrings.
15984 (icomplete-compute-delay): Fix docstring and remove spurious *.
15985 (icomplete-delay-completions-threshold): Fix typo in docstring and
15986 remove spurious *.
15987 (icomplete-completions): While collecting the list of prospective
15988 candidates, don't overshoot `icomplete-prospects-length'.
15989
15990 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15991
15992 * textmodes/refbib.el:
15993 * textmodes/reftex.el:
15994 * textmodes/reftex-global.el:
15995 * textmodes/reftex-vars.el:
15996 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15997 compiler pacifying defvars.
15998 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15999 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
16000 not needed.
16001
16002 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
16003
16004 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
16005 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
16006 (verilog-customize, verilog-font-customize)
16007 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
16008 (verilog-mode): Update documentation strings to match tool tips.
16009 (verilog-auto-search-do, verilog-auto-re-search-do)
16010 (verilog-skip-forward-comment-or-string): Fix verilog-auto
16011 expansion when a .* appears inside a string.
16012 (verilog-re-search-forward, verilog-re-search-backward):
16013 Add comment to recall how this works.
16014 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
16015
16016 2008-03-20 Glenn Morris <rgm@gnu.org>
16017
16018 * calendar/calendar.el (calendar-other-dates): New function.
16019 (calendar-print-other-dates): Use calendar-other-dates.
16020 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
16021 the declarations it replaces.
16022 (calendar-mouse-print-dates): Use calendar-other-dates.
16023
16024 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
16025 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
16026 (calendar-absolute-from-bahai): Fix the leap-year case.
16027 (calendar-bahai-from-absolute): Re-use the Gregorian month.
16028 (calendar-bahai-date-string, calendar-bahai-print-date):
16029 Handle pre-Bahai dates.
16030
16031 * calendar/cal-china.el (chinese-calendar-celestial-stem)
16032 (chinese-calendar-terrestrial-branch): Make defcustoms.
16033
16034 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
16035 (calendar-mouse-view-diary-entries): Use or.
16036 (calendar-mouse-chinese-date): Remove unused command.
16037 (cal-menu-load-hook): Mark as obsolete.
16038
16039 * calendar/solar.el (calendar-location-name, calendar-latitude)
16040 (calendar-longitude, solar-arctan, sunrise-sunset)
16041 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
16042
16043 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
16044
16045 * calc/calc.el: Remove outdated comments.
16046 (defcalcmodevar, calc-mode-var-list-restore-default-values)
16047 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
16048 Add docstrings.
16049
16050 2008-03-19 Jason Rumney <jasonr@gnu.org>
16051
16052 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
16053
16054 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
16055
16056 * net/tls.el (open-tls-stream): Reindent.
16057
16058 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
16059
16060 * net/tramp.el (tramp-let-maybe): Removed.
16061 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
16062 It does not exist under XEmacs.
16063 (tramp-handle-file-truename, tramp-handle-expand-file-name)
16064 (tramp-completion-file-name-handler): Let-bind
16065 `directory-sep-char'.
16066
16067 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
16068 `directory-sep-char'.
16069
16070 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16071
16072 * help-fns.el (describe-function-1): Don't signal "missing arglist"
16073 for autoloaded keymaps.
16074
16075 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
16076 (electric-verilog-terminate-line, verilog-in-struct-region-p)
16077 (verilog-backward-ws&directives, verilog-forward-ws&directives)
16078 (verilog-in-comment-p, verilog-in-star-comment-p)
16079 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
16080 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
16081 (verilog-skip-forward-comment-or-string, verilog-in-paren)
16082 (verilog-skip-forward-comment-p): Use it.
16083
16084 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
16085
16086 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
16087 (org-remember-templates, org-time-stamp-rounding-minutes)
16088 (org-back-over-empty-lines, org-find-base-buffer-visiting)
16089 (org-columns-new): Fix typos in docstrings.
16090
16091 2008-03-19 Glenn Morris <rgm@gnu.org>
16092
16093 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
16094 (tramp-handle-shell-command): Use condition-case rather than
16095 ignore-errors.
16096
16097 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
16098
16099 * diff-mode.el (diff-header): Make the color louder.
16100 (diff-refine-change): Tone the color down.
16101
16102 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
16103
16104 * descr-text.el (describe-char): When `describe-char-unidata-list'
16105 is set to show all properties, list them in the right order.
16106
16107 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16108
16109 * international/mule.el (load-with-code-conversion): Avoid setting
16110 default-enable-multibyte-characters.
16111
16112 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
16113
16114 * vc.el (vc-annotate-background): Fix custom type.
16115
16116 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
16117
16118 * descr-text.el (describe-char-unidata-list): Allow specifying
16119 just all properties.
16120 (describe-char): Handle that new value.
16121
16122 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
16123
16124 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
16125
16126 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
16127 instead of file name extension to make docs with uncommon
16128 extensions work.
16129
16130 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
16131
16132 * doc-view.el (require): Require cl at compile time because
16133 `assert' needs it.
16134
16135 2008-03-18 Glenn Morris <rgm@gnu.org>
16136
16137 * calendar/calendar.el (initial-calendar-window-hook)
16138 (today-visible-calendar-hook): Doc fixes.
16139
16140 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
16141
16142 * net/tramp.el (tramp-root-regexp): Simplify.
16143 (tramp-completion-file-name-regexp-separate): Don't insist on
16144 leading "[". This prevents method or user or host completion.
16145 (tramp-let-maybe): Autoload it.
16146 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
16147 is an alias for `identity'.
16148 (tramp-handle-write-region): Protect `last-coding-system-used'
16149 over the trailing statements.
16150 (tramp-completion-file-name-handler-post-function): Remove.
16151 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
16152 instead of calling `tramp-drop-volume-letter'.
16153
16154 * net/tramp.el:
16155 * net/tramp-uu.el:
16156 * net/trampver.el: Move coding cookie at the end.
16157
16158 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16159
16160 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
16161 elements which may be something else than characters.
16162
16163 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
16164
16165 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
16166 New functions to implement vc-status support.
16167
16168 * vc.el (vc-default-extra-status-menu)
16169 (vc-add-to-vc-status-buffer): New functions.
16170
16171 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16172 for eldoc and ielm.
16173
16174 2008-03-17 Glenn Morris <rgm@gnu.org>
16175
16176 * calendar/cal-x.el (diary-frame-parameters)
16177 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
16178 Fix custom type; add options.
16179 (calendar-frame, diary-frame): Doc fixes.
16180 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
16181 new functions.
16182 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
16183 Use calendar-frame-1 and calendar-dedicate-diary.
16184 (calendar-one-frame-setup): Also handle only-one-frame case.
16185 (calendar-only-one-frame-setup): Doc fix. Just call
16186 calendar-one-frame-setup.
16187
16188 * calendar/diary-lib.el: Re-order some definitions before their use.
16189 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
16190 (diary-list-entries): Doc fixes.
16191 (make-fancy-diary-display): Remove function.
16192
16193 * calendar/calendar.el (calendar-today-marker)
16194 (initial-calendar-window-hook, today-visible-calendar-hook)
16195 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
16196 (calendar-star-date, calendar-mark-today): Doc fixes.
16197 (today-visible-calendar-hook): Add options.
16198 (calendar-in-read-only-buffer): New macro.
16199 (calendar-basic-setup): Adapt for change in calendar-read-date.
16200 Place holiday let inside if.
16201 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
16202 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
16203 (calendar-print-other-dates): Use one let rather than many.
16204
16205 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
16206 (calendar-print-other-dates):
16207 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16208 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
16209 * calendar/holidays.el (calendar-list-holidays, list-holidays)
16210 (calendar-cursor-holidays):
16211 * calendar/lunar.el (calendar-phases-of-moon): Use
16212 calendar-in-read-only-buffer to replace previous code and disable undo.
16213
16214 2008-03-16 Juri Linkov <juri@jurta.org>
16215
16216 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
16217 and regexp-search-ring-yank-pointer for the HISTPOS argument of
16218 read-from-minibuffer to provide the correct initial minibuffer
16219 history position in isearch-edit-string when it is called from
16220 isearch-ring-adjust.
16221
16222 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
16223 to check if the current buffer is the minibuffer, and in this case
16224 call abort-recursive-edit to kill the minibuffer. Doc fix.
16225 (kill-this-buffer-enabled-p): Allow this function to return non-nil
16226 when the current buffer is the minibuffer.
16227
16228 * simple.el (goto-line): Leave mark at previous position. Doc fix.
16229
16230 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
16231
16232 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16233 Use non-nil PARENTS attribute of make-directory instead of
16234 explicitly checking existence the current cache directory.
16235
16236 2008-03-16 Daiki Ueno <ueno@unixuser.org>
16237
16238 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
16239 M-x epa-file-select-keys.
16240
16241 2008-03-16 Kenichi Handa <handa@m17n.org>
16242
16243 * international/mule.el (auto-coding-alist):
16244 Use no-conversion-multibyte for archive files.
16245
16246 2008-03-16 Glenn Morris <rgm@gnu.org>
16247
16248 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
16249 New functions.
16250 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
16251 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
16252 Use calendar-mark-1.
16253 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
16254 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
16255 Use calendar-mark-complex.
16256 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
16257 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
16258 Use calendar-mark-1.
16259
16260 * calendar/calendar.el (calendar-mod): Remove.
16261 * calendar/cal-china.el (calendar-chinese-from-absolute)
16262 (calendar-chinese-date-string): Expand calendar-mod calls.
16263 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
16264 Expand calendar-mod calls.
16265
16266 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
16267 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16268 (diary-bahai-insert-yearly-entry): Use let rather than let*.
16269 Move obsolete aliases after the functions that replaced them.
16270
16271 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
16272 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
16273 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
16274 Use let rather than let*.
16275 (calendar-hebrew-prompt-for-date): New function.
16276 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
16277 (holiday-tisha-b-av-etc): Use unless, let.
16278
16279 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
16280 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
16281
16282 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
16283
16284 * calendar/calendar.el (calendar-for-loop): Add indent spec.
16285
16286 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
16287 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
16288 than concat.
16289 (diary): Remove un-needed let.
16290 (view-other-diary-entries): Rename argument.
16291 (diary-list-entries-2): New function.
16292 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
16293 (print-diary-entries): Use unless.
16294 (diary-mark-entries-1): Change argument order, make all but
16295 markfunc optional. Handle the standard (Gregorian) case.
16296 Use match-string-no-properties. Handle marks.
16297 (mark-diary-entries): Use diary-mark-entries-1.
16298 (diary-font-lock-keywords-1): New macro.
16299 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
16300
16301 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
16302
16303 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
16304 (icalendar-export-hidden-diary-entries): New variable.
16305 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
16306 In case of error, insert full error-val.
16307 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
16308 Use calendar-day-of-week. Return the day number.
16309 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
16310
16311 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
16312
16313 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
16314 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
16315 (icalendar-export-region): Ignore hidden diary entries.
16316 (icalendar--convert-ordinary-to-ical): Fix case where event
16317 spans across midnight boundary.
16318 (icalendar-first-weekday-of-year): New function.
16319 (icalendar--convert-weekly-to-ical): Allow user-selectable start
16320 year for recurring events (Mozilla calendars do not propagate
16321 recurring events forever, so year 2000 start date was not working).
16322 (icalendar--convert-yearly-to-ical): Remove extra spaces in
16323 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
16324
16325 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
16326
16327 * net/tramp.el (tramp-root-regexp): New defconst.
16328 (tramp-completion-file-name-regexp-unified)
16329 (tramp-completion-file-name-regexp-separate)
16330 (tramp-completion-file-name-regexp-url): Use it.
16331 (tramp-do-copy-or-rename-file-via-buffer):
16332 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
16333 t for `insert-file-contents-literally'.
16334 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
16335 Autoload it.
16336 (tramp-completion-file-name-handler-post-function): New defconst.
16337 (tramp-completion-file-name-handler): Use it.
16338 (tramp-maybe-open-connection): Update calls to
16339 `tramp-flush-connection-property' for removed 2nd argument.
16340
16341 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
16342
16343 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
16344 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
16345 New functions.
16346
16347 2008-03-15 Glenn Morris <rgm@gnu.org>
16348
16349 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
16350 New functions.
16351 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
16352 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16353 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16354 (diary-bahai-list-entries): Use diary-list-entries-1.
16355 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
16356 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
16357 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16358 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16359 (list-hebrew-diary-entries): Use diary-list-entries-1.
16360 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
16361 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16362 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16363 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16364 (list-islamic-diary-entries): Use diary-list-entries-1.
16365 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
16366
16367 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16368
16369 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16370
16371 * calendar/cal-china.el (number-chinese-months)
16372 (calendar-chinese-from-absolute): Use nth, caar.
16373
16374 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16375
16376 * calendar/cal-french.el (french-calendar-accents): Doc fix.
16377
16378 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16379 (calendar-hebrew-month-name-array-leap-year)
16380 (hebrew-calendar-parashiot-names): Make constants.
16381 (diary-parasha): Move definition after constants it uses.
16382
16383 * calendar/cal-html.el (cal-html-insert-link-yearpage)
16384 (cal-html-htmlify-list): Doc fix.
16385 (cal-html-htmlify-entry): Use nth.
16386
16387 * calendar/cal-islam.el (calendar-islamic-month-name-array)
16388 (calendar-islamic-epoch): Make constants.
16389 (calendar-islamic-epoch): Doc fix.
16390
16391 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16392
16393 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16394 (cal-tex-month-name): Doc fix.
16395 (cal-tex-last-blank-p): Use zerop.
16396
16397 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16398 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16399 (calendar-cursor-to-date): Doc fix.
16400 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16401 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16402 (calendar-day-number): Use when.
16403 (generate-calendar-month): Use dotimes.
16404 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16405 (calendar-set-mark): Reverse conditional.
16406 (calendar-make-alist): Move definition before use.
16407
16408 * calendar/diary-lib.el (diary-face-attrs)
16409 (diary-glob-file-regexp-prefix, diary-selective-display)
16410 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16411 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16412 (diary-anniversary, diary-cyclic)
16413 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16414 (diary-header-line-format): Change wording.
16415 (diary-list-entries): Set `date-start' in let.
16416 (include-other-diary-files, mark-included-diary-files): Use format.
16417 (simple-diary-display, fancy-diary-display): Use cadr, unless.
16418 (mark-diary-entries): Use 1+.
16419 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16420 (mark-calendar-month): Use dotimes.
16421
16422 * calendar/holidays.el (displayed-month, displayed-year):
16423 Move declarations where needed.
16424 (calendar-list-holidays): Doc fix.
16425
16426 * calendar/parse-time.el (parse-time-string): Simplify.
16427
16428 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16429 Make constants.
16430 (solar-sunrise-sunset): Rename some local variables for clarity.
16431 (sunrise-sunset): Use zerop.
16432 (solar-mean-equinoxes/solstices): Doc fix.
16433
16434 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16435 Use nth.
16436 (timeclock-completing-read, timeclock-generate-report): Use zerop.
16437 (timeclock-mean, timeclock-generate-report): Use dolist.
16438
16439 * calendar/todo-mode.el (todo-add-category): Simplify.
16440 (todo-more-important-p, todo-delete-item, todo-file-item):
16441 Use unless, when.
16442 (todo-top-priorities): Use zerop.
16443
16444 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
16445
16446 * buff-menu.el (list-buffers-noselect): Display buffer name in
16447 tooltip instead of mouse binding when it doesn't fit in the list.
16448
16449 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16450
16451 * faces.el (xw-defined-colors):
16452 * simple.el (widget-convert, shell-mode): Declare as functions
16453 instead of autoloading.
16454
16455 * abbrev.el:
16456 * button.el:
16457 * cus-face.el:
16458 * ediff-hook.el:
16459 * emacs-lisp/backquote.el:
16460 * emacs-lisp/timer.el:
16461 * facemenu.el:
16462 * faces.el:
16463 * menu-bar.el:
16464 * simple.el:
16465 * subr.el:
16466 * textmodes/fill.el:
16467 * textmodes/paragraphs.el: Remove autoloads, redundant when the
16468 files are preloaded.
16469
16470 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16471
16472 * desktop.el (desktop-create-buffer): Don't catch errors if
16473 debug-on-error is set.
16474
16475 2008-03-14 Eli Zaretskii <eliz@gnu.org>
16476
16477 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16478 ($(lisp)/calendar/diary-loaddefs.el)
16479 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16480 (LOADDEFS): New macro.
16481 (autoloads): Depend on $(LOADDEFS).
16482
16483 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16484
16485 * font-lock.el (featurep): Remove test, not useful anymore.
16486 (facemenu-keymap): Move key binding ...
16487 * facemenu.el (facemenu-keymap): ... here.
16488
16489 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
16490 for each file in the list.
16491 (vc-bzr-log-view-mode): Recognize the file marker.
16492
16493 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16494 for checkdoc and profiling.
16495
16496 2008-03-14 Bastien Guerry <bzg@altern.org>
16497
16498 * textmodes/flyspell.el (nxml-mode): Add the right
16499 `flyspell-mode-predicate'.
16500
16501 * wid-edit.el (link): Use 'mouse-face for :follow-link.
16502
16503 2008-03-14 Glenn Morris <rgm@gnu.org>
16504
16505 * calendar/solar.el: Reorder so that functions are defined before use.
16506 (displayed-month, displayed-year): Move declarations where needed.
16507 (solar-get-number): Move definition before use. Use unless.
16508 (solar-equatorial-coordinates): Simplify.
16509 (solar-sunrise-and-sunset): Use let rather than let*.
16510 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16511
16512 * startup.el (command-line-1): Rename -internal-script back to
16513 -scriptload (reverts previous change).
16514
16515 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16516 (calendar-bahai-leap-base): Add doc strings.
16517 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16518 Move definition before use.
16519 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16520 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16521 variables outside the loop. Use dolist.
16522 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16523
16524 * calendar/cal-china.el: Re-order so that functions are defined before
16525 use.
16526 (displayed-month, displayed-year): Move declarations where needed.
16527 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16528 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16529 Add doc strings.
16530 (chinese-year-cache): Recenter on 2010. Doc fix.
16531 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16532 Doc fix. Simplify.
16533 (chinese-year-cache-init): New function.
16534 (compute-chinese-year, holiday-chinese-new-year)
16535 (calendar-chinese-date-string, calendar-goto-chinese-date)
16536 (make-chinese-month-assoc-list): Use cadr, nth.
16537 (chinese-months): Remove un-needed let.
16538
16539 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16540 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16541 (coptic-prompt-for-date): Move definition before use.
16542
16543 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16544 (calendar-dst-find-data, calendar-daylight-time-offset)
16545 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16546 (calendar-daylight-savings-starts-time)
16547 (calendar-daylight-savings-ends-time): Use cadr, nth.
16548
16549 * calendar/cal-french.el (french-calendar-epoch)
16550 (calendar-goto-french-date): Doc fix.
16551 (french-calendar-month-name-array)
16552 (french-calendar-multibyte-month-name-array)
16553 (french-calendar-day-name-array, french-calendar-special-days-array):
16554 Add doc strings.
16555
16556 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16557 (original-date): Move declarations where needed.
16558 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16559 Doc fix.
16560 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16561 constant variables outside the loop. Use dolist.
16562
16563 * calendar/cal-islam.el (displayed-month, displayed-year)
16564 (original-date): Move declarations where needed.
16565 (islamic-calendar-day-number): Remove unused local variable `day'.
16566 (calendar-goto-islamic-date): Doc fix.
16567 (holiday-islamic): Use unless.
16568 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16569 constant variables outside the loop. Use dolist.
16570 (mark-islamic-calendar-date-pattern): Move definition before use.
16571 Use unless.
16572 (mark-islamic-diary-entries): Doc fix.
16573 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16574 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16575
16576 * calendar/cal-julian.el (calendar-absolute-from-julian):
16577 Move definition before use. Remove un-needed local `day'.
16578 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16579
16580 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16581 (calendar-mayan-tzolkin-names-array): Add doc strings.
16582 (calendar-mayan-long-count-from-absolute): Use a single let.
16583 (calendar-string-to-mayan-long-count): Simplify.
16584 (calendar-next-haab-date, calendar-previous-haab-date)
16585 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16586 (calendar-previous-calendar-round-date)
16587 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16588 Doc fix.
16589 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16590 (calendar-mayan-date-string, calendar-print-mayan-date)
16591 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16592 (calendar-mayan-long-count-common-era): Move definitions before use.
16593
16594 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16595 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16596 Doc fix.
16597 (calendar-mouse-goto-date): Move definition before use.
16598
16599 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16600 Move definition before use.
16601 (calendar-cursor-to-visible-date): Move definition before use.
16602 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16603 and place inside the conditional.
16604 (calendar-forward-day): Simplify.
16605 (calendar-end-of-month): Use unless.
16606 (calendar-goto-day-of-year): Doc fix.
16607 Relocate obsolete aliases after their replacements.
16608
16609 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16610
16611 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16612 variables outside the diary-date-forms loop.
16613
16614 * calendar/calendar.el (diary-file): Doc fix.
16615 (calendar-buffer-list): Return buffers rather than strings (fixes
16616 previous change).
16617 (hebrew-holidays-4): Fix typo.
16618
16619 * calendar/holidays.el (displayed-month, displayed-year):
16620 Move declarations where needed.
16621 (calendar-holiday-list, calendar-list-holidays)
16622 (holiday-filter-visible-calendar): Move definitions before use.
16623 (list-holidays): Use cadr.
16624 Relocate obsolete aliases after their replacements.
16625
16626 * calendar/lunar.el (date, displayed-month, displayed-year):
16627 Move declarations where needed.
16628 (lunar-phase-list): Move definition after functions it uses.
16629 (calendar-phases-of-moon, diary-phases-of-moon)
16630 (lunar-new-moon-on-or-after): Use cadr, nth.
16631 (lunar-new-moon-on-or-after): Doc fix.
16632
16633 * textmodes/org-irc.el (top-level): CL not required when compiling.
16634 (org-irc-visit-erc): Replace runtime CL functions.
16635
16636 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16637 (org-publish-delete-dups): Declare as function.
16638
16639 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16640
16641 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16642 (vc-bzr-show-log-entry): Make regexp match more cases.
16643 (vc-diff-switches-list): Remove autoload, not needed.
16644
16645 2008-03-14 Juri Linkov <juri@jurta.org>
16646
16647 * isearch.el (isearch-edit-string): Remove one call to
16648 `isearch-push-state' not to push an inconsistent state,
16649 but keep another correct call to `isearch-push-state'.
16650 (isearch-ring-adjust): Call `isearch-push-state' only when
16651 `search-ring-update' is non-nil since `isearch-edit-string'
16652 already pushes its state.
16653 (isearch-message): Improve matching the failed part by checking
16654 if the original message starts with the last successful message.
16655
16656 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16657 (dired-perm-write): Rename from `dired-warn-writable'.
16658 Change parent face from `font-lock-warning-face' to
16659 `font-lock-comment-delimiter-face'.
16660 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16661 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16662 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16663 with `dired-perm-write-face'.
16664
16665 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16666
16667 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16668 Create cache dir only if it doesn't already exist.
16669
16670 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16671
16672 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16673 of \ and '.
16674
16675 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16676
16677 * net/browse-url.el (browse-url-text-xterm):
16678 Unquote browse-url-text-browser.
16679
16680 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16681
16682 * textmodes/org-mouse.el: Version number change.
16683
16684 * textmodes/org-publish.el (org-publish-expand-components):
16685 Remove null projects from the list of components.
16686 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16687 Remove unused retrieval of the :publishing-directory property.
16688 (org-publish-file): Bugfix: when using a relative directory as the
16689 publishing directory, convert it to a directory filename.
16690 (org-publish-project): New alias.
16691 (org-publish-get-files): Protect against empty p.
16692 (org-publish-file): Send an error when file is not part of any project.
16693 (org-publish-file): Offer to refresh the list of files in known
16694 project when the current file is not part of any project.
16695 (org-publish-before-export-hook)
16696 (org-publish-after-export-hook): New hooks.
16697 (org-publish-org-to): Use new hooks and kill buffers.
16698 (org-publish-file): Remove the code for killing buffers.
16699 (org-publish-initialize-files-alist): Use interactive.
16700 (org-publish-file): If the publishing function creates a new
16701 buffer, kill it after publishing.
16702 (org-publish-timestamp-filename): Protect ":" in file name path
16703 under windows.
16704
16705 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16706 change that killed the LaTeX buffer.
16707
16708 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16709 in the decision tree.
16710 (org-select-remember-template): Clean the code.
16711 (org-prepare-dblock): Add the extra :content parameter.
16712 (org-write-agenda): New output type ".ics" files.
16713 (org-write-agenda): Call `org-icalendar-verify-function', both for
16714 time stamps and for TODO entries.
16715 (org-agenda-collect-markers, org-create-marker-find-array)
16716 (org-check-agenda-marker-table): New functions.
16717 (org-agenda-marker-table): New variable.
16718 (org-export-as-html): Revert the change that killed the html
16719 buffer. Side effects first need to be studied carefully.
16720 (org-get-tags-at): Fix the structure of the condition-case statement.
16721 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16722 (org-timestamp-change): Fix regular expressions to swallow the
16723 extra character for repeat-shift control.
16724 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16725 (org-get-legal-level): Alias to `org-get-valid-level'.
16726 (org-dblock-write:clocktable): Add a :link parameter, linking
16727 headlines to their location in the Org agenda files.
16728 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16729 throwing an error when getting tags before headlines.
16730 (org-timestamp-change, org-modify-ts-extra)
16731 (org-ts-regexp1): Fix timestamp editing.
16732 (org-agenda-custom-commands-local-options): New constant.
16733 (org-agenda-custom-commands):
16734 Use `org-agenda-custom-commands-local-options' to improve customize
16735 type. "htmlize": Removed hack to fix face problem with htmlize,
16736 it no longer seem necessary.
16737 (org-follow-link-hook): New hook.
16738 (org-agenda-custom-commands): Add "Component" as a tag for each
16739 item in a command series.
16740 (org-open-at-point): Run `org-follow-link-hook'.
16741 (org-agenda-schedule): Bugfix: don't display marker type when it
16742 is nil.
16743 (org-store-link): org-irc required.
16744 (org-set-regexps-and-options): Parse the new logging options.
16745 (org-extract-log-state-settings): New function.
16746 (org-todo): Handle the new ways of recording state change stuff.
16747 (org-local-logging): New function.
16748 (org-columns-open-link): Fix bug with opening link in column view.
16749 (org-local-logging): New function.
16750 (org-todo): Make sure that LOGGING properties are honoured.
16751 (org-todo-keywords): Improve docstring.
16752 (org-startup-options): Cleanup startup options.
16753 (org-set-regexps-and-options): Process the "!" markers.
16754 (org-todo): Respect the new logging stuff.
16755 (org-log-note-how): New variable.
16756 (org-add-log-maybe): New parameter HOW that defines how logging
16757 should be done and also overrides PURPOSE. Add a docstring.
16758 (org-add-log-note): Check if we really need to ask for a note.
16759 (org-get-current-options): Digest the new keyword.
16760 (org-agenda-reset-markers): Rename from
16761 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16762 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16763 function, without force argument.
16764 (org-buffer-property-keys): Bind local variables s and p.
16765 (org-make-tags-matcher): Allow "" to match an empty or
16766 non-existent property value.
16767 (org-export-as-html): Join unsorted lists when they directly
16768 follow each other. Such lists may be created by headlines that
16769 are converted to lists.
16770 (org-nofm-to-completion): New function.
16771 (org-export-as-html): Use :html-extension instead of
16772 org-export-html-extension.
16773 (org-store-link): Support for links from `rmail-summary-mode'.
16774 (org-columns-new, org-complete, org-set-property): Set the
16775 `include-columns' argument in the call to
16776 `org-buffer-property-keys'.
16777 (org-buffer-property-keys): New argument `include-columns', to
16778 include properties expected by any of the COLUMNS formats in the
16779 current buffer.
16780 (org-cleaned-string-for-export): Get rid of drawers first, so that
16781 they will be removed also in the text before the first headline.
16782 (org-clock-report): Show the clocktable when found.
16783 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16784 (org-version): With prefix argument, insert `org-version' at point.
16785 (org-agenda-goto): Recenter the window after finding the target
16786 location, to make sure the correct position will be displayed.
16787 (org-agenda-get-deadlines): Don't scale priority with the warning
16788 period.
16789 (org-insert-heading): Don't break line in the middle of the line.
16790 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16791 be 0.
16792 (org-update-checkbox-count): Revamp to deal with hierarchical
16793 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16794 (org-remove-timestamp-with-keyword): New function.
16795 (org-schedule, org-deadline):
16796 Use `org-remove-timestamp-with-keyword' to make sure all such time
16797 stamps are removed.
16798 (org-mode): Support for `align'.
16799 (org-agenda-get-deadlines): Make sure priorities increase as the
16800 due date approaches and is passed.
16801 (org-remember-apply-template): Fix problem with tags that
16802 contain "_" or "@".
16803 (org-make-link-regexps): Improve the regular expression for plain links.
16804 (org-agenda-get-closed): List each clocking entry.
16805 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16806 (org-special-ctrl-k): New option.
16807 (org-kill-line): New function.
16808 (org-archive-all-done): Fix incorrect number of stars in regexp.
16809 (org-refile-get-location): New function.
16810 (org-refile-goto-last-stored): New function.
16811 (org-global-tags-completion-table): Add the value of org-tag-alist
16812 in each buffer, to make sure that also unused tags will be
16813 available for completion.
16814 (org-columns-edit-value)
16815 (org-columns-next-allowed-value): Only update if not in agenda.
16816 (org-clocktable-steps): New function.
16817 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16818 (org-archive-subtree): Add the outline tree context as a property.
16819 (org-closest-date): New optional argument `prefer'.
16820 (org-goto-auto-isearch): New option.
16821 (org-goto-map, org-get-location): Implement auto-isearch.
16822 (org-goto-local-auto-isearch-map): New variable.
16823 (org-goto-local-search-forward-headings)
16824 (org-goto-local-auto-isearch): New functions.
16825
16826 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16827
16828 * textmodes/org-irc.el: New file.
16829
16830 2008-03-13 John Wiegley <johnw@gnu.org>
16831
16832 * textmodes/org-mac-message.el: New file.
16833
16834 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16835
16836 * font-lock.el (font-lock-comment-face): Set the foreground for
16837 the light background 8 colors case.
16838
16839 2008-03-13 Glenn Morris <rgm@gnu.org>
16840
16841 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16842 generate-autoload-cookie patterns.
16843
16844 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16845
16846 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16847 (MH_E_SRC): Remove variable.
16848 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16849 Simplify file header. Use $@ for generated-autoload-file.
16850
16851 * Makefile.in (LOADDEFS): New variable.
16852 (AUTOGENEL): Use $LOADDEFS.
16853 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16854 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16855 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16856 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16857 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16858 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16859 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16860 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16861 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16862 Add calendar-specific autoload cookies, and remove any setting of
16863 generated-autoload-file.
16864 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16865 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16866 diary-loaddefs.
16867 * calendar/holidays.el: Replace explicit autoloads with reading of
16868 hol-loaddefs.
16869
16870 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16871 (calendar-buffer-list): Simplify.
16872 (generate-calendar-window): Use calendar-mark-holidays rather than
16873 obsolete alias.
16874
16875 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16876 Use cal-hebrew-yahrzeit-buffer.
16877
16878 * calendar/cal-x.el (calendar-only-one-frame-setup)
16879 (calendar-two-frame-setup): Doc fixes.
16880 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16881
16882 * calendar/appt.el (appt-mode-string): Mark as risky.
16883 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16884
16885 * calendar/cal-html.el (diary-list-entries):
16886 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16887 (calendar-iso-from-absolute): Fix autoloads.
16888
16889 * calendar/cal-iso.el (calendar-absolute-from-iso)
16890 (calendar-iso-read-args): Simplify.
16891 (calendar-iso-date-string, calendar-iso-read-args)
16892 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16893
16894 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16895 (displayed-month, displayed-year): Move declarations where needed.
16896 (calendar-print-astro-day-number): Doc fix.
16897
16898 * calendar/cal-persia.el (persian-calendar-month-name-array)
16899 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16900 (persian-prompt-for-date): Remove local variable `today'.
16901
16902 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16903
16904 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16905 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16906 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16907 (diary-sabbath-candles, solar-equinoxes/solstices)
16908 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16909 (solar-time-equation, solar-date-to-et): Simplify.
16910
16911 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16912 Replace `(car (cdr' with cadr'.
16913
16914 * progmodes/f90.el (f90-font-lock-n): New function.
16915 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16916 Use f90-font-lock-n.
16917 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16918
16919 * progmodes/f90.el (f90-mode-abbrev-table):
16920 * progmodes/fortran.el (fortran-mode-abbrev-table):
16921 Use newer form of define-abbrev, where supported. No need to bind
16922 abbrevs-changed for system abbrevs.
16923
16924 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16925
16926 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16927 delete-frame-functions.
16928
16929 * bookmark.el (Info-current-node): Remove.
16930
16931 2008-03-12 Juri Linkov <juri@jurta.org>
16932
16933 * help.el (describe-project): Remove defaliases for view-todo and
16934 describe-project that are now unnecessary after the merge from
16935 emacs--rel--22 that added define-obsolete-function-alias.
16936
16937 * startup.el (inhibit-startup-screen): Revert incomplete
16938 2008-03-10 merge from emacs--rel--22 that partly reverted
16939 2008-02-28 change that added initial message to *scratch* buffer
16940 regardless of the value of `inhibit-startup-screen'.
16941 Now keep this change in the trunk, but not in the 22 branch.
16942
16943 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16944
16945 * international/quail.el (quail-setup-completion-buf, quail-help):
16946 * mail/binhex.el (binhex-decode-region-internal):
16947 * mail/uudecode.el (uudecode-decode-region-internal):
16948 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16949 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16950 setting default-enable-multibyte-characters.
16951
16952 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16953
16954 * comint.el: Fix up indentation and comment style. Remove `function'.
16955
16956 * international/mule-cmds.el (reset-language-environment)
16957 (set-language-environment-nonascii-translation):
16958 Don't set-unibyte-charset.
16959
16960 * doc-view.el: Remove all cb-args, use closures instead.
16961 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16962 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16963 doing an incorrect check). Update all callers to use the new name.
16964 (doc-view-doc->txt): Add missing `txt' argument.
16965
16966 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16967
16968 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16969 md5 sum calculation to single-byte.
16970
16971 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16972
16973 * doc-view.el (doc-view-new-window-function): Add assertion.
16974 (doc-view-doc-type): New var.
16975 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16976 (doc-view-intersection): New fun.
16977 (doc-view-mode): Use it to set the new var.
16978
16979 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16980
16981 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16982 (doc-view-already-converted-p): New functions.
16983 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16984 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16985 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16986 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16987 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16988 (doc-view-convert-current-doc): Don't hardwire the functions the
16989 sentinels call. Now they're provided by two args CALLBACK and
16990 CB-ARGS to the functions.
16991 (doc-view-search): Use doc-view-doc->txt.
16992 (doc-view-initiate-display): Use doc-view-already-converted-p.
16993 Mention new binding C-c C-t if doc-view-mode doesn't work.
16994
16995 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16996
16997 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16998
16999 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
17000
17001 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
17002 Mark " outside of tags as punctuation.
17003
17004 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17005
17006 * menu-bar.el (minibuffer-local-map): Use the same command for the
17007 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
17008 Prefer RET over C-j for exit-minibuffer.
17009
17010 * files.el (display-buffer-other-frame): Eliminate problematic code.
17011
17012 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
17013 (menu-bar-select-buffer): Remove.
17014 (menu-bar-select-frame): Make non-interactive and take a frame arg.
17015 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
17016
17017 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
17018
17019 * icomplete.el (icomplete-completions): Remove obsolete code.
17020
17021 * net/net-utils.el (iwconfig-program-options): Doc fix.
17022 (net-utils-run-program, run-network-program): Define as functions.
17023
17024 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
17025
17026 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
17027
17028 2008-03-11 Glenn Morris <rgm@gnu.org>
17029
17030 * faces.el (mode-line-emphasis): New face.
17031 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
17032
17033 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
17034
17035 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
17036
17037 * simple.el (set-mark-command): Doc fix.
17038
17039 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17040
17041 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
17042
17043 * emacs-lisp/autoload.el (autoload-find-destination):
17044 Don't force raw-text.
17045
17046 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
17047 * calendar/cal-loaddefs.el: Don't version control.
17048
17049 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17050
17051 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
17052 entries and add :help to the existing ones.
17053
17054 2008-03-10 Glenn Morris <rgm@gnu.org>
17055
17056 * calendar/cal-hebrew.el (date, entry, number): Move declarations
17057 to where they are needed.
17058
17059 * calendar/calendar.el (diary-file, hebrew-holidays-1)
17060 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17061 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
17062 (calendar-version): Doc fixes.
17063 (calendar-absolute-from-gregorian): Use zerop.
17064 (calendar-mode-line-format): Make it a defcustom.
17065
17066 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
17067 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
17068 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
17069 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
17070 (mark-included-diary-files, mark-calendar-days-named)
17071 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
17072 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
17073 (insert-monthly-diary-entry, insert-yearly-diary-entry)
17074 (insert-anniversary-diary-entry, insert-block-diary-entry)
17075 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
17076 (diary-font-lock-sexps): Doc fixes.
17077 (diary-remind-message, mark-calendar-month): Use zerop.
17078 (diary-attrtype-convert, diary-pull-attrs): Simplify.
17079 (diary-list-entries): Revert let to let* (previous change).
17080
17081 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
17082
17083 2008-03-10 Kim F. Storm <storm@cua.dk>
17084
17085 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
17086 function aliases for the old names.
17087
17088 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
17089
17090 * iswitchb.el (iswitchb-use-faces): Doc fix.
17091 (iswitchb-buffer-ignore, iswitchb-read-buffer):
17092 Fix typos in docstrings.
17093
17094 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17095
17096 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
17097 Fix typo.
17098 (verilog-type-font-keywords): Reindent.
17099
17100 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
17101
17102 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
17103 Fix bug in the grouping-keyword regular expression.
17104 (verilog-font-lock-keywords): Allow users to toggle special
17105 highlight of grouping-keywords.
17106 (verilog-highlight-grouping-keywords): The toggle for special
17107 highlighting of grouping keywords.
17108
17109 2008-03-10 Juri Linkov <juri@jurta.org>
17110
17111 * startup.el: Revert 2008-02-28 change that adds initial message
17112 to *scratch* buffer regardless of the value of
17113 `inhibit-startup-screen'.
17114
17115 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
17116
17117 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
17118 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
17119 * progmodes/verilog-mode.el (verilog-mode):
17120 * net/socks.el (socks):
17121 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
17122
17123 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17124
17125 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
17126 (doc-view-bookmark-make-record): Use them.
17127 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
17128 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
17129
17130 * bookmark.el (bookmark-make-record-function): Change expected return
17131 value to include a suggested bookmark name.
17132 (bookmark-make): Split into bookmark-make-record and bookmark-store.
17133 Fix reversed `overwrite' semantics.
17134 (bookmark-set): Call bookmark-make-record before prompting the user.
17135 Then pass the result to bookmark-store later on.
17136 (bookmark-make-name-function): Remove.
17137 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
17138 * info.el (bookmark-make-name-function): Remove.
17139 (Info-mode): Don't set it.
17140 (Info-bookmark-make-name): Remove.
17141 (Info-bookmark-make-record): Use Info-current-node as suggested default
17142 bookmark name.
17143
17144 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
17145 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
17146 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
17147 (bookmark-annotation-buffer, bookmark-annotation-file)
17148 (bookmark-annotation-point, bookmark-send-annotation)
17149 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
17150 (bookmark-edit-annotation-text-func): Rename from
17151 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
17152 (bookmark-edit-annotation-mode-map): Move initialization into
17153 declaration.
17154
17155 * bookmark.el: Remove spurious * in docstrings.
17156 (bookmark-minibuffer-read-name-map): New var.
17157 (bookmark-set): Use it. Also pass the default value as it should.
17158 (bookmark-send-edited-annotation): Take no chances with text properties.
17159 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
17160 (bookmark-insert-buffer-name): Remove.
17161 (bookmark-buffer-file-name): Signal an error rather than returning nil.
17162
17163 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
17164
17165 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
17166
17167 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
17168
17169 * diff-mode.el (diff-mode-menu): Add :help.
17170
17171 2008-03-09 Glenn Morris <rgm@gnu.org>
17172
17173 * calendar/calendar.el (general-holidays, oriental-holidays)
17174 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
17175 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
17176 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
17177 (calendar-holidays): Restore autoload cookies, because people are
17178 used to using these variables without loading calendar.el.
17179
17180 * calendar/cal-islam.el (diary-islamic-date): Move to end.
17181 (date, number): Declare where needed.
17182
17183 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
17184 (list-sexp-diary-entries): Doc fixes.
17185 (diary-list-entries): Doc fix. Remove free variable `entry'.
17186 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
17187 Simplify setting of `date-holiday-list'.
17188 (mark-diary-entries): Remove free variable `entry'.
17189 (diary-list-entries, include-other-diary-files, fancy-diary-display):
17190 Use let where let* is not needed.
17191
17192 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17193
17194 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
17195 make-record function, instead paste it in afterwards.
17196 (bookmark-make-record-for-text-file):
17197 * doc-view.el (doc-view-bookmark-make-record):
17198 * info.el (Info-bookmark-make-record): Don't mess with annotations.
17199
17200 2008-03-08 Glenn Morris <rgm@gnu.org>
17201
17202 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
17203
17204 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
17205
17206 * calendar/diary-lib.el (diary-list-entries)
17207 (include-other-diary-files, mark-diary-entries)
17208 (mark-sexp-diary-entries, mark-included-diary-files)
17209 (diary-entry-time, list-sexp-diary-entries): Remove the special
17210 handling of ^M that dates back to the use of selective-display.
17211 (simple-diary-display): Obey setting of pop-up-frames.
17212 (body, entry): Remove unnecessary declarations.
17213
17214 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
17215 (bookmark-get-annotation, bookmark-set-annotation)
17216 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
17217 (bookmark-set-position, bookmark-get-front-context-string)
17218 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
17219 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
17220 * info.el (Info-bookmark-make-record): Don't bother recording point.
17221 (bookmark-get-filename, bookmark-get-front-context-string)
17222 (bookmark-get-rear-context-string, bookmark-get-position):
17223 Don't declare any more.
17224 (bookmark-get-info-node): Remove.
17225 (bookmark-prop-get): Declare.
17226 (Info-bookmark-jump): Use it.
17227
17228 2008-03-08 Johan Bockgård <bojohan@gnu.org>
17229
17230 * subr.el (while-no-input): Don't splice BODY directly into the
17231 `or' form.
17232
17233 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
17234
17235 * diff-mode.el (diff-ignore-whitespace-hunk):
17236 Bind inhibit-read-only before trying to change the buffer.
17237
17238 2008-03-08 Glenn Morris <rgm@gnu.org>
17239
17240 * calendar/appt.el (appt): Move custom group here from calendar.el.
17241 (appt-disp-window, appt-convert-time): Doc fixes.
17242
17243 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
17244 (calendar-bahai-mark-date-pattern):
17245 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
17246 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
17247 * calendar/cal-julian.el (calendar-absolute-from-julian):
17248 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
17249
17250 * calendar/cal-china.el (chinese-calendar): Move custom group here from
17251 calendar.el.
17252 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
17253 Make constants.
17254 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
17255 (chinese-calendar-daylight-savings-starts)
17256 (chinese-calendar-daylight-savings-ends)
17257 (chinese-calendar-daylight-savings-starts-time)
17258 (chinese-calendar-daylight-savings-ends-time)
17259 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
17260 Doc fixes.
17261
17262 * calendar/cal-coptic.el (coptic-name): Add doc string.
17263
17264 * calendar/cal-french.el (french-calendar-month-name-array)
17265 (french-calendar-day-name-array, french-calendar-special-days-array):
17266 Add doc strings.
17267
17268 * calendar/cal-bahai.el (diary-bahai-mark-entries)
17269 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
17270 (diary-bahai-insert-yearly-entry):
17271 * calendar/cal-dst.el (calendar-next-time-zone-transition)
17272 (calendar-time-zone):
17273 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
17274 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
17275 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
17276 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
17277 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
17278 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
17279 (list-islamic-diary-entries, mark-islamic-diary-entries)
17280 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
17281 (insert-yearly-islamic-diary-entry):
17282 * calendar/cal-iso.el (calendar-iso-read-args):
17283 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
17284 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
17285 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
17286 (calendar-next-calendar-round-date)
17287 (calendar-mayan-long-count-common-era):
17288 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
17289 (cal-menu-x-popup-menu, calendar-mouse-holidays)
17290 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
17291 (calendar-mouse-goto-date):
17292 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
17293 * calendar/holidays.el (holidays):
17294 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
17295 * calendar/time-date.el (date-to-time, time-subtract, time-add)
17296 (safe-date-to-time): Doc fixes.
17297
17298 * calendar/cal-persia.el (persian-calendar-month-name-array)
17299 (persian-calendar-epoch): Make constants.
17300
17301 * calendar/cal-tex.el (calendar-tex): Move custom group here from
17302 calendar.el.
17303
17304 * calendar/cal-x.el (diary-frame-parameters)
17305 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
17306 (calendar-after-frame-setup-hooks): Make defcustoms.
17307 (calendar-one-frame-setup, calendar-only-one-frame-setup)
17308 (calendar-two-frame-setup): Doc fix.
17309
17310 * calendar/cal-loaddefs.el: New file.
17311
17312 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
17313 * calendar/cal-french.el, calendar/cal-html.el:
17314 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
17315 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
17316 * calendar/cal-tex.el, calendar/cal-x.el:
17317 Unquote lambda functions. Add autoload cookies to functions formerly
17318 autoloaded in calendar.el. Set `generated-autoload-file' to
17319 "cal-loaddefs.el".
17320
17321 * calendar/calendar.el: Move many autoloads to separate file,
17322 cal-loaddefs.el. Move defcustoms to start and re-order.
17323 (calendar-month-name-array, calendar-starred-day): No need to
17324 declare for compiler.
17325 (cal-loaddefs): Require it.
17326 (appt, chinese-calendar, calendar-tex): Move custom groups to the
17327 appropriate file.
17328 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
17329 Reverse logic.
17330 (diary-face, diary-file-name-prefix-function, diary-include-string)
17331 (diary-glob-file-regexp-prefix, diary-face-attrs)
17332 (diary-file-name-prefix, sexp-diary-entry-symbol)
17333 (print-diary-entries-hook, list-diary-entries-hook)
17334 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17335 (nongregorian-diary-marking-hook, diary-list-include-blanks):
17336 Move to diary-lib.
17337 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17338 (all-bahai-calendar-holidays): Doc fix.
17339 (calendar-insert-indented): Doc fix. Use when rather than if.
17340 (exit-calendar): Use mapc rather than mapcar.
17341 (calendar-cursor-to-date): Use zerop.
17342 (calendar-mark-ring): Add doc-string.
17343 (calendar-starred-day): Defvar it.
17344 (calendar-mode): Make calendar-starred-day local.
17345 (calendar-star-date): No need to make calendar-starred-day local.
17346
17347 * calendar/diary-lib.el: Move defcustoms to start.
17348 (diary-include-string, diary-list-include-blanks)
17349 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
17350 (diary-file-name-prefix, diary-file-name-prefix-function)
17351 (sexp-diary-entry-symbol, list-diary-entries-hook)
17352 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
17353 (nongregorian-diary-marking-hook, print-diary-entries-hook):
17354 Move here from calendar.el.
17355 (diary-file-name-prefix-function): Use 'identity.
17356 (diary-face): Make it a defcustom, and mark as obsolete.
17357 (top-level): No need to require cal-hebrew, cal-islam when compiling.
17358 (calendar-hebrew-month-name-array-leap-year)
17359 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17360 Define for compiler.
17361 (diary-font-lock-keywords): Use format rather than concat.
17362 Add bahai-diary-entry-symbol.
17363
17364 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17365 * calendar/solar.el: Unquote lambda functions.
17366
17367 * calendar/solar.el (calendar-location-name, calendar-latitude)
17368 (calendar-longitude, solar-setup, solar-sin-degrees)
17369 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17370 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17371 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17372 (solar-exact-local-noon, solar-julian-ut-centuries)
17373 (solar-ephemeris-time, solar-date-next-longitude)
17374 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17375 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17376 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17377 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17378 Doc fixes.
17379 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17380 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17381 (solar-ecliptic-coordinates): Use unless.
17382 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17383 Use or.
17384
17385 * calendar/timeclock.el: Add doc-strings to all functions.
17386 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17387 (timeclock-entry-list-length, timeclock-entry-list-projects)
17388 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17389
17390 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17391
17392 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17393 (org-get-entries-from-diary): Require diary-lib.
17394
17395 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
17396
17397 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17398 Pacify byte-compiler.
17399
17400 2008-03-07 Alan Mackenzie <acm@muc.de>
17401
17402 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17403 paren/bracket pairs parsed, to solve performance problem.
17404
17405 2008-03-07 Bastien Guerry <bzg@altern.org>
17406
17407 * bookmark.el (bookmark-set): Don't check for
17408 `bookmark-make-name-function' since `bookmark-buffer-file-name'
17409 already takes care of this.
17410 (bookmark-buffer-name, bookmark-buffer-file-name):
17411 Remove Info-mode specific code.
17412
17413 * info.el (bookmark-get-info-node): Define this function in
17414 info.el, not in bookmark.el.
17415 (Info-mode): Set `bookmark-make-name-function' to
17416 `Info-bookmark-make-name' locally.
17417 (Info-bookmark-make-name): New function.
17418
17419 * bookmark.el (bookmark-make-name-function): New variable.
17420
17421 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17422
17423 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17424 buffer-local, not `bookmark-make-cell-function' (the old name).
17425
17426 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
17427
17428 * doc-view.el (doc-view-bookmark-make-record):
17429 * image-mode.el (image-bookmark-make-record):
17430 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17431
17432 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
17433
17434 * vc.el (vc-status-menu-map-filter): Return orig-binding if
17435 boundp 'vc-ignore-menu-filter.
17436 (vc-status-tool-bar-map): Make it defvar.
17437 (vc-status-mode): vc-status-tool-bar-map now variable.
17438 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17439
17440 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17441
17442 Give a better name to part of the bookmark interface.
17443
17444 This was originally a much larger change, but halfway through I
17445 updated and discovered that Stefan Monnier had done the rest.
17446 It looks like he anticipated the new name too, because he used
17447 `the-record' instead of `the-cell' for some internal variable names.
17448
17449 * bookmark.el (bookmark-make-record-function): Was
17450 `bookmark-make-cell-function'.
17451 (bookmark-make, bookmark-send-annotation): Update for above.
17452 (bookmark-make-record-for-text-file):
17453 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17454
17455 * info.el: Adjust accordingly.
17456 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17457
17458 * image-mode.el: Adjust accordingly.
17459 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17460
17461 * doc-view.el: Adjust accordingly.
17462 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17463
17464 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17465
17466 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17467 Move initialization into declaration.
17468 (bookmark-get-info-node, bookmark-set-info-node): Remove.
17469 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17470 (bookmark-info-current-node): Remove.
17471 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17472 Add relocation fallback. Set bookmark-current-bookmark.
17473 (bookmark-default-handler): Rename from bookmark-jump-noselect.
17474 Remove relocation fallback. Don't set bookmark-current-bookmark.
17475 (bookmark-set): Let it be used even if there's no buffer-file-name
17476 as long as there is a bookmark-make-cell-function.
17477 * info.el (Info-bookmark-jump): Remove relocation fallback.
17478 Don't set bookmark-current-bookmark.
17479
17480 2008-03-07 Glenn Morris <rgm@gnu.org>
17481
17482 * calendar/appt.el (appt-issue-message)
17483 (appt-message-warning-time, appt-audible, appt-visible)
17484 (appt-msg-window, appt-display-mode-line, appt-display-duration)
17485 (appt-display-diary): Remove autoload cookies.
17486
17487 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17488 Remove leading `*' from defcustom doc-strings.
17489
17490 * calendar/cal-dst.el (calendar-dst): New custom group.
17491 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17492 (calendar-time-zone, calendar-daylight-time-offset)
17493 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17494 (calendar-daylight-savings-starts-time)
17495 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17496 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17497 Move to start.
17498
17499 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17500
17501 * calendar/calendar.el (calendar-version): Use emacs-version and
17502 make it obsolete. Move to end.
17503 (calendar-offset, view-diary-entries-initially)
17504 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17505 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17506 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17507 (all-bahai-calendar-holidays, calendar-load-hook)
17508 (initial-calendar-window-hook, today-visible-calendar-hook)
17509 (today-invisible-calendar-hook, calendar-move-hook)
17510 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17511 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17512 (diary-include-string, sexp-diary-entry-symbol)
17513 (abbreviated-calendar-year, american-date-diary-pattern)
17514 (european-date-diary-pattern, european-calendar-display-form)
17515 (american-calendar-display-form, print-diary-entries-hook)
17516 (list-diary-entries-hook, diary-hook, diary-display-hook)
17517 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17518 (nongregorian-diary-marking-hook, diary-list-include-blanks)
17519 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17520 (local-holidays, other-holidays, hebrew-holidays-1)
17521 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17522 (hebrew-holidays, christian-holidays, islamic-holidays)
17523 (bahai-holidays, solar-holidays, calendar-setup)
17524 (calendar-week-start-day): Remove autoload cookies.
17525 (diary-glob-file-regexp-prefix): Doc fix.
17526 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17527 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17528 (calendar-week-start-day, calendar-debug-sexp): Move to start.
17529
17530 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17531 (calendar-time-display-form, calendar-latitude)
17532 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17533 cookies.
17534 (calendar-latitude, calendar-longitude): Move functions after
17535 variables.
17536 (diary-sabbath-candles-minutes): Move to start.
17537 (solar-setup): Use or rather than if.
17538 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17539 Remove condition-case.
17540 (solar-atn2): Use zerop.
17541 (solar-equinoxes-solstices): Doc fix.
17542
17543 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17544 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
17545
17546 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17547 (calendar-longitude, calendar-latitude, calendar-location-name):
17548 Declare for compiler.
17549
17550 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * arc-mode.el (archive-ar-file-header-re): New const.
17553 (archive-ar-summarize, archive-ar-extract): New funs.
17554 (archive-find-type): Recognize ar archives.
17555
17556 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17557 New functions.
17558
17559 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17560
17561 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17562
17563 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17564 Replace :enable (mark-active) with :enable mark-active.
17565
17566 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17567
17568 * vms-patch.el (make-legal-file-name): New obsolete alias.
17569 (make-valid-file-name): Rename from `make-legal-file-name'.
17570 (make-auto-save-file-name): Use it.
17571
17572 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17573 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17574 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17575
17576 * textmodes/org.el (org-export-html-style): Doc fix.
17577 (org-get-legal-level): New obsolete alias.
17578 (org-get-valid-level): Rename from `org-get-legal-level'.
17579 (org-promote, org-demote, org-archive-subtree)
17580 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17581
17582 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17583
17584 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17585
17586 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17587 (vc-status-toggle-mark): New functions.
17588 (vc-status-mode): Set tool bar map.
17589
17590 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17591
17592 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17593 Reported by Drew Adams <drew.adams@oracle.com>.
17594
17595 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17596
17597 * subr.el (read-quoted-char): Resolve modifiers of the character
17598 event.
17599
17600 * comint.el (comint-exec-1): Don't change the coding-system for
17601 decoding to dos-like EOL.
17602 (comint-carriage-motion): Fully rewrite.
17603
17604 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17605
17606 * epg.el (epg-context-include-certs): Reflow docstring.
17607 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17608 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17609 (epg-context-set-signers, epg-context-set-sig-notations)
17610 (epg-make-import-status, epg-make-import-result)
17611 (epg-start-delete-keys): Fix typos in docstrings.
17612 (epg-start-sign-keys, epg-sign-keys):
17613 Fix typos in obsolescence declarations.
17614
17615 * iswitchb.el: Don't check for `cadr' and `last'.
17616 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17617 Add obsolescence declaration and remove redundant info from docstring.
17618 (iswitchb-set-common-completion, iswitchb-set-matches)
17619 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17620 (recentf-list, most-len, most-is-exact):
17621 Don't wrap defvars within `eval-when-compile'.
17622
17623 2008-03-05 Glenn Morris <rgm@gnu.org>
17624
17625 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17626 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17627 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17628 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17629 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17630
17631 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17632 declaration for compiler.
17633 (ediff-xemacs-init-menus): Use when rather than if.
17634
17635 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17636 if+and to just and.
17637 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17638 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17639
17640 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17641
17642 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17643 test inside XEmacs test.
17644 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17645 since it was doing nothing on Emacs.
17646 (ediff-make-bullet-proof-overlay): Use when rather than if.
17647
17648 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17649 (ediff-setup-control-frame): Remove
17650 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17651 a (featurep 'xemacs) test.
17652
17653 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17654
17655 * calc/calc-ext.el (calc-extended-command-history): New variable.
17656 (calc-execute-extended-command): Use `calc-extended-command-history'.
17657
17658 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17659
17660 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17661 (standard-mode-line-position): Add mouse-face.
17662
17663 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17664 * progmodes/grep.el (grep-mode-map): Add :help.
17665
17666 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17667 initialize in one step. Add :help. Use :enable to activate menu
17668 items. Show the key binding for edebug-defun.
17669 (lisp-interaction-mode-map): Add a menu.
17670
17671 * term.el (term-mode-map): Define and initialize in one step.
17672
17673 * ediff-init.el (ediff-color-display-p): Simplify.
17674 (Xor): Remove unused function.
17675 (ediff-with-syntax-table): Simplify for Emacs.
17676
17677 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17678 menu-bar being loaded, it always is.
17679
17680 2008-03-05 Glenn Morris <rgm@gnu.org>
17681
17682 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17683 multiple definitions when compiling.
17684
17685 2008-03-04 Alan Mackenzie <acm@muc.de>
17686
17687 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17688
17689 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17690 doc-string, "c-old-LEN" -> "c-old-END".
17691
17692 2008-03-04 Jason Rumney <jasonr@gnu.org>
17693
17694 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17695 namespaces.
17696
17697 2008-03-04 Glenn Morris <rgm@gnu.org>
17698
17699 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17700
17701 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17702 than mapcar.
17703
17704 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17705
17706 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17707 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17708
17709 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17710 so that M-q can fill comments.
17711 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17712 commands implemented in elisp.
17713 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17714 (tex-format-cmd): New function.
17715 (tex-compile): Use it to let the user specify default arguments.
17716 (tex-cmd-bibtex-args): New var.
17717 (tex-cmd-doc-view): New function.
17718
17719 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17720
17721 * faces.el (face-spec-set): Fix typos in docstring.
17722
17723 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17724
17725 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17726 (standard-mode-line-position): Use it to add a menu for toggling
17727 column number and line number display.
17728
17729 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17730
17731 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17732 Remove optimization that was working around the form-code-walker bug.
17733
17734 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17735 Walk into the body of lambdas after byte-compile-unfold-lambda.
17736
17737 2008-03-03 Glenn Morris <rgm@gnu.org>
17738
17739 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17740 value, if set, over frame value.
17741
17742 * simple.el (transient-mark-mode): Don't turn on by default.
17743
17744 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17745 accidentally removed by the 2007-12-05 merge from Gnus.
17746
17747 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17748
17749 * progmodes/compile.el (compilation-menu-map): Add menu entries
17750 for useful options.
17751
17752 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17753 Glenn Morris <rgm@gnu.org>
17754
17755 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17756 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17757 Give a `bytecomp-' prefix to local variables with common names.
17758
17759 2008-03-01 Glenn Morris <rgm@gnu.org>
17760
17761 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17762 Restore code commented out 2007-11-10.
17763
17764 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17765
17766 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17767 Delete macro.
17768 * emulation/viper-cmd.el, emulation/viper-ex.el:
17769 * emulation/viper-init.el, emulation/viper-keym.el:
17770 * emulation/viper-mous.el, emulation/viper-util.el:
17771 * emulation/viper.el:
17772 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17773 featurep test.
17774
17775 Replace obsolete frame-local variables with frame-parameters.
17776 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17777 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17778 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17779 on XEmacs.
17780 * emulation/viper-util.el (viper-frame-value): New macro.
17781 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17782 (viper-R-state-post-command-sentinel)
17783 (viper-replace-state-post-command-sentinel)
17784 (viper-change-state-to-insert, viper-change-state-to-emacs):
17785 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17786 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17787 (viper-get-saved-cursor-color-in-insert-mode)
17788 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17789 Use viper-frame-value for viper-replace-overlay-cursor-color,
17790 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17791 viper-vi-state-cursor-color values.
17792
17793 * emulation/viper-cmd.el (zmacs-region-stays):
17794 * emulation/viper-util.el (zmacs-region-stays): No need to define
17795 for compiler.
17796
17797 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17798 mapcar on Emacs.
17799
17800 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17801 on XEmacs.
17802
17803 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17804 rather than if.
17805
17806 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17807
17808 * whitespace.el: New version 9.3. As the glyph code generation was
17809 fixed, it is possible now to use character code above ?\x1FFFF in the
17810 display table. Fix `whitespace-indentation-regexp' to not include an
17811 extra ending character. Reported by Michael Welsh Duggan
17812 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17813 the original whitespace package had. Suggested by Eric Cooper
17814 <ecc@cmu.edu>. Doc fix.
17815 (whitespace-action): New option.
17816 (whitespace-display-mappings): Changed default newline visualization to
17817 display downwards arrow, as the glyph code generation was fixed.
17818 (whitespace-unload-function): Assure that all local whitespace mode is
17819 turned off.
17820 (whitespace-global-modes): Fix type customization.
17821 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17822 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17823 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17824 Fix code.
17825 (whitespace-buffer): Command removed.
17826 (whitespace-trailing-regexp, whitespace-mark-x)
17827 (whitespace-display-window, whitespace-action-when-on)
17828 (whitespace-add-local-hook, whitespace-remove-local-hook)
17829 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17830 (whitespace-action): New funs.
17831 (whitespace-report-list, whitespace-report-text)
17832 (whitespace-report-buffer-name): New consts.
17833 (whitespace-report, whitespace-report-region): New commands.
17834
17835 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17836
17837 * disp-table.el (make-glyph-code): Don't test the result of
17838 `face-id', which already signals an error for invalid faces.
17839 (glyph-face): Simplify.
17840
17841 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17842 running `desktop-not-loaded-hook' to allow modifying it.
17843 Don't show warning message if `desktop-dirname' was modified.
17844
17845 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17846
17847 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17848 we still expect more lines.
17849
17850 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17851 comment-paragraph filling if the commark doesn't match
17852 comment-start-skip.
17853
17854 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17855
17856 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17857 the `imap' variant.
17858
17859 2008-03-01 Jason Rumney <jasonr@gnu.org>
17860
17861 * files.el (make-auto-save-file-name): Encode more characters in
17862 non-file buffer names. Use url-encoding.
17863
17864 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17865
17866 * net/net-utils.el (ftp-program): Fix typo in docstring.
17867 (ifconfig-program-options, netstat-program-options)
17868 (arp-program-options, route-program-options, nslookup-program-options)
17869 (ftp-program-options, smbclient-program-options)
17870 (dns-lookup-program-options, arp, route): Doc fixes.
17871
17872 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17873 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17874 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17875 Fix typos in docstrings.
17876 (gdb-pending-triggers): Reflow docstring.
17877 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17878
17879 2008-03-01 Alan Mackenzie <acm@muc.de>
17880
17881 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17882 typing "#" at EOB.
17883
17884 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17885
17886 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17887
17888 2008-02-29 Kim F. Storm <storm@cua.dk>
17889
17890 * emulation/cua-base.el (cua-remap-control-v)
17891 (cua-remap-control-z): New defcustoms.
17892 (cua-mode): Add them to set-after property.
17893 (cua--init-keymaps): Use them.
17894 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17895
17896 * help.el (view-emacs-todo): Rename from view-todo.
17897 (describe-gnu-project): Rename from describe-project. Users changed.
17898 (view-help-file): New helper function.
17899 (describe-distribution, describe-copying, describe-gnu-project)
17900 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17901 (view-emacs-debugging, view-external-packages): New commands.
17902 (help-map): Move describe-distribution to C-h C-o (ordering).
17903 Move view-emacs-problems to C-h C-p (problems).
17904 Bind view-emacs-debugging to C-h C-d (debugging).
17905 Bind view-external-packages to C-h C-e (extras).
17906 (help-for-help-internal): Cleanup and align descriptions.
17907 Remove command names to reduce clutter.
17908
17909 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17910
17911 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17912 and quieter face (not a warning).
17913
17914 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17915
17916 * vc.el (vc-status-crt-marked): New variable.
17917 (vc-status-mode): Make it local.
17918 (vc-status-refresh): Use it to save the marked files.
17919 (vc-update-vc-status-buffer): Use it to restore the marked files.
17920
17921 * vc-svn.el (vc-svn-after-dir-status):
17922 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17923
17924 2008-02-29 Glenn Morris <rgm@gnu.org>
17925
17926 * allout.el (allout-topic-encryption-bullet)
17927 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17928 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17929 from 22.0 to 22.1.
17930
17931 * net/imap.el (imap-ping-server):
17932 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17933 Change defcustom :version from 23.0 to 23.1.
17934
17935 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17936
17937 * desktop.el (desktop-save): Save the buffer name if the
17938 uniquified base name is empty.
17939
17940 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17941
17942 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17943 correctly when user has "set print address off".
17944
17945 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17946
17947 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17948 version number of the next major Emacs release, not 23.0.
17949
17950 * longlines.el (longlines-unload-function): New function.
17951
17952 2008-02-28 Juri Linkov <juri@jurta.org>
17953
17954 * startup.el (normal-splash-screen): Add argument `concise'.
17955 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17956 to the created buffer. If `concise' is non-nil, call
17957 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17958 (display-startup-screen): Add argument `concise' to the call to
17959 `normal-splash-screen'.
17960
17961 2008-02-28 Kim F. Storm <storm@cua.dk>
17962
17963 * startup.el (startup-echo-area-message): Check for about-emacs.
17964
17965 2008-02-28 Juri Linkov <juri@jurta.org>
17966
17967 * startup.el: Always add initial message to *scratch* buffer if
17968 `initial-scratch-message' is non-nil regardless of the value of
17969 `inhibit-startup-screen'.
17970 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17971 (command-line-1): Move code that inserts `initial-scratch-message'
17972 up before the if-form that checks for `inhibit-startup-screen'.
17973 Suggested by Jonathan Rockway <jon@jrock.us>.
17974
17975 2008-02-28 Juri Linkov <juri@jurta.org>
17976
17977 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17978 Rename `custom-mode' to `Custom-mode' in docstrings.
17979 (custom-buffer-create-internal, customize-browse):
17980 Rename `custom-mode' to `Custom-mode'.
17981 (custom-mode-hook): Rename to `Custom-mode-hook'.
17982 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17983 (custom-mode): Rename to `Custom-mode'.
17984 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17985 (custom-mode): Add backward-compatible non-interactive variant of
17986 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17987 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17988
17989 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17990
17991 * emulation/viper.el (viper-emacs-state-mode-list):
17992 Rename `custom-mode' to `Custom-mode'.
17993
17994 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17995 Capitalize "Tagged Files".
17996 (minibuffer-local-map): Add menu items for next/previous
17997 history elements and isearch history forward/backward.
17998
17999 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
18000 `hs-isearch-open' with t instead of `comment' in :selected
18001 for "Code and Comment blocks" menu item.
18002
18003 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
18004
18005 * uniquify.el (uniquify-buffer-base-name): Undo last change.
18006 Should be done in desktop.el instead.
18007
18008 2008-02-28 Glenn Morris <rgm@gnu.org>
18009
18010 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
18011
18012 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
18013
18014 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
18015 (Info-menu, Info-goto-node): Remove declarations.
18016 (report-emacs-bug-info): Use info rather than Info-goto-node.
18017
18018 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
18019 (idlwave-convert-xml-system-routine-info): Don't require xml.
18020 (idlwave-show-commentary, idlwave-shell-show-commentary):
18021 Don't require finder.
18022 (idlwave-info): Don't require info. Use info rather than
18023 Info-goto-node.
18024
18025 * textmodes/org.el (Info-goto-node): Remove declaration.
18026 (org-info): Use info rather than Info-goto-node.
18027
18028 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
18029 (reftex-info): Don't require info. Use info rather than Info-goto-node.
18030
18031 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
18032
18033 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
18034 the menu.
18035
18036 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
18037 (vc-finish-logentry): Check for vc-status-mode, not only for
18038 vc-dired-mode.
18039
18040 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
18041
18042 * isearch.el (isearch-printing-char): Don't check
18043 keyboard-coding-system.
18044 Call isearch-process-search-multibyte-characters only when
18045 current-input-method is non-nil.
18046
18047 2008-02-27 Kim F. Storm <storm@cua.dk>
18048
18049 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
18050 (glyph-char, glyph-face): Handle cons encoding.
18051
18052 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
18053
18054 * uniquify.el (uniquify-buffer-base-name): If the base name is an
18055 empty string, return nil to allow the caller to default to the
18056 buffer name. Reported by Martin Fischer <parozusa@web.de>.
18057
18058 * tool-bar.el (tool-bar-setup): Doc fix.
18059
18060 * mail/supercite.el (sc-describe):
18061 Fix typos in obsolescence declaration.
18062
18063 2008-02-27 Glenn Morris <rgm@gnu.org>
18064
18065 * autoinsert.el (auto-insert-alist): Change permission text to
18066 match FSF's GPLv3 form.
18067
18068 * mail/supercite.el (sc-cite-original): Doc fix.
18069 (sc-version): Make obsolete.
18070 (sc-describe): Show the SC info page. Make obsolete.
18071
18072 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18073
18074 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
18075 when using transient-mark-mode.
18076 (default-indicate-unused-lines): Remove unused var.
18077
18078 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
18079
18080 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
18081 and previous.
18082
18083 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
18084
18085 2008-02-26 Glenn Morris <rgm@gnu.org>
18086
18087 * net/net-utils.el (top-level): Don't require comint when compiling.
18088 (nslookup-font-lock-keywords): Don't require font-lock.
18089 Use font-lock faces rather than variables.
18090 (nslookup, ftp, smbclient, network-service-connection):
18091 Don't require comint.
18092 (comint-prompt-regexp, comint-input-autoexpand)
18093 (comint-input-ring): Declare for compiler.
18094 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
18095 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
18096
18097 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
18098 doc-string.
18099
18100 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
18101
18102 * doc-view.el (doc-view-current-page): Add a `win' argument.
18103
18104 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18105
18106 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
18107 Demote it to plain defvar.
18108 (doc-view-conversion-refresh-interval): Reduce interval.
18109 (doc-view-goto-page): Allow moving to pages not yet rendered.
18110 (doc-view-goto-page): Construct a file name rather than extracting it
18111 from doc-view-current-files.
18112 (doc-view-kill-proc): Ignore errors from kill-process.
18113 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
18114 (doc-view-insert-image): Use appropriate text if the page hasn't been
18115 rendered yet. Adjust scrolling so the text is displayed.
18116 (doc-view-display): Detect not just that a page is available, but also
18117 that it wasn't available before, so as to avoid refreshing all pages
18118 repeatedly.
18119 (doc-view-mode): Make doc-view-cache-directory if needed.
18120
18121 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18122
18123 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
18124 toggle-read-only.
18125
18126 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
18127 refering to a missing required field with the OPT prefix.
18128 Make unwindform more robust.
18129
18130 * textmodes/bibtex.el: Remove support for hideshow minor mode as
18131 it duplicates the bibtex support in progmodes/hideshow.el.
18132 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
18133 entries that do not start at the beginning of a line.
18134
18135 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
18136
18137 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
18138
18139 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
18140
18141 * help-fns.el (describe-variable): Add phrases about
18142 initialization file with and without customization;
18143 use new button type help-info-variable.
18144
18145 * help-mode.el (help-info-variable):
18146 New button able to read Info files for help-fns.el.
18147
18148 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
18149
18150 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
18151 (grep-mode): Use grep-mode-tool-bar-map.
18152
18153 * progmodes/compile.el (tool-bar): Require tool-bar.
18154 (compilation-mode-tool-bar-map): New variable.
18155 (compilation-mode): Use compilation-mode-tool-bar-map.
18156
18157 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
18158
18159 2008-02-25 Glenn Morris <rgm@gnu.org>
18160
18161 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
18162
18163 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
18164
18165 * diff-mode.el (diff-file-junk-re): New const.
18166 (diff-beginning-of-file-and-junk): Use it.
18167 (diff-file-kill): Make sure we were really inside a file diff.
18168
18169 * diff-mode.el: Make it more robust in the presence of empty context
18170 lines in unified hunks.
18171 (diff-valid-unified-empty-line): New var.
18172 (diff-unified->context, diff-sanity-check-hunk): Obey it.
18173 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
18174 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
18175 (diff-hunk-header-re-unified): New const.
18176 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
18177 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
18178 (diff-sanity-check-hunk): Use it.
18179
18180 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
18181 Index: line, don't search backward for the previous one.
18182
18183 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
18184
18185 * international/fontset.el (setup-default-fontset): Add non-OTF
18186 lao font for lao script.
18187
18188 * language/tibetan.el: Register tibetan-composition-function in
18189 composition-function-table.
18190
18191 * language/tibet-util.el (tibetan-composition-function):
18192 Adjust for the new calling way (argument changed). Try font-shape-text
18193 if possible.
18194
18195 * language/lao.el: Register lao-composition-function in
18196 composition-function-table.
18197
18198 * language/lao-util.el (lao-composition-function): Adjust for the new
18199 calling way (argument changed). Try font-shape-text if possible.
18200
18201 2008-02-25 Jason Rumney <jasonr@gnu.org>
18202
18203 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
18204
18205 2008-02-25 Juri Linkov <juri@jurta.org>
18206
18207 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
18208 background, "red4" for a dark background, "red" for 16 and
18209 8 colors, "grey" for grayscale, and inverse video otherwise.
18210 Add :version tag.
18211 (isearch-message): Keep the original isearch-message intact, and
18212 add text properties to it where necessary. Add `isearch-error' to
18213 the condition that checks if isearch is unsuccessful.
18214
18215 2008-02-24 Juri Linkov <juri@jurta.org>
18216
18217 * progmodes/compile.el (compilation-handle-exit):
18218 Use compilation-error face instead of font-lock-warning-face.
18219 Display the same message in the minibuffer as is inserted
18220 at the end of the compilation buffer.
18221
18222 2008-02-24 Glenn Morris <rgm@gnu.org>
18223
18224 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
18225 multiple file case.
18226
18227 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
18228
18229 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
18230 multiple file case. Use a single `let' rather than two.
18231
18232 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18233
18234 * progmodes/compile.el (compilation-start): Specify a face for
18235 mode-line-process.
18236 (compilation-handle-exit): Specify a face and a tooltip for
18237 mode-line-process.
18238
18239 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18240
18241 * hilit-chg.el: Remove spurious * in defcustom docstrings.
18242 (hilit-chg-make-ov): Simplify.
18243 (hilit-chg-fixup): Use remove-overlays.
18244 (hilit-chg-set-face-on-change): Remove redundant call to
18245 `remove-text-properties'.
18246
18247 * dired.el (dired-mark-prompt): Don't count/display the t element.
18248 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
18249
18250 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
18251
18252 * progmodes/verilog-mode.el (eval-when-compile): Don't define
18253 add-submenu.
18254 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
18255 Remove. Move contents to the only use ...
18256 (verilog-menu): ... here.
18257 (verilog-statement-menu): Remove. Move contents to the only use ...
18258 (verilog-stmt-menu): ... here.
18259 (verilog-mark-defun): Simply call mark-defun for emacs.
18260 (occur-pos-list): Declare for byte compiler.
18261 (mode-popup-menu): Don't defvar.
18262 (verilog-add-statement-menu): Remove.
18263 (verilog-mode-hook): Don't add verilog-add-statement-menu.
18264 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
18265
18266 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18267
18268 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
18269 conditional.
18270 (verilog-font-grouping-keywords-face): Make the begin..end
18271 keywords standout more than other verilog keywords.
18272 (verilog-type-font-keywords): Move the begin..end out of this list
18273 to facilitate making them to (potentially) stand out more.
18274 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
18275 function & task blocks.
18276 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
18277 initial, function & task blocks.
18278 (verilog-forward-sexp): Handle the new "disable fork" statement of
18279 IEEE-1800 Verilog.
18280 (verilog-beg-block-re-ordered): Handle the new "disable fork"
18281 statement of IEEE-1800 Verilog.
18282 (verilog-calc-1): Handle the new "disable fork" statement of
18283 IEEE-1800 Verilog.
18284 (verilog-disable-fork-re): Add const to help handle the new
18285 "disable fork" statement of IEEE-1800 Verilog.
18286 (verilog-declaration-core-re): Add port directions by themselves,
18287 with no qualification, as base item of a declaration.
18288 (verilog-pretty-declarations): Add new flag to ask it to refrain
18289 from printing to the message buffer.
18290 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
18291 printing to the message buffer. Improve handling of the many
18292 types of expression line up.
18293 (verilog-just-one-space): Remove printing of an empty message.
18294 (verilog-get-lineup-indent): Rework to support the better handling
18295 of expression lineup for verilog-pretty-expr.
18296 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18297
18298 2008-02-24 Alan Mackenzie <acm@muc.de>
18299
18300 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
18301 yesterday's commit.
18302
18303 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
18304
18305 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
18306 to mouse-set-point in buffers that aren't associated with files.
18307
18308 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
18309
18310 2008-02-24 Alan Mackenzie <acm@muc.de>
18311
18312 Set of changes so that "obtrusive" syntactic elements in a
18313 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
18314 unmatched paren) don't interact syntactically with stuff outside
18315 the CPP line.
18316
18317 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
18318 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
18319 off-by-one bug.
18320 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
18321 a bit of refactoring.
18322 (c-awk-extend-and-syntax-tablify-region): Takes some of the
18323 functionality of c-awk-advise-fl-for-awk-region, which has been
18324 refactored away.
18325
18326 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
18327 (c-clear-char-property-with-value): New function and macro which
18328 remove text-properties `equal' to a supplied value.
18329
18330 * progmodes/cc-engine.el: Comment about text properties amended.
18331
18332 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
18333 parens around "error\\|warning".
18334
18335 * progmodes/cc-langs.el (c-get-state-before-change-function)
18336 (c-before-font-lock-function, c-anchored-cpp-prefix):
18337 New language variables.
18338 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
18339
18340 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
18341 syntax-table text properties.
18342 (c-common-init): Call language specific before/after-change
18343 functions at mode initialisation.
18344 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
18345 (c-extend-region-for-CPP, c-neutralize-CPP-line)
18346 (c-neutralize-syntax-in-CPP): New functions.
18347 (c-before-change, c-after-change): Call the new language specific
18348 change functions defined in cc-langs.el.
18349 (c-advise-fl-for-region): New macro.
18350 (awk-mode): Remove AWK specific stuff which has been refactored
18351 into language independent stuff.
18352
18353 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
18354
18355 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
18356 (gdb): (Re)set gdb-flush-pending-output to nil here...
18357 (gdb-init-1): ...instead of here (before gdb-prompt).
18358
18359 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18360
18361 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18362 Recognize ''' just like any other char-constant.
18363
18364 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18365
18366 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18367 careful enough. Detect the uid-change all within the main loop.
18368
18369 2008-02-24 Stefan Monnier <monnier@pastel.home>
18370
18371 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18372
18373 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18374
18375 * hilit-chg.el (highlight-save-buffer-state): New macro.
18376 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18377 (hilit-chg-clear): Use it to preserve the modified-p flag.
18378 (highlight-changes-rotate-faces): Don't mess with the undo-list.
18379
18380 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18381
18382 * font-lock.el (font-lock-set-defaults): Unset previously set variables
18383 when needed.
18384
18385 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
18386
18387 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18388 from gnus-button-url-regexp.
18389
18390 2008-02-24 Eli Zaretskii <eliz@gnu.org>
18391
18392 * progmodes/compile.el (compilation-next-error): Doc fix.
18393 (compilation-find-file): Doc fix.
18394
18395 2008-02-24 Glenn Morris <rgm@gnu.org>
18396
18397 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18398 Add obsolete aliases to the old names.
18399
18400 2008-02-24 Richard Stallman <rms@gnu.org>
18401
18402 * net/net-utils.el (ifconfig): Rename from ipconfig.
18403 (ipconfig): Alias to ifconfig.
18404 (ifconfig-program): Rename from ipconfig-program.
18405 (ifconfig-program-options): Rename from ipconfig-program-options.
18406
18407 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18408
18409 * progmodes/verilog-mode.el (verilog-declaration-core-re):
18410 Add port directions by themselves, with no qualification, as base
18411 item of a declaration.
18412 (verilog-pretty-declarations): Add new flag that inhibits printing
18413 to the message buffer.
18414 (verilog-pretty-expr): Add new flag that inhibits printing to the
18415 message buffer. Improve handling of the many types of expression
18416 line up.
18417 (verilog-just-one-space): Don't print an empty message.
18418 (verilog-get-lineup-indent): Rework to support the better handling
18419 of expression lineup for verilog-pretty-expr.
18420 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18421 (verilog-mode-version, verilog-mode-release-date): Update.
18422
18423 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18424
18425 * subr.el (cancel-change-group): Don't move point.
18426
18427 2008-02-23 Markus Triska <markus.triska@gmx.at>
18428
18429 * linum.el (linum-after-config): Update all visible windows.
18430
18431 2008-02-23 Glenn Morris <rgm@gnu.org>
18432
18433 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18434 Add :help for Solitaire and Tetris.
18435
18436 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18437
18438 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18439 (smtpmail-code-conv-from): Doc fix. Fix custom type.
18440 (smtpmail-queue-index-file): Make it a defcustom.
18441 (smtpmail-queue-index): Delete.
18442 (smtpmail-send-it, smtpmail-send-queued-mail):
18443 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18444 smtpmail-queue-index.
18445
18446 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18447 Add :version.
18448
18449 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
18450
18451 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18452 New variables.
18453 (iwconfig): New function.
18454
18455 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
18456
18457 * vc.el (vc-find-revision): Make vc-parent-buffer local before
18458 setting it.
18459 (vc-status-menu-map): Do not define using easy-menu.
18460 (vc-status-menu-map): New defalias.
18461 (vc-status-mode-map): Hook up the menu.
18462 (top-level): Update TODO.
18463
18464 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18465
18466 * vc-bzr.el (vc-bzr-init-version): Rename to ...
18467 (vc-bzr-init-revision): ... this.
18468
18469 2008-02-23 Jason Rumney <jasonr@gnu.org>
18470
18471 * makefile.w32-in (WINS_ALMOST): Remove term.
18472 (WINS): Add term here.
18473 (custom-deps, finder-data): Use WINS_ALMOST.
18474
18475 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
18476
18477 * faces.el (font-weight-table): Fix value of `semi-light'.
18478
18479 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18480
18481 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18482 Make those tables bijective.
18483
18484 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
18485
18486 Finish pdbtrack integration cleanup, settling missing-functions
18487 byte compiler warnings appropriately.
18488
18489 * progmodes/python.el (python-point): Remove this - beginning-of-line
18490 was all that was necessary for `python-pdbtrack-overlay-arrow'.
18491 (python-end-of-def-or-class, python-beginning-of-def-or-class)
18492 (python-goto-initial-line): Drop these - they were only needed for
18493 python-point.
18494 (python-comint-output-filter-function): Use condition-case and
18495 beginning-of-line directly, instead of python-mode.el functions
18496 which require all sorts of baggage.
18497 (point-safe): Unnecessary - we're using condition-case directly,
18498 instead.
18499 (python-execute-file): Include for python-shell, which I'm leaving
18500 in keeping despite it being unnecessary for pdb tracking.
18501
18502 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
18503
18504 * progmodes/scheme.el (scheme-font-lock-keywords-2):
18505 Add SRFI 11 support.
18506 (let-values, let*-values): Specify scheme-indent-function.
18507
18508 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
18509
18510 * vc.el (vc-exec-after): Move setting mode-line-process in the
18511 busy case ...
18512 (vc-set-mode-line-busy-indicator): ... in this new function.
18513 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18514 (vc-update-vc-status-buffer): Reset mode-line-process.
18515 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18516 mark/unmark all the files with the same state as the current one.
18517 With a prefix argument mark/unmark all files.
18518 (vc-status-mode-menu): Adjust strings.
18519 (vc-update-vc-status-buffer): Only do something when the argument
18520 is not nil.
18521 (vc-status-kill-dir-status-process): New function.
18522 (vc-status-mode-map): Bind it.
18523 (vc-status-process-buffer): New variable.
18524 (vc-status-mode): Make it local.
18525 (vc-status-refresh): Set it.
18526
18527 * vc-hg.el (vc-hg-dir-status):
18528 * vc-git.el (vc-git-dir-status):
18529 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18530 command is run.
18531
18532 2008-02-22 Glenn Morris <rgm@gnu.org>
18533
18534 * json.el (top-level): No need to require thingatpt.
18535 (json-read-keyword): Use thing-at-point rather than word-at-point.
18536
18537 * time.el (top-level): No need to require time-date when compiling.
18538
18539 * emacs-lisp/copyright.el (copyright-update-year):
18540 Fix subexpression numbering for the case when years are split over
18541 lines, and for the replace case.
18542
18543 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
18544 (tpu-caar, tpu-cadr): Delete functions.
18545 (zmacs-regions): No need to declare for compiler.
18546 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18547 (tpu-spell-check): Rewrite, and handle mark after point.
18548 (tpu-special-insert): Use or rather than if.
18549
18550 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18551 rather than spell-region.
18552
18553 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18554 warnings about spell-region.
18555
18556 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18557
18558 * ldefs-boot.el: Regenerated.
18559
18560 * loadup.el: Don't load language/devanagari, language/kannada,
18561 language/malayalam, and language/tamil. Load language/sinhala.
18562
18563 * language/indian.el (indian-font-foundry)
18564 (indian-script-language-alist, indian-font-char-index-table)
18565 (indian-font-char, indian-font-char-range, indian-script-table)
18566 (indian-default-script, indian-composable-pattern): Delete them.
18567 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18568 language environments moved to here.
18569 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18570 New language environments.
18571
18572 * language/devanagari.el, language/devan-util.el,
18573 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18574 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18575 Delete them.
18576
18577 * language/sinhala.el: New file.
18578
18579 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18580
18581 Update Nick Robert's port of pdb tracking from python-mode.el.
18582
18583 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18584 Clarify docstring.
18585 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18586 tracking is happening.
18587 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18588 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18589 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18590 Tracking is plugged in to all comint buffers once python.el is loaded.
18591 (python-pdbtrack-overlay-arrow): Toggle activation of
18592 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18593 (python-pdbtrack-track-stack-file): Use new
18594 `python-pdbtrack-get-source-buffer' for more flexible access to
18595 debugging source files.
18596 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18597 according to pdb stack trace, optionally using new
18598 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18599 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18600 named buffer, or having function with indicated name.
18601 (python-shell): Remove comint-output-filter-functions hook
18602 addition, it's being done elsewhere. Wrap long line.
18603
18604 2008-02-21 Michael Olson <mwolson@gnu.org>
18605
18606 * json.el: Replace XEmacs compatibility code to get rid of
18607 compiler warnings.
18608
18609 * time.el: Fix compiler warning.
18610
18611 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18612
18613 * json.el: New file (JavaScript Object Notation parser / generator).
18614
18615 2008-02-21 Dave Love <fx@gnu.org>
18616
18617 * progmodes/sym-comp.el: New file.
18618
18619 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18620 Require sym-comp. Add Python buffer to same-window-buffer-names.
18621 Fixup whitespaces.
18622 (python-font-lock-keywords): Add highlighting for Python builtins.
18623 (python-font-lock-syntactic-keywords): Rewrite.
18624 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18625 ppss directly.
18626 (python-mode-map): Add binding for python-find-function.
18627 (python-calculate-indentation): Clean up the logic.
18628 (python-beginning-of-defun): Explicitly set return value.
18629 (python-beginning-of-statement): Stop looping if we get stuck
18630 going backwards.
18631 (python-next-statement): Stop looping if we somehow end up inside
18632 a string while advancing.
18633 (python-preoutput-continuation, python-version-checked): New vars.
18634 (python-check-version): New function.
18635 (run-python): Set default command to python-command instead of
18636 python-python-command.
18637 (run-python): Use python-check-version. Give PYTHONPATH
18638 precedence over data-directory in the process environment.
18639 Load function definitions in python process after.
18640 (python-check-comint-prompt): New function.
18641 (python-send-command, python-send-receive): Use it.
18642 (python-complete-symbol, python-try-complete): Functions deleted.
18643 Use symbol-complete instead of python-complete-symbol throughout.
18644 (python-fill-paragraph): Further refine the fenced-string regexp.
18645 (def-python-skeleton): Expand to the original abbrev instead if in
18646 a comment or string. Tweak skeletons for `if', `while', `for',
18647 `try/except', `try/finally', `name'.
18648 (python-pea-hook, python-abbrev-pc-hook): New functions.
18649 (python-abbrev-syntax-table): New var.
18650 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18651 Use symbol-completion-try-complete for hippie expansion.
18652 Turn on font lock unconditionally.
18653 (python-mode-hook): Defcustom it. No need to use make-local
18654 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18655 option, since it's buffer-local.
18656
18657 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18658
18659 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18660
18661 2008-02-21 Drew Adams <drew.adams@oracle.com>
18662
18663 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18664 "Turn off" and a "Help" entry when the minor mode has no menu.
18665
18666 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18667
18668 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18669 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18670 vc-status-mark-file and vc-status-unmark-file.
18671 (vc-status-mark-unmark): New function.
18672 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18673
18674 2008-02-21 Glenn Morris <rgm@gnu.org>
18675
18676 * composite.el (encode-composition-rule): Fix typo in error message.
18677 (composition-function-table, auto-composition-mode): Doc fixes.
18678
18679 * subr.el (sit-for): Fix obsolete form for nil second argument.
18680
18681 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18682 (spell-string): Make obsolete, in favor of ispell.
18683
18684 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18685
18686 * language/devanagari.el: Don't setup composition-function-table
18687 here.
18688 ("Devanagari"): Change charset, coding-system, coding-priority to
18689 Unicode-based ones. Don't require the feature devan-util.
18690
18691 * composite.el (compose-chars-after): Fix arguments for a function
18692 in composition-function-table.
18693 (auto-compose-region): Likewise.
18694
18695 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18696 for Ethiopic.
18697 (ps-mule-plot-string): Ignore glyph-string based compositions.
18698
18699 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18700
18701 * doc-view.el: Allow different windows to show different pages.
18702 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18703 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18704 add them back as macros instead, using image-mode-winprops instead.
18705 Update all users of those variables.
18706 (doc-view-new-window-function): New function to create a new overlay
18707 for each new window.
18708 (doc-view-mode): Use it and image-mode-setup-winprops.
18709 (doc-view-clone-buffer-hook): Rewrite accordingly.
18710
18711 * image-mode.el: Extend [hv]scroll support to per-window properties.
18712 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18713 (image-mode-winprops-alist): New var to replace them.
18714 (image-mode-new-window-functions): New hook.
18715 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18716 New funs.
18717 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18718 Remove the `window' argument, update callers.
18719 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18720 Use the new functions.
18721 (image-mode-reapply-winprops): New fun.
18722 (image-mode): Use it.
18723
18724 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18725
18726 * calc/calc-math.el (math-sin-raw): Add optional argument
18727 to keep track of original argument.
18728 (math-cos-raw): Use optional argument when calling math-sin-raw.
18729 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18730 with close to original precision.
18731
18732 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18733
18734 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18735 args in calls of sit-for.
18736
18737 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18738
18739 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18740 (vc-svn-checkin): Fix typo in error message.
18741
18742 * help-mode.el: Require easymenu when compiling.
18743
18744 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18745
18746 * help-mode.el (help-mode-menu): New menu.
18747
18748 2008-02-20 Glenn Morris <rgm@gnu.org>
18749
18750 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18751 on Windows.
18752
18753 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18754
18755 * ps-mule.el (ps-mule-encode-region): Return a single string.
18756 (ps-mule-plot-string): Adjust for the above change.
18757 (ps-mule-encode-header-string): Likewise.
18758
18759 * international/latin1-disp.el (latin1-display): Don't use
18760 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18761 standard-display-table.
18762 (latin1-display-identities): Adjust for the change of what is
18763 returned by (get-language-info charset 'charset).
18764
18765 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18766 characters and terminal case.
18767
18768 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18769
18770 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18771
18772 * progmodes/python.el: Also require comint when loading.
18773 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18774 Replace python-shell with run-python on menu bar.
18775 (python-shell-map): New map.
18776 (python-default-interpreter, python-python-command-args)
18777 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18778 New options.
18779 (python-which-shell, python-which-args, python-which-bufname):
18780 New buffer local variables.
18781 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18782
18783 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18784 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18785 New constants.
18786
18787 Pdbtrack features:
18788
18789 (python-point, python-end-of-def-or-class)
18790 (python-beginning-of-def-or-class, python-goto-initial-line)
18791 (python-comint-output-filter-function)
18792 (python-pdbtrack-overlay-arrow)
18793 (python-pdbtrack-track-stack-file, python-toggle-shells)
18794 (python-shell, python-pdbtrack-toggle-stack-tracking)
18795 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18796 New functions.
18797
18798 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18799
18800 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18801 when the argument is nil.
18802
18803 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18804
18805 * vc.el (dir-status): Add a brief description.
18806
18807 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18808
18809 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18810 If non-nil, reverse the sense of the check.
18811
18812 * vc-rcs.el (vc-rcs-root): New func.
18813 * vc-cvs.el (vc-cvs-root): New func.
18814 * vc-svn.el (vc-svn-root): New func.
18815 * vc-sccs.el (vc-sccs-root): New func.
18816
18817 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18818
18819 * language/japan-util.el (setup-japanese-environment-internal):
18820 Call use-cjk-char-width-table.
18821
18822 * language/japanese.el ("Japanese"): Set exit-function to
18823 use-default-char-width-table.
18824
18825 * international/characters.el: Delete occurrences of non-Unicode
18826 tibetan and ethiopic characters.
18827 (cjk-char-width-table): New variable.
18828 (use-cjk-char-width-table, use-default-char-width-table):
18829 New functions.
18830
18831 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18832
18833 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18834 (vc-status-mode-menu): Add a :filter.
18835 (vc-status-printer): Add faces.
18836
18837 * vc-hg.el (vc-hg-extra-status-menu): New function.
18838 (vc-hg-dir-status): Clean up the buffer before using it.
18839
18840 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18841
18842 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18843 (gdb): Initialize it here instead.
18844
18845 * files.el (locate-dominating-file): Fix thinko in last change.
18846 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18847
18848 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18849
18850 * vc.el (vc-status-mode-menu): New menu for vc-status.
18851
18852 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18853
18854 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18855 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18856 (verilog-mode-auto, verilog-indent-level-module)
18857 (verilog-minimum-comment-distance, verilog-library-flags)
18858 (verilog-library-directories, verilog-library-files)
18859 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18860 (verilog-xemacs-menu, verilog-set-compile-command)
18861 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18862 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18863 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18864 (verilog-batch-inject-auto, verilog-batch-indent)
18865 (verilog-continued-line, verilog-type-keywords)
18866 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18867 (verilog-read-inst-pins, verilog-read-arg-pins)
18868 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18869 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18870 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18871 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18872 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18873 (verilog-mode-version, verilog-mode-release-date)
18874 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18875 (verilog-simulator, verilog-compiler)
18876 (verilog-auto-sense-defines-constant, verilog-company)
18877 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18878 Fix typos in docstrings.
18879 (verilog-set-auto-endcomments, verilog-calculate-indent)
18880 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18881 Reflow docstrings.
18882 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18883 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18884 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18885 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18886 (verilog-leap-to-head, verilog-current-indent-level)
18887 (verilog-case-indent-level, verilog-cpp-keywords)
18888 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18889 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18890 (verilog-signals-not-in, verilog-symbol-detick-text)
18891 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18892 (verilog-forward-close-paren, verilog-backward-open-paren)
18893 (verilog-backward-open-bracket): Doc fixes.
18894
18895 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18896 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18897 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18898 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18899 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18900 Fix typos in docstrings.
18901
18902 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18903
18904 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18905
18906 * info.el (Info-read-node-name): Removed unused `default' arg.
18907
18908 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18909
18910 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18911
18912 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18913
18914 * image-mode.el (image-get-display-property): New fun.
18915 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18916 (image-mode, image-minor-mode, image-toggle-display-text)
18917 (image-toggle-display): Use it.
18918
18919 2008-02-18 Jason Rumney <jasonr@gnu.org>
18920
18921 * international/mule.el (xml-find-file-coding-system): Don't warn
18922 about utf-16 with BOM.
18923
18924 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18925
18926 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18927 warn if file encoding is not utf-8 and encoding not specified.
18928 (xml-find-file-coding-system): New function.
18929 * international/mule-conf.el (file-coding-system-alist): Use it.
18930
18931 2008-02-17 Glenn Morris <rgm@gnu.org>
18932
18933 * international/mule-cmds.el (set-locale-environment):
18934 Pass `frame' to getenv for LC_MESSAGES.
18935
18936 2008-02-17 Juri Linkov <juri@jurta.org>
18937
18938 * time.el (emacs-init-time): Use format instead of format-seconds.
18939
18940 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18941
18942 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18943 bibtex-find-entry. Add autoload cookie.
18944 (bibtex-find-entry): Alias for bibtex-search-entry.
18945 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18946 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18947 (bibtex-clean-entry): atomic-change-group removed.
18948 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18949 to locate buffer location where error occurred.
18950 Make error messages more specific.
18951 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18952
18953 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18954
18955 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18956 top level.
18957
18958 * simple.el (transient-mark-mode): Add an :init-value.
18959
18960 * startup.el (command-line): Use custom-reevaluate-setting for
18961 transient-mark-mode.
18962
18963 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18964
18965 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18966
18967 2008-02-16 Juri Linkov <juri@jurta.org>
18968
18969 * startup.el (after-init-time): New variable.
18970 (command-line): Set `after-init-time' to the current time.
18971
18972 * time.el (emacs-init-time): New function.
18973
18974 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18975
18976 * files.el (locate-dominating-file): Remove initial loop because it's
18977 not careful enough. Detect the uid-change all within the main loop.
18978
18979 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18980
18981 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18982
18983 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18984
18985 * vc.el (vc-annotate): Add new argument.
18986 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18987
18988 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18989 Move make-variable-buffer-local code after the corresponding defvar.
18990 (hs-minor-mode-map): Define and initialize in one step.
18991 (hs-minor-mode): Change from defun to define-minor-mode.
18992
18993 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18994
18995 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18996 (gdb-ready): Move declaration...
18997
18998 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18999 (gdb-early-user-input): New variable.
19000 (gdb): Reset gdb-flush-pending-output to nil and set
19001 comint-input-sender here (before gdb-prompt), instead of...
19002 (gdb-init-1): ...here.
19003 (gdb-send): If Emacs is not ready, defer user input to...
19004 (gdb-prompt): ...here.
19005
19006 2008-02-16 Glenn Morris <rgm@gnu.org>
19007
19008 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
19009
19010 * startup.el (emacs-startup-time): Rename to `before-init-time'.
19011 (before-init-time): New name for `emacs-startup-time'.
19012 (command-line): Use before-init-time rather than emacs-startup-time.
19013 * time.el (emacs-uptime): Use before-init-time rather than
19014 emacs-startup-time.
19015
19016 * composite.el (composition-function-table): Doc fix.
19017
19018 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
19019 in favor of `%z' specifier.
19020 (emacs-uptime): Move to time.el.
19021 * time.el (emacs-uptime): Move here from time-date.el. Add optional
19022 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
19023 argument of format-seconds.
19024
19025 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
19026
19027 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
19028
19029 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
19030
19031 * ielm.el (ielm-is-whitespace): Remove.
19032 (ielm-is-whitespace-or-comment): New function.
19033 (ielm-eval-input): Use it.
19034
19035 2008-02-15 Jason Rumney <jasonr@gnu.org>
19036
19037 * term/mac-win.el: Fix coding tag.
19038
19039 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
19040
19041 * vc-hooks.el (vc-menu-map):
19042 * bindings.el (mode-line-mode-menu): Add tooltips.
19043
19044 * bindings.el (help-echo): Add more tooltips. Use a less
19045 telegraphic style for existing tooltips.
19046
19047 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
19050 from the auto-generated one.
19051
19052 2008-02-14 Glenn Morris <rgm@gnu.org>
19053
19054 * mail/rmail-spam-filter.el (rmail-spam-filter):
19055 Let-bind message-spam-status.
19056
19057 * mail/smtpmail.el (password-cache-add): Declare as function.
19058
19059 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
19060
19061 * mail/smtpmail.el: Use password-cache.
19062
19063 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
19064
19065 * uniquify.el (uniquify-buffer-base-name): New function.
19066 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
19067
19068 * desktop.el (uniquify-managed): Don't defvar.
19069 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
19070 `uniquify-managed'. Return also the buffer's base name.
19071 (desktop-save): When saving the buffer info, filter out the base name,
19072 and save it as buffer name if the buffer is managed by uniquify.
19073 (uniquify-item-base): Don't declare; not called anymore.
19074
19075 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
19076
19077 * vc.el (vc-annotate-find-revision-at-line): New function.
19078 (vc-annotate-mode-map): Bind it.
19079 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
19080 some entries.
19081
19082 2008-02-14 Glenn Morris <rgm@gnu.org>
19083
19084 * calendar/time-date.el (format-seconds): New function.
19085 (emacs-uptime): Use format-seconds.
19086
19087 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
19088 Remove `LC_ALL=C', since it's included in $(emacs) now.
19089
19090 2008-02-14 Zhang Wei <id.brep@gmail.com>
19091
19092 * textmodes/org-publish.el (org-publish-timestamp-filename):
19093 Replace colon characters in filename too.
19094
19095 2008-02-13 Bastien Guerry <bzg@altern.org>
19096
19097 * mail/rmail.el (rmail-header-name): New face.
19098 (rmail-font-lock-keywords): Use rmail-header-name.
19099
19100 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
19101 against X-Spam-Status header field.
19102 (rmail-spam-filter): Also check X-Spam-Status header field.
19103
19104 2008-02-14 Mark A. Hershberger <mah@everybody.org>
19105
19106 * progmodes/flymake.el (flymake-allowed-file-name-masks):
19107 Add support for .pm files and .php files.
19108 (flymake-err-line-patterns): Add pattern for PHP errors.
19109 (flymake-php-init): New function. PHP support for flymake.
19110
19111 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19112 Add regular expression for PHP errors.
19113
19114 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
19115
19116 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
19117 This DTRT even on w32 machines.
19118 (ange-ftp-cf1): Quote FILENAME.
19119
19120 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
19121
19122 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
19123 (smerge-auto-combine): New fun.
19124
19125 2008-02-12 Juri Linkov <juri@jurta.org>
19126
19127 * startup.el (fancy-startup-screen, normal-splash-screen):
19128 Set default-directory to command-line-default-directory.
19129
19130 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
19131 after reading the desktop.
19132
19133 * progmodes/compile.el (compilation-auto-jump):
19134 Call compile-goto-error only when compilation-auto-jump-to-first-error
19135 is non-nil.
19136 (compilation-scroll-output): Replace :type 'boolean with a choice
19137 that has three options including a third option `first-error'.
19138 Doc fix.
19139 (compilation-start, compilation-forget-errors): Add an alternate
19140 condition comparing compilation-scroll-output with `first-error'
19141 in addition to compilation-auto-jump-to-first-error (to call
19142 compilation-auto-jump in the proper place).
19143
19144 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19145
19146 * international/mule.el (sgml-html-meta-auto-coding-function):
19147 Make sure the search limit is ahead.
19148
19149 * tar-mode.el: Fix broken indentation.
19150 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
19151 Use with-current-buffer.
19152
19153 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
19154
19155 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
19156 it is already automatically buffer-local.
19157
19158 2008-02-12 Drew Adams <drew.adams@oracle.com>
19159
19160 * help.el (describe-key): Join some split lines to facilitate filling.
19161 * help-fns.el (describe-function-1): Fill text of overlong lines.
19162
19163 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
19164
19165 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
19166 Use unibyte-string instead of string-make-unibyte.
19167
19168 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
19169
19170 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
19171
19172 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
19173 works also for buffers w/o buffer-file-name. Update callers.
19174 (doc-view-clone-buffer-hook): New fun.
19175 (doc-view-mode): Use it for indirect clones. Mark the overlays with
19176 the `doc-view' property so they can be recognized.
19177
19178 * simple.el (clone-indirect-buffer-hook): New hook.
19179 (clone-indirect-buffer): Run it.
19180
19181 2008-02-11 Michael Olson <mwolson@gnu.org>
19182
19183 * epa-setup.el:
19184 * epg-package-info.el: Files removed.
19185
19186 2008-02-11 Daiki Ueno <ueno@unixuser.org>
19187
19188 * epa.el (epa-menu-mode): Merge into epa-mode.
19189 (epa-menu-items): Rename the label "EasyPG Assistant" to
19190 "Encryption/Decryption".
19191
19192 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
19193 (epa-dired-mode-map): Rename from epa-dired-map.
19194 (epa-global-dired-mode): Rename the global minor mode.
19195
19196 2008-02-11 Drew Adams <drew.adams@oracle.com>
19197
19198 * isearch.el (isearch-fail): New face.
19199 (isearch-message): Highlight failure part of input.
19200
19201 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19202
19203 * ibuffer.el (ibuffer-header-line-format): New var.
19204 (ibuffer-mode): Set it instead of header-line-format.
19205 (ibuffer-update): Use it to set header-line-format.
19206
19207 * international/mule-cmds.el (ucs-insert): Inherit surrounding
19208 properties like self-insert-command.
19209
19210 2008-02-11 Drew Adams <drew.adams@oracle.com>
19211
19212 * progmodes/etags.el: Add many doc strings.
19213
19214 2008-02-11 Jason Rumney <jasonr@gnu.org>
19215
19216 * ldefs-boot.el: Regenerated.
19217
19218 2008-02-11 Glenn Morris <rgm@gnu.org>
19219
19220 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19221 Shorten some names.
19222
19223 * ffap.el (ffap-rfc-directories): Add :version.
19224
19225 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
19226
19227 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
19228 files, and backup files of same.
19229
19230 2008-02-11 Kevin Ryde <user42@zip.com.au>
19231
19232 * ffap.el (ffap-rfc-directories): New variable.
19233 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
19234
19235 * info.el (Info-next-reference, Info-prev-reference)
19236 (Info-try-follow-nearest-node): Move to and follow https:// links too.
19237
19238 * simple.el (completion-list-mode): Show full completion-list-mode-map
19239 in the docstring.
19240
19241 2008-02-11 Sam Steingold <sds@gnu.org>
19242
19243 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
19244
19245 2008-02-11 Glenn Morris <rgm@gnu.org>
19246
19247 * startup.el (emacs-startup-time): New variable.
19248 (command-line): Set emacs-startup-time.
19249
19250 * calendar/time-date.el (emacs-uptime): New function.
19251
19252 2008-02-10 Bastien Guerry <bzg@altern.org>
19253
19254 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
19255 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
19256 it is nil.
19257
19258 2008-02-10 Daiki Ueno <ueno@unixuser.org>
19259
19260 * epg-config.el: Expand the contents of epg-package-info.el.
19261 (epg-package-name): New constant.
19262 (epg-version-number): New constant.
19263 (epg-bug-report-address): New constant.
19264
19265 * epa-mail.el (epa-mail-mode): Add autoload cookie.
19266 (epa-global-mail-mode): New global minor mode.
19267
19268 * epa-file.el (epa-file-mode): New global minor mode.
19269
19270 * epa-dired.el (epa-dired-mode): New global minor mode.
19271
19272 * epa.el (epa-menu): New variable.
19273 (epa-menu-items): New variable.
19274 (epa-menu-mode): New global minor mode.
19275 (epa-global-minor-modes): New user option.
19276 (epa-mode): New global minor mode.
19277
19278 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
19279
19280 * net/dbus.el: Remove `no-byte-compile' cookie.
19281 (dbus-call-method, dbus-register-signal, dbus-debug)
19282 (dbus-registered-functions-table): Declare them with
19283 `declare-function' or `defvar', respectively.
19284 (top): Don't assert any longer. Require 'cl when compiling.
19285 Apply `ignore-errors' but `dbus-ignore-errors'.
19286
19287 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
19288
19289 * diff-mode.el (diff-add-change-log-entries-other-window):
19290 Use add-change-log-entry.
19291
19292 2008-02-09 Jason Rumney <jasonr@gnu.org>
19293
19294 * button.el (button-map):
19295 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
19296 * ldefs-boot.el: Regenerate.
19297
19298 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
19299
19300 * epa.el (epa-faces, epa):
19301 * epa-file.el (epa-file):
19302 * epg-config.el (epg): Add :version.
19303
19304 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
19305
19306 * vc.el (vc-exec-after): Append CODE to previous fragments.
19307 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
19308 take MESSAGES instead of VERBOSE; use it when non-nil.
19309 (vc-diff-internal): Compute messages once; use them;
19310 update call to vc-diff-finish.
19311
19312 2008-02-09 Michael Olson <mwolson@gnu.org>
19313
19314 * net/tramp.el (tramp-process-sentinel): Avoid error when process
19315 buffer has been killed, such as by
19316 `tramp-cleanup-all-connections'.
19317
19318 2008-02-09 Miles Bader <miles@gnu.org>
19319
19320 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
19321
19322 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
19323
19324 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
19325 splitter in context hunks.
19326
19327 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
19328
19329 * international/fontset.el (setup-default-fontset): Fix arabic otf
19330 font specification.
19331
19332 2008-02-08 Daiki Ueno <ueno@unixuser.org>
19333
19334 * epa-dired.el:
19335 * epa-file.el:
19336 * epa-mail.el:
19337 * epa-setup.el:
19338 * epa.el:
19339 * epg-config.el:
19340 * epg-package-info.el:
19341 * epg.el: Initial check-in of EasyPG.
19342
19343 2008-02-08 Glenn Morris <rgm@gnu.org>
19344
19345 * woman.el (woman-locale): New defcustom.
19346 (woman-expand-locale, woman-manpath-add-locales): New functions.
19347 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
19348
19349 * international/mule-cmds.el (locale-translate): New function,
19350 with old code extracted from set-locale-environment.
19351 (set-locale-environment): Use locale-translate. Set woman-locale.
19352
19353 * cus-start.el (selection-coding-system): Remove, since it's now
19354 defined in select.el rather than in xselect.c.
19355 * select.el (selection-coding-system): Make it a defcustom, and
19356 add the properties from cus-start.el. Bump :version.
19357
19358 * custom.el (custom-theme-set-variables): Sort symbols that are
19359 dependencies before symbols that depend on them.
19360 (custom-enabled-themes): Set after custom-theme-directory.
19361
19362 * pcmpl-unix.el (top-level): Move provide statement to end.
19363 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19364 `*' from doc-string. Allow to be nil.
19365 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19366 Allow to be nil. Add :version.
19367 (pcmpl-ssh-hosts): Move definition before use. Handle lines
19368 without hostnames, and multiple hostnames per line.
19369
19370 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19371
19372 2008-02-08 Phil Hagelberg <phil@evri.com>
19373
19374 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19375 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19376
19377 2008-02-07 Timo Savola <timo.savola@iki.fi>
19378
19379 * startup.el (command-line-x-option-alist): Add --parent-id.
19380
19381 * term/x-win.el (x-handle-parent-id): New function.
19382
19383 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
19384
19385 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19386 "Font Menu".
19387
19388 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
19389
19390 * net/dbus.el (dbus-interface-peer): New defconst.
19391 (dbus-ping): New defun.
19392
19393 2008-02-06 Sam Steingold <sds@gnu.org>
19394
19395 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19396
19397 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19398
19399 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19400 Just return nil and let the C code provide a fallback.
19401
19402 2008-02-05 Glenn Morris <rgm@gnu.org>
19403
19404 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19405 tramp-flush-connection-property for removed 2nd argument.
19406
19407 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
19408
19409 * diff-mode.el (diff-add-change-log-entries-other-window):
19410 Rename from diff-create-changelog. Change users.
19411 Minor change to hopefully work with plain diffs.
19412 (diff-mode-map): Add binding for it.
19413
19414 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
19415
19416 * diff-mode.el: Add new TODO entry.
19417 (diff-create-changelog): New function.
19418 (diff-mode-menu): Bind it.
19419
19420 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19421
19422 * international/mule-diag.el (print-fontset-element): Handle the
19423 case of inhibiting the fallback fonts.
19424
19425 2008-02-04 Kim F. Storm <storm@cua.dk>
19426
19427 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19428 (ido-magic-delete-char): Use prefix arg.
19429
19430 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
19431
19432 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19433 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19434 of today, the most recent libpng is 1.2.24).
19435
19436 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
19437
19438 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19439
19440 * net/dbus.el (top): Check (featurep 'dbusbind).
19441
19442 * net/tramp.el (tramp-process-sentinel): New defun.
19443 (tramp-do-copy-or-rename-file-out-of-band)
19444 (tramp-maybe-open-connection): Use it as process sentinel.
19445 (tramp-handle-delete-directory): Don't use the "-f" option; it
19446 isn't portable.
19447 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19448 after the command.
19449 (tramp-handle-shell-command): Set `mode-line-process' in the
19450 asynchronous case.
19451
19452 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19453
19454 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19455 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19456 Use `tramp-process-sentinel' as process sentinel.
19457
19458 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
19459
19460 * whitespace.el (global-whitespace-mode): Revert last change.
19461 (whitespace-unload-function): Force `global-whitespace-mode'
19462 to deactivate local modes in a slightly less intrusive way.
19463
19464 2008-02-02 Eli Zaretskii <eliz@gnu.org>
19465
19466 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19467
19468 2008-02-02 Glenn Morris <rgm@gnu.org>
19469
19470 * international/latin1-disp.el (latin1-display):
19471 * progmodes/fortran.el (fortran-comment-indent-char):
19472 * progmodes/idlw-shell.el (top-level):
19473 * term/mac-win.el (mac-keyboard-translate-char):
19474 * whitespace.el (whitespace-char-valid-p):
19475 * wid-edit.el (widget-key-sequence-read-event):
19476 Use characterp rather than char-valid-p.
19477
19478 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19479 to capitalized-find-word-boundary. Doc fix. Update callers.
19480 (capitalized-next-word-boundary-function-table): Rename to
19481 capitalized-find-word-boundary-function-table. Doc fix. Update users.
19482
19483 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19484 string-to-int.
19485
19486 * ps-def.el (declare-function): Add compatibility definition.
19487 (ps-plot-with-face, ps-plot-string): Declare as functions.
19488 (ps-bold-faces, ps-italic-faces): Declare variables.
19489
19490 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19491 (ps-mule-end-job): Declare as functions.
19492
19493 * wid-edit.el (widget-string-complete): Use assoc-string rather
19494 than assoc-ignore-case.
19495
19496 See ChangeLog.13 for earlier changes.
19497
19498 ;; Local Variables:
19499 ;; coding: utf-8
19500 ;; End:
19501
19502 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
19503
19504 This file is part of GNU Emacs.
19505
19506 GNU Emacs is free software: you can redistribute it and/or modify
19507 it under the terms of the GNU General Public License as published by
19508 the Free Software Foundation, either version 3 of the License, or
19509 (at your option) any later version.
19510
19511 GNU Emacs is distributed in the hope that it will be useful,
19512 but WITHOUT ANY WARRANTY; without even the implied warranty of
19513 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19514 GNU General Public License for more details.
19515
19516 You should have received a copy of the GNU General Public License
19517 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19518
19519 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc