(end-of-defun-function): Make it more clear that
[bpt/emacs.git] / lisp / ChangeLog
1 2009-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/lisp.el (end-of-defun-function): Make it more clear that
4 the function takes no argument.
5
6 2009-03-03 Glenn Morris <rgm@gnu.org>
7
8 * mail/rmail.el (rmail-highlighted-headers, rmail-highlight)
9 (rmail-header-name): Doc fixes.
10 (rmail-show-message-verbose-min): Add :version.
11 (rmail-highlight-headers): Add doc string. Simplify.
12
13 * mail/rmailsum.el (rmail-summary-scroll-between-messages)
14 (rmail-summary-line-count-flag, rmail-summary-by-regexp): Doc fixes.
15 (rmail-summary-by-senders): Doc fix.
16 (rmail-summary-mode-map): Bind C-o to output-as-seen, not output.
17 Make the output menu-items consistent with rmail-mode-map.
18 Bind rmail-summary-by-senders to C-M-f.
19 (rmail-summary-search): Ensure the selected message shows.
20
21 2009-03-03 Kenichi Handa <handa@m17n.org>
22
23 * files.el (basic-save-buffer-1): Set car part of
24 buffer-file-coding-system-explicit.
25 (revert-buffer): Check car part of
26 buffer-file-coding-system-explicit.
27
28 * international/mule-cmds.el (select-safe-coding-system): If cdr
29 part of buffer-file-coding-system-explicit is set, ignore
30 default-buffer-file-coding-system and the most preferred coding
31 system.
32
33 * international/mule.el (set-buffer-file-coding-system): Set cdr
34 part of buffer-file-coding-system-explicit.
35 (after-insert-file-set-coding): Set
36 buffer-file-coding-system-explicit to a cons.
37
38 2009-03-02 Glenn Morris <rgm@gnu.org>
39
40 * calendar/calendar.el (diary-date-forms, calendar-date-display-form):
41 Add :set-after listing variables on which we might depend.
42
43 * mail/rmail.el (rmail-reply): Use rmail-apply-in-message so that this
44 function has access to all the headers, not just the visible ones.
45 Avoid extraneous leading whitespace in `References'.
46 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
47 Doc fixes.
48 (rmail-retry-failure): Use rmail-get-header rather than a magical
49 save-excursion/restriction combination that does nothing.
50 (rmail-delete-headers): New function.
51 (rmail-retry-failure): Restore yet another feature mbox Rmail removed
52 without telling anyone, namely rmail-retry-ignored-headers.
53
54 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
55
56 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
57
58 2009-03-01 Glenn Morris <rgm@gnu.org>
59
60 * mail/rmail.el (rmail-mode-map): Add explicit keybinding for
61 rmail-resend in the menu.
62
63 * files.el (confirm-nonexistent-file-or-buffer): `other' must be last
64 custom choice. (Bug#2506)
65
66 2009-02-28 Eli Zaretskii <eliz@gnu.org>
67
68 * progmodes/grep.el (grep-process-setup) [windows-nt msdos]: Use
69 "--color=always".
70
71 2009-02-28 Glenn Morris <rgm@gnu.org>
72
73 * mail/rmailout.el (rmail-output-as-seen): Add autoload cookie.
74
75 * mail/rmailmm.el (rmail-mime): Add autoload cookie.
76 * mail/rmail.el (rmail-mode-map):
77 * mail/rmailsum.el (rmail-summary-mode-map): Bind rmail-mime to `v'.
78
79 * mail/rmail.el (rmail-primary-inbox-list): Doc fix.
80 Fix custom choice to match default.
81 (rmail-get-new-mail): Doc fix.
82 (rmail-beginning-of-message, rmail-end-of-message): Preserve the current
83 header style.
84
85 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
86
87 * replace.el (keep-lines-read-args): Use empty string as
88 default (Bug#2495).
89
90 * menu-bar.el (menu-set-font): Fix last fix.
91
92 2009-02-27 Glenn Morris <rgm@gnu.org>
93
94 * help-fns.el (find-lisp-object-file-name): Need a buffer position, not
95 just a buffer, to find a definition.
96
97 * mail/rmail.el (rmail-speedbar-move-message): Preserve the directory
98 part against rmail-output's oddness.
99
100 2009-02-27 Chong Yidong <cyd@stupidchicken.com>
101
102 * menu-bar.el (menu-set-font): Assign the same font object to all
103 frames (Bug#2476).
104
105 2009-02-26 Michael Albinus <michael.albinus@gmx.de>
106
107 * net/tramp.el (tramp-remote-coding-commands): Add
108 "base64". (Bug#2463)
109
110 2009-02-26 Juanma Barranquero <lekktu@gmail.com>
111
112 * x-dnd.el (x-dnd-test-function, x-dnd-get-state-cons-for-frame)
113 (x-dnd-get-state-for-frame, x-dnd-handle-moz-url)
114 (x-dnd-handle-uri-list, x-dnd-choose-type, x-dnd-get-drop-width-height)
115 (x-dnd-init-motif-for-frame): Fix typos in docstrings.
116 (x-dnd-drop-data, x-dnd-types-alist, x-dnd-default-test-function):
117 Reflow docstrings.
118
119 2009-02-26 Glenn Morris <rgm@gnu.org>
120
121 * mail/rmailsum.el (rmail-summary-rmail-update):
122 Use rmail-message-unseen-p. (Bug#2477)
123 (rmail-summary-mark-seen): Add option to mark as unseen.
124 (rmail-summary-rmail-update): Store a position in
125 rmail-summary-put-back-unseen rather than just a flag, and use it to put
126 back the "-" mark in the summary.
127
128 * progmodes/cc-vars.el (c-style-variables-are-local-p):
129 Mark as safe if boolean. (Bug#2197)
130
131 2009-02-26 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
132
133 * mail/sendmail.el (sendmail-send-it): `call-process-region' can
134 return a string. (Bug#2428)
135
136 2009-02-25 Juanma Barranquero <lekktu@gmail.com>
137
138 * bs.el (bs--down):
139 * ibuffer.el (ibuffer-redisplay-engine): Use `point-min' instead of 1.
140
141 2009-02-25 Glenn Morris <rgm@gnu.org>
142
143 * dired-x.el (dired-guess-shell-alist-user): Fix doc typo.
144
145 * simple.el (eval-expression):
146 * emacs-lisp/lisp-mode.el (eval-last-sexp): Mention truncation in doc.
147
148 2009-02-25 Dan Nicolaescu <dann@ics.uci.edu>
149
150 * vc-dir.el (vc-dir-update): Make sure ./ is always first in the listing.
151
152 2009-02-25 David Reitter <david.reitter@gmail.com>
153
154 * mail/mailclient.el (clipboard-kill-ring-save): Declare.
155
156 2009-02-25 Kenichi Handa <handa@m17n.org>
157
158 * ps-mule.el (ps-mule-begin-job): Don't call auto-compose-region.
159
160 * composite.el (auto-composition-mode): Don't add a hook to
161 after-change-functions. Don't decompose the buffer.
162 (auto-composition-after-change): Delete it.
163 (toggle-auto-composition): Make it an alias of
164 auto-composition-mode.
165 (auto-compose-region): Delete it.
166
167 2009-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
168
169 * term/ns-win.el (ns-working-overlay): Don't make it buffer-local.
170 (ns-working-overlay-len): Remove. Use ns-working-overlay instead.
171 (ns-delete-working-text): Merge with ns-unecho-working-text.
172 Decide which to use based on ns-working-overlay.
173 (ns-unecho-working-text): Remove.
174 (ns-insert-working-text, ns-echo-working-text): Adjust accordingly.
175
176 2009-02-24 Juanma Barranquero <lekktu@gmail.com>
177
178 * textmodes/ispell.el (ispell-region): Adapt "done" message to
179 coding conventions. (Bug#2447)
180
181 * scroll-bar.el (scroll-bar-mode): Turn off scroll bars when
182 argument is 0. Doc fix. (Bug#1527)
183
184 * w32-vars.el (w32-system-shells): Doc fix.
185
186 * image.el (image-load-path-for-library, insert-sliced-image):
187 Fix typos in docstrings.
188
189 2009-02-24 Glenn Morris <rgm@gnu.org>
190
191 * textmodes/flyspell.el (flyspell-use-meta-tab): Add a custom
192 :set function. (Bug#2429)
193
194 * eshell/esh-util.el (eshell-parse-ange-ls): Define `name' before
195 potential use.
196
197 * progmodes/cperl-mode.el (cperl-find-pods-heres):
198 Don't globally bind `name'.
199
200 * emacs-lisp/elint.el (elint-unknown-builtin-args):
201 Fix encode-time spec. (Bug#2453)
202 (elint-find-builtin-args): Make the match more restrictive.
203 Handle errors. Return a result actually containing the function name.
204
205 * mail/rmail.el (rmail): Don't show a message if rmail-get-new-mail
206 already did. (Bug#2440)
207 (rmail-quit): Don't swap buffers. (Bug#2441)
208 (rmail-list-to-menu): Don't globally bind `name'.
209
210 2009-02-23 Chong Yidong <cyd@stupidchicken.com>
211
212 * net/ange-ftp.el (ange-ftp-insert-directory): Adapt switch
213 manipulation to 2009-02-11 change to dired-add-entry (Bug#2410).
214
215 2009-02-23 Juanma Barranquero <lekktu@gmail.com>
216
217 * bs.el (bs--down): When wrapping around, use `forward-line',
218 not `goto-line', to avoid distracting "Mark set" message.
219
220 2009-02-23 Geoff Gole <geoffgole@gmail.com> (tiny change)
221
222 * ibuffer.el (ibuffer-redisplay-engine): Avoid "Mark set" message
223 clobbering useful message from `ibuffer-toggle-sorting-mode' (Bug#2439).
224
225 2009-02-23 Miles Bader <miles@gnu.org>
226
227 * proced.el (proced-process-attributes):
228 * server.el (server-running-p): Rename `system-process-attributes'
229 to `process-attributes'.
230
231 2009-02-22 Juri Linkov <juri@jurta.org>
232
233 * dired-aux.el (minibuffer-default-add-dired-shell-commands):
234 Doc fix.
235
236 * dired-x.el (dired-guess-shell-command): Use read-shell-command
237 instead of read-from-minibuffer.
238 (dired-read-shell-command): Add code that uses
239 minibuffer-with-setup-hook to set minibuffer-default-add-function
240 to minibuffer-default-add-dired-shell-commands exactly like
241 `dired-read-shell-command' in dired-aux.el already does. Doc fix.
242
243 * dired-x.el (dired-smart-shell-command): Remove code that uses
244 minibuffer-with-setup-hook to set minibuffer-default-add-function
245 to minibuffer-default-add-shell-commands because the same code was
246 already moved to `read-shell-command' 2008-07-31. (Bug#2414)
247
248 2009-02-21 Jay Belanger <jay.p.belanger@gmail.com>
249
250 * calc/calc-math.el (math-use-emacs-fn): Make sure that the
251 lisp number is in decimal.
252
253 2009-02-21 Chong Yidong <cyd@stupidchicken.com>
254
255 * progmodes/compile.el (compilation-error-regexp-alist-alist):
256 Tweak regexp (Bug#2173).
257
258 * textmodes/flyspell.el (flyspell-mouse-map): Undefine mouse-2 to
259 avoid yanks (Bug#2408).
260
261 2009-02-21 Alan Mackenzie <acm@muc.de>
262
263 * progmodes/cc-langs.el (c-case-kwds-regexp): New variable.
264
265 * progmodes/cc-engine.el (c-beginning-of-statement-1): Enhance to
266 parse case clauses with (compile-time) expressions.
267
268 2009-02-21 Eli Zaretskii <eliz@gnu.org>
269
270 * mail/rmailedit.el (rmail-cease-edit): Notice changes in buffer's
271 encoding during editing. Make sure to use encoding that can
272 safely encode the message. Rewrite MIME charset= header if the
273 new encoding is different from the old one.
274
275 2009-02-21 Glenn Morris <rgm@gnu.org>
276
277 * mail/supercite.el (sc-mail-glom-frame): Handle a "From " line
278 at the start of the headers.
279 (sc-mail-check-from): New function.
280
281 2009-02-20 Martin Rudalics <rudalics@gmx.at>
282
283 * progmodes/python.el (python-shift-left, python-shift-right):
284 When the mark is not active shift the current line. (Bug#2381)
285 Suggested by Guillaume Salagnac <guillaume.salagnac@gmail.com>
286
287 2009-02-20 Andreas Schwab <schwab@suse.de>
288
289 * startup.el (command-line): Don't match an empty argument as an
290 option.
291 (command-line-1): Likewise.
292
293 2009-02-20 Daniel Jensen <daniel@bigwalter.net> (tiny change)
294
295 * apropos.el (apropos-library): Check for null filename in load-history.
296
297 2009-02-20 Glenn Morris <rgm@gnu.org>
298
299 * apropos.el (apropos-library): Remove the element with null filename,
300 if present, from the completion list.
301
302 * mail/rmail.el (rmail-speedbar-buttons): Only add regular files.
303 (rmail-speedbar-find-file): Use rmail rather than find-file.
304
305 2009-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
306
307 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Doc fix.
308
309 2009-02-20 Era Eriksson <era@iki.fi> (tiny change)
310
311 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Fix
312 regexp (Bug#2385).
313 (bibtex-autokey-get-title): Observe case for
314 bibtex-autokey-titleword-ignore.
315
316 2009-02-20 Chong Yidong <cyd@stupidchicken.com>
317
318 * server.el (server-start): Make the warning more
319 verbose (Bug#2395).
320
321 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
322
323 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
324 Make sure we stop when we reach the limit.
325
326 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): ' inside
327 a "..." does not quote anything. (Bug#2384)
328
329 * textmodes/rst.el (rst-mode-abbrev-table): Mark entries as `system'.
330
331 2009-02-19 Andreas Schwab <schwab@suse.de>
332
333 * term.el: Remap self-insert-command to term-send-raw in
334 term-raw-map. (Bug#2386)
335
336 2009-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
337
338 * emacs-lisp/lisp.el (end-of-defun): Consider the ".*\n" after the end
339 of the function as being part of the function.
340
341 2009-02-19 Nick Roberts <nickrob@snap.net.nz>
342
343 * progmodes/compile.el (compilation-error-regexp-alist-alist):
344 Move entry for maven (alphabetical order).
345
346 2009-02-19 Glenn Morris <rgm@gnu.org>
347
348 * mail/rmailsum.el (rmail-summary-by-topic): Doc fix.
349 Regexp-quote default argument taken from current subject.
350 (rmail-new-summary-1): Error if empty summary. (Bug#2333)
351
352 * mail/rmail-spam-filter.el (rmail-get-new-mail-filter-spam):
353 Move here from rmail.el. Be more careful about error-handling.
354 Restore the feature of temporarily setting all old messages
355 undeleted before expunging (removed 2009-02-18).
356
357 * mail/rmail.el (rsf-beep, rsf-sleep-after-message, rmail-spam-filter):
358 Don't declare.
359 (rmail-get-new-mail-filter-spam): Declare. Move definition to
360 rmail-spam-filter.el.
361 (rmail-get-new-mail-1): Move the beep and sleep to
362 rmail-get-new-mail-filter-spam.
363
364 2009-02-18 Martin Rudalics <rudalics@gmx.at>
365
366 * cus-edit.el (custom-group-value-create): Insert some
367 informatory text in the WIDGET-misses-doc-string case.
368
369 2009-02-18 Sam Steingold <sds@gnu.org>
370
371 * progmodes/compile.el: Require comint at top level to fix the
372 last patch.
373
374 2009-02-18 Martin Rudalics <rudalics@gmx.at>
375
376 * cus-edit.el (custom-group-value-create): Don't throw an error
377 when WIDGET has no doc-string. (Bug#2356)
378
379 2009-02-18 Juanma Barranquero <lekktu@gmail.com>
380
381 * progmodes/cc-menus.el (imenu-progress-message):
382 Remove bogus cc-bytecomp-defun.
383 (cc-imenu-objc-function): Don't call `imenu-progress-message'.
384 Don't let-bind variable `stupid'. (Bug#1638)
385
386 2009-02-18 Glenn Morris <rgm@gnu.org>
387
388 * mail/rmail.el (rmail-get-new-mail-filter-spam):
389 * mail/rmail-spam-filter.el (rmail-spam-filter):
390 Show a message rather than the raw mbox while prompting.
391
392 2009-02-18 Martin Rudalics <rudalics@gmx.at>
393
394 * progmodes/flymake.el (flymake): Add defgroup. (Bug#2356)
395
396 2009-02-18 Glenn Morris <rgm@gnu.org>
397
398 * mail/rmail-spam-filter.el (rmail-summary-mode-map): Remove unneeded
399 declaration.
400 (top-level): No need for cl now.
401 (rmail-spam-filter, rmail-use-spam-filter, rsf-file, rsf-no-blind-cc)
402 (rsf-beep, rsf-sleep-after-message, rsf-min-region-to-spam-list)
403 (rsf-autosave-newly-added-definitions, rsf-white-list)
404 (rsf-definitions-alist, rsf-check-field, rsf-add-subject-to-spam-list)
405 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list)
406 (rsf-customize-spam-definitions, rsf-customize-group)
407 (rsf-custom-save-all, rsf-add-content-type-field): Doc fixes.
408 (rsf-check-field): Use setcar and setcdr rather than setf.
409 (rmail-spam-filter): Simplify.
410 (rsf-add-subject-to-spam-list, rsf-add-sender-to-spam-list)
411 (rsf-add-region-to-spam-list): Use rmail-get-header or
412 buffer-substring-no-properties. Regexp-quote the extracted data.
413 Make the messages less verbose.
414 (rmail-summary-mode-map, rmail-mode-map): Use easy-menu and dolist to
415 simplify things.
416 (rsf-add-content-type-field): Make the message less verbose.
417
418 * mail/rmail.el (rmail-get-new-mail-1): Fix the spam beep test.
419 (rmail-get-new-mail-filter-spam): Simplify. Don't mess with
420 rmail-deleted-vector.
421 (rmail-insert-inbox-text, rmail-collect-deleted)
422 (rmail-set-message-deleted-p, rmail-only-expunge)
423 (rmail-make-in-reply-to-field): Replace ?\ with ?\s.
424 (rmail-get-labels): Remove unused local `blurb'.
425 (rmail-message-attr-p, rmail-message-unseen-p, rmail-message-labels-p)
426 (rmail-msgend, rmail-msgbeg, rmail-message-deleted-p)
427 (rmail-set-message-deleted-p): Doc fixes.
428
429 * mail/rmailout.el (rmail-mbox-from): Move to mail-utils.
430 Update callers for associated name change.
431 * mail/mail-utils.el (mail-mbox-from): Move here from rmailout.el.
432 * mail/unrmail.el (unrmail): Use mail-mbox-from.
433
434 2009-02-17 Richard M Stallman <rms@gnu.org>
435
436 * mail/rmailmsc.el (set-rmail-inbox-list): Doc fix.
437
438 * mail/rmail.el (rmail-copy-headers): When copying full headers,
439 correctly put point at the end.
440
441 2009-02-17 Sam Steingold <sds@gnu.org>
442
443 * progmodes/compile.el (compilation-filter): Call
444 `comint-carriage-motion', just like `comint-output-filter'.
445
446 2009-02-17 Jason Rumney <jasonr@gnu.org>
447
448 * files.el (make-directory): Stop recursing if parent is
449 self. (Bug#2309)
450
451 2009-02-17 Juanma Barranquero <lekktu@gmail.com>
452
453 * net/newst-treeview.el (newsticker--treeview-load): Remove bogus `if'.
454
455 * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
456
457 2009-02-17 Miles Bader <miles@gnu.org>
458
459 * emacs-lisp/copyright.el (copyright-regexp): Tweak to match
460 copyright statements where the years follow the name.
461
462 2009-02-17 Glenn Morris <rgm@gnu.org>
463
464 * emacs-lisp/copyright.el (copyright-update-year): Don't let y-or-n-p
465 move point. (Bug#2209)
466
467 * mail/rmailout.el (rmail-fields-not-to-output): Doc fix.
468 (rmail-delete-unwanted-fields): Ignore case. Use line-beg-pos.
469 (rmail-output, rmail-output-as-seen): Change the "from-gnus" argument
470 to "not-rmail", and make it work. Simplify.
471 (rmail-mbox-from): New function.
472 (rmail-output-as-mbox): Use rmail-mbox-from.
473 (rmail-output): Ensure a From line in the not-rmail Babyl case.
474
475 * mail/rmail.el (rmail-get-attr-names): Give a warning rather than an
476 error if the header is corrupt.
477
478 2009-02-16 Ulf Jasper <ulf.jasper@web.de>
479
480 * net/newst-treeview.el (newsticker--treeview-load):
481 Offer deletion of old groups file.
482
483 2009-02-16 Glenn Morris <rgm@gnu.org>
484
485 * mail/rmailout.el (rmail-delete-unwanted-fields)
486 (rmail-output-as-babyl, rmail-output-to-babyl-buffer)
487 (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header)
488 (rmail-output-as-mbox, rmail-output-to-rmail-buffer, rmail-output)
489 (rmail-output-as-seen, rmail-output-body-to-file): Doc fixes.
490
491 2009-02-15 Glenn Morris <rgm@gnu.org>
492
493 * mail/rmailsum.el (rmail-summary-output-as-seen): Doc fix.
494
495 * mail/rmailout.el (rmail-output-decode-coding): Fix custom type, group.
496 (rmail-output-as-babyl, rmail-output-to-babyl-buffer):
497 Remove unnecessary use of with-no-warnings.
498 (rmail-output-as-mbox, rmail-output-as-seen): Doc fix.
499 (rmail-output-as-mbox): Start search from point-min. If constructing a
500 "From " line, prefer the date header over the current time.
501 (rmail-update-summary): Move declaration earlier in file.
502
503 2009-02-15 Richard M Stallman <rms@gnu.org>
504
505 * mail/rmailedit.el (rmail-edit-diff-headers):
506 Delete spurious reference to OLD.
507
508 2009-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
509
510 * jit-lock.el (with-buffer-prepared-for-jit-lock): Swap the `let' and
511 the `with-buffer-unmodified' to avoid useless `readlink' calls.
512
513 2009-02-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
514
515 * textmodes/bibtex.el (bibtex-global-key-alist)
516 (bibtex-initialize): Exclude current buffer if it does not use
517 bibtex-mode.
518 (bibtex-parse-strings, bibtex-strings, bibtex-initialize)
519 (bibtex-sort-buffer, bibtex-search-entry)
520 (bibtex-prepare-new-entry, bibtex-clean-entry): Use functionp to
521 test whether bibtex-strings and bibtex-reference-keys have their
522 initial values.
523
524 2009-02-14 Eli Zaretskii <eliz@gnu.org>
525
526 * textmodes/ispell.el (ispell-insert-word): Use `with-no-warnings'
527 around forms that refer to translation-table-for-input.
528
529 * isearch.el (isearch-search-string): Use `with-no-warnings'
530 around forms that refer to translation-table-for-input.
531
532 * international/quail.el (quail-input-string-to-events)
533 (quail-store-decode-map-key, quail-char-equal-p):
534 Use `with-no-warnings' around forms that refer to
535 translation-table-for-input.
536
537 * simple.el (quoted-insert, zap-to-char): Use `with-no-warnings'
538 around forms that refer to translation-table-for-input.
539
540 * subr.el (translation-table-for-input): Declare obsolete again.
541
542 2009-02-14 Glenn Morris <rgm@gnu.org>
543
544 * mail/rmail.el (rmail): When reverting, swap buffers before setting
545 counters. (Bug#2229)
546 (rmail-revert): Swap buffers before replacing contents.
547
548 2009-02-14 Ian Eure <ian@digg.com> (tiny change)
549
550 * progmodes/sql.el (sql-product-alist, sql-connect-sqlite):
551 Remove host, user, password options not applicable to SQlite. (Bug#1904)
552
553 2009-02-14 Richard M Stallman <rms@gnu.org>
554
555 * mail/rmailedit.el: Handle editing of header fields.
556 (rmail-old-headers): New variable.
557 (rmail-edit-current-message): Set it, recording current headers.
558 (rmail-cease-edit): Compute new headers and diff against old ones.
559 Update the mbox buffer with the changes that were made.
560 (rmail-edit-headers-alist): New function.
561 (rmail-edit-diff-headers, rmail-edit-update-headers): New functions.
562
563 * mail/rmailout.el (rmail-output-body-to-file): Avoid space and colon
564 in default file name.
565
566 * mail/rmail.el (rmail-convert-file-maybe): Turn off case-fold-search.
567 (rmail-add-mbox-headers): Likewise.
568
569 2009-02-13 Eli Zaretskii <eliz@gnu.org>
570
571 * files.el (load-library): Doc fix.
572
573 * subr.el (locate-library): Doc fix. (Bug#2291)
574
575 2009-02-13 Alan Mackenzie <acm@muc.de>
576
577 * progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
578 in narrowed buffers.
579
580 2009-02-13 Kenichi Handa <handa@m17n.org>
581
582 * international/titdic-cnv.el (tit-process-header): Use
583 buffer-substring-no-properties instead of buffer-substring.
584 (tit-process-body): Likewise.
585 (tsang-quick-converter): Handle superfluous CR at eol.
586 (py-converter): Use buffer-substring-no-properties instead of
587 buffer-substring. Handle superfluous CR at eol.
588 (ziranma-converter): Likewise
589 (ctlau-converter): Likewise.
590 (miscdic-convert): Read a file without eol conversion. (Bug#2307)
591
592 2009-02-13 Juanma Barranquero <lekktu@gmail.com>
593
594 * minibuffer.el (internal-complete-buffer-except): Doc fix. (Bug#2315)
595
596 2009-02-13 Glenn Morris <rgm@gnu.org>
597
598 * mail/rmail.el (rmail-show-message-1): New name for the old
599 rmail-show-message.
600 * mail/rmail.el, mail/rmailkwd.el, mail/rmailmsc.el, mail/rmailout.el:
601 * mail/rmailsort.el: Update for rmail-show-message name change.
602
603 * mail/rmail.el (rmail-show-message): New name for the old
604 rmail-show-message-maybe.
605 * mail/rmail.el, mail/rmailsum.el: Update for rmail-show-message-maybe
606 name change.
607
608 * mail/rmailsum.el (msgnum): Remove declaration.
609 (rmail-summary-redo): Add missing initialization value.
610 (rmail-summary-overlay, rmail-summary-mode-map): Add doc string.
611 (rmail-summary-mark-deleted, rmail-summary-deleted-p):
612 Fix skip-chars-forward calls.
613 (rmail-summary-mark-seen): New function. As well as removing the '-'
614 mark, update the summary-vector. (Bug#2135)
615 (rmail-summary-rmail-update, rmail-summary-goto-msg):
616 Use rmail-summary-mark-seen.
617
618 * mail/rmail.el (rmail-summary-vector, rmail-mode-map): Add doc string.
619
620 * mail/unrmail.el (unrmail): When getting message keywords, don't
621 include a leading space, but do include the space after the separating
622 comma. (Bug#2303)
623
624 * mail/rmail.el (rmail-set-header-1): If VALUE is nil, remove the
625 header altogether.
626 (rmail-set-header): Doc fix.
627 * mail/rmailkwd.el (rmail-set-label): Delete the keyword header if all
628 labels are removed. (Bug#2302)
629
630 2009-02-12 Juri Linkov <juri@jurta.org>
631
632 * image-mode.el (image-toggle-display):
633 Let-bind `buffer-file-truename' to nil around the call to
634 `add-text-properties' to prevent directory time modification
635 by lock_file. Replace `set-buffer-modified-p' with
636 `restore-buffer-modified-p'. (Bug#2295)
637
638 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
639
640 * progmodes/python.el (python-use-skeletons): Re-add.
641 (def-python-skeleton): Use it. (Bug#2238)
642
643 * international/quail.el (quail-make-guidance-frame): Remove the
644 `parent-id' parameter.
645 (quail-show-guidance): Make the new window dedicated.
646
647 2009-02-12 Juanma Barranquero <lekktu@gmail.com>
648
649 * international/characters.el (?1, ?2, ?3, ?4, ?7, ?^):
650 Fix typos in docstrings.
651
652 2009-02-12 Alan Mackenzie <acm@muc.de>
653
654 * progmodes/cc-defs.el (c-emacs-features): Crash-fix: change `='
655 to `eq'. (Bug#2304)
656
657 2009-02-12 Glenn Morris <rgm@gnu.org>
658
659 * mail/rmailkwd.el (rmail-set-label): Fix the test for a label being
660 already present. (Bug#2210)
661
662 2009-02-12 Kenichi Handa <handa@m17n.org>
663
664 * international/characters.el (?.): New character category for
665 Base characters. Set them in the standard category table.
666
667 * composite.el: Use "\\c." instead of "[[:alpha:]]" to match with
668 a base character.
669
670 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
671
672 * isearch.el (isearch-yank-char-in-minibuffer)
673 (isearch-other-meta-char): Use with-current-buffer.
674
675 * progmodes/verilog-mode.el (verilog-mode): Avoid circular use of
676 syntax-ppss. (Bug#1243)
677
678 * emacs-lisp/lisp.el (end-of-defun): Rewrite, to use the ARG argument
679 to beginning-of-defun-raw.
680
681 * emacs-lisp/lisp.el (end-of-defun): Don't skip to next line after
682 calling end-of-defun-function if it already moved to BOL.
683
684 2009-02-12 Richard M Stallman <rms@gnu.org>
685
686 * mail/rmail.el (rmail-show-message-verbose-min): New option.
687 (rmail-show-message): Conditionally show start and finish in echo area.
688
689 2009-02-12 Glenn Morris <rgm@gnu.org>
690
691 * mail/rmailsum.el (rmail-get-summary-labels): Store any message labels
692 for use in completion.
693 * mail/rmailkwd.el (rmail-read-label): Don't scan for labels if the
694 summary exists, since it's already done.
695
696 * mail/rmail.el (rmail-unix-mail-delimiter): Doc fix.
697 (rmail-enable-multibyte): Don't really define, only for compiler.
698
699 2009-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
700
701 * files.el (read-buffer-to-switch):
702 Add table to icomplete-with-completion-tables.
703
704 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
705
706 * dired-aux.el (dired-add-entry): Avoid munging long-form Dired
707 switches (Bug#2261).
708
709 2009-02-11 Juanma Barranquero <lekktu@gmail.com>
710
711 * server.el (server-with-environment): Don't fail for negative
712 entries in ENV.
713
714 2009-02-11 Dan Nicolaescu <dann@ics.uci.edu>
715
716 * vc-dir.el (vc-dir-filename-mouse-map): Rename from vc-dir-mouse-map.
717 (vc-default-dir-printer): Add a comment about updating this function.
718
719 * vc-git.el (vc-git-dir-printer): Use vc-dir-filename-mouse-map
720 for the file name.
721
722 2009-02-11 Glenn Morris <rgm@gnu.org>
723
724 * calendar/calendar.el (calendar-window-list): Ignore invisible windows.
725 (calendar-set-mode-line): Fall back to a default width if we seem to be
726 called from daemon. (Bug#2199)
727
728 * mail/rmailkwd.el (rmail-make-label): Doc fix.
729 (rmail-read-label): Add current labels to completion list. (Bug#2222)
730 (rmail-set-label): Use `or'.
731
732 2009-02-11 Chong Yidong <cyd@stupidchicken.com>
733
734 * emacs-lisp/find-func.el (find-library-name, find-library):
735 Doc fixes. (Part of bug#2270)
736
737 2009-02-10 Eric Hanchrow <eric.hanchrow@gmail.com> (tiny change)
738
739 * env.el (getenv): When FRAME is non-nil, pass the frame environment
740 to `getenv-internal', not the frame. (Bug#2259)
741
742 2009-02-10 Kenichi Handa <handa@m17n.org>
743
744 * descr-text.el (describe-char-display): On terminal, if terminal
745 coding system is nil, assume us-ascii.
746 (describe-char): Don't show the composition information if it is
747 trivial.
748
749 2009-02-10 Nick Roberts <nickrob@snap.net.nz>
750
751 * vc-svn.el (vc-svn-after-dir-status): Use shy group for revision
752 number as it isn't present for unregistered files.
753
754 * vc-dir.el (vc-dir-find-file-other-window): Allow mouse events.
755 (vc-dir-mouse-map): New keymap.
756 (vc-default-dir-printer): Use it locally.
757
758 2009-02-10 Glenn Morris <rgm@gnu.org>
759
760 * speedbar.el: Avoid messing up font-lock-global-modes.
761
762 * mail/mail-utils.el (mail-use-rfc822): Remove * from defcustom doc.
763 (mail-file-babyl-p): Use with-temp-buffer.
764
765 * mail/rmailsort.el: Just require rmail.
766
767 * mail/rmailedit.el: Just require rmail.
768 (rmail-old-pruned): Add doc string.
769 (rmail-edit-current-message): Use rmail-msg-is-pruned.
770 (rmail-cease-edit): Don't mangle the leading From line.
771 Don't mark as edited if there were no changes. (Bug#2256)
772 Correctly restore header state.
773
774 * mail/rmail.el (rmail-automatic-folder-directives): Doc fix.
775 (rmail-current-message, rmail-total-messages)
776 (rmail-message-vector, rmail-deleted-vector): Add doc strings.
777 (rmail-duplicate-message): Doc fix.
778 (rmail-get-header-1, rmail-set-header-1, rmail-set-attribute-1):
779 New functions.
780 (rmail-get-header, rmail-set-header, rmail-set-attribute):
781 Use rmail-apply-in-message.
782 (rmail-message-attr-p): Use rmail-get-header, hence no longer requires
783 unswapped-ness.
784 (rmail-get-attr-names): Check for missing or corrupt attribute headers.
785 (rmail-auto-file): Set the filed attribute, rather than explicitly not
786 doing so. (Bug#2231)
787 (rmail-set-attribute): Allow ATTR to be a string.
788
789 2009-02-09 Ulf Jasper <ulf.jasper@web.de>
790
791 * net/newst-treeview.el (newsticker-treeview-save)
792 (newsticker--treeview-load): Kill groups buffer after saving/loading.
793
794 2009-02-09 Tassilo Horn <tassilo@member.fsf.org>
795
796 * doc-view.el (doc-view-scroll-up-or-next-page)
797 (doc-view-scroll-down-or-previous-page, doc-view-goto-page): Reset
798 the old hscroll value after switching pages.
799
800 2009-02-09 Glenn Morris <rgm@gnu.org>
801
802 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
803 (calendar-holiday-marker): Drop test for color display.
804
805 2009-02-08 Glenn Morris <rgm@gnu.org>
806
807 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
808 (calendar-holiday-marker, calendar-mark-visible-date):
809 * calendar/diary-lib.el (diary-fancy-display):
810 It doesn't make sense to check font-lock-mode (see comments;
811 reverts 2008-04-02 change). (Bug#2199)
812
813 2009-02-08 Juri Linkov <juri@jurta.org>
814
815 * simple.el (toggle-word-wrap): New command.
816
817 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
818
819 * progmodes/ps-mode.el (ps-run-tmp-dir): Doc fix.
820 (ps-run-make-tmp-filename): Use temporary-file-directory.
821
822 * textmodes/artist.el (artist-system): Allow make-temp-file to use
823 temporary-file-directory.
824
825 * mail/rmailmm.el (rmail-mime-attachment-dirs-alist): Use
826 temporary-file-directory.
827
828 2009-02-07 Glenn Morris <rgm@gnu.org>
829
830 * mail/unrmail.el (rmime-magic-string): Define for compiler.
831
832 2009-02-07 Eli Zaretskii <eliz@gnu.org>
833
834 * mail/rmail.el (rmail): Bind coding-system-for-read to
835 no-conversion before calling find-file-noselect. (Bug#2015)
836
837 2009-02-07 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
838
839 * proced.el (proced-after-send-signal-hook): Use defcustom.
840 (proced-header-line): Handle header lines that are shorter than
841 window-hscroll.
842 (proced-send-signal): Rebind split-width-threshold analogous to
843 dired-pop-to-buffer.
844
845 2009-02-07 Eli Zaretskii <eliz@gnu.org>
846
847 * mail/rmail.el (rmail-redecode-body): Don't encode/decode the
848 message; instead, just rewrite the X-Coding-System header with the
849 new encoding, and let rmail-show-message do the rest. Remove
850 unused argument RAW. Fix doc string to be consistent with the new
851 implementation.
852 (rmail-show-message): Honor X-Coding-System header, if present, in
853 preference to Content-Type header.
854
855 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
856
857 * server.el (server-execute): Enable quit.
858
859 2009-02-07 Andreas Schwab <schwab@suse.de>
860
861 * image-mode.el (image-mode): Always set image-type.
862 (image-minor-mode): Likewise.
863
864 2009-02-07 Eli Zaretskii <eliz@gnu.org>
865
866 * mail/rmailedit.el (rmail-cease-edit): Look for the message's
867 encoding, and its "content-transfer-encoding" and "content-type"
868 headers only in the headers' portion. (Bug#2017)
869
870 2009-02-07 Ulf Jasper <ulf.jasper@web.de>
871
872 * net/newst-treeview.el
873 (newsticker-treeview-next-new-or-immortal-item): New arg
874 DONT-WRAP-TREES to prevent infinite recursion.
875
876 2009-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
877
878 * mail/rmailedit.el (rmail-cease-edit): narrow-to-region before
879 extracting mail message headers. Use encode-coding-region instead
880 of insert-buffer-substring for re-encoding edited message.
881 Add qp/b64 encoding only after text was encoded.
882
883 2009-02-07 Eli Zaretskii <eliz@gnu.org>
884
885 * subr.el: Don't declare `translation-table-for-input' obsolete.
886 Equivalent info added to its doc string, q.v.
887
888 * files.el (save-buffer): Display "Saving file FOO..." message
889 regardless of buffer's size. (Bug#2137)
890
891 2009-02-07 Chong Yidong <cyd@stupidchicken.com>
892
893 * simple.el (line-move-visual): Handle overflow-newline-into-fringe.
894
895 2009-02-07 Alex Schroeder <alex@gnu.org>
896
897 * mail/unrmail.el (unrmail): Use regexps to find message separators so
898 as not to match any fake rmime.el separators. Remove any sections added
899 by rmime.el.
900
901 2009-02-07 Glenn Morris <rgm@gnu.org>
902
903 * mail/metamail.el (metamail-interpret-body): Remove Rmail-specific hack
904 that is no longer appropriate to mbox Rmail.
905
906 * mail/rmailsum.el (rmail-create-summary-line): Widen the view buffer
907 before trying to move to the start of the message.
908 (rmail-summary-undelete-many, rmail-summary-rmail-update):
909 Fix rmail-set-attribute calls.
910
911 * mail/sendmail.el (mail-bury-selects-summary, mail-yank-original):
912 Doc fix.
913 (rmail-output-to-rmail-buffer): Autoload it.
914 (mail-do-fcc): Give it a doc string. Update for mbox Rmail, simplify.
915
916 2009-02-06 Glenn Morris <rgm@gnu.org>
917
918 * mail/unrmail.el (unrmail): Use current-time-string.
919
920 * simple.el (kill-whole-line): Provide a default argument of 1.
921
922 * mail/undigest.el (rmail-mail-separator): Delete.
923 (undigestify-rmail-message, unforward-rmail-message): Update for
924 mbox Rmail.
925
926 2009-02-05 Kenichi Handa <handa@m17n.org>
927
928 * international/fontset.el (script-representative-chars): Remove
929 mathematical.
930 (setup-default-fontset): Add entries for each subgroup of
931 mathematical script.
932
933 2009-02-05 Juri Linkov <juri@jurta.org>
934
935 * image-mode.el (image-mode): Use `image-get-display-property'
936 instead of `get-text-property'.
937 (image-minor-mode): Sync the logic with `image-mode' including the
938 displaying an image file as the actual image by default.
939
940 2009-02-05 Alan Mackenzie <acm@muc.de>
941
942 * progmodes/cc-defs.el (c-emacs-features): Check the working of
943 beginning/end-of-defun-function more rigorously before setting
944 argumentative-bod-function.
945
946 2009-02-05 Dan Nicolaescu <dann@ics.uci.edu>
947
948 * xt-mouse.el (turn-on-xterm-mouse-tracking-on-terminal)
949 (turn-off-xterm-mouse-tracking-on-terminal): Do not turn on the
950 mode on the initial terminal.
951
952 2009-02-05 Glenn Morris <rgm@gnu.org>
953
954 * mail/rmail.el (rmail-what-message, rmail-duplicate-message):
955 Make these functions work.
956
957 * net/mairix.el (rmail-buffer): Remove unneeded eval-when-compile.
958 (rmail-narrow-to-non-pruned-header): Remove autoload.
959 (mairix-rmail-fetch-field): Handle mbox Rmail.
960
961 2009-02-04 Dave Love <fx@gnu.org>
962
963 * net/imap.el (imap-fetch-safe): Bind debug-on-error.
964 (imap-debug): Add imap-fetch-safe.
965
966 2009-02-04 Teodor Zlatanov <tzlatanov@jumptrading.com>
967
968 * net/netrc.el (netrc-machine-user-or-password): Use list of
969 auth-source modes.
970
971 2009-02-04 Nick Roberts <nickrob@snap.net.nz>
972
973 * vc-svn.el (vc-svn-diff): Revert previous change but add a test
974 for newvars is nil. (C-u C-x v = with default values).
975
976 2009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
977
978 * vc-bzr.el (vc-bzr-working-revision): Recognize a newer branch
979 format. Use when instead of if.
980
981 2009-02-04 Miles Bader <miles@gnu.org>
982
983 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, forward-list)
984 (backward-list, backward-up-list, beginning-of-defun)
985 (beginning-of-defun-raw, end-of-defun): Add "^" to interactive spec.
986
987 2009-02-04 Glenn Morris <rgm@gnu.org>
988
989 * mail/mail-utils.el (mail-fetch-field): Previous doc fix was
990 ill-advised.
991
992 * mail/rmail.el: No need for mule-util when compiling.
993 (rmail-first-message): Unbreak it.
994
995 * mail/rmailmsc.el: Require rmail not just when compiling.
996 Remove unneeded declarations.
997
998 * term/ns-win.el (ns): Define as a custom group.
999
1000 2009-02-04 Kenichi Handa <handa@m17n.org>
1001
1002 * international/mule-cmds.el (select-safe-coding-system): Use
1003 buffer-chars-modified-tick instead of buffer-modified-tick.
1004
1005 * descr-text.el (describe-char): Check font-object by fontp.
1006
1007 * composite.el (compose-gstring-for-terminal): If a character is
1008 not supported by the current terminal, don't make a multi-glyph
1009 grapheme cluster.
1010 (auto-compose-chars): Check font-object by fontp.
1011
1012 2009-02-03 Glenn Morris <rgm@gnu.org>
1013
1014 * mail/unrmail.el (unrmail): In the absence of Mail-from, prefer Date
1015 over current-time. (Bug#2175)
1016
1017 * mail/rmail.el (rmail-convert-babyl-to-mbox): Disable undo while
1018 inserting the converted mailbox.
1019 (rmail-get-new-mail): Restore the loop over inboxes when two or more
1020 have the same basename. (Bug#2164)
1021 Set the return value according to whether any mail was found,
1022 not just in the last inbox. Only show a message and run the hook after
1023 checking all inboxes.
1024 (rmail-get-new-mail-1): Move message display and running the hook to
1025 rmail-get-new-mail.
1026
1027 * mail/rmailkwd.el (rmail-label-obarray): Initialize using
1028 rmail-attr-array.
1029 (rmail-make-label, rmail-read-label): Give it a doc string.
1030 (rmail-add-label, rmail-kill-label): Change argument name to match the
1031 doc. Doc fix.
1032 (rmail-set-label): Doc fix. Also update summary in attr case.
1033 Accept labels as a string or a symbol. (Bug#2165)
1034
1035 * mail/rmailsum.el (rmail-get-summary-labels): Treat empty labels as
1036 null.
1037
1038 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1039
1040 * progmodes/vhdl-mode.el (vhdl-prepare-search-1)
1041 (vhdl-prepare-search-2): Properly cleanup on `quit'.
1042
1043 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init):
1044 Mark the entries as being "system" entries rather than "user" entries.
1045
1046 2009-02-02 Thien-Thi Nguyen <ttn@gnuvola.org>
1047
1048 * smerge-mode.el (smerge-start-session): Add interactive spec.
1049
1050 2009-02-02 Glenn Morris <rgm@gnu.org>
1051
1052 * mail/rmail.el (rmail-ignored-headers, rmail-displayed-headers)
1053 (rmail-retry-ignored-headers, rmail-highlighted-headers):
1054 Restore autoloads.
1055
1056 2009-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1057
1058 * emacs-lisp/bytecomp.el (emacs-lisp-file-regexp): Fix up EOB.
1059
1060 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1061
1062 * cmuscheme.el (scheme-args-to-list): Remove.
1063 (run-scheme): Use split-string-and-unquote instead, so as to allow
1064 spaces in the command name and/or the arguments.
1065
1066 2009-02-01 Adrian Robert <Adrian.B.Robert@gmail.com>
1067
1068 * term/ns-win.el (ns-save-preferences): Save ns-confirm-quit option.
1069
1070 2009-02-01 Michael Albinus <michael.albinus@gmx.de>
1071
1072 Sync with Tramp 2.1.15.
1073
1074 * net/tramp.el (tramp-read-passwd): Cached passwords shall still be
1075 used.
1076
1077 * net/tramp-cache.el (top): Autoload `tramp-run-real-handler'.
1078
1079 * net/trampver.el: Update release number.
1080
1081 2009-02-01 Stefan Monnier <monnier@iro.umontreal.ca>
1082
1083 * mail/rmail.el (rmail-view-buffer): Make buffer-local.
1084 (rmail-select-summary, rmail-perm-variables, rmail-redecode-body)
1085 (rmail-undelete-previous-message, rmail-mark-message)
1086 (rmail-speedbar-buttons): Use with-current-buffer.
1087 (rmail-mode-map): Move initialization into declaration.
1088 (rmail-swap-buffers, rmail-unfontify-buffer-function)
1089 (rmail-fontify-message): Use restore-buffer-modified-p.
1090 (rmail-expunge-and-save): Don't swap buffer.
1091 (rmail-get-header, rmail-set-header, rmail-set-attribute)
1092 (rmail-apply-in-message): Swap save-excursion and save-restriction.
1093
1094 * mail/rmailsort.el (rmail-sort-messages): Use car-less-than-car
1095 if possible.
1096
1097 * mail/rmailedit.el (rmail-edit-map): Move init into declaration.
1098 (rmail-edit-mode, rmail-cease-edit): Use with-current-buffer.
1099
1100 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1101
1102 * mouse.el (mouse-drag-mode-line-1): Obey mouse-1-click-follows-link.
1103
1104 * progmodes/ebrowse.el:
1105 * international/robin.el:
1106 * emulation/viper-util.el:
1107 * emulation/viper-mous.el:
1108 * emulation/viper-keym.el:
1109 * ediff.el:
1110 * ediff-wind.el:
1111 * ediff-vers.el:
1112 * ediff-ptch.el:
1113 * ediff-mult.el:
1114 * ediff-merg.el:
1115 * ediff-diff.el: Follow commenting conventions.
1116
1117 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1118
1119 * mail/rmail.el (rmail-redecode-body): Use eight-bit instead of
1120 obsolete eight-bit-control and eight-bit-graphic.
1121
1122 2009-01-31 Stefan Monnier <monnier@iro.umontreal.ca>
1123
1124 * emacs-lisp/elp.el (elp-results-symname-map): Add follow-link.
1125
1126 2009-01-31 Chong Yidong <cyd@stupidchicken.com>
1127
1128 * emacs-lisp/lisp.el (end-of-defun): Protect against
1129 infloops (Bug#2106).
1130
1131 2009-01-31 Dan Nicolaescu <dann@ics.uci.edu>
1132
1133 * vc-dir.el (vc-dir-mouse-map):
1134 (vc-default-dir-printer):
1135 (vc-dir-find-file-other-window): Undo previous change, it breaks
1136 the behavior of mouse-2.
1137 (vc-dir-mode): Fix docstring.
1138
1139 * vc-svn.el (vc-svn-dir-status): Disable the vc-stay-local-p
1140 logic, it makes the makes the normal case too slow.
1141
1142 2009-01-31 Eli Zaretskii <eliz@gnu.org>
1143
1144 * mail/unrmail.el (unrmail): Set coding-system of the old Rmail
1145 file to `raw-text-unix'. Bind coding-system-for-write when
1146 writing out the converted message, and make sure it uses Unix
1147 EOLs.
1148
1149 * mail/rmail.el (rmail-convert-babyl-to-mbox): Set Rmail's buffer
1150 encoding to `raw-text-unix'.
1151 (rmail-perm-variables): Set encoding of rmail-view-buffer to
1152 `undecided-unix'.
1153 (rmail-redecode-body): Don't change EOL conversion of the new
1154 encoding if the old one left it unspecified.
1155 (rmail-automatic-folder-directives, rmail): Doc fixes.
1156 (rmail-swap-buffers): New function.
1157 (rmail-change-major-mode-hook, rmail-swap-buffers-maybe)
1158 (rmail-show-message): Use rmail-swap-buffers.
1159 (rmail-decode-region): If DESTINATION is a buffer, set the
1160 encoding of that buffer, rather than the current buffer.
1161 (rmail-show-message): Make error message about uuencoded mail
1162 more explicit.
1163 (rmail-show-message-maybe): Simplify code. Doc fix.
1164 (rmail-show-message): Doc fix.
1165
1166 2009-01-31 Glenn Morris <rgm@gnu.org>
1167
1168 * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty
1169 folder.
1170
1171 * mail/rmail.el (rmail-msg-is-pruned): New function.
1172 (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned.
1173 (rmail-reply): Set up to yank from the decoded message rather than the
1174 raw one. (Bug#2104).
1175
1176 * mail/mail-utils.el (mail-fetch-field): Doc fix.
1177
1178 * mail/uce.el (rmail-current-message): Remove unneeded declaration.
1179 (uce-message-text, uce-default-headers): Fix custom type.
1180 (rmail-buffer, rmail-msg-is-pruned): Declare.
1181 (uce-reply-to-uce): Add autoload cookie. Doc fix.
1182 Update for mbox Rmail.
1183
1184 2009-01-31 Nick Roberts <nickrob@snap.net.nz>
1185
1186 * vc-dir.el (vc-dir-mouse-map): New keymap.
1187 (vc-default-dir-printer): Use it locally.
1188 (vc-dir-find-file-other-window): Allow mouse events.
1189
1190 2009-01-30 Eli Zaretskii <eliz@gnu.org>
1191
1192 * mail/unrmail.el (unrmail): Fix conversion of BABYL attributes
1193 into Rmail-mbox attributes.
1194
1195 * mail/rmail.el (rmail-convert-babyl-to-mbox): Bind
1196 coding-system-for-read to `raw-text', and use insert-file-contents
1197 instead of insert-file-contents-literally. Fixes bug #2019.
1198 (rmail-resent-attr-index): Fix index value.
1199
1200 2009-01-30 Nick Roberts <nickrob@snap.net.nz>
1201
1202 * vc-hooks.el (vc-stay-local-p): Let vc-BACKEND-stay-local take
1203 precedence even when its value is t. (Bug#2093)
1204
1205 * vc-svn.el (vc-svn-dir-status): Correct logic for remote
1206 connection. (Bug#2093)
1207 (vc-svn-diff): Use old version number even when it is the working
1208 revision. This is needed, e.g, in the vc-print-log buffer. (Bug#2092)
1209
1210 2009-01-30 Glenn Morris <rgm@gnu.org>
1211
1212 * mail/rmail.el (rmail-reply): Handle empty folders.
1213 (rmail-speedbar-buttons)
1214 (rmail-speedbar-move-message-to-folder-on-line): Use line-end-position.
1215
1216 * mail/rmailsum.el (rmail-summary-update-line): Replace duplicate
1217 line-beginning-position calls.
1218 (rmail-header-summary): Use line-end-position.
1219
1220 2009-01-30 Toby Speight <streapadair@gmx.net> (tiny change)
1221
1222 * generic-x.el (hosts-generic-mode, named-database-generic-mode):
1223 Fix regexp quoting. (Bug#1739)
1224
1225 2009-01-29 Michael Albinus <michael.albinus@gmx.de>
1226
1227 * net/tramp.el (tramp-process-actions, tramp-read-passwd): Allow
1228 correction of passwords.
1229
1230 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * mail/rmail.el (rmail-toggle-header): Determine current header
1233 style using the buffer-local value of rmail-header-style in the
1234 view buffer.
1235 (rmail-show-message): Set a buffer-local value of
1236 rmail-header-style in the view buffer. (Bug#2016)
1237
1238 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1239
1240 * vc-dir.el (vc-dir-menu-map, vc-dir-at-event, vc-dir-resynch-file):
1241 Fix typos in docstrings.
1242
1243 2009-01-29 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * bindings.el (completion-ignored-extensions):
1246 Add entries for VCS metadata directories (CVS/, .svn, etc).
1247
1248 * pcvs.el (completion-ignored-extensions):
1249 * vc-svn.el (completion-ignored-extensions): Don't add VCS-specific
1250 directory, now done in bindings.el.
1251
1252 2009-01-29 Klaus Straubinger <KSNetz@UseNet.ArcorNews.DE> (tiny change)
1253
1254 * pcmpl-rpm.el (pcmpl-rpm): Doc fix. (Bug#2094)
1255
1256 2009-01-29 Glenn Morris <rgm@gnu.org>
1257
1258 * mail/rmail.el (rmail-file-name): Remove duplicate definition.
1259 (rmail-set-header): Ensure header changes get saved.
1260
1261 * mail/rmailedit.el (rmail-summary-disable): Fix declaration.
1262
1263 * mail/rmailkwd.el (rmail-set-label): Update the summary, if there is
1264 one, after a label is added.
1265
1266 * mail/rmailsum.el (rmail-summary-update-line): New function.
1267 (rmail-summary-goto-msg): Return a value according to whether message
1268 was found.
1269 (rmail-summary-update-highlight): Give the overlay an 'rmail-summary
1270 property. Use line-end-position.
1271
1272 2009-01-29 Chong Yidong <cyd@stupidchicken.com>
1273
1274 * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
1275 quoted From lines.
1276
1277 * mail/rmail.el (rmail-redecode-body): New function, based on old
1278 version removed in 2009-01-22 change.
1279 (rmail-show-message): Unquote From lines.
1280
1281 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>
1282
1283 * doc-view.el (doc-view-mode): Don't use string-match and file
1284 extension to choose fallback mode on empty/non-existing files but
1285 let-bind auto-mode-alist and call normal-mode.
1286
1287 2009-01-28 Eli Zaretskii <eliz@gnu.org>
1288
1289 * ls-lisp.el (ls-lisp-classify): Propertize file name before
1290 concatenating the type indicating character.
1291 (ls-lisp-format): Don't propertize file-name only if
1292 ls-lisp-classify already did.
1293
1294 2009-01-28 Michael Albinus <michael.albinus@gmx.de>
1295
1296 * net/dbus.el (dbus-event-error-hooks): Fix docstring.
1297 Describe second parameter of hook functions.
1298 (dbus-handle-event): Apply it.
1299
1300 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1301
1302 * mail/rmail.el (rmail-toggle-header): Don't reset
1303 rmail-header-style permanently (bug#2016).
1304
1305 2009-01-28 Denis Howe <denis.howe@gmail.com>
1306
1307 * complete.el (PC-do-completion): Correct case when completion is
1308 unambiguous.
1309
1310 2009-01-28 Stephen Berman <stephen.berman@gmx.net>
1311
1312 * calendar/todo-mode.el (todo-insert-item-here):
1313 Prevent insertion of a new entry inside of an existing entry.
1314 Minor code cleanup. (Bug#2084)
1315 (todo-add-category): Change the interactive spec. Signal an error
1316 if the Todo file is non-empty but contains no category. Reject
1317 category names that could induce bugs and confusion. Call
1318 todo-mode if the Todo file is new and unsaved. Simplify handling
1319 of local variables cookie. Properly display the newly added
1320 category in Todo mode.
1321 (todo-show): Call todo-initial-setup only if there is neither a
1322 Todo file nor a corresponding unsaved buffer. (Bug#2085)
1323 (todo-category-alist): Delete function.
1324 (todo-completing-read): New function.
1325 (todo-insert-item, todo-jump-to-category): Use it.
1326 (todo-insert-item): Make the use of the prefix argument conform to
1327 the doc string. (Bug#2086)
1328
1329 2009-01-28 Glenn Morris <rgm@gnu.org>
1330
1331 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
1332 even when called from the summary. (Bug#2075)
1333 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
1334 (rmail-show-message-maybe): Use rmail-no-mail-p.
1335 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
1336 (rmail-get-labels): Separate status and label fields with a semicolon,
1337 rather than a comma, for consistency with old Rmail.
1338
1339 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
1340 starting from the beginning, since mail-fetch-field does not care.
1341 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
1342 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
1343 (rmail-get-summary-labels): New function. Returns labels rather than
1344 status (edited, etc).
1345 (rmail-create-summary): Insert an extra space after the status
1346 flags, for consistency with old rmail, and with current
1347 rmail-summary-font-lock-keywords.
1348
1349 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
1350
1351 * progmodes/perl-mode.el (perl-indent-line-command): Call indent-region
1352 if region is active. Use cond instead of nested ifs. (Bug#2053)
1353
1354 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1355
1356 * mail/rmail.el (rmail-convert-babyl-to-mbox): Prompt user before
1357 converting.
1358
1359 * mail/unrmail.el (unrmail): Record labels in X-RMAIL-* fields,
1360 which are recognized by the new Rmail, instead of X-BABYL-V6-*.
1361
1362 2009-01-27 Christopher Oliver <coliver@message.nmc.edu>
1363
1364 * mouse.el (mouse-select-font): Return a string instead of a list.
1365
1366 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1367
1368 * bindings.el: Swap C-delete and C-backspace bindings here, so we
1369 don't have to do it in normal-erase-is-backspace-mode.
1370
1371 * simple.el (normal-erase-is-backspace-mode): Don't swap C-delete
1372 and C-backspace; the latter is not available on ttys anyway.
1373
1374 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1375
1376 (doc-view-mode): Fix broken call to string-match.
1377
1378 2009-01-27 Tassilo Horn <tassilo@member.fsf.org>
1379
1380 * doc-view.el (doc-view-mode): Enhance docstring and fallback to
1381 fundamental-mode or ps-mode if the file is empty or doesn't exist
1382 at all.
1383 (doc-view-initiate-display): Better info message if doc-view-mode
1384 cannot be used. (Missing utility or no png support/no X frame.)
1385 (Bug#2058)
1386
1387 2009-01-27 Glenn Morris <rgm@gnu.org>
1388
1389 * mail/rmail.el (rmail-copy-headers): Doc fix. Leave point at the end
1390 of the headers in the full header case. (Bug#2073)
1391
1392 2009-01-27 Kenichi Handa <handa@m17n.org>
1393
1394 * mail/rmail.el (rmail-get-coding-system): Re-search
1395 rmail-mime-charset-pattern directly instead of using
1396 mail-fetch-field. Use coding-system-from-name.
1397
1398 * international/mule-cmds.el (canonicalize-coding-system-name)
1399 (coding-system-from-name): New functions.
1400
1401 2009-01-27 Glenn Morris <rgm@gnu.org>
1402
1403 * dired-x.el (dired-bind-vm): Doc fix.
1404
1405 * mail/rmail-spam-filter.el: Remove leading `*' from defcustom docs.
1406 Replace `first' and `rest' with `car' and `cdr' throughout.
1407 (rsf-auto-delete-spam-bbdb-entries): Remove unused variable.
1408 (rsf-scanning-messages-now): Doc fix.
1409 (rsf-check-field): Rename from `check-field' and update callers.
1410 (rmail-spam-filter): Fix bbdb/mail_auto_create_p oddness.
1411 Use rmail-output rather than deleted rmail-output-to-rmail-file.
1412
1413 * mail/rmail.el: Remove leading `*' from defcustom docs.
1414 Remove needless autoloads of many defcustoms and hooks.
1415 (rmail-enable-mime, rmail-insert-mime-resent-message-function)
1416 (rmail-search-mime-message-function, rmail-search-mime-header-function)
1417 (rmail-decode-mime-charset): Doc fix.
1418 (rmail-search-message, rmail-resend): Check functions set before use.
1419
1420 * mail/rmailout.el: Remove leading `*' from defcustom docs.
1421 Remove needless autoloads of many defcustoms.
1422 (rmail-output-to-babyl-buffer): Rename from
1423 rmail-output-to-r-mail-buffer and update caller.
1424 (rmail-output): Doc fix.
1425
1426 * mail/rmailsum.el: Remove leading `*' from defcustom docs.
1427 Remove needless autoloads of many defcustoms.
1428 (rmail-message-regexp-p-1): Check rmail-search-mime-header-function
1429 is set.
1430
1431 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
1432 (batch-unrmail, unrmail): Doc fix.
1433
1434 * mail/rmailsum.el (rmail-message-recipients-p-1)
1435 (rmail-message-regexp-p-1): Ensure searches start from the
1436 beginning of the header.
1437
1438 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
1439
1440 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
1441
1442 2009-01-27 Jay Belanger <jay.p.belanger@gmail.com>
1443
1444 * calc/calc-sel.el (cal-sel-mult-both-sides): Add an option to
1445 expand the denominator.
1446
1447 2009-01-26 Michael Albinus <michael.albinus@gmx.de>
1448
1449 * net/dbus.el (dbus-event-error-hooks): New variable.
1450 (dbus-handle-event): Use it.
1451
1452 2009-01-26 Glenn Morris <rgm@gnu.org>
1453
1454 * Makefile.in (ELCFILES): Update.
1455
1456 * mail/rmail.el (rmail-reply): Don't include Resent-To and Resent-Cc in
1457 replies. (Bug#512)
1458
1459 2009-01-25 Ulf Jasper <ulf.jasper@web.de>
1460
1461 * calendar/icalendar.el (icalendar-uid-format): Fix doc string.
1462
1463 2009-01-25 Adrian Robert <Adrian.B.Robert@gmail.com>
1464
1465 * term/ns-win.el (ns-insert-working-text, ns-delete-working-text):
1466 Remove from global map and key definitions.
1467 (ns-toggle-toolbar, ns-info-prefs): Add to global map and key
1468 definitions.
1469 (ns-show-preferences-help, ns-unput-working-text): New functions.
1470 (ns-unecho-working-text): Update message.
1471
1472 2009-01-25 Craig Markwardt <cbmarkwardt@gmail.com>
1473
1474 * calendar/icalendar.el (icalendar-uid-format): New defcustom
1475 variable to allow the user to choose icalendar UID format.
1476 (icalendar--diarytime-to-isotime): Bug fix, now times in the range
1477 12:00am-12:59am are correctly converted to 0000-0059, instead of 12pm.
1478 (icalendar-export-region,icalendar--create-uid): Use custom
1479 function to compute icalendar UID for each entry.
1480 (icalendar--parse-summary-and-rest): Bug fix for parsing of lines
1481 with description, location, etc. fields (need to keep active count
1482 of fields encountered). Another bug fix to the regex that matches
1483 multiple lines (need \' regex instead of $ to match end-of-entry).
1484
1485 2009-01-25 Juri Linkov <juri@jurta.org>
1486
1487 * progmodes/grep.el (grep-mode-map): Put grep-find before grep and
1488 change its title from "Recursive grep..." to "Grep via Find...".
1489 Add menu items for lgrep and rgrep.
1490
1491 2009-01-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1492
1493 * ps-print.el (ps-print-version): New version 7.3.4.
1494
1495 2009-01-24 Eduard Wiebe <usenet@pusto.de> (tiny change)
1496
1497 * ps-print.el: Fix face background/foreground extraction.
1498 (ps-face-extract-color): New fun.
1499 (ps-face-attributes, ps-face-attribute-list): Code fix.
1500
1501 2009-01-24 Geoff Gole <geoffgole@gmail.com> (tiny change)
1502
1503 * align.el (align-region): Avoid infloop.
1504
1505 2009-01-24 Eli Zaretskii <eliz@gnu.org>
1506
1507 * env.el (environment): Function removed.
1508
1509 * international/mule-cmds.el (set-language-environment-coding-systems):
1510 If default-buffer-file-coding-system is nil, set up to have EOLs that
1511 are native for the underlying system-type. (Bug#1853)
1512 (prefer-coding-system, set-default-coding-systems): Doc fix.
1513
1514 2009-01-24 Juanma Barranquero <lekktu@gmail.com>
1515
1516 * emacs-lisp/eldoc.el (eldoc-function-argstring-format):
1517 Revert 2007-09-26 change; use `string-match-p' to check for &keywords.
1518 (eldoc-get-fnsym-args-string, eldoc-highlight-function-argument):
1519 Use `string-match-p'.
1520
1521 2009-01-24 Ulf Jasper <ulf.jasper@web.de>
1522
1523 * net/newst-treeview.el (newsticker--treeview-first-feed): New.
1524 (newsticker-treeview-next-new-or-immortal-item): Try first-feed if
1525 next-feed does not succeed. Fixes bug#1710 even more.
1526 (newsticker-treeview-next-feed): Simplify.
1527 (newsticker--group-get-feeds): Suppress group names in result.
1528
1529 2009-01-24 Adrian Robert <Adrian.B.Robert@gmail.com>
1530
1531 * term/ns-win.el (menu-bar-select-frame): Drop this override.
1532 (menu-bar-update-frames): Update call to menu-bar-select-frame.
1533
1534 2009-01-24 Glenn Morris <rgm@gnu.org>
1535
1536 * mail/rmail.el (rmail-insert-inbox-text): Revert replacement of
1537 "popmail" by "pormail".
1538
1539 * language/ethio-util.el (rmail-current-message, rmail-message-vector):
1540 Remove unneeded declarations.
1541
1542 2009-01-24 Jay Belanger <jay.p.belanger@gmail.com>
1543
1544 * calc/calc-poly.el (calcFunc-apart): Improve test for
1545 rational functions.
1546
1547 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1548
1549 * mail/rmailsum.el (rmail-summary-by-labels): Correctly handle
1550 return value of rmail-get-labels.
1551
1552 * mail/rmailkwd.el (rmail-next-labeled-message): Correctly handle
1553 return value of rmail-get-labels.
1554
1555 * mail/rmail.el (rmail-get-labels): Obey the MSG argument.
1556 (rmail-buffer-swapped): Fix last change. (Bug#1997)
1557
1558 2009-01-23 Ulf Jasper <ulf.jasper@web.de>
1559
1560 * net/newst-backend.el (newsticker--cache-read): Offer deletion of
1561 old cache file. Fixes bug#1710.
1562
1563 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1564
1565 * mail/rmail.el (rmail-generate-viewer-buffer): Fix typo.
1566
1567 2009-01-23 Adrian Robert <Adrian.B.Robert@gmail.com>
1568
1569 * term/ns-win.el (ns-insert-working-text, ns-put-working-text):
1570 Switch names and update comments for clarity.
1571
1572 2009-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1573
1574 * mail/rmail.el (rmail-write-region-annotate): Only switch buffer if
1575 start is nil, as was done in tar-mode.el.
1576
1577 2009-01-23 Glenn Morris <rgm@gnu.org>
1578
1579 * mail/sendmail.el (mail-bury): Revert previous change now pmail is no
1580 more.
1581
1582 * mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
1583
1584 2009-01-23 Chong Yidong <cyd@stupidchicken.com>
1585
1586 * server.el (server-name): Make it a defcustom. (Bug#1995)
1587
1588 * mail/rmail.el (rmail-buffer-swapped): Mark as permanent local.
1589
1590 2009-01-23 Glenn Morris <rgm@gnu.org>
1591
1592 * Makefile.in (ELCFILES): Update.
1593
1594 2009-01-22 Ulf Jasper <ulf.jasper@web.de>
1595
1596 * net/newst-treeview.el
1597 (newsticker-treeview-next-new-or-immortal-item): New optional arg
1598 current-item-counts. Move to next feed if necessary. (Bug#1569)
1599 (newsticker-treeview-prev-new-or-immortal-item): Move to previous
1600 feed if necessary. (Bug#1569)
1601 (newsticker-treeview-next-feed)
1602 (newsticker-treeview-prev-feed): New optional arg stay-in-tree.
1603 Don't activate node nil. (Bug#1569)
1604
1605 2009-01-22 Paul Reilly <pmr@pajato.com>
1606 Henrik Enberg <enberg@printf.se>
1607 Alex Schroeder <alex@gnu.org>
1608 Chong Yidong <cyd@stupidchicken.com>
1609 Richard M Stallman <rms@gnu.org>
1610 Glenn Morris <rgm@gnu.org>
1611 Juanma Barranquero <lekktu@gmail.com>
1612
1613 * mail/rmail.el: Code implementing Rmail-mbox functionality.
1614 (rmail-attribute-header, rmail-keyword-header)
1615 (rmail-answered-attr-index, rmail-deleted-attr-index)
1616 (rmail-edited-attr-index, rmail-filed-attr-index)
1617 (rmail-retried-attr-index, rmail-forwarded-attr-index)
1618 (rmail-unseen-attr-index, rmail-resent-attr-index)
1619 (rmail-attr-array, rmail-header-style, rmail-file-name)
1620 (rmail-buffer-swapped): New vars.
1621 (rmail-convert-file-maybe, rmail-error-bad-format)
1622 (rmail-convert-babyl-to-mbox, rmail-get-coding-system)
1623 (rmail-generate-viewer-buffer, rmail-change-major-mode-hook)
1624 (rmail-buffers-swapped-p, rmail-swap-buffers-maybe)
1625 (rmail-mode-kill-buffer-hook, rmail-get-new-mail-1)
1626 (rmail-get-new-mail-filter-spam, rmail-add-mbox-headers)
1627 (rmail-get-header, rmail-set-header, rmail-get-attr-names)
1628 (rmail-get-keywords, rmail-get-labels, rmail-get-attr-value)
1629 (rmail-message-attr-p, rmail-message-unseen-p)
1630 (rmail-apply-in-message, rmail-collect-deleted, rmail-widen)
1631 (rmail-show-message-maybe, rmail-copy-headers)
1632 (rmail-simplified-subject, rmail-simplified-subject-regexp)
1633 (rmail-write-region-annotate): New functions.
1634
1635 (rmail-keywords, rmail-default-rmail-file): Delete vars.
1636 (rmail-convert-mailpath, rmail-convert-file)
1637 (rmail-insert-rmail-file-header, rmail-decode-babyl-format)
1638 (rmail-parse-file-inboxes, rmail-convert-to-babyl-format)
1639 (rmail-reformat-message, rmail-clear-headers, rmail-msg-is-pruned)
1640 (rmail-redecode-body)
1641 (rmail-msg-restore-non-pruned-header, rmail-msg-prune-header)
1642 (rmail-narrow-to-non-pruned-header, rmail-message-recipients-p)
1643 (rmail-count-screen-lines, rmail-message-regexp-p)
1644 (rmail-current-subject, rmail-current-subject-regexp): Delete functions.
1645 (rmail-nuke-pinhead-header): Move to rmailout.el.
1646
1647 (rmail-ignored-headers): Add additional headers.
1648 (rmail-mode-map): Update key commands.
1649 (rmail-tool-bar-map): Build tool-bar unconditionally.
1650 (rmail, rmail-mode, rmail-get-new-mail): Handle babyl-to-mbox
1651 conversion and new buffer swapping mechanism.
1652 (rmail-perm-variables): Use new vars, and remove deleted ones.
1653 (rmail-revert): Use rmail-convert-file-maybe.
1654 (rmail-duplicate-message): Use rmail-show-message-maybe.
1655 (rmail-get-new-mail): Don't leave the buffer screwed up if we get
1656 a disk-full error.
1657 (rmail-parse-url): Strip embedded password.
1658 (rmail-insert-inbox-text): Default to movemail if
1659 rmail-movemail-program is null. Handle mbox format.
1660 (rmail-decode-region): New arg.
1661 (rmail-display-labels): Don't perform Babyl processing.
1662 (rmail-set-attribute, rmail-message-labels-p, rmail-search)
1663 (rmail-set-message-counters, rmail-count-new-messages)
1664 (rmail-set-message-counters-counter, rmail-show-message)
1665 (rmail-next-same-subject, rmail-reply): Use mbox format.
1666 (rmail-toggle-header, rmail-show-message, rmail-only-expunge)
1667 (rmail-expunge, rmail-expunge-and-save, rmail-quit): Use new
1668 buffer swapping mechanism.
1669
1670 * mail/rmailedit.el: Require rmailsum.el.
1671 (rmail-edit-mode): First check if buffer is swapped.
1672 (rmail-edit-saved-coding-system): Delete var.
1673 (rmail-edit-current-message): Don't call deleted vars.
1674 (rmail-cease-edit): Handle mbox format.
1675 (rmail-abort-edit): Widen buffer.
1676
1677 * mail/rmailkwd.el: Require rmail.el. Remove unneeded function
1678 declarations.
1679 (rmail-buffer, rmail-current-message, rmail-last-label)
1680 (rmail-last-multi-labels, rmail-summary-vector)
1681 (rmail-total-messages, rmail-attributes, rmail-deleted-label)
1682 (rmail-keywords): Delete vars.
1683 (rmail-attribute-p, rmail-keyword-p, rmail-make-label)
1684 (rmail-force-make-label, rmail-quote-label-name, rmail-keywords)
1685 (rmail-parse-file-keywords, rmail-install-keyword): Delete functions.
1686 (rmail-make-label): New function.
1687 (rmail-read-label): Don't call rmail-parse-file-keywords.
1688 (rmail-set-label): Rewrite using rmail-set-attribute.
1689 (rmail-next-labeled-message): Use rmail-get-labels.
1690
1691 * mail/rmailmm.el: New file.
1692
1693 * mail/rmailmsc.el: Require rmail.el.
1694 (set-rmail-inbox-list): Set rmail-inbox-list directly.
1695
1696 * mail/rmailout.el (rmail-output-decode-coding): New var.
1697 (rmail-output-as-babyl, rmail-output-to-r-mail-buffer)
1698 (rmail-convert-to-babyl-format, rmail-output-as-mbox)
1699 (rmail-output-to-rmail-buffer): New functions.
1700 (rmail-output-read-rmail-file-name, rmail-output-to-rmail-file):
1701 Delete functions.
1702 (rmail-nuke-pinhead-header): Move from rmail.el.
1703 (rmail-output): Rewrite to accept both mbox and babyl output.
1704 (rmail-output-as-seen, rmail-output-body-to-file): Rewrite to
1705 use mbox internal format.
1706
1707 * mail/rmailsort.el: Eval mail-utils when compiled. Require rmail.el.
1708 (rmail-sort-by-date, rmail-sort-by-subject, rmail-sort-by-author)
1709 (rmail-sort-by-recipient, rmail-sort-by-correspondent):
1710 Use rmail-get-header.
1711 (rmail-sort-messages): Use new buffer swapping mechanism.
1712 Handle mbox internal format.
1713
1714 * mail/rmailsum.el (rmail-summary): Make sure rmail buffer is shown.
1715 (rmail-message-recipients-p, rmail-message-recipients-p-1)
1716 (rmail-message-regexp-p, rmail-new-summary-1)
1717 (rmail-get-create-summary-buffer, rmail-get-summary)
1718 (rmail-create-summary-line, rmail-get-summary-labels)
1719 (rmail-create-summary, rmail-header-summary)
1720 (rmail-summary-output, rmail-summary-output-as-seen): New functions.
1721 (rmail-summary-by-topic, rmail-message-senders-p)
1722 (rmail-header-summary, rmail-summary-next-same-subject): Use mbox
1723 internal format.
1724 (rmail-new-summary): Rewrite window handling.
1725 (rmail-make-summary-line, rmail-make-summary-line-1)
1726 (rmail-make-basic-summary-line)
1727 (rmail-summary-output-to-rmail-file): Functions deleted.
1728 (rmail-summary-undelete, rmail-summary-rmail-update)
1729 (rmail-summary-scroll-msg-up, rmail-summary-scroll-msg-down)
1730 (rmail-summary-show-message, rmail-summary-wipe)
1731 (rmail-summary-toggle-header, rmail-summary-reply):
1732 Use rmail-buffer instead of rmail-view-buffer.
1733 (rmail-summary-mode-map): Rebind "o" to rmail-summary-output.
1734 (rmail-summary-goto-msg): Use rmail-show-message-maybe.
1735 (rmail-summary-expunge-and-save): Use rmail-expunge-and-save.
1736
1737 2009-01-22 Adrian Robert <Adrian.B.Robert@gmail.com>
1738
1739 * term/ns-win.el (ns-show-manual): Fix node name.
1740 (x-open-connection): Fix typo in declaration filename.
1741
1742 2009-01-22 Romain Francoise <romain@orebokech.com>
1743
1744 * Makefile.in (ELCFILES): Update.
1745
1746 2009-01-22 Dan Nicolaescu <dann@ics.uci.edu>
1747
1748 * frame.el (make-frame-on-tty): Remove function, inline contents
1749 in the only user ...
1750
1751 * server.el (server-create-tty-frame): ... here.
1752
1753 2009-01-22 Chong Yidong <cyd@stupidchicken.com>
1754
1755 * format.el (format-annotate-function):
1756 Set write-region-post-annotation-function.
1757
1758 2009-01-21 John Wiegley <johnw@newartisans.com>
1759
1760 * eshell/esh-mode.el: Add eshell-handle-ansi-color to the default
1761 list of output filters.
1762 (eshell-mode): Change the default binding of C-a to eshell-bol.
1763 I don't think it's actually bound at all by default in eshell;
1764 it just falls back to the default binding of C-a.
1765
1766 2009-01-21 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * minibuffer.el (completion--insert-strings): Fix up computation of
1769 column position which manifested e.g. in proced's signal completion.
1770
1771 2009-01-21 Chong Yidong <cyd@stupidchicken.com>
1772
1773 * server.el (server-start): Allow server to shut down when no
1774 frames are available in daemon-mode.
1775
1776 2009-01-21 Juanma Barranquero <lekktu@gmail.com>
1777
1778 * term.el (term-previous-matching-input, term-next-matching-input)
1779 (term-previous-matching-input-from-input)
1780 (term-next-matching-input-from-input, term-backward-matching-input)
1781 (term-forward-matching-input): Change argument name to match docstring.
1782
1783 2009-01-21 Glenn Morris <rgm@gnu.org>
1784
1785 * emacs-lisp/authors.el (authors-aliases): Remove some "ignore" entries
1786 that are no longer needed.
1787 (authors-scan-change-log): Doc fix.
1788 (authors-scan-el): Restore let*, foolishly removed 2009-01-11.
1789
1790 2009-01-20 Agustín Martín <agustin.martin@hispalinux.es>
1791
1792 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1793 Use aspell default dict.
1794
1795 2009-01-20 Kenichi Handa <handa@m17n.org>
1796
1797 * descr-text.el (describe-char): Improve description of eight-bit
1798 char in a unibyte buffer. (Bug#1935)
1799
1800 2009-01-20 Glenn Morris <rgm@gnu.org>
1801
1802 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1803 Add some entries.
1804
1805 2009-01-19 Chong Yidong <cyd@stupidchicken.com>
1806
1807 * progmodes/ruby-mode.el: Autoload other interpreter names.
1808
1809 2009-01-19 Juanma Barranquero <lekktu@gmail.com>
1810
1811 * descr-text.el (describe-char-categories): New defsubst.
1812 (describe-char): Use it.
1813
1814 2009-01-19 Michael Albinus <michael.albinus@gmx.de>
1815
1816 * net/tramp.el (tramp-ipv6-regexp): The regexp shall cover also
1817 IPv4 mapped IPv6 addresses.
1818
1819 2009-01-18 Juanma Barranquero <lekktu@gmail.com>
1820
1821 * textmodes/css-mode.el (css-backward-sexp): Stop once it reaches
1822 the beginning of the buffer. (Bug#1949)
1823
1824 2009-01-18 Markus Triska <markus.triska@gmx.at>
1825
1826 * linum.el (linum-update-window): Use `delq' instead of `delete';
1827 compare strings with `equal-including-properties'.
1828
1829 2009-01-17 Glenn Morris <rgm@gnu.org>
1830
1831 * progmodes/cc-langs.el (declare-function): Add compatibility stub.
1832 (delete-duplicates, mapcan, cl-macroexpand-all): Declare.
1833
1834 * emacs-lisp/eldoc.el (eldoc-minor-mode-string)
1835 (eldoc-message-commands, eldoc-print-current-symbol-info):
1836 Doc fix (consistent case of "ElDoc").
1837
1838 2009-01-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1839
1840 * textmodes/bibtex.el (bibtex-format-entry): Simplify previous change.
1841
1842 2009-01-17 Eli Zaretskii <eliz@gnu.org>
1843
1844 * dos-w32.el (find-buffer-file-type-coding-system): If `(car
1845 TARGET)' does not exist, try again with its basename replaced by
1846 `(cdr TARGET)'. (Related to Bug #1853.)
1847
1848 * international/mule-conf.el (raw-text, eight-bit): Doc fixes.
1849
1850 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1851
1852 * textmodes/flyspell.el (flyspell-post-command-hook): Do nothing
1853 unless flyspell-mode is enabled.
1854 (flyspell-pre-point): Make buffer-local.
1855
1856 2009-01-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1857
1858 * textmodes/bibtex.el (bibtex-format-entry): For updating field
1859 delimiters, allow fields that are composed of strings and string
1860 constants.
1861 (bibtex-mode): Doc fix.
1862
1863 2009-01-16 Agustín Martín <agustin.martin@hispalinux.es>
1864
1865 * textmodes/ispell.el: Protect against declare-function undefined
1866 in XEmacs.
1867 (ispell-program-name): Search also for hunspell when setting default.
1868 (ispell-find-aspell-dictionaries): Better error message. Use correct
1869 dictionary alist for default. Better fallback default dictionary.
1870
1871 2009-01-16 Ulrich Mueller <ulm@kph.uni-mainz.de>
1872
1873 * international/quail.el (quail-insert-kbd-layout):
1874 Delete superfluous handling of 8-bit code. (Bug#1418)
1875
1876 2009-01-16 Glenn Morris <rgm@gnu.org>
1877
1878 * emacs-lisp/eldoc.el: Remove leading `*' from defcustoms.
1879 (eldoc-argument-case, eldoc-echo-area-use-multiline-p)
1880 (eldoc-highlight-function-argument): Doc fix - mention effect of
1881 eldoc-documentation-function.
1882 (eldoc-message-commands-table-size, eldoc-message-commands)
1883 (eldoc-current-idle-delay, eldoc-get-fnsym-args-string): Doc fix.
1884 (eldoc-documentation-function): Mention effect on user options.
1885
1886 * emacs-lisp/copyright.el (copyright-update): Doc fix.
1887
1888 2009-01-16 Kevin Ryde <user42@zip.com.au>
1889
1890 * tar-mode.el (tar-rename-entry): Only test the magic string, without
1891 its version number, and then set both.
1892
1893 2009-01-16 Richard M Stallman <rms@gnu.org>
1894
1895 * textmodes/paragraphs.el (sentence-end): Accept non-break space.
1896
1897 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1898
1899 * buff-menu.el (Buffer-menu-mode): Derive from special-mode.
1900 Refer to revert-buffer, not Buffer-menu-revert.
1901 (Buffer-menu-sort): Use revert-buffer, not Buffer-menu-revert.
1902 (Buffer-menu-revert): Remove function, unused.
1903 (Buffer-menu-mode-map): Don't bind keys already
1904 bound by special-mode.
1905 (Buffer-menu-mode-map): Add a menu.
1906
1907 2009-01-15 Stephen Eglen <stephen@gnu.org>
1908
1909 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Doc fix.
1910
1911 2009-01-15 Dan Nicolaescu <dann@ics.uci.edu>
1912
1913 * vc-hg.el (vc-hg-diff): Pass relative file names. (Bug#1903)
1914
1915 2009-01-15 Martin Rudalics <rudalics@gmx.at>
1916
1917 * window.el (special-display-p): Revert 2009-01-14 change.
1918
1919 2009-01-15 Glenn Morris <rgm@gnu.org>
1920
1921 * emacs-lisp/authors.el (authors-aliases, authors-fixed-case):
1922 (authors-obsolete-files-regexps, authors-ignored-files):
1923 (authors-renamed-files-alist): Add some entries.
1924 (authors-fixed-entries): Change some entries.
1925 (authors-canonical-file-name): Doc fix.
1926 (authors-scan-change-log): Handle joint authorship in ChangeLogs.
1927
1928 2009-01-14 Juri Linkov <juri@jurta.org>
1929
1930 * info.el (Info-isearch-filter): Don't filter out invisible text
1931 when search-invisible is t. (Bug#1848)
1932
1933 * simple.el (blink-matching-open): Use `minibuffer-message' to
1934 display messages in the minibuffer.
1935
1936 * help.el (view-help-file):
1937 * menu-bar.el (menu-bar-help-extra-packages):
1938 Use goto-address-mode instead of goto-address.
1939
1940 * net/goto-addr.el (goto-address-url-face): Change default value
1941 from `bold' to `link'.
1942
1943 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1944
1945 * international/mule-diag.el (print-list): Fix 2008-12-03 change.
1946
1947 2009-01-14 Martin Rudalics <rudalics@gmx.at>
1948
1949 * frame.el (special-display-popup-frame): Rewrite doc-string and
1950 simplify code.
1951
1952 * window.el (special-display-buffer-names)
1953 (special-display-regexps): Add customization support for
1954 function/other-args elements. Rewrite doc-strings.
1955 (special-display-function): Rewrite doc-string.
1956 (same-window-buffer-names, same-window-regexps):
1957 Minor doc-string fixes.
1958 (special-display-p): Minor rewrite.
1959
1960 2009-01-14 Glenn Morris <rgm@gnu.org>
1961
1962 * textmodes/bibtex.el (bibtex-copy-field-as-kill): Doc fix.
1963
1964 2009-01-14 Juanma Barranquero <lekktu@gmail.com>
1965
1966 * minibuffer.el (minibuffer-message): Fix regexp so it doesn't exclude
1967 MESSAGEs with internal square brackets (i.e., " this [test] message").
1968 Use `string-match-p'.
1969 (completion--make-envvar-table, completion--file-name-table)
1970 (completion-pcm--string->pattern, completion-pcm--all-completions)
1971 (completion-pcm--filename-try-filter): Use `string-match-p'.
1972
1973 2009-01-14 Juri Linkov <juri@jurta.org>
1974
1975 * progmodes/bug-reference.el (bug-reference-fontify): Check for
1976 non-nil `bug-reference-url-format' before putting an overlay
1977 property `bug-reference-url'.
1978 (bug-reference-mode, bug-reference-prog-mode): Don't check for
1979 `bug-reference-url-format'. Doc fix. (Bug#1744)
1980
1981 2009-01-13 Chong Yidong <cyd@stupidchicken.com>
1982
1983 * menu-bar.el (menu-bar-file-menu): Do not hardbind key display
1984 for exit-emacs item. Bind it to save-buffers-kill-terminal.
1985
1986 * diff-mode.el (diff-mode-menu): Do not assume whitespace-mode is
1987 loaded.
1988
1989 2009-01-13 Jason Rumney <jasonr@gnu.org>
1990
1991 * faces.el (face-valid-attribute-values): No stipple on w32. (Bug#884)
1992
1993 2009-01-12 Juanma Barranquero <lekktu@gmail.com>
1994
1995 * subr.el (play-sound): Doc fix. (Bug#250)
1996 (shell-quote-argument, field-at-pos): Fix typos in docstrings.
1997
1998 2009-01-12 Alan Mackenzie <acm@muc.de>
1999
2000 * textmodes/paragraphs.el (forward-sentence): Change limit of
2001 re-search-backward to allow values of `sentence-end' anchored at BOL.
2002
2003 2009-01-12 Stefan Monnier <monnier@iro.umontreal.ca>
2004
2005 * tar-mode.el (tar-header-block-tokenize): Properly ignore the version
2006 subfield of the magic string.
2007
2008 2009-01-11 Jay Belanger <jay.p.belanger@gmail.com>
2009
2010 * calc/calc-lang.el (math-compose-tex-sqrt): New function.
2011 (math-special-function-table): Use `math-compose-tex-sqrt' to
2012 compose sqrts in TeX and LaTeX mode.
2013
2014 2009-01-11 Chong Yidong <cyd@stupidchicken.com>
2015
2016 * faces.el (describe-face): Ignore anonymous faces.
2017
2018 * server.el (server-save-buffers-kill-terminal): Args changed.
2019 Handle nowait client frames.
2020
2021 * files.el (save-buffers-kill-terminal): Args for
2022 server-save-buffers-kill-terminal changed.
2023
2024 2009-01-11 Juanma Barranquero <lekktu@gmail.com>
2025
2026 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
2027
2028 2009-01-11 Glenn Morris <rgm@gnu.org>
2029
2030 * diff-mode.el (whitespace-style, whitespace-trailing-regexp):
2031 Silence compiler.
2032
2033 * emacs-lisp/authors.el (authors-aliases): Add, remove, and adjust
2034 some entries.
2035 (authors-fixed-case, authors-ignored-files, authors-valid-file-names):
2036 (authors-renamed-files-alist): Add entries.
2037 (authors-fixed-entries): Update for renamed and removed files.
2038 (authors-canonical-file-name): Add entries to
2039 authors-checked-files-alist based on their full names, expanded relative
2040 to each log-file directory.
2041 (authors-scan-el, authors-add-to-author-list, authors):
2042 Handle multiple authors in a file, via a new :cowrote category.
2043
2044 * emacs-lisp/copyright.el (copyright-update): Add doc-string.
2045
2046 2009-01-10 Richard M Stallman <rms@gnu.org>
2047
2048 * mail/mail-utils.el (mail-quote-printable-region): New function.
2049
2050 2009-01-10 Glenn Morris <rgm@gnu.org>
2051
2052 * calendar/cal-move.el (calendar-scroll-left-three-months)
2053 (calendar-scroll-right-three-months):
2054 * calendar/holidays.el (calendar-list-holidays)
2055 (calendar-mark-holidays):
2056 * calendar/lunar.el (calendar-lunar-phases):
2057 Add event handling, for when called from menus with the calendar buffer
2058 not current.
2059
2060 2009-01-10 Dan Nicolaescu <dann@ics.uci.edu>
2061
2062 * diff-mode.el (diff-show-trailing-whitespaces): Remove function.
2063 Move setting up whitepace-mode ...
2064 (diff-mode): ... here.
2065 (diff-mode-menu): Add a menu entry for showing trailing whitespace.
2066
2067 2009-01-10 Chong Yidong <cyd@stupidchicken.com>
2068
2069 * faces.el (x-font-family-list): Remove entirely.
2070
2071 2009-01-10 Eli Zaretskii <eliz@gnu.org>
2072
2073 Fix Bug #876:
2074
2075 * info.el (info-insert-file-contents, Info-insert-dir):
2076 Bind inhibit-null-byte-detection to non-nil.
2077
2078 2009-01-10 Martin Rudalics <rudalics@gmx.at>
2079
2080 * tool-bar.el (tool-bar-mode): Modify all frame parameters when
2081 toggling tool bars on. (Bug#1754)
2082
2083 2009-01-09 Chong Yidong <cyd@stupidchicken.com>
2084
2085 * faces.el (face-valid-attribute-values): Use string as value for
2086 :family attribute. Now, font-family-list returns a list of strings.
2087 (x-font-family-list): Obsolete compatibility version of function
2088 from xfaces.c.
2089
2090 2009-01-09 Martin Rudalics <rudalics@gmx.at>
2091
2092 * window.el (special-display-buffer-names)
2093 (special-display-regexps, special-display-function):
2094 In doc-strings say "same-window" instead of "same-buffer".
2095
2096 2009-01-09 Michael Albinus <michael.albinus@gmx.de>
2097
2098 * net/tramp.el: Revert previous patch. `last-command-char' is
2099 used in code intended only for XEmacs, where it is different from
2100 `last-command-event'.
2101
2102 2009-01-09 Glenn Morris <rgm@gnu.org>
2103
2104 * subr.el (last-input-char, last-command-char):
2105 Move here from src/keyboard.c.
2106
2107 * allout.el, autoarg.el, complete.el, ediff-mult.el, ediff-util.el:
2108 * electric.el, hexl.el, isearch.el, isearchb.el, kmacro.el:
2109 * minibuffer.el, repeat.el, simple.el, skeleton.el, terminal.el, tmm.el:
2110 * wdired.el:
2111 * calc/calc-aent.el, calc/calc-ext.el, calc/calc-incom.el:
2112 * calc/calc-keypd.el, calc/calc-misc.el, calc/calc-prog.el:
2113 * calc/calc-sel.el, calc/calc-store.el, calc/calc-stuff.el:
2114 * calc/calc-units.el, calc/calc-yank.el, calc/calc.el:
2115 * emacs-lisp/lisp.el, emacs-lisp/re-builder.el:
2116 * emulation/vi.el, emulation/vip.el, emulation/viper-cmd.el:
2117 * eshell/em-smart.el, eshell/esh-mode.el:
2118 * international/mule-cmds.el:
2119 * mail/mailabbrev.el:
2120 * net/tramp.el:
2121 * play/mpuz.el:
2122 * progmodes/ada-mode.el, progmodes/antlr-mode.el, progmodes/cc-align.el:
2123 * progmodes/cc-cmds.el, progmodes/cperl-mode.el, progmodes/f90.el:
2124 * progmodes/fortran.el, progmodes/icon.el, progmodes/idlwave.el:
2125 * progmodes/octave-mod.el, progmodes/pascal.el, progmodes/perl-mode.el:
2126 * progmodes/prolog.el, progmodes/sh-script.el, progmodes/simula.el:
2127 * progmodes/tcl.el, progmodes/vera-mode.el, progmodes/verilog-mode.el:
2128 * progmodes/vhdl-mode.el, progmodes/xscheme.el:
2129 * textmodes/sgml-mode.el, textmodes/table.el, textmodes/two-column.el:
2130 Replace last-command-char with last-command-event.
2131
2132 * double.el, electric.el, replace.el, term.el, terminal.el:
2133 * calc/calc.el:
2134 * emulation/viper-cmd.el:
2135 * international/mule-cmds.el:
2136 * obsolete/iso-acc.el:
2137 * progmodes/vhdl-mode.el: Replace last-input-char with last-input-event.
2138
2139 * emacs-lisp/edebug.el: Remove references to last-command-char and
2140 last-input-char, since these have been identical to last-command-event
2141 and last-input-event since at least Emacs 19.
2142 (edebug-outside-last-command-char, edebug-outside-last-input-char):
2143 Remove.
2144
2145 2009-01-09 Dave Love <fx@gnu.org>
2146
2147 * calendar/time-date.el: Require cl for `declare'.
2148
2149 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2150
2151 * calendar/time-date.el (format-seconds): Explain `assoc-string'.
2152 Suggested by Dave Love.
2153
2154 2009-01-09 Dave Love <fx@gnu.org>
2155
2156 * net/imap.el (imap-string-to-integer): Fix typo.
2157 (imap-fetch-safe): New function.
2158 (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
2159
2160 * net/imap.el (imap-process-connection-type, imap-debug, imap-open):
2161 (imap-parse-greeting): Fix doc strings.
2162 (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
2163 (imap-parse-flag-list): Make messages unique.
2164 (imap-parse-body): Fix comments. Add comment on Exchange 2007.
2165
2166 * net/imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe
2167 call.
2168
2169 * net/imap.el: Fix author email. Doc fixes.
2170 (imap-parse-body): Work around assertion failure in bogus Exchange 2007
2171 reply.
2172
2173 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2174
2175 * net/dns.el (dns-set-servers): Check "Address". Fix typo.
2176
2177 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2178
2179 * net/dns.el (dns-set-servers): Rename from dns-parse-resolv-conf.
2180 Call nslookup if resolv.conf isn't available.
2181 (dns-query): Rename from query-dns.
2182 (dns-query-cached): Rename from query-dns-cached.
2183
2184 2009-01-09 Reiner Steib <Reiner.Steib@gmx.de>
2185
2186 * net/imap.el (imap-enable-exchange-bug-workaround):
2187 Explain auto-detection in the doc string.
2188
2189 2009-01-09 Juanma Barranquero <lekktu@gmail.com>
2190
2191 * textmodes/ispell.el (ispell-check-minver, ispell-last-program-name)
2192 (ispell-html-skip-alists, ispell-send-replacement, ispell-show-choices)
2193 (ispell-begin-skip-region-regexp, ispell-skip-region-list)
2194 (ispell-ignore-fcc, ispell-skip-region, ispell-process-line)
2195 (ispell-horiz-scroll, ispell-mime-skip-part, ispell-buffer-local-words):
2196 Fix typos in docstrings.
2197 (ispell-command-loop): Reflow docstring.
2198
2199 2009-01-08 Agustín Martín <agustin.martin@hispalinux.es>
2200
2201 * textmodes/ispell.el (ispell-encoding8-command): New variable.
2202 (ispell-aspell-supports-utf8): Mark as obsoleted by
2203 ispell-encoding8-command.
2204 (ispell-check-version): Set ispell-encoding8-command.
2205 (ispell-check-spellchecker-params, ispell-start-process):
2206 Use ispell-encoding8-command.
2207
2208 * textmodes/flyspell.el (flyspell-large-region):
2209 Use ispell-encoding8-command.
2210
2211 2009-01-08 Glenn Morris <rgm@gnu.org>
2212
2213 * calendar/cal-menu.el (cal-menu-scroll-menu): Remove entries that don't
2214 scroll the calendar.
2215
2216 * international/mule-cmds.el (universal-coding-system-argument):
2217 last-input-char need not be a char.
2218
2219 * textmodes/ispell.el (ispell-check-minver): Declare.
2220 Use string-to-number rather than string-to-int.
2221
2222 2009-01-07 Juanma Barranquero <lekktu@gmail.com>
2223
2224 * add-log.el (change-log-search-tag-name): Reflow docstring.
2225 (change-log-mode): Fix typo in docstring.
2226
2227 * international/mule.el (define-coding-system): Doc fix.
2228
2229 2009-01-07 Kenichi Handa <handa@m17n.org>
2230
2231 * international/mule.el (define-coding-system): Fix docstring
2232 about :bom usage.
2233
2234 2009-01-07 Martin Rudalics <rudalics@gmx.at>
2235
2236 * dired.el (dired-pop-to-buffer): Don't split windows
2237 horizontally. (Bug#1806)
2238
2239 2009-01-07 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * tar-mode.el (tar-mode, tar-mode-write-contents)
2242 (tar-write-region-annotate): Undo Andreas's last change.
2243
2244 2009-01-06 Michael Albinus <michael.albinus@gmx.de>
2245
2246 * net/tramp.el (tramp-do-copy-or-rename-file-directly)
2247 (tramp-handle-file-local-copy, tramp-handle-write-region)
2248 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2249 (tramp-smb-handle-rename-file): Delete temporary file in case of quit.
2250
2251 2009-01-06 Stefan Monnier <monnier@iro.umontreal.ca>
2252
2253 * minibuffer.el (completion-hilit-commonality): Don't presume
2254 all-completions always include the input as prefix.
2255 (completion-pcm--pattern-trivial-p): Accept a few more patterns
2256 as trivial.
2257 (completion-pcm--hilit-commonality): Remove leftover code that used to
2258 deal with the now removed cdr-in-last-cons.
2259
2260 2009-01-06 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * international/mule.el (define-coding-system): Fix typos in docstring.
2263
2264 2009-01-05 Alan Mackenzie <acm@muc.de>
2265
2266 * progmodes/cc-styles.el (c-setup-paragraph-variables):
2267 Ensure paragraph-\(start\|separate\) match blank lines. For AWK Mode.
2268
2269 2009-01-05 Michael Albinus <michael.albinus@gmx.de>
2270
2271 * net/tramp.el (tramp-handle-load)
2272 (tramp-do-copy-or-rename-file-directly)
2273 (tramp-handle-file-local-copy, tramp-handle-insert-file-contents)
2274 (tramp-handle-write-region)
2275 * net/tramp-smb.el (tramp-smb-handle-copy-file)
2276 (tramp-smb-handle-rename-file, tramp-smb-handle-write-region):
2277 Delete temporary file in case of error.
2278
2279 2009-01-05 Agustín Martín <agustin.martin@hispalinux.es>
2280
2281 * textmodes/ispell.el (ispell-check-version): Use with-temp-buffer.
2282
2283 2009-01-05 Richard M Stallman <rms@gnu.org>
2284
2285 * mail/sendmail.el (mail-bury): Treat pmail-mode like rmail-mode.
2286
2287 2009-01-05 Martin Rudalics <rudalics@gmx.at>
2288
2289 * window.el (display-buffer): Fix last fix.
2290
2291 2009-01-05 Juanma Barranquero <lekktu@gmail.com>
2292
2293 * desktop.el (desktop-save-in-desktop-dir): Use `abbreviate-file-name'
2294 to shorten the desktop file directory shown in message.
2295
2296 2009-01-05 Glenn Morris <rgm@gnu.org>
2297
2298 * version.el (emacs-copyright):
2299 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2300 Update copyrights for 2009.
2301
2302 2009-01-04 Stephen Leake <stephen_leake@member.fsf.org>
2303
2304 * progmodes/ada-mode.el (ada-mode): Simplify doc string.
2305 (ada-get-indent-paramlist): Use ada-broken-indent instead of
2306 hard-coded 0.
2307 (ada-get-indent-loop): Fix list access bug.
2308
2309 2009-01-04 Juanma Barranquero <lekktu@gmail.com>
2310
2311 * emacs-lisp/lisp-mode.el (emacs-lisp-mode, lisp-mode)
2312 (lisp-interaction-mode): Add a blank line in the docstring
2313 before the keymap listing.
2314
2315 2009-01-04 Martin Rudalics <rudalics@gmx.at>
2316
2317 * window.el (display-buffer): When a buffer is displayed in the
2318 selected and some other window, and not-this-window is non-nil,
2319 try to return that other window instead of popping up a new
2320 frame. (Bug#30)
2321
2322 2009-01-04 Chong Yidong <cyd@stupidchicken.com>
2323
2324 * simple.el (visual-line-mode-map): Remove M-[ and M-] bindings.
2325
2326 2009-01-04 Ulrich Mueller <ulm@kph.uni-mainz.de>
2327
2328 * progmodes/sh-script.el (sh-ancestor-alist): Doc fix.
2329
2330 2009-01-03 Michael Olson <mwolson@gnu.org>
2331
2332 * net/imap.el (imap-parse-fetch): Courier can insert spurious
2333 blank characters which will confuse `read', so skip past them.
2334
2335 2009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2336
2337 * emacs-lisp/authors.el (authors-aliases): Addition.
2338 (authors): Allow to use it for other projects.
2339
2340 * emacs-lisp/copyright.el (copyright-update-directory): Autoload.
2341 Clarify MATCH argument. Print filenames.
2342
2343 2009-01-03 Michael Albinus <michael.albinus@gmx.de>
2344
2345 * net/dbus.el (dbus-string-to-byte-array): Handle empty string.
2346
2347 * net/tramp.el (tramp-local-host-regexp)
2348 (tramp-prefix-domain-format)
2349 (tramp-prefix-domain-regexp, tramp-domain-regexp)
2350 (tramp-user-with-domain-regexp, tramp-prefix-ipv6-format)
2351 (tramp-prefix-ipv6-regexp, tramp-ipv6-regexp)
2352 (tramp-postfix-ipv6-format, tramp-postfix-ipv6-regexp): New defconst.
2353 (tramp-file-name-structure, tramp-file-name-regexp-unified)
2354 (tramp-completion-dissect-file-name, tramp-parse-hosts-group)
2355 (tramp-dissect-file-name, tramp-make-tramp-file-name)
2356 (tramp-completion-make-tramp-file-name): Handle IPv6 addresses.
2357 (tramp-handle-insert-file-contents): Fix setting of
2358 `buffer-read-only'.
2359 (tramp-compute-multi-hops, tramp-local-host-p):
2360 Use `tramp-local-host-regexp'.
2361 (tramp-file-name-real-user, tramp-file-name-domain):
2362 Use `tramp-user-with-domain-regexp'.
2363
2364 * net/tramp-smb.el (top): Use `tramp-prefix-domain-regexp'.
2365 (tramp-smb-maybe-open-connection): Use `tramp-file-name-*' methods.
2366
2367 2009-01-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2368
2369 * proced.el (proced-grammar-alist): Refiner can be a
2370 list (function help-echo) instead of a cons pair.
2371 (proced-post-display-hook): New variable.
2372 (proced-tree-depth): Rename from proced-tree-indent.
2373 (proced-mode): Derive mode from special-mode.
2374 (proced-mode-map): Change accordingly.
2375 (proced, proced-update): Run proced-post-display-hook.
2376 (proced-do-mark-all): Count processes for which mark has been updated.
2377 (proced-format): Check for ppid attribute.
2378 (proced-process-attributes): Take time and ctime attribute from
2379 system-process-attributes.
2380 (proced-send-signal): Doc fix. Collect properly the info on
2381 marked processes. Use fit-window-to-buffer instead of
2382 dired-pop-to-buffer.
2383
2384 2009-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2385
2386 * progmodes/vhdl-mode.el (vhdl-current-line): Don't hardcode
2387 point-min==1.
2388
2389 2009-01-02 Juanma Barranquero <lekktu@gmail.com>
2390
2391 * bindings.el (mode-line-eol-desc): Fix typo in help message.
2392 (mode-line-client): Fix typo in help message and docstring.
2393
2394 2009-01-02 Jason Rumney <jasonr@gnu.org>
2395
2396 * term/w32-win.el (image-library-alist): Add gobject library.
2397
2398 2009-01-02 Martin Rudalics <rudalics@gmx.at>
2399
2400 * frame.el (window-system-default-frame-alist)
2401 (initial-frame-alist, minibuffer-frame-alist)
2402 (pop-up-frame-alist, pop-up-frame-function)
2403 (special-display-frame-alist): Rewrite and reformat doc-strings.
2404
2405 2009-01-01 Martin Rudalics <rudalics@gmx.at>
2406
2407 * simple.el (minibuffer-default-add-shell-commands):
2408 Fix doc-string typo.
2409
2410 2009-01-01 Chong Yidong <cyd@stupidchicken.com>
2411
2412 * language/cham.el: Fix setting of composition-function-table.
2413
2414 * language/khmer.el: Fix setting of composition-function-table.
2415
2416 * language/tibet-util.el (tibetan-composition-function):
2417 Remove unused function, obsoleted by 2008-09-05 change to tibetan.el.
2418
2419 * simple.el (minibuffer-default): Add defvar.
2420
2421 * hippie-exp.el: Require comint.
2422
2423 2008-12-31 Martin Rudalics <rudalics@gmx.at>
2424
2425 * simple.el (last-buffer): Don't set major mode of *scratch* if
2426 that buffer exists already. Rewrite doc-string.
2427
2428 2008-12-31 Andreas Schwab <schwab@suse.de>
2429
2430 * tar-mode.el (tar-mode): Set write-contents-functions instead of
2431 write-region-annotate-functions.
2432 (tar-mode-write-contents): New function.
2433 (tar-write-region-annotate): Remove.
2434
2435 2008-12-31 Chong Yidong <cyd@stupidchicken.com>
2436
2437 * files.el (basic-save-buffer): Revert 2008-12-22 change.
2438 (buffer-swapped-with): Var removed.
2439
2440 2008-12-30 Kenichi Handa <handa@m17n.org>
2441
2442 * language/japanese.el (compose-gstring-for-variation-glyph):
2443 New function. Register it in composition-function-table.
2444
2445 * composite.el (lglyph-set-code): New function.
2446
2447 2008-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * tar-mode.el (tar-data-swapped): New var.
2450 (tar-data-swapped-p, tar-swap-data):
2451 Use it instead of buffer-swapped-with.
2452 (tar-write-region-annotate): Re-add (partial undo of last change).
2453 (tar-mode): Use it again (partial undo as well).
2454
2455 2008-12-30 Ed Swarthout <Ed.Swarthout@hwdebug.com> (tiny change)
2456
2457 * textmodes/table.el (table-capture): Fix symbol quoting typo.
2458
2459 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2460
2461 * follow.el (follow-select-if-visible): Improve the check for the
2462 last line of the window.
2463 (follow-post-command-hook): Perform redisplay in more
2464 circumstances, to avoid getting point stuck on partially visible lines.
2465
2466 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2467
2468 * follow.el (follow-calc-win-end): Use with-selected-window.
2469 (follow-windows-start-end, follow-pos-visible)
2470 (follow-windows-aligned-p): Code cleanup.
2471 (follow-select-if-visible): Try to avoid partially-visible lines.
2472 (follow-select-if-visible-from-first): Call follow-redisplay and
2473 move point to destination.
2474 (follow-redisplay): New arg, to keep selected window unchanged.
2475 (follow-post-command-hook): In final check for destination
2476 visibility, use window-start and window-end instead of the less
2477 accurate follow-pos-visible. If the selected window is redrawn,
2478 tell follow-redisplay to preserve it.
2479 (follow-calculate-first-window-start-from-below): Avoid looping
2480 forever if vertical-motion returns an unexpected value.
2481
2482 2008-12-30 Andreas Schwab <schwab@suse.de>
2483
2484 * server.el (server-running-p): Remove interactive spec.
2485 Fix regexp.
2486
2487 2008-12-30 Chong Yidong <cyd@stupidchicken.com>
2488
2489 * follow.el (follow-calc-win-start): Don't use `inline'.
2490 (follow-update-window-start, follow-select-if-visible)
2491 (follow-calculate-first-window-start-from-below)
2492 (follow-post-command-hook): Code cleanup.
2493 (follow-downward, follow-calculate-first-window-start):
2494 Delete function and merge into follow-redisplay.
2495 (follow-redisplay): Merge code from follow-downward and
2496 follow-calculate-first-window-start.
2497
2498 2008-12-30 Juanma Barranquero <lekktu@gmail.com>
2499
2500 * proced.el (proced-tree-flag): Fix typo in docstring.
2501
2502 2008-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2503
2504 * proced.el (proced-temp-alist): Rename from variable
2505 proced-children-alist.
2506 (proced-process-tree, proced-toggle-tree): Fix docstring.
2507 (proced-tree): Fix docstring. Simplify. Use proced-temp-alist.
2508 (proced-temp-internal): Use proced-temp-alist.
2509
2510 2008-12-29 Dan Nicolaescu <dann@ics.uci.edu>
2511
2512 * subr.el (mkdir): New defalias.
2513
2514 2008-12-29 Juri Linkov <juri@jurta.org>
2515
2516 * proced.el (proced-mode-map): Bind " " to next-line instead of the
2517 command `proced-next-line' removed on 2008-09-06.
2518
2519 2008-12-28 Juri Linkov <juri@jurta.org>
2520
2521 * misearch.el (multi-isearch-next-buffer-function): Doc fix.
2522 (multi-isearch-search-fun): Set the second arg WRAP to nil explicitly.
2523
2524 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
2525 Use `find-file-noselect' instead of `find-file' (for Emacs 22 and 23).
2526 (reftex-isearch-minor-mode): If `multi-isearch-next-buffer-function'
2527 is bound set it to `reftex-isearch-switch-to-next-file'. Otherwise,
2528 set 4 obsolete variables for backward-compatibility with Emacs 22.
2529
2530 2008-12-28 Juri Linkov <juri@jurta.org>
2531
2532 * misc.el (butterfly): Doc fix. Add `animate-string' and `browse-url'.
2533
2534 2008-12-28 Raffael Mancini <raffael.mancini@hcl-club.lu> (tiny change)
2535
2536 * misc.el (butterfly): New command.
2537
2538 2008-12-28 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2539
2540 * proced.el (proced-grammar-alist): Allow predicate nil.
2541 New attribute tree.
2542 (proced-format-alist): Use attribute tree.
2543 (proced-tree-flag, proced-tree-indent): New variables.
2544 (proced-children-alist): Rename from proced-process-tree.
2545 PPID must refer to a process in process-alist.
2546 Ignore PPIDs that equal PID (Bug#1718).
2547 Children alist inherits sorting order from process-alist.
2548 (proced-process-tree): New variable. New function.
2549 (proced-process-tree-internal, proced-toggle-tree)
2550 (proced-tree, proced-tree-insert, proced-format-tree): New functions.
2551 (proced-mark-process-alist): Add docstring.
2552 (proced-filter-parents): PPID must refer to a process in
2553 process-alist. Ignore PPIDs that equal PID (Bug#1718).
2554 (proced-sort): Throw error if attribute is not sortable.
2555 (proced-sort-interactive): Restrict completion to sortable attributes.
2556 (proced-format): Include tree in standard attributes if
2557 proced-tree-flag is non-nil. Make header clickable only if
2558 corresponding predicate is non-nil.
2559 (proced-update): Use proced-tree.
2560
2561 2008-12-28 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * diff.el (diff): Doc fix.
2564
2565 * emacs-lisp/rx.el (rx): Doc fix.
2566
2567 * files.el (move-file-to-trash): Bind backup-directory-alist to nil
2568 before uniquifying backup trash file name.
2569
2570 2008-12-27 Andreas Schwab <schwab@suse.de>
2571
2572 * vc-git.el (vc-git-dir-printer): Fix filename column.
2573
2574 2008-12-27 Nicholas Maniscalco <nicholas@maniscalco.com> (tiny change)
2575
2576 * term.el (term-emulate-terminal): Decode substring just prior to
2577 inserting it, i.e. revert part of the 2008-09-24 change. (Bug#1469)
2578
2579 2008-12-27 Eli Zaretskii <eliz@gnu.org>
2580
2581 * makefile.w32-in (MH_E_DIR): New variable.
2582 ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2583 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2584 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2585 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2586 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2587 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2588 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2589 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2590 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2591 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2592 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2593
2594 * Makefile.in ($(MH_E_DIR)/mh-alias.elc $(MH_E_DIR)/mh-comp.elc)
2595 ($(MH_E_DIR)/mh-folder.elc $(MH_E_DIR)/mh-funcs.elc)
2596 ($(MH_E_DIR)/mh-identity.elc $(MH_E_DIR)/mh-inc.elc)
2597 ($(MH_E_DIR)/mh-junk.elc $(MH_E_DIR)/mh-letter.elc)
2598 ($(MH_E_DIR)/mh-limit.elc $(MH_E_DIR)/mh-mime.elc)
2599 ($(MH_E_DIR)/mh-print.elc $(MH_E_DIR)/mh-scan.elc)
2600 ($(MH_E_DIR)/mh-search.elc $(MH_E_DIR)/mh-seq.elc)
2601 ($(MH_E_DIR)/mh-show.elc $(MH_E_DIR)/mh-speed.elc)
2602 ($(MH_E_DIR)/mh-thread.elc $(MH_E_DIR)/mh-tool-bar.elc)
2603 ($(MH_E_DIR)/mh-utils.elc $(MH_E_DIR)/mh-xface.elc)
2604 ($(MH_E_DIR)/mh-e.elc $(MH_E_DIR)/mh-limit.elc): New dependencies.
2605
2606 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2607
2608 * files.el (dosified-file-name): Declare.
2609
2610 2008-12-26 Andreas Schwab <schwab@suse.de>
2611
2612 * subr.el (keymap-canonicalize): Properly preserve keymap prompt.
2613
2614 * tar-mode.el (tar-swap-data): New function.
2615 (tar-change-major-mode-hook): Use it instead of buffer-swap-text.
2616 (tar-mode-revert): Likewise.
2617 (tar-mode): Likewise. Don't set write-region-annotate-functions.
2618 (tar-data-swapped-p): Test buffer-swapped-with.
2619 (tar-write-region-annotate): Remove.
2620 (tar-header-block-tokenize): Add argument `coding' and use it
2621 instead of tar-file-name-coding-system.
2622 (tar-summarize-buffer): Pass tar-file-name-coding-system here.
2623
2624 2008-12-26 Eli Zaretskii <eliz@gnu.org>
2625
2626 * dos-fns.el (dosified-file-name): New function.
2627
2628 * files.el (dir-locals-find-file): Run dir-locals-file through
2629 dosified-file-name. Compare files case-insensitively on systems
2630 whose filesystems are case-insensitive.
2631
2632 2008-12-25 Martin Rudalics <rudalics@gmx.at>
2633
2634 * help.el (help-for-help-internal): Fix entry for "l".
2635
2636 2008-12-25 Richard M Stallman <rms@gnu.org>
2637
2638 * shadowfile.el (shadow-copy-file): Revert previous change.
2639 This code as it was should work properly with buffer-swapped-with.
2640
2641 2008-12-24 Francois Fleuret <francois.fleuret@idiap.ch> (tiny change)
2642
2643 * textmodes/tex-mode.el (tex-bibtex-file): Use tex-main-file.
2644
2645 2008-12-24 Dan Nicolaescu <dann@ics.uci.edu>
2646
2647 * subr.el (chmod): New defalias for set-file-modes.
2648
2649 2008-12-23 Juri Linkov <juri@jurta.org>
2650
2651 * isearch.el (isearch-filter-predicate, isearch-search):
2652 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2653 (isearch-filter-visible): Rename from
2654 `isearch-filter-invisible'. Doc fix.
2655
2656 * dired-aux.el (dired-isearch-filenames-toggle): Use the original
2657 value from `dired-isearch-filter-predicate-orig' instead of the
2658 symbol `isearch-filter-invisible'. Doc fix.
2659 (dired-isearch-filter-filenames): Doc fix.
2660 Replace `isearch-filter-invisible' with `isearch-filter-visible'.
2661
2662 * info.el (Info-find-node-2): Use negative offset 2 instead of 1
2663 for Info-point-loc since it is more correct in all cases.
2664 (Info-isearch-filter): Rename from
2665 `Info-isearch-filter-predicate'. Doc fix.
2666 (Info-mode): Replace `Info-isearch-filter-predicate' with
2667 `Info-isearch-filter'.
2668
2669 2008-12-23 Daiki Ueno <ueno@unixuser.org>
2670
2671 * pgg.el: Add obsolescence info.
2672
2673 2008-12-22 Richard M Stallman <rms@gnu.org>
2674
2675 * shadowfile.el (shadow-copy-file): Handle buffer-swapped-with.
2676
2677 * files.el (buffer-swapped-with): New variable.
2678 (basic-save-buffer-0): Most of basic-save-buffer moved here.
2679 (basic-save-buffer): Unswap the buffer temporarily if nec.
2680
2681 * dired.el (dired-readin): Inhibit modification hooks.
2682
2683 2008-12-22 Ulf Jasper <ulf.jasper@web.de>
2684
2685 * net/newst-backend.el (newst-backend):
2686 Remove wrong duplicate provide statement.
2687
2688 2008-12-22 Michael Albinus <michael.albinus@gmx.de>
2689
2690 * net/tramp.el (tramp-rfn-eshadow-update-overlay): Move overlay to
2691 end, before updating.
2692 (tramp-convert-file-attributes): Add "l" indicator to file modes.
2693 (tramp-file-name-real-user, tramp-file-name-domain): New defuns.
2694
2695 2008-12-21 Martin Rudalics <rudalics@gmx.at>
2696
2697 * window.el (set-window-text-height): Fix doc-string.
2698
2699 2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
2700
2701 * minibuffer.el (completion-all-completions-with-base-size): Remove.
2702 (completion-all-completions): Don't set it.
2703 (completion-table-with-context, completion--file-name-table):
2704 Don't add base-size in last cdr.
2705 (completion-hilit-commonality): Add argument `base-size'.
2706 (display-completion-list, completion-emacs21-all-completions)
2707 (completion-emacs22-all-completions, completion-basic-all-completions):
2708 Provide it.
2709 (completion-pcm--all-completions): Don't need to remove the base-size
2710 in last-cdr any more.
2711
2712 2008-12-20 Agustín Martín <agustin.martin@hispalinux.es>
2713
2714 * textmodes/ispell.el (ispell-check-minver): New function.
2715 (ispell-check-version): Rewrite spellchecker and version checking.
2716 Use (ispell-check-minver). Handle hunspell versions.
2717
2718 2008-12-20 Chong Yidong <cyd@stupidchicken.com>
2719
2720 * ido.el (ido-read-internal): Handle `confirm' and
2721 `confirm-after-completion' values for the require-match argument.
2722
2723 2008-12-20 Jason Rumney <jasonr@gnu.org>
2724
2725 * international/mule.el (auto-coding-regexp-alist):
2726 Use utf-8-with-signature for files starting with UTF-8 BOM. (Bug#269)
2727
2728 2008-12-20 Ami Fischman <ami@fischman.org>
2729
2730 * bindings.el (mode-line-eol-desc): Use assoc to query
2731 mode-line-eol-desc-cache.
2732
2733 2008-12-20 Glenn Morris <rgm@gnu.org>
2734
2735 * comint.el (comint-save-input-ring-index): Add missing initial value.
2736
2737 2008-12-19 Juanma Barranquero <lekktu@gmail.com>
2738
2739 * proced.el (proced-grammar-alist): Doc fix.
2740 (proced-marker-char, proced-mark, proced-help-string, proced-mode-map)
2741 (proced-filter-parents, proced-sort-header, proced-update, proced-help)
2742 (proced-undo): Fix typos in docstrings.
2743
2744 2008-12-19 Glenn Morris <rgm@gnu.org>
2745
2746 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
2747 (authors-fixed-case): New constant.
2748 (authors-public-domain-files, authors-ignored-files):
2749 (authors-valid-file-names, authors-renamed-files-alist): Update lists.
2750 (authors-renamed-files-regexps): Add some new entries.
2751 (authors-canonical-file-name): Don't complain about ignored files.
2752 (authors-canonical-author-name): Doc fix. Respect authors-fixed-case.
2753 (authors): Ensure error buffer is writable.
2754
2755 2008-12-18 Agustín Martín <agustin.martin@hispalinux.es>
2756
2757 (ispell-really-hunspell): New variable to signal hunspell.
2758 (ispell-check-version):
2759 Check if hunspell and set ispell-really-hunspell if needed.
2760 (ispell-send-string, ispell-start-process, flyspell-large-region):
2761 Pass right options for hunspell if needed.
2762
2763 2008-12-18 Kenichi Handa <handa@m17n.org>
2764
2765 * international/fontset.el (script-representative-chars)
2766 (setup-default-fontset): Add more scripts.
2767
2768 * international/characters.el: Add more scripts.
2769
2770 2008-12-19 Juri Linkov <juri@jurta.org>
2771
2772 * info.el (Info-isearch-search): Implement lax version of
2773 incremental word search in Info.
2774 (Info-isearch-start): Set Info-isearch-initial-node to the
2775 current node when search is nonincremental to not stop at the
2776 initial node in this case.
2777 (Info-mode-map): Unbind "\M-s" from `Info-search'.
2778
2779 2008-12-18 Juanma Barranquero <lekktu@gmail.com>
2780
2781 * textmodes/rst.el (rst-promote-region): Reflow docstring.
2782 (rst-mode-map, rst-mode-hook, rst-section-tree-rec)
2783 (rst-repeat-last-character): Fix typos in docstrings.
2784 (rst-mode, rst-backward-section): Doc fixes.
2785
2786 2008-12-18 Ulf Jasper <ulf.jasper@web.de>
2787
2788 * net/newst-treeview.el (newsticker-groups-filename): Made obsolete.
2789 (newsticker-treeview-quit): Call `newsticker-treeview-save'.
2790 (newsticker--treeview-load): Check whether groups file exists.
2791
2792 * net/newst-backend.el (newsticker-cache-filename): Made obsolete.
2793 (newsticker-dir): Use `locate-user-emacs-file'.
2794
2795 2008-12-18 Martin Rudalics <rudalics@gmx.at>
2796
2797 * emulation/cua-base.el (cmd): Add beginning-of-visual-line and
2798 end-of-visual-line to CUA's recognized commands. (Bug#1549)
2799
2800 2008-12-18 Dan Nicolaescu <dann@ics.uci.edu>
2801
2802 * newcomment.el (comment-style): Default to `indent'. (Bug#1153)
2803
2804 * startup.el (command-line): Do not mention the server name in
2805 case the user has not mentioned it, print a more explicit message.
2806
2807 * vc-dir.el (vc-dir-at-event): Rename from vc-at-event.
2808 Change all callers.
2809
2810 2008-12-18 Sam Steingold <sds@gnu.org>
2811
2812 * vc-dir.el (vc-at-event): Handle (tool-bar) events. Fix bug#1585.
2813
2814 2008-12-18 Juri Linkov <juri@jurta.org>
2815
2816 * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from
2817 `isearch-edit-string-set-word'.
2818 (isearch-edit-string-set-word): Remove.
2819 (isearch-occur): Imitate the C function `wordify' by replacing
2820 non-word character with the \\W+ regexp.
2821 (isearch-search-fun): Add `isearch-nonincremental' to the
2822 condition of using a non-lax version of `word-search-forward'.
2823
2824 2008-12-17 Daiki Ueno <ueno@unixuser.org>
2825
2826 * epa-file.el (epa-file-insert-file-contents):
2827 Set buffer-file-name before decrypting a file.
2828
2829 2008-12-16 Juanma Barranquero <lekktu@gmail.com>
2830
2831 * server.el (server-start): If unable to start the server,
2832 display a warning instead of raising an error.
2833
2834 * startup.el (server-process): Add defvar.
2835 (command-line): If the daemon is unable to start the server,
2836 display a message and exit Emacs.
2837
2838 2008-12-15 Sam Steingold <sds@gnu.org>
2839
2840 * progmodes/cc-cmds.el (c-defun-name): Handle DEFFOO(name,...),
2841 mostly for CLISP modules, but could also be useful elsewhere.
2842
2843 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2844
2845 * face-remap.el (text-scale-mode-step, buffer-face-mode-face):
2846 * icomplete.el (icomplete-prospects-height):
2847 * textmodes/bibtex.el (bibtex-cite-matcher-alist): Add :version tags.
2848
2849 2008-12-15 Juanma Barranquero <lekktu@gmail.com>
2850
2851 * international/mule.el (find-auto-coding): Fix typo in docstring.
2852
2853 * international/mule-cmds.el (select-safe-coding-system):
2854 * mail/rmail.el (rmail-require-mime-maybe):
2855 Fix arguments of `display-warning'.
2856
2857 * simple.el (bad-package-check): Fix arguments of `display-warning',
2858 using the package name as TYPE. Use `string-match-p'.
2859
2860 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2861
2862 * proced.el (proced-sort-interactive, proced-sort-pcpu)
2863 (proced-sort-pmem, proced-sort-start, proced-sort-time)
2864 (proced-sort-user, proced-sort-header): Prefix arg determines
2865 sorting order. Suggested by Dan Nicolaescu.
2866 (proced-revert): Doc fix.
2867
2868 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2869
2870 * proced.el (proced-grammar-alist): Allow refiner elements that
2871 are cons pairs (function . help-echo) or nil.
2872 (proced-refine): Use them.
2873 (proced-format-alist): Allow alternatives.
2874 (proced-descend): New variable.
2875 (proced-sort): New arg descend.
2876 (proced-sort-interactive): Repeated calls toggle sort order.
2877 (proced-format): Accomodate changes of proced-format-alist.
2878 Undefined attributes are displayed as "?".
2879 (proced-process-attributes): New optional arg pid-list.
2880 Ignore processes with empty attribute list.
2881
2882 2008-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2883
2884 * proced.el (proced-auto-update-interval): Rename from
2885 proced-timer-interval.
2886 (proced-auto-update-flag): Rename from proced-timer-flag.
2887 (proced-auto-update-timer): Rename from proced-timer.
2888 (proced-toggle-auto-update): Rename from proced-toggle-timer-flag.
2889 (proced-available): Initialize appropriately.
2890
2891 2008-12-13 Glenn Morris <rgm@gnu.org>
2892
2893 * subr.el (declare-function): Doc fix.
2894
2895 * font-core.el (font-lock-defaults): Doc fix: mention levels;
2896 refer to elisp manual.
2897
2898 2008-12-12 Martin Rudalics <rudalics@gmx.at>
2899
2900 * window.el (fit-window-to-buffer): Return non-nil when height
2901 was orderly adjusted, nil otherwise.
2902
2903 2008-12-12 Juanma Barranquero <lekktu@gmail.com>
2904 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * server.el (server-sentinel): Uncomment code to delete connection file.
2907 (server-start): Save the connection file in the server property list.
2908 Delete it only when we are reasonably convinced that it is not owned by
2909 a running server.
2910 (server-force-delete): New command to force-delete the connection file,
2911 and stop the server if it is running.
2912 (server-running-p): Return t also for local TCP servers when we find a
2913 process with a matching PID, and :other for undecided cases.
2914
2915 2008-12-11 Martin Rudalics <rudalics@gmx.at>
2916
2917 * window.el (fit-window-to-buffer): Use with-selected-window and
2918 condition-case. Do not delete more windows than necessary in
2919 the shrinking (delta < 0) case. Do not raise an error when the
2920 containing frame is too small to show all of buffer. (Bug#1488)
2921
2922 * dired.el (dired-pop-to-buffer): Call fit-window-to-buffer with
2923 min-height arg 1 to make sure that small buffers are shown.
2924
2925 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2926
2927 * progmodes/ruby-mode.el (ruby-mode-abbrev-table, ruby-mode-map)
2928 (ruby-mode-syntax-table, ruby-indent-tabs-mode, ruby-indent-level)
2929 (ruby-mode-variables, ruby-indent-line, ruby-indent-size)
2930 (ruby-calculate-indent, ruby-electric-brace, ruby-beginning-of-defun)
2931 (ruby-here-doc-beg-syntax, ruby-here-doc-end-syntax)
2932 (ruby-font-lock-syntax-table, ruby-font-lock-keywords)
2933 (ruby-end-of-defun, ruby-move-to-block, ruby-forward-sexp)
2934 (ruby-backward-sexp, ruby-add-log-current-method)
2935 (ruby-font-lock-syntactic-keywords, ruby-comment-beg-syntax)
2936 (ruby-in-here-doc-p, ruby-mode): Fix typos in docstrings.
2937 (ruby-deep-indent-paren): Doc fix.
2938 (ruby-insert-encoding-magic-comment): Remove * from docstring.
2939 (ruby-here-doc-find-end): Reflow docstring.
2940
2941 2008-12-11 Stephen Berman <Stephen.Berman@rub.de>
2942
2943 * dired.el (dired-pop-to-buffer): Use fit-window-to-buffer when
2944 dired-shrink-to-fit is non-nil. (Bug#1488)
2945
2946 2008-12-11 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * w32-fns.el (w32-list-locales): Revert part of 2008-10-17 change;
2949 decoding of long locale info is now done in `w32-get-locale-info'.
2950
2951 2008-12-11 Chong Yidong <cyd@stupidchicken.com>
2952
2953 * progmodes/ruby-mode.el: Fix auto-mode-alist entry.
2954
2955 2008-12-10 Chong Yidong <cyd@stupidchicken.com>
2956
2957 * Makefile.in (ELCFILES): Add ruby-mode.elc.
2958
2959 * term/xterm.el (xterm-remove-modify-other-keys): Fix error in
2960 terminal variable assignment.
2961
2962 2008-12-10 Yukihiro Matsumoto <matz@ruby-lang.org>
2963 Nobuyoshi Nakada <nobu@ruby-lang.org>
2964
2965 * progmodes/ruby-mode.el: New file.
2966
2967 2008-12-10 Juanma Barranquero <lekktu@gmail.com>
2968
2969 * net/tramp.el (top): Don't fail if there is no current message.
2970 [Ulrich Mueller sent a patch, which I saw too late.] (Bug#1514)
2971
2972 2008-12-10 Kenichi Handa <handa@m17n.org>
2973
2974 * international/fontset.el (setup-default-fontset): Add an entry
2975 for characters in the Unicode SIP area.
2976
2977 2008-12-10 Glenn Morris <rgm@gnu.org>
2978
2979 * vc-mcvs.el: Move to obsolete/, with warning comment.
2980 * Makefile.in (ELCFILES): Update.
2981
2982 2008-12-10 Daiki Ueno <ueno@unixuser.org>
2983
2984 * epa-hook.el (epa-file-find-file-hook): Don't mark the current
2985 buffer unmodified. (Bug#1509)
2986 * epa-file.el (epa-file-insert-file-contents): Set buffer's
2987 modification time if visiting a file and the content is
2988 successfully decrypted.
2989
2990 2008-12-09 Chong Yidong <cyd@stupidchicken.com>
2991
2992 * files.el (save-some-buffers): At each map-y-or-n-p iteration,
2993 check whether the buffer is still alive.
2994
2995 2008-12-09 Stefan Monnier <monnier@iro.umontreal.ca>
2996
2997 * emacs-lisp/rx.el (rx-submatch): Pass : to rx-form.
2998
2999 2008-12-09 Glenn Morris <rgm@gnu.org>
3000
3001 * Makefile.in (ELCFILES): Update.
3002
3003 2008-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3004
3005 * autoinsert.el (auto-insert): Use expand-file-name instead of concat.
3006 Suggested by Eric Hanchrow <eric.hanchrow@gmail.com>.
3007
3008 2008-12-06 Chong Yidong <cyd@stupidchicken.com>
3009
3010 * term/xterm.el (terminal-init-xterm): Discard pending input
3011 before reading a reply to the terminal attributes query.
3012
3013 2008-12-05 Andreas Schwab <schwab@suse.de>
3014
3015 * dired.el (dired-font-lock-keywords): Fix last change.
3016
3017 2008-12-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3018
3019 * ps-bdf.el (bdf-directory-list): Transform (defvar ... "*..")
3020 into (defcustom ... "..." :type ... :group...).
3021
3022 2008-12-05 Juanma Barranquero <lekktu@gmail.com>
3023
3024 * international/mule-diag.el (mule-diag): Display the window
3025 system version in a less laconic way.
3026
3027 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3028
3029 * ibuffer.el (ibuffer-sort-bufferlist): Require ibuf-ext
3030 if the sorting functions are not loaded. (Bug#1432)
3031
3032 2008-12-04 Sam Steingold <sds@gnu.org>
3033
3034 * progmodes/compile.el (compilation-read-command): Extract from
3035 compile.
3036 (compile): Use it.
3037 (recompile): Accept an optional argument to enable editing the
3038 command line.
3039
3040 2008-12-04 Michael Albinus <michael.albinus@gmx.de>
3041
3042 * net/tramp.el (top): Write a message, when loading Tramp.
3043
3044 * net/tramp-cache.el (tramp-dump-connection-properties):
3045 Polish the check, whether to dump the data.
3046
3047 2008-12-04 Lute Kamstra <lute@gnu.org>
3048
3049 * vc-cvs.el (vc-cvs-could-register): Don't use file-directory-p to
3050 check if the file "CVS/Entries" exists.
3051
3052 2008-12-04 Juanma Barranquero <lekktu@gmail.com>
3053
3054 * international/mule-diag.el (list-character-sets): Doc fix.
3055 (list-character-sets-2): Fix info in header. Simplify.
3056 (print-coding-system): Simplify.
3057 (list-input-methods-1): Simplify.
3058 (mule-diag): Display current font/fontset for all window systems,
3059 not just X. Simplify.
3060
3061 2008-12-04 Glenn Morris <rgm@gnu.org>
3062
3063 * vc-cvs.el (vc-cvs-register-switches): Doc fix. Add t as option.
3064 (vc-cvs-register): Doc fix.
3065 * vc-mcvs.el (vc-mcvs-register-switches): Doc fix. Add t as option.
3066 (vc-mcvs-register): Doc fix.
3067 * vc-rcs.el (vc-rcs-register-switches): Doc fix. Add t as option.
3068 (vc-rcs-register): Doc fix.
3069 * vc-sccs.el (vc-sccs-register-switches): Doc fix. Add t as option.
3070 (vc-sccs-register): Doc fix.
3071 * vc-svn.el (vc-svn-register-switches): Doc fix. Add t as option.
3072 (vc-svn-register): Doc fix.
3073
3074 * files.el (toggle-read-only): Doc fix.
3075
3076 2008-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3077
3078 * apropos.el (apropos-print-doc): Fix thinko that caused long labels to
3079 be used in compact layout and vice-versa.
3080
3081 2008-12-03 Juanma Barranquero <lekktu@gmail.com>
3082
3083 * w32-fns.el (w32-list-locales): Use `with-output-to-temp-buffer',
3084 like most list-* commands.
3085
3086 * international/mule-diag.el (unicodedata-file, unicode-data): Remove.
3087 They already exist in descr-text.el as `describe-char-unicodedata-file'
3088 and `describe-char-unicode-data'.
3089 (print-list): Simplify.
3090 (read-charset): Reflow docstring.
3091 (list-coding-systems): Doc fix.
3092
3093 2008-12-03 Glenn Morris <rgm@gnu.org>
3094
3095 * vc.el (vc-diff-switches): Doc fix.
3096 * vc-bzr.el (vc-bzr-diff-switches): Doc fix. Add t as option.
3097 (vc-bzr-log-switches): Doc fix.
3098 * vc-cvs.el (vc-cvs-diff-switches): Doc fix. Add t as option.
3099 * vc-git.el (vc-git-diff-switches): Doc fix.
3100 * vc-hg.el (vc-hg-diff-switches): Doc fix.
3101 * vc-mcvs.el (vc-mcvs-diff-switches): Doc fix.
3102 * vc-mtn.el (vc-mtn-diff-switches): Doc fix.
3103 * vc-rcs.el (vc-rcs-diff-switches): Doc fix. Add t as option.
3104 * vc-sccs.el (vc-sccs-diff-switches): Doc fix. Add t as option.
3105
3106 * vc-arch.el (vc-arch-diff-switches): New option, for consistency with
3107 other backends.
3108 (vc-arch-diff): Apply switches.
3109
3110 * vc-cvs.el (vc-cvs-diff): Use vc-diff-switches or diff-switches rather
3111 than appending.
3112
3113 * vc-sccs.el (vc-sccs-register-switches): Remove leading * from doc.
3114
3115 2008-12-03 Daiki Ueno <ueno@unixuser.org>
3116
3117 * epa.el (epa--show-key): Use past tense of "expire" if the key
3118 has already been expired. Thanks to Peter BARABAS.
3119
3120 2008-12-03 Lute Kamstra <lute@gnu.org>
3121
3122 * align.el:
3123 * allout.el:
3124 * apropos.el:
3125 * arc-mode.el:
3126 * autoinsert.el:
3127 * avoid.el:
3128 * battery.el:
3129 * bookmark.el:
3130 * buff-menu.el:
3131 * calculator.el:
3132 * chistory.el:
3133 * cmuscheme.el:
3134 * comint.el:
3135 * compare-w.el:
3136 * dabbrev.el:
3137 * delim-col.el:
3138 * desktop.el:
3139 * diff-mode.el:
3140 * diff.el:
3141 * dired-aux.el:
3142 * dired-x.el:
3143 * dired.el:
3144 * dos-vars.el:
3145 * ediff-diff.el:
3146 * ediff-help.el:
3147 * ediff-init.el:
3148 * ediff-merg.el:
3149 * ediff-mult.el:
3150 * ediff-ptch.el:
3151 * ediff-vers.el:
3152 * ediff-wind.el:
3153 * ediff.el:
3154 * emerge.el:
3155 * facemenu.el:
3156 * faces.el:
3157 * ffap.el:
3158 * filecache.el:
3159 * find-dired.el:
3160 * font-core.el:
3161 * font-lock.el:
3162 * forms.el:
3163 * fringe.el:
3164 * help-at-pt.el:
3165 * hippie-exp.el:
3166 * ido.el:
3167 * image-file.el:
3168 * imenu.el:
3169 * indent.el:
3170 * info.el:
3171 * isearchb.el:
3172 * iswitchb.el:
3173 * jit-lock.el:
3174 * jka-compr.el:
3175 * log-edit.el:
3176 * lpr.el:
3177 * ls-lisp.el:
3178 * man.el:
3179 * menu-bar.el:
3180 * midnight.el:
3181 * mouse-sel.el:
3182 * mouse.el:
3183 * msb.el:
3184 * outline.el:
3185 * paren.el:
3186 * pcmpl-cvs.el:
3187 * pcmpl-gnu.el:
3188 * pcomplete.el:
3189 * pcvs-info.el:
3190 * pcvs-parse.el:
3191 * printing.el:
3192 * ps-mule.el:
3193 * ps-print.el:
3194 * replace.el:
3195 * ruler-mode.el:
3196 * saveplace.el:
3197 * sb-image.el:
3198 * scroll-bar.el:
3199 * sha1.el:
3200 * shadowfile.el:
3201 * shell.el:
3202 * sort.el:
3203 * speedbar.el:
3204 * strokes.el:
3205 * tempo.el:
3206 * term.el:
3207 * terminal.el:
3208 * time-stamp.el:
3209 * time.el:
3210 * tree-widget.el:
3211 * type-break.el:
3212 * vc-cvs.el:
3213 * vc-hg.el:
3214 * vc-mcvs.el:
3215 * vc-rcs.el:
3216 * vc-sccs.el:
3217 * vc.el:
3218 * view.el:
3219 * w32-vars.el:
3220 * whitespace.el:
3221 * wid-edit.el: Remove leading * from docstrings of defcustoms,
3222 deffaces, defconsts and defuns.
3223
3224 2008-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
3225
3226 * complete.el (PC-do-completion): Fix leftover bug from Emacs-21 when
3227 the prompt was added to the minibuffer.
3228
3229 2008-12-02 Glenn Morris <rgm@gnu.org>
3230
3231 * format.el (format-write-file): Rewrite doc yet again.
3232
3233 * progmodes/cc-vars.el (c-tab-always-indent, c-insert-tab-function):
3234 Doc fix. (Bug#1368)
3235
3236 * textmodes/texinfo.el (texinfo-insert-quote): Tweak previous change.
3237
3238 2008-12-02 Aaron S. Hawley <aaronh@garden.org>
3239
3240 * textmodes/texinfo.el (texinfo-insert-quote): Handle corner
3241 case where point is at the beginning of the buffer. (Bug#1239)
3242
3243 2008-12-02 Lennart Borgman <lennart.borgman@gmail.com>
3244
3245 * nxml/nxml-mode.el (nxml-indent-line): Don't re-indent lines that
3246 already have the correct indentation. (Bug#859)
3247
3248 2008-12-02 Kenichi Handa <handa@m17n.org>
3249
3250 * international/uni-decomposition.el: Re-generated.
3251
3252 2008-12-01 Andreas Schwab <schwab@suse.de>
3253
3254 * dired.el (dired-font-lock-keywords): Avoid fontifying file names
3255 ending in a colon as directory header.
3256
3257 2008-12-01 Kenichi Handa <handa@m17n.org>
3258
3259 * international/uni-numeric.el: Re-generated.
3260
3261 * international/charprop.el: Re-generated.
3262
3263 2008-12-01 Juanma Barranquero <lekktu@gmail.com>
3264
3265 * international/mule-cmds.el (locale-preferred-coding-systems):
3266 Fix alist item.
3267
3268 2008-12-01 Michael Albinus <michael.albinus@gmx.de>
3269
3270 * net/tramp-cache.el (tramp-cache-data-changed): New defvar.
3271 (tramp-set-connection-property, tramp-flush-connection-property)
3272 (tramp-dump-connection-properties): Use it.
3273
3274 2008-11-30 Chong Yidong <cyd@stupidchicken.com>
3275
3276 * wdired.el (wdired-finish-edit): If displaying a single file,
3277 change dired-directory if that file was renamed.
3278
3279 * emacs-lisp/byte-run.el (macro-declaration-function):
3280 Disallow declare specs with lengths of 3 or more.
3281
3282 * dirtrack.el (dirtrack): Fix error message.
3283
3284 2008-11-30 Glenn Morris <rgm@gnu.org>
3285
3286 * vc-svn.el (vc-svn-diff-switches): Doc fix.
3287 (vc-svn-diff): Fix the case where vc-svn-diff-switches is nil.
3288
3289 * vc-git.el (vc-git-diff):
3290 * vc-hg.el (vc-hg-diff):
3291 * vc-mtn.el (vc-mtn-diff): No need to duplicate vc-switches logic.
3292
3293 * eshell/esh-proc.el (eshell-needs-pipe): New variable.
3294 (eshell-needs-pipe-p): New function.
3295 (eshell-gather-process-output): Set process-connection-type according to
3296 eshell-needs-pipe-p. (Bug#1388)
3297
3298 2008-11-30 Juanma Barranquero <lekktu@gmail.com>
3299
3300 * calendar/diary-lib.el (diary-cyclic): Doc fix.
3301 (diary-remind-message, diary-number-of-entries)
3302 (diary-include-other-diary-files, diary-mark-included-diary-files)
3303 (diary-view-entries, diary-date, diary-block, diary-insert-entry-1)
3304 (diary-font-lock-keywords-1): Reflow docstrings.
3305 (diary-add-to-list, calendar-mark-1, diary-entry-time, diary-make-date)
3306 (diary-anniversary, diary-date-display-form): Fix typos in docstrings.
3307
3308 * emacs-lisp/timer.el (timer-duration-words): Fix typo in docstring.
3309 (timer-duration): Use `string-match-p'.
3310
3311 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3312
3313 * complete.el (PC-do-complete-and-exit):
3314 Use minibuffer-confirm-exit-commands.
3315
3316 * minibuffer.el (minibuffer-confirm-exit-commands):
3317 Add PC-complete and PC-complete-word to the list.
3318
3319 2008-11-29 Juanma Barranquero <lekktu@gmail.com>
3320
3321 * files.el (break-hardlink-on-save): Fix typo in docstring.
3322 Add :version tag.
3323
3324 * emacs-lisp/re-builder.el (reb-mode-map): Fix typo in menu tooltip.
3325 (reb-mode): Define with `define-derived-mode'.
3326
3327 2008-11-29 Karl Fogel <kfogel@red-bean.com>
3328
3329 * files.el (break-hardlink-on-save): New variable.
3330 (basic-save-buffer-2): Honor new variable break-hardlink-on-save.
3331 (file-precious-flag): Mention it in doc string.
3332
3333 2008-11-29 Miles Bader <miles@gnu.org>
3334
3335 * minibuffer.el (minibuffer-confirm-exit-commands): New variable.
3336 (minibuffer-complete-and-exit): Use it.
3337
3338 2008-11-29 Chong Yidong <cyd@stupidchicken.com>
3339
3340 * term/x-win.el (x-gtk-stock-cache): New hash table.
3341 (x-gtk-map-stock): Perform caching to prevent excess consing
3342 during redisplay.
3343
3344 2008-11-29 Stefan Monnier <monnier@iro.umontreal.ca>
3345
3346 * minibuffer.el (completion--try-word-completion): Don't ignore
3347 partial-completion if it's the only style.
3348
3349 2008-11-28 Juanma Barranquero <lekktu@gmail.com>
3350
3351 * emacs-lisp/re-builder.el (reb-auto-update): Remove redundant code.
3352 (re-builder): Reuse window displaying the *RE-Builder* buffer, if any.
3353 (reb-initialize-buffer): Update matches, in case we're reentering
3354 RE Builder mode.
3355
3356 2008-11-28 Chong Yidong <cyd@stupidchicken.com>
3357
3358 * complete.el (PC-do-complete-and-exit): Synch to 2008-11-24 change
3359 to minibuffer.el; recognize `confirm' and `confirm-after-completion'
3360 values for minibuffer-completion-confirm.
3361
3362 2008-11-28 Martin Rudalics <rudalics@gmx.at>
3363
3364 * emacs-lisp/eldoc.el (eldoc-docstring-first-line): Don't match
3365 any but the first "*" in a doc-string.
3366
3367 2008-11-28 Glenn Morris <rgm@gnu.org>
3368
3369 * format.el (format-write-file): Improve previous doc fix.
3370
3371 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3372
3373 * simple.el (use-empty-active-region, use-region-p)
3374 (region-active-p): Doc fix.
3375
3376 2008-11-27 Martin Rudalics <rudalics@gmx.at>
3377
3378 * window.el (display-buffer): Fix handling of not-this-window
3379 argument. (Bug#1415)
3380
3381 2008-11-27 Kenichi Handa <handa@m17n.org>
3382
3383 * international/characters.el: Set category 'C' to characters
3384 #x20000..#x2AFFF, #x2F800..#x2FFFF.
3385
3386 * loadup.el: Set inhibit-load-charset-map to t while preloading files.
3387
3388 2008-11-27 Chong Yidong <cyd@stupidchicken.com>
3389
3390 * tool-bar.el (tool-bar-find-image-cache): Var deleted.
3391 (tool-bar-find-image): Function deleted.
3392 (tool-bar-local-item, tool-bar-local-item-from-menu):
3393 Use find-image instead of tool-bar-find-image.
3394 (tool-bar-keymap-cache): New hash table.
3395 (tool-bar-make-keymap): Use it.
3396 (tool-bar-make-keymap-1): Move body of tool-bar-make-keymap here.
3397
3398 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3399
3400 * net/dbus.el (dbus-handle-event): The result of a message call
3401 handler can also be an object, which is not a consp.
3402
3403 2008-11-25 Alan Mackenzie <acm@muc.de>
3404
3405 * emacs-lisp/lisp.el (forward-sexp, backward-sexp, mark-sexp)
3406 (forward-list, backward-list, down-list, backward-up-list)
3407 (up-list, kill-sexp, backward-kill-sexp, kill-backward-up-list)
3408 (insert-pair, insert-parentheses): State that the command assumes
3409 that point is not in a string or comment.
3410
3411 2008-11-26 Michael Albinus <michael.albinus@gmx.de>
3412
3413 * net/dbus.el (dbus-string-to-byte-array)
3414 (dbus-byte-array-to-string, dbus-escape-as-identifier)
3415 (dbus-unescape-from-identifier): New defuns.
3416 (dbus-handle-event): The result of a message call is a list of
3417 arguments, which must be expanded when passing to
3418 `dbus-method-return-internal'.
3419
3420 * net/tramp.el (tramp-handle-write-region): Improve the check for
3421 calling direct copy.
3422 (tramp-find-inline-encoding): Don't raise an error but a warning,
3423 when no inline encoding is found.
3424 (tramp-get-remote-coding): Check for a symbol. The negative check
3425 for a string fails, when there is an empty string.
3426
3427 2008-11-26 Glenn Morris <rgm@gnu.org>
3428
3429 * vc-git.el (vc-git-diff-switches): New option.
3430 (vc-git-diff): Apply diff switches. (Bug#1386)
3431 Give it a basic doc string.
3432
3433 * term/pc-win.el (x-font-family-list): Replace redefinition with
3434 ifdef in src/xfaces.c, since it confuses make-docfile. (Bug#1383)
3435
3436 2008-11-26 Vincent Belaïche <vincent.b.1@hotmail.fr>
3437
3438 * calc/calc-alg.el (calcFunc-collect): Normalize the coefficients
3439 of the polynomial rather than the whole polynomial.
3440
3441 2008-11-25 Chong Yidong <cyd@stupidchicken.com>
3442
3443 * mail/mailabbrev.el (define-mail-abbrev): When reading from
3444 mailrc, recognize string quoting. When reading from Lisp, accept
3445 rfc822-like addresses.
3446
3447 * mail/mailalias.el (define-mail-alias): Sync code with
3448 define-mail-abbrev.
3449
3450 2008-11-25 Glenn Morris <rgm@gnu.org>
3451
3452 * eshell/esh-proc.el (eshell-gather-process-output):
3453 Revert previous change. (re-opens Bug#1388)
3454
3455 * select.el (x-set-cut-buffer): Fix signal arguments.
3456
3457 * speedbar.el (speedbar-restricted-move): Fix signal arguments.
3458
3459 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3460
3461 * play/bubbles.el (bubbles-mode): Define with `define-derived-mode'.
3462 (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings.
3463 (bubbles--empty-char): Use "\s".
3464
3465 2008-11-25 Jay Belanger <jay.p.belanger@gmail.com>
3466
3467 * calc/calc.el (calc-settings-file, calc-language-alist)
3468 (calc-embedded-announce-formula)
3469 (calc-embedded-announce-formula-alist)
3470 (calc-embedded-open-formula, calc-embedded-close-formula)
3471 (calc-embedded-open-close-formula-alist)
3472 (calc-embedded-word-regexp-alist, calc-embedded-open-plain)
3473 (calc-embedded-close-plain, calc-embedded-open-close-plain-alist)
3474 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
3475 (calc-embedded-open-close-new-formula-alist)
3476 (calc-embedded-open-mode, calc-embedded-close-mode)
3477 (calc-embedded-open-close-mode-alist, calc-gnuplot-name)
3478 (calc-gnuplot-plot-command, calc-gnuplot-print-command)
3479 (calc-multiplication-has-precedence): Remove unnecessary asterisks
3480 from docstrings.
3481
3482 2008-11-25 Juanma Barranquero <lekktu@gmail.com>
3483
3484 * calculator.el (calculator-op-or-exp): Reflow docstring.
3485 (calculator-remove-zeros, calculator-repR, calculator-repL):
3486 Fix typos in docstrings.
3487
3488 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3489
3490 * log-view.el (log-view-annotate-version): Let vc-annotate manage
3491 windows instead of calling switch-to-buffer.
3492
3493 * diff.el (diff-sentinel): Take note of diff error return value.
3494
3495 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3496
3497 * calendar/appt.el (appt-disp-window): Do a set-buffer when the
3498 frame can't be split.
3499
3500 2008-11-24 Ulf Jasper <ulf.jasper@web.de>
3501
3502 * net/newst-treeview.el (newsticker--treeview-current-feed): Docstring.
3503 (newsticker--treeview-item-show): Rename arg FEED to FEED-NAME-SYMBOL.
3504 (newsticker--treeview-tree-update-tag): Remove dead code.
3505 (newsticker-treeview-update): Don't update cache.
3506 (newsticker-treeview-quit): Don't save cache.
3507 (newsticker-treeview-save): Don't save cache. Use `newsticker-dir'.
3508 (newsticker-treeview-save): Use `newsticker-dir'.
3509 (newsticker--treeview-load): Use `newsticker-dir'.
3510 (newsticker--treeview-mark-item): Call `newsticker--cache-save-feed'.
3511 Update tags.
3512 (newsticker-treeview-tree-do-click): Slightly simplified.
3513
3514 * net/newst-backend.el (newsticker-dir): New.
3515 (newsticker-start): Use `newsticker--cache-read'.
3516 (newsticker-stop): Use `newsticker--cache-save'.
3517 (newsticker--sentinel-work): Use `newsticker--cache-save-feed'.
3518 (newsticker--images-dir): New.
3519 (newsticker--image-get, newsticker--image-sentinel):
3520 Use `newsticker--images-dir'.
3521 (newsticker--cache-save-version1): Backup version of
3522 `newsticker--cache-save'.
3523 (newsticker--cache-update): Create newsticker-dir if necessary.
3524 (newsticker--cache-dir): New.
3525 (newsticker--cache-save): Save feeds separately in `newsticker-dir'.
3526 (newsticker--cache-save-feed): New.
3527 (newsticker--cache-read-version1): New. Backuped version for reading
3528 cache data..
3529 (newsticker--cache-read, newsticker--cache-do-read): New.
3530
3531 * net/newst-reader.el (newsticker--image-read):
3532 Use `newsticker--images-dir'.
3533
3534 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3535
3536 * files.el (confirm-nonexistent-file-or-buffer):
3537 Allow `after-completion' value to request confirm only after TAB.
3538 (confirm-nonexistent-file-or-buffer): New function.
3539 (read-buffer-to-switch, find-file, find-file-other-window)
3540 (find-file-other-frame, find-file-read-only)
3541 (find-file-read-only-other-window)
3542 (find-file-read-only-other-frame): Use it.
3543 (switch-to-buffer-other-window, switch-to-buffer-other-frame): Doc fix.
3544 Thanks to Alan Mackenzie for suggesting the new behavior.
3545
3546 * minibuffer.el (minibuffer-complete-and-exit):
3547 Change `confirm-only' value of minibuffer-completion-confirm to
3548 `confirm', and handle a `confirm-after-completion' value.
3549
3550 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3551
3552 * emacs-lisp/elp.el (elp-instrument-list): Fix 2nd arg of `signal'.
3553
3554 2008-11-24 Andreas Schwab <schwab@suse.de>
3555
3556 * image.el (image-type-header-regexps): Recognize more xbm format
3557 variants.
3558
3559 2008-11-24 Juanma Barranquero <lekktu@gmail.com>
3560
3561 * textmodes/artist.el (artist-charlist-to-string): Simplify.
3562 (artist-mode-name, artist-mt, artist-vaporize-fuzziness)
3563 (artist-prev-next-op-alist, artist-mode-line-show-curr-operation)
3564 (artist-replace-string, artist-draw-rect, artist-draw-line)
3565 (artist-undraw-line, artist-draw-sline, artist-undraw-rect)
3566 (artist-rect-corners-squarify, artist-undraw-square, artist-fill-square)
3567 (artist-pen, artist-pen-line, artist-text-insert-common)
3568 (artist-text-overwrite, artist-spray-get-interval)
3569 (artist-spray-clear-circle, artist-erase-char)
3570 (artist-ellipse-generate-quadrant, artist-copy-square, artist-paste)
3571 (artist-flood-fill, artist-key-draw-continously, artist-key-draw-poly)
3572 (artist-key-draw-1point, artist-key-draw-2points)
3573 (artist-mouse-draw-continously): Fix typos in docstrings.
3574 (artist-aspect-ratio, artist-mode, artist-go-get-symbol-shift)
3575 (artist-go-get-symbol-shift-sub, artist-previous-line, artist-next-line)
3576 (artist-backward-char, artist-forward-char): Doc fixes.
3577 (artist-vaporize-line, artist-spray-chars, artist-spray-new-char):
3578 Reflow docstrings.
3579
3580 2008-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3581
3582 * international/quail.el (quail-vunion): New function.
3583 (quail-defrule-internal): Use it to prevent accumulating redundant
3584 alternatives when `append' is set.
3585 (quail-insert-decode-map): Simplify computation of the max-key-width.
3586 Compute it right for multiple-list.
3587
3588 2008-11-24 Chong Yidong <cyd@stupidchicken.com>
3589
3590 * emacs-lisp/elp.el (elp-instrument-list): Check argument type
3591 explicitly. Doc fix.
3592
3593 2008-11-24 Martin Rudalics <rudalics@gmx.at>
3594
3595 * calendar/appt.el (appt-disp-window): Move minibuffer check
3596 after binding this-window and do not set-buffer to make sure we
3597 won't deselect the minibuffer. (Bug#1413)
3598
3599 2008-11-24 Dan Nicolaescu <dann@ics.uci.edu>
3600
3601 * vc-hg.el (vc-hg-program): Remove.
3602 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3603 Undo previous change.
3604
3605 2008-11-23 Martin Rudalics <rudalics@gmx.at>
3606
3607 * info-look.el (info-lookup): When Info buffer is visible on
3608 another frame, raise that frame.
3609
3610 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3611
3612 * allout.el (allout-mode): Fix typo in docstring.
3613
3614 * vc-annotate.el (vc-annotate-warp-revision): Reflow docstring.
3615 (vc-annotate-very-old-color, vc-annotate-display): Fix docstring typos.
3616
3617 2008-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3618
3619 * vc-hooks.el (vc-follow-link): Complete last change.
3620
3621 2008-11-23 Juanma Barranquero <lekktu@gmail.com>
3622
3623 * textmodes/remember.el (remember-region): Doc fix.
3624 (remember-filter-functions, remember-handler-functions)
3625 (remember-save-after-remembering, remember-mailbox)
3626 (remember-default-priority, remember-data-file, remember-leader-text)
3627 (remember-diary-file): Remove * from defcustom docstrings.
3628 (remember-run-all-annotation-functions-flag)
3629 (remember-all-handler-functions): Reflow docstrings.
3630 (remember-store-in-mailbox): Fix typo in docstring.
3631 (remember-mode): Define with `define-derived-mode'. Doc fix.
3632
3633 2008-11-23 Glenn Morris <rgm@gnu.org>
3634
3635 * eshell/esh-cmd.el (eshell-in-pipeline-p): Add doc-string.
3636 (eshell-do-pipelines): Add optional argument to distinguish recursive
3637 calls. Use to set eshell-in-pipeline-p to 'first for the first command
3638 in a pipeline.
3639
3640 * eshell/esh-proc.el (eshell-gather-process-output):
3641 Set process-connection-type nil for all but the first element of a
3642 pipeline. (Bug#1388)
3643
3644 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3645
3646 * ediff-hook.el: Add tooltips to Emacs menus.
3647
3648 * ediff.el: Change date of last update.
3649
3650 2008-11-22 Juri Linkov <juri@jurta.org>
3651
3652 * dired-aux.el (dired-isearch-filenames): Add new context-dependent
3653 option `dwim'. Change non-dwim option from `dired-filename' to `t'.
3654 Doc fix.
3655 (dired-isearch-filenames-setup): Run filename Isearch only when
3656 dired-isearch-filenames is t or dired-isearch-filenames is `dwim'
3657 and the text property `dired-filename' at point is non-nil.
3658 In this case also set isearch-message-prefix-add to "filename ".
3659 (dired-isearch-filenames-end): Set isearch-message-prefix-add to nil.
3660 (dired-isearch-filenames, dired-isearch-filenames-regexp):
3661 Don't let-bind isearch-message-prefix-add since this is done now
3662 in dired-isearch-filenames-setup.
3663
3664 * isearch.el (isearch-mode): Change the order of calling
3665 `isearch-update' and running the `isearch-mode-hook' to call
3666 `isearch-update' with Isearch parameters set in this hook.
3667
3668 * progmodes/compile.el (compilation-auto-jump-to-first-error):
3669 Fix docstring - change "during `compile'" to "during compilation".
3670
3671 * descr-text.el (describe-char-unidata-list): Move `old-name' to
3672 be immediately after `name'.
3673
3674 * startup.el (initial-buffer-choice): Change an abstract file name
3675 "file.txt" to more reasonable default file name value "~/.emacs".
3676
3677 2008-11-22 Juri Linkov <juri@jurta.org>
3678
3679 * files.el (hack-local-variables-confirm): Rename arg `project' to
3680 `dir-name'. Move `(or dir-name name)' to let-binding of `name'.
3681 (hack-local-variables-filter): Rename arg `project' to `dir-name'.
3682 (hack-local-variables): Rename call of `hack-project-variables' to
3683 `hack-dir-local-variables'. Change error text to "Directory-local
3684 variables error".
3685 (dir-locals-class-alist): Rename from `project-class-alist'.
3686 (dir-locals-directory-alist): Rename from `project-directory-alist'.
3687 (dir-locals-get-class-variables): Rename from `project-get-alist'.
3688 (dir-locals-collect-mode-variables): Rename from
3689 `project-collect-bindings-from-alist'. Rename arg `mode-alist' to
3690 `mode-variables', and arg `settings' to `variables'.
3691 (dir-locals-collect-variables): Rename from
3692 `project-collect-binding-list'. Rename arg `binding-list' to
3693 `class-variables', and arg `settings' to `variables'.
3694 (dir-locals-set-directory-class): Rename from `set-directory-project'.
3695 (dir-locals-set-class-variables): Rename from `define-project-bindings'.
3696 Rename arg `settings' to `variables'.
3697 (dir-locals-file): New defconst.
3698 (dir-locals-find-file): Rename from `project-find-settings-file'.
3699 Use `dir-locals-file'. Rename let-bound `settings' to `locals-file',
3700 and `pda' to `dir-elt'.
3701 (dir-locals-read-from-file): Rename from
3702 `project-define-from-project-file'. Rename arg `settings-file'
3703 to `file'. Rename let-bound `list' to `variables'.
3704 (hack-dir-local-variables): Rename from `hack-project-variables'.
3705 Rename let-bound `settings' to `variables-file', `root-dir'
3706 to `dir-name', and `bindings' to `variables'.
3707
3708 2008-11-22 Lute Kamstra <lute@gnu.org>
3709
3710 * simple.el (goto-line): Rename argument.
3711
3712 2008-11-22 Eli Zaretskii <eliz@gnu.org>
3713
3714 * makefile.w32-in (compile-first): New target.
3715 (recompile): Depend on compile-first.
3716
3717 * Makefile.in (recompile): Depend on compile-first.
3718
3719 2008-11-22 Martin Rudalics <rudalics@gmx.at>
3720
3721 * files.el (switch-to-buffer-other-window)
3722 (switch-to-buffer-other-frame): Rename buffer argument to
3723 buffer-or-name. Reword and mention new option
3724 confirm-nonexistent-file-or-buffer in doc-string.
3725
3726 2008-11-22 Michael Kifer <kifer@cs.stonybrook.edu>
3727
3728 * emulation/viper.el: Date change.
3729
3730 * emulation/viper-cmd.el (viper-envelop-ESC-key):
3731 viper-translate-all-ESC-keysequences is now a function.
3732
3733 * emulation/viper-init.el (viper-translate-all-ESC-keysequences):
3734 Make this variable.
3735
3736 2008-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3737
3738 * vc-hooks.el (vc-follow-link, vc-find-file-hook):
3739 Use buffer-file-truename to handle symlinks in any part of the filename.
3740
3741 2008-11-22 Glenn Morris <rgm@gnu.org>
3742
3743 * vc-mtn.el (vc-mtn-diff-switches): New option.
3744 (vc-mtn-program): Rename from vc-mtn-command, for
3745 consistency with other backends. Keep old name as alias.
3746 Update callers. Make it a defcustom.
3747 (vc-mtn-diff): Give it a doc string. Apply diff switches.
3748
3749 * vc-arch.el (vc-arch-program): Rename from vc-arch-command, for
3750 consistency with other backends. Keep old name as alias.
3751 Make it a defcustom.
3752 (vc-arch-command, vc-arch-trim-revlib): Adapt for above change.
3753
3754 * vc-hg.el (vc-hg-program): New option.
3755 (vc-hg-state, vc-hg-working-revision, vc-hg-command):
3756 Use vc-hg-program rather than hard-coded "hg".
3757
3758 * vc-svn.el: Remove leading `*' from defcustom doc-strings.
3759 (vc-svn-program): Move defcustom to start.
3760 (vc-svn-create-repo, vc-svn-modify-change-comment):
3761 Use vc-svn-program rather than hard-coded "svn".
3762
3763 * menu-bar.el: Stylistic consistency fixes for various menu and
3764 help texts.
3765
3766 * kmacro.el (kmacro-insert-counter): Doc fix.
3767
3768 2008-11-21 Ivan Shmakov <oneingray@gmail.com> (tiny change)
3769
3770 * progmodes/tcl.el (tcl-filter): Don't forcibly move point.
3771
3772 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * international/quail.el (quail-indent-to): New function.
3775 (quail-completion-1, quail-completion-list-translations)
3776 (quail-insert-decode-map): Use it to improve alignment.
3777 (quail-build-decode-map): Don't ignore latin-1 chars.
3778 (quail-help): Increase the max decode-map size so that even the TeX map
3779 gets printed.
3780
3781 * bookmark.el (bookmark-get-bookmark): Add `noerror' arg.
3782 Signal error for invalid bookmark.
3783 (bookmark-get-bookmark-record): Undo last change.
3784 (bookmark-store, bookmark-delete): Use new arg `noerror'.
3785
3786 * bookmark.el (bookmark-buffer-file-name): Also abbreviate dired-dir.
3787 Suggested by Toru TSUNEYOSHI.
3788
3789 2008-11-21 Shigeru Fukaya <shigeru.fukaya@gmail.com>
3790
3791 * byte-opt.el (byte-compile-butlast): Move up in file.
3792 (byte-optimize-plus): Don't call
3793 byte-optimize-delay-constants-math (bug#1334).
3794 Use byte-optimize-predicate to optimize constants.
3795 (byte-optimize-minus): Don't call byte-optimize-delay-constants-math.
3796 Remove zero arguments first
3797 if possible. Call byte-optimize-predicate to optimize constants.
3798 (byte-optimize-multiply): Remove optimizations for arguments of 0
3799 and 2, which may be inaccurate. Optimize (* x -1) to (- x).
3800 Call byte-optimize-predicate.
3801 (byte-optimize-divide): Leave runtime errors unchanged.
3802 Optimize (/ x 1) to (+ x 0). Remove optimizations for arguments of
3803 0 and 2.0, which may be inaccurate. Call byte-optimize-predicate.
3804
3805 2008-11-21 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * bookmark.el (bookmark-jump-noselect): Add obsolescence
3808 declaration and remove redundant info from docstring.
3809
3810 * isearch.el (isearch-search-string): Doc fix.
3811 (search-exit-option, search-slow-window-lines, search-slow-speed)
3812 (search-upper-case, search-nonincremental-instead)
3813 (search-whitespace-regexp, search-ring-max, regexp-search-ring-max)
3814 (search-ring-update, search-highlight, isearch-lazy-highlight)
3815 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
3816 (lazy-highlight-interval): Remove * from defcustom docstrings.
3817 (isearch-resume-in-command-history, lazy-highlight-max-at-a-time):
3818 Remove * from defcustom docstrings; fix typos.
3819 (isearch-push-state-function, isearch-help-for-help-internal)
3820 (isearch-help-for-help, isearch-describe-bindings)
3821 (isearch-describe-mode, minibuffer-local-isearch-map, isearch-mode)
3822 (isearch-pop-fun-state, isearch-search-fun-function)
3823 (isearch-lazy-highlight-search): Fix typos in docstrings.
3824 (isearch-yank-internal, isearch-fallback): Reflow docstrings.
3825 (isearch-forward): Fix typo and reflow docstring.
3826 (isearch-help-map): Remove unused `i' binding. Fix typos in docstring.
3827 (isearch-mode-map): Don't use `let*'.
3828
3829 2008-11-21 Chong Yidong <cyd@stupidchicken.com>
3830
3831 * files.el (confirm-nonexistent-file-or-buffer): Change default to nil.
3832
3833 2008-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3834
3835 * isearch.el (isearch-search-string): Simplify and convert docstring.
3836
3837 * buff-menu.el (Buffer-menu-short-ellipsis): Partly undo last change.
3838
3839 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3840
3841 * international/mule-util.el (set-nested-alist): Doc fix. Use `when'.
3842 (lookup-nested-alist): Doc fix.
3843 (with-coding-priority): Reflow docstring.
3844 (detect-coding-with-priority): Fix typos in obsolescence declaration.
3845 (char-displayable-p): Reflow docstring. Use `when'.
3846
3847 2008-11-20 Dan Nicolaescu <dann@ics.uci.edu>
3848
3849 * calendar/cal-menu.el (cal-menu-scroll-menu): Add bindings for
3850 week forward/backward.
3851
3852 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * ehelp.el (electric-help-map, ehelp-map): Define within defvar.
3855 (with-electric-help): Fix typo and reflow docstring.
3856
3857 2008-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * buff-menu.el (Buffer-menu-short-ellipsis): New constant.
3860 (Buffer-menu-buffer+size): Use it, fix last change, and simplify.
3861 (list-buffers-noselect): Don't need to pad.
3862
3863 2008-11-20 Toru TSUNEYOSHI <t_tuneyosi@hotmail.com>
3864
3865 * buff-menu.el (Buffer-menu-buffer+size, list-buffers-noselect):
3866 Pay attention to char widths when computing string sizes.
3867
3868 2008-11-20 Juanma Barranquero <lekktu@gmail.com>
3869
3870 * emacs-lisp/bytecomp.el (byte-compile-dynamic-docstrings)
3871 (byte-compile-output-docform): Reflow docstrings.
3872 (no-byte-compile): Fix typo in docstring.
3873 (byte-recompile-directory, compile-defun): Doc fixes.
3874 (emacs-lisp-file-regexp, byte-compile-verbose)
3875 (byte-compile-compatibility, byte-optimize, byte-compile-delete-errors)
3876 (byte-compile-dynamic-docstrings, byte-optimize-log)
3877 (byte-compile-error-on-warn, byte-compile-warnings)
3878 (byte-compile-generate-call-tree, byte-compile-call-tree-sort):
3879 Remove * from defcustom docstrings.
3880
3881 2008-11-20 Glenn Morris <rgm@gnu.org>
3882
3883 * format.el (format-alist, format-write-file): Doc fix.
3884
3885 * proced.el (proced-available): New variable.
3886 (proced-process-attributes): Move availability check from previous
3887 change from here...
3888 (proced): ... to here.
3889
3890 * vc-hg.el (vc-hg-diff-switches): New option.
3891 (vc-hg-diff): Apply diff switches. (Bug#1017)
3892
3893 * calc/calc-units.el (math-additional-units): Doc fix (active voice).
3894
3895 * progmodes/fortran.el (fortran-mode-map): Add some menu :help.
3896
3897 2008-11-20 Stephen Berman <Stephen.Berman@gmx.net>
3898
3899 * files.el (auto-mode-alist): Recognize more OpenOffice.org extensions.
3900
3901 2008-11-19 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * calc/calc-units.el (math-units-table): Doc fix.
3904 (math-standard-units): Fix typo in constant's description.
3905 (math-additional-units): Fix typo in docstring.
3906
3907 2008-11-19 Ulrich Mueller <ulm@kph.uni-mainz.de>
3908
3909 * calc/calc-units.el (math-standard-units): Add eps0,
3910 permittivity of vacuum.
3911
3912 2008-11-19 Dan Nicolaescu <dann@ics.uci.edu>
3913
3914 * files.el (project-settings-file): Remove.
3915 (project-find-settings-file): Undo previous change that added the
3916 use of project-settings-file.
3917
3918 2008-11-19 Glenn Morris <rgm@gnu.org>
3919
3920 * proced.el (proced, proced-format-time): Doc fixes.
3921 (proced-process-attributes): Signal an error if unsupported. (Bug#1314)
3922
3923 2008-11-19 Karl Fogel <kfogel@red-bean.com>
3924
3925 * bookmark.el (bookmark-jump-noselect): Move the deprecation
3926 notice into the doc string, following up to 2008-10-29T17:42:49Z!cyd@stupidchicken.com.
3927
3928 2008-11-19 Lute Kamstra <lute@gnu.org>
3929
3930 * autoinsert.el (auto-insert-alist): Don't use match data.
3931
3932 2008-11-19 Glenn Morris <rgm@gnu.org>
3933
3934 * progmodes/f90.el (f90-mode-map): Add some menu :help.
3935
3936 * autoinsert.el (auto-insert-alist): Update template to FDL 1.3+.
3937
3938 * emacs-lisp/cl.el (floor*, ceiling*, truncate*, round*, mod*):
3939 * term/w32-win.el (x-select-font): Declare.
3940
3941 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix a/an typo.
3942 Use the imperative for all help strings.
3943
3944 2008-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
3945
3946 * textmodes/ispell.el (ispell-dictionary-base-alist): Adjust to the
3947 case where the default dictionary is French, Spanish, younameit.
3948
3949 * window.el (window--frame-usable-p): Consider dedicated windows
3950 as usable.
3951
3952 * files.el (confirm-nonexistent-file-or-buffer):
3953 Rename from find-file-confirm-nonexistent-file.
3954 (read-buffer-to-switch): Use it.
3955
3956 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3957
3958 * server.el (server-temp-file-p): Use `string-match-p'.
3959 (server-socket-dir): Set to nil if local sockets are unsupported.
3960 (server-start): Don't try to delete local socket if unsupported.
3961 (server-kill-new-buffers): Reflow docstring.
3962 (server-delete-client, server-handle-delete-frame)
3963 (server-save-buffers-kill-terminal): Doc fixes.
3964 (server-send-string): Fix typo in docstring.
3965
3966 2008-11-18 Sam Steingold <sds@gnu.org>
3967
3968 * progmodes/compile.el (compilation-start-hook): New hook.
3969 (compilation-start): Run it on the compilation process.
3970
3971 2008-11-18 Juanma Barranquero <lekktu@gmail.com>
3972
3973 * international/mule-cmds.el (update-leim-list-file): Simplify.
3974 (prefer-coding-system, find-coding-systems-for-charsets):
3975 Fix docstring typos.
3976 (select-safe-coding-system, input-method-exit-on-first-char)
3977 (language-info-alist, language-info-custom-alist): Reflow docstrings.
3978 (toggle-input-method, read-multilingual-string): Doc fixes.
3979 Reflow docstrings.
3980 (locale-name-match, sort-coding-systems, find-multibyte-characters)
3981 (read-char-by-name): Use `string-match-p'.
3982 (get-char-code-property, put-char-code-property)
3983 (char-code-property-description): Be silent while loading uni-* files.
3984 (ucs-names): Use `dotimes-with-progress-reporter', because loading
3985 the Unicode character names is *slow*.
3986
3987 2008-11-17 Chong Yidong <cyd@stupidchicken.com>
3988
3989 * wid-edit.el (widget-image-insert): Don't add a mouse-face.
3990
3991 * cus-edit.el (custom-group-value-create): Don't insert docstring twice.
3992
3993 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
3994
3995 * international/mule-cmds.el (ucs-completions): Mark as risky.
3996
3997 2008-11-17 Martin Rudalics <rudalics@gmx.at>
3998
3999 * help-macro.el (three-step-help): Remove * from defcustom.
4000 (make-help-screen): Don't iconify selected frame. (Bug#1322)
4001 Use when instead of if and cond within condition-case.
4002
4003 * window.el (quit-window): Bind window to selected window when
4004 trying to delete it.
4005
4006 2008-11-17 Glenn Morris <rgm@gnu.org>
4007
4008 * progmodes/cc-defs.el (c-put-char-property-fun): Add fallback
4009 definition of 'ignore, rather than nil. (Bug#1353)
4010
4011 2008-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4012
4013 * window.el (window--frame-usable-p): Allow use for soft-dedication.
4014
4015 2008-11-17 Juanma Barranquero <lekktu@gmail.com>
4016
4017 * emulation/viper-cmd.el (viper-harness-minor-mode): Fix docstring typo.
4018
4019 * simple.el (quoted-insert, minibuffer-history-isearch-pop-state, undo)
4020 (undo-only, rotate-yank-pointer, kill-whole-line, push-mark-command)
4021 (exchange-point-and-mark, set-goal-column, kill-line, backward-word)
4022 (kill-word, backward-kill-word, zap-to-char): Doc fixes.
4023 (shell-command, repeat-complex-command): Reflow docstrings.
4024 (pop-to-mark-command): Fix typos in docstring.
4025
4026 2008-11-17 Juri Linkov <juri@jurta.org>
4027
4028 * isearch.el (isearch-filter-predicate): Rename from
4029 `isearch-success-function'. Rename default value from
4030 `isearch-success-function-default' to
4031 `isearch-filter-invisible'. Doc fix.
4032 (isearch-filter-invisible): Rename from
4033 `isearch-success-function-default'. Doc fix.
4034 (isearch-search, isearch-lazy-highlight-search):
4035 Rename `isearch-success-function' to `isearch-filter-predicate'.
4036
4037 * dired-aux.el (dired-isearch-filter-predicate-orig): Rename from
4038 `dired-isearch-orig-success-function'.
4039 (dired-isearch-filenames-toggle, dired-isearch-filenames-setup)
4040 (dired-isearch-filenames-end): Rename `isearch-success-function' to
4041 `isearch-filter-predicate'. Doc fix.
4042 (dired-isearch-filter-filenames): Rename from
4043 `dired-isearch-success-function'.
4044
4045 * info.el (Info-search, Info-mode):
4046 Rename `isearch-success-function' to `isearch-filter-predicate'.
4047 (Info-isearch-filter-predicate): Rename from
4048 `Info-search-success-function'.
4049
4050 * simple.el (minibuffer-default-add-function): Fix docstring to
4051 use clear text "default values" instead of obscure references to
4052 the dynamic variable `minibuffer-default'.
4053
4054 2008-11-16 Glenn Morris <rgm@gnu.org>
4055
4056 * term/ns-win.el (ns-extended-platform-support-mode):
4057 Tweak menu entry from previous change.
4058
4059 * wid-edit.el (advertised-widget-backward): Remove autoload cookie.
4060
4061 * cus-edit.el (custom-buffer-create-internal): Always insert the
4062 in-buffer buttons, regardless of tool-bar. (Bug#1326)
4063
4064 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4065
4066 * subr.el (read-passwd): Use read-event instead of read-char-exclusive.
4067
4068 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4069
4070 * ielm.el (ielm-eval-input): Fix thinko in last change.
4071
4072 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4073
4074 * subr.el (read-passwd): Yank current kill if the user enters C-y.
4075
4076 2008-11-16 Michael Albinus <michael.albinus@gmx.de>
4077
4078 * net/tramp.el (tramp-handle-file-name-as-directory): New defun.
4079 (tramp-file-name-handler-alist): Handle `file-name-as-directory'.
4080
4081 * net/tramp-fish.el (tramp-fish-file-name-handler-alist)
4082 * net/tramp-smb.el (tramp-smb-file-name-handler-alist):
4083 Handle `file-name-as-directory'.
4084
4085 2008-11-16 Chong Yidong <cyd@stupidchicken.com>
4086
4087 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the
4088 usual variable-pitch face.
4089
4090 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4091
4092 * net/ange-ftp.el (ange-ftp-multi-msgs, ange-ftp-good-msgs)
4093 (ange-ftp-try-passive-mode, ange-ftp-data-buffer-name)
4094 (ange-ftp-account-hashtable, ange-ftp-ls-cache-lsargs)
4095 (ange-ftp-ls-cache-file, ange-ftp-ls-cache-res, ange-ftp-get-user)
4096 (ange-ftp-ftp-name-component, ange-ftp-kill-ftp-process)
4097 (ange-ftp-quote-string, ange-ftp-process-handle-line)
4098 (ange-ftp-start-process, ange-ftp-send-cmd, ange-ftp-add-dumb-unix-host)
4099 (ange-ftp-before-parse-ls-hook, ange-ftp-after-parse-ls-hook)
4100 (ange-ftp-ls, ange-ftp-add-dl-dir, ange-ftp-get-file-entry)
4101 (ange-ftp-set-binary-mode, ange-ftp-set-ascii-mode, ange-ftp-get-pwd)
4102 (ange-ftp-file-name-as-directory-alist, ange-ftp-reread-dir)
4103 (ange-ftp-vms-filename-regexp, ange-ftp-bs2000-fix-name-regexp-reverse)
4104 (ange-ftp-bs2000-fix-name-regexp): Fix typos in docstrings.
4105 (ange-ftp-name-format, ange-ftp-gateway-fatal-msgs)
4106 (ange-ftp-xfer-size-msgs, ange-ftp-tmp-name-template)
4107 (ange-ftp-netrc-filename, ange-ftp-disable-netrc-security-check)
4108 (ange-ftp-default-user, ange-ftp-default-password)
4109 (ange-ftp-default-account, ange-ftp-netrc-default-password)
4110 (ange-ftp-netrc-default-account, ange-ftp-dumb-unix-host-regexp)
4111 (ange-ftp-binary-file-name-regexp, ange-ftp-gateway-host)
4112 (ange-ftp-gateway-prompt-pattern, ange-ftp-smart-gateway-port)
4113 (ange-ftp-send-hash, ange-ftp-binary-hash-mark-size)
4114 (ange-ftp-ascii-hash-mark-size, ange-ftp-process-verbose)
4115 (ange-ftp-ftp-program-name, ange-ftp-gateway-ftp-program-name)
4116 (ange-ftp-ftp-program-args, ange-ftp-nslookup-program)
4117 (ange-ftp-make-backup-files, ange-ftp-retry-time)
4118 (ange-ftp-bs2000-special-prefix): Remove * from defcustom docstrings.
4119 (ange-ftp-skip-msgs, ange-ftp-potential-error-msgs)
4120 (ange-ftp-gateway-tmp-name-template)
4121 (ange-ftp-generate-anonymous-password, ange-ftp-local-host-regexp)
4122 (ange-ftp-gateway-program-interactive, ange-ftp-smart-gateway)
4123 (ange-ftp-raw-login): Remove * from defcustom docstrings; fix typos.
4124 (ange-ftp-fatal-msgs): Remove * from defcustom docstring; doc fix.
4125 (ange-ftp-gateway-program): Remove * from docstring and reflow.
4126 (ange-ftp-hash-entry-exists-p, ange-ftp-hash-table-keys)
4127 (ange-ftp-raw-send-cmd, ange-ftp-get-files, ange-ftp-canonize-filename)
4128 (ange-ftp-file-name-as-directory, ange-ftp-directory-file-name):
4129 (ange-ftp-copy-files-async, ange-ftp-rename-remote-to-remote):
4130 (ange-ftp-rename-local-to-remote): Doc fixes.
4131 (ange-ftp-set-xfer-size, ange-ftp-call-cont, ange-ftp-process-filter):
4132 Use `when', `unless'.
4133 (ange-ftp-set-passwd): Rename arg PASSWD to PASSWORD.
4134 (ange-ftp-process-handle-hash): Rename arg STR to STRING.
4135 (ange-ftp-nslookup-host): Rename arg HOST to HOSTNAME.
4136 (ange-ftp-smart-login): Rename arg PASS to PASSWORD.
4137 (ange-ftp-normal-login): Rename arg PASS to PASSWORD. Fix typo.
4138 (ange-ftp-process-sentinel): Use `when'. Fix typo.
4139 (ange-ftp-gwp-start): Use `let', not `let*'; use `when'. Fix typo.
4140 (ange-ftp-fix-name-func-alist, ange-ftp-fix-dir-name-func-alist)
4141 (ange-ftp-parse-list-func-alist, ange-ftp-add-file-entry-alist)
4142 (ange-ftp-delete-file-entry-alist): Fix typos and reflow docstring.
4143 (ange-ftp-dumb-unix-host, ange-ftp-binary-file)
4144 (ange-ftp-directory-files, ange-ftp-file-modtime, ange-ftp-vms-host)
4145 (ange-ftp-mts-host, ange-ftp-cms-host, ange-ftp-bs2000-host)
4146 (ange-ftp-bs2000-posix-host): Use `string-match-p' instead of
4147 `(save-match-data (string-match ...))'.
4148 (ange-ftp-use-gateway-p, ange-ftp-use-smart-gateway-p)
4149 (ange-ftp-file-name-directory, ange-ftp-file-name-nondirectory):
4150 Use `string-match-p' instead of `(save-match-data (string-match ...))'.
4151 Doc fixes.
4152
4153 2008-11-16 Michael Kifer <kifer@cs.stonybrook.edu>
4154
4155 * emulation/viper-init.el (viper-ESC-keyseq-timeout): Make it into a
4156 function instead of a variable.
4157
4158 * emulation/viper-util.el (viper-fast-keysequence-p): Change to use
4159 viper-ESC-keyseq-timeout as a function.
4160 (viper-get-saved-cursor-color-in-replace-mode): Use defun instead of
4161 defsubst.
4162
4163 * emulation/viper-cmd.el: Let line-move-visual to nil when using
4164 next-line or previous-line.
4165 (viper-R-state-post-command-sentinel): Use defun instead of defsubst.
4166
4167 * emulation/viper-keym.el (viper-ESC-key): Use (kbd "ESC").
4168
4169 * ediff-util.el (ediff-toggle-multiframe): Check if control window is
4170 live.
4171 (ediff-save-buffer): Let window-min-height to 2.
4172
4173 * ediff-wind.el (ediff-setup-windows-plain-compare): Avoid selecting
4174 the minibuffer.
4175
4176 2008-11-16 Juanma Barranquero <lekktu@gmail.com>
4177
4178 * ielm.el (ielm-noisy, ielm-dynamic-return, ielm-mode-hook)
4179 (ielm-dynamic-multiline-inputs): Remove * from defcustom docstrings.
4180 (ielm-prompt-read-only, ielm-font-lock-keywords): Fix docstring typos.
4181 (ielm-map): Define within defvar. Add docstring.
4182 (ielm-tab, ielm-eval-input, ielm-get-old-input, ielm-return)
4183 (ielm-complete-filename): Use `when', `unless'.
4184 (ielm-is-whitespace-or-comment): Use `string-match-p'.
4185 (ielm-return, ielm-get-old-input): Use `looking-at-p'.
4186 (ielm-change-working-buffer): Check that the buffer is live.
4187 (inferior-emacs-lisp-mode): Define with `define-derived-mode'.
4188 Simplify. Reflow docstring.
4189 (inferior-emacs-lisp-mode-hook, inferior-emacs-lisp-mode-map):
4190 New aliases, to satisfy `define-derived-mode' expectations.
4191
4192 2008-11-15 Glenn Morris <rgm@gnu.org>
4193 Martin Rudalics <rudalics@gmx.at>
4194
4195 * emacs-lisp/find-func.el (find-function-advised-original): New.
4196 (find-function-C-source, find-function-noselect):
4197 Use find-function-advised-original to handle advised funcs. (Bug#789)
4198
4199 2008-11-15 Glenn Morris <rgm@gnu.org>
4200
4201 * emacs-lisp/find-func.el (find-function-noselect): Add missing "is" in
4202 alias message.
4203
4204 * uniquify.el (uniquify-maybe-rerationalize-w/o-cb):
4205 Remove uniquify-after-kill-buffer-p dependency.
4206 (uniquify-kill-buffer-function): New function.
4207 (kill-buffer-hook): Use uniquify-kill-buffer-function. (Bug#1315)
4208
4209 * term/ns-win.el (ns-do-applescript, ns-popup-font-panel): Declare.
4210 (ns-show-manual, menu-bar-help-menu): Update for merge of ns-emacs into
4211 main Emacs manual.
4212
4213 2008-11-15 Martin Rudalics <rudalics@gmx.at>
4214
4215 * window.el (quit-window): Restore delete window with second
4216 arg non-nil behavior as of before 2008-10-30 change.
4217
4218 2008-11-15 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * help-fns.el (describe-function-1): Do char-range check for
4221 self-insert-command.
4222
4223 2008-11-14 Karl Fogel <kfogel@red-bean.com>
4224
4225 * files.el (file-precious-flag): Document that this flag is advisory.
4226
4227 2008-11-14 Shigeru Fukaya <shigeru.fukaya@gmail.com>
4228
4229 * emacs-lisp/bytecomp.el (byte-compile-associative)
4230 (byte-compile-minus, byte-compile-quo): If there are more than two
4231 operands, don't use binary operation code (bug#1334).
4232
4233 2008-11-14 Juanma Barranquero <lekktu@gmail.com>
4234
4235 * w32-fns.el (w32-shell-dos-semantics):
4236 * calendar/diary-lib.el (diary-face-attrs):
4237 * international/mule-cmds.el (set-default-coding-systems)
4238 (prefer-coding-system):
4239 * net/tramp.el (tramp-set-completion-function):
4240 * progmodes/vhdl-mode.el (vhdl-file-header):
4241 * term/pc-win.el (msdos-show-help): Fix typos in docstrings.
4242
4243 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo in value.
4244
4245 * files.el (enable-local-eval, not-modified, kill-buffer-ask)
4246 (kill-matching-buffers, save-buffers-kill-emacs)
4247 (save-buffers-kill-terminal): Fix typos in docstrings.
4248 (switch-to-buffer-other-window): Reflow docstring.
4249 (revert-buffer): Doc fix.
4250 (define-project-bindings): Rename arg LIST to SETTINGS.
4251 (project-find-settings-file): Use `let', not `let*'.
4252 Use `when'.
4253
4254 2008-11-13 Juanma Barranquero <lekktu@gmail.com>
4255
4256 * files.el (project-settings-file, locate-dominating-file):
4257 Fix typos in docstrings.
4258 (find-file-visit-truename): Remove * from defcustom docstring.
4259
4260 2008-11-13 T. V. Raman <raman@users.sourceforge.net> (tiny change)
4261
4262 * files.el (project-settings-file): New variable.
4263 (project-find-settings-file): Use it, instead of hardcoding
4264 .dir.settings.el.
4265
4266 2008-11-13 Glenn Morris <rgm@gnu.org>
4267
4268 * nxml/nxml-enc.el: Remove some charset code not needed since Emacs 22.
4269
4270 2008-11-13 Henry Weller <hweller0@gmail.com> (tiny change)
4271
4272 * net/mairix.el (mairix-widget-fields-list): Fix bug regarding searching
4273 in mail bodies.
4274
4275 2008-11-12 Juanma Barranquero <lekktu@gmail.com>
4276
4277 * international/mule.el (autoload-coding-system, with-category-table)
4278 (ctext-non-standard-encodings-alist): Fix typos in docstrings.
4279 (coding-system-equal, set-buffer-process-coding-system): Doc fixes.
4280 (set-buffer-file-coding-system, revert-buffer-with-coding-system)
4281 (set-file-name-coding-system, ctext-pre-write-conversion)
4282 (auto-coding-functions, find-auto-coding, modify-coding-system-alist):
4283 Reflow docstrings.
4284 (charset-list, set-coding-priority): Remove redundant obsolescence info.
4285 (charset-id, charset-bytes, make-coding-system): Add obsolescence info.
4286 (char-valid-p): Define with `define-obsolete-function-alias'.
4287
4288 * textmodes/artist.el (artist-mode): Fix typos in docstring.
4289
4290 2008-11-12 Sam Steingold <sds@gnu.org>
4291
4292 * vc-cvs.el (vc-cvs-parse-root): Handle roots without colon
4293 between hostname and path.
4294
4295 2008-11-11 Juri Linkov <juri@jurta.org>
4296
4297 * dired-aux.el (dired-isearch-filenames)
4298 (dired-isearch-filenames-regexp):
4299 Let-bind isearch-message-prefix-add to "filename ".
4300
4301 * isearch.el (isearch-message-prefix-add)
4302 (isearch-message-suffix-add): New variables.
4303 (isearch-message-prefix): Show additional text from
4304 `isearch-message-prefix-add' before "I-search".
4305 (isearch-message-suffix): Show additional text from
4306 `isearch-message-suffix-add' at the end.
4307
4308 * isearch.el (isearch-lazy-highlight-search): Use a loop like in
4309 `isearch-search'. Call isearch-success-function to skip matches
4310 outside the current isearch scope. Let-bind search-invisible to
4311 nil to not match invisible text.
4312
4313 * isearch.el (isearch-query-replace, isearch-highlight-regexp):
4314 Let-bind `isearch-recursive-edit' to nil to prevent calling
4315 `exit-recursive-edit' in `isearch-done' that terminates the
4316 execution of these commands when it is non-nil. Call
4317 `exit-recursive-edit' explicitly at the end.
4318 (isearch-occur): For word search construct the correct regexp
4319 with word boundaries to proceed with occur.
4320
4321 * isearch.el (isearch-search-fun): Compare the length of the
4322 current search string with the length of the string from the
4323 previous search state to detect the situation when the user
4324 adds or removes characters in the search string.
4325 Use word-search-forward-lax and word-search-backward-lax in this
4326 case, and otherwise word-search-forward and word-search-backward.
4327
4328 2008-11-11 Sam Steingold <sds@gnu.org>
4329
4330 * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into
4331 the "Version Control" group (for C-x v g).
4332
4333 2008-11-11 Juanma Barranquero <lekktu@gmail.com>
4334
4335 * server.el (server-process-filter): Fix typos and reflow docstring.
4336
4337 2008-11-11 Martin Rudalics <rudalics@gmx.at>
4338
4339 * mail/footnote.el (footnote-mode): Improve doc-string.
4340 Suggested by <jidanni@jidanni.org>. (Bug#1318)
4341
4342 2008-11-11 Chong Yidong <cyd@stupidchicken.com>
4343
4344 * cus-edit.el (Custom-mode): Set up tool-bar-map unconditionally.
4345
4346 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com>
4347
4348 * mail/smtpmail.el (smtpmail-open-stream): Use
4349 `starttls-any-program-available'. Auto-load starttls.el for it.
4350
4351 2008-11-08 Chong Yidong <cyd@stupidchicken.com>
4352
4353 * dired.el (dired-read-dir-and-switches): Revert to 2007-11-22
4354 version (bug@1285).
4355
4356 2008-11-08 Eli Zaretskii <eliz@gnu.org>
4357
4358 * startup.el (command-line): Ignore init-file-user when checking
4359 user's home directory on MS-DOS as well.
4360
4361 2008-11-07 Sam Steingold <sds@gnu.org>
4362
4363 * progmodes/cc-cmds.el (c-defun-name): Fix CLISP DEFUN handling.
4364
4365 2008-11-07 Juanma Barranquero <lekktu@gmail.com>
4366
4367 * frame.el (make-frame-on-display): Use `string-match-p'.
4368
4369 2008-11-07 Glenn Morris <rgm@gnu.org>
4370
4371 * progmodes/cc-defs.el (cl-macroexpand-all): Fix declaration.
4372
4373 2008-11-07 Dan Nicolaescu <dann@ics.uci.edu>
4374
4375 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Add new argument
4376 to initialize font-lock keyword case sensitivity.
4377 (lisp-mode): Use it.
4378
4379 2008-11-06 Glenn Morris <rgm@gnu.org>
4380
4381 * eshell/esh-maint.el: Remove unused file.
4382
4383 * progmodes/cc-defs.el (cl-macroexpand-all): Declare.
4384
4385 * cus-edit.el (custom-comment-tag): Doc fix.
4386 (custom-comment, custom-variable-value-create, custom-face):
4387 Use face names sans -face suffix rather than aliases.
4388
4389 2008-11-05 Jay Belanger <jay.p.belanger@gmail.com>
4390
4391 * calc/calc.el (calc-quit): Use `window-full-width-p' to check
4392 window width.
4393
4394 2008-11-05 Chong Yidong <cyd@stupidchicken.com>
4395
4396 * server.el (server-process-filter): Only default to emacsclient's
4397 terminal in daemon mode.
4398
4399 2008-11-05 Martin Rudalics <rudalics@gmx.at>
4400
4401 * window.el (quit-window): Restore prefix argument behavior
4402 removed in 2008-10-30 change. (Bug#1308)
4403
4404 2008-11-05 Tassilo Horn <tassilo@member.fsf.org>
4405
4406 * doc-view.el (doc-view-mode): Bugfix: Add conversion killing
4407 function to kill-buffer-hook, not to kill-buffer.
4408 Reported by Markus Triska <markus.triska@gmx.at>
4409
4410 2008-11-04 Jay Belanger <jay.p.belanger@gmail.com>
4411
4412 * calc/calc.el (calc-quit): Make sure that the keypad buffer
4413 exists before deleting its windows.
4414
4415 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4416
4417 * server.el (server-process-filter): Don't call
4418 server-create-tty-frame when no tty name is specified.
4419
4420 2008-11-04 Christian Faulhammer <opfer@gentoo.org> (tiny change)
4421
4422 * vc-bzr.el (vc-bzr-dir-extra-headers): New function.
4423
4424 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4425
4426 * international/mule-cmds.el (toggle-enable-multibyte-characters)
4427 (define-char-code-property):
4428 * textmodes/reftex.el (reftex-index):
4429 * textmodes/reftex-index.el (reftex-index): Fix typos in docstrings.
4430
4431 2008-11-04 Chong Yidong <cyd@stupidchicken.com>
4432
4433 * vc-bzr.el (vc-bzr-dir-printer): Rename from
4434 vc-bzr-status-printer.
4435
4436 * startup.el (startup-echo-area-message): Display a different
4437 message in daemon mode. Suggested by Stephen Turnbull.
4438
4439 * frame.el (make-frame-on-display): Ignore DISPLAY argument on
4440 Windows.
4441
4442 2008-11-04 Juanma Barranquero <lekktu@gmail.com>
4443
4444 * dframe.el (dframe-mouse-position-function)
4445 (dframe-reposition-frame-emacs, dframe-pass-event-to-popup-mode-menu)
4446 (dframe-mouse-set-point): Fix typos in docstrings.
4447
4448 2008-11-04 Dan Nicolaescu <dann@ics.uci.edu>
4449
4450 * vc-dir.el (vc-dir-headers): Undo previous change.
4451
4452 2008-11-04 Nick Roberts <nickrob@snap.net.nz>
4453
4454 * vc-cvs.el (vc-cvs-dir-extra-headers): Add tag name to header.
4455 * vc-dir.el (vc-dir-headers): Order headers as in PCL-CVS.
4456
4457 2008-11-04 Martin Rudalics <rudalics@gmx.at>
4458
4459 * subr.el (looking-back): Fix doc-string typo.
4460
4461 * electric.el (Electric-pop-up-window): Call window-end with
4462 UPDATE set to t.
4463
4464 * window.el (save-selected-window): Make it behave like
4465 save-selected-window-norecord.
4466 (save-selected-window-norecord): Remove, since functionality
4467 fully taken over by save-selected-window.
4468 (walk-windows, set-window-text-height, fit-window-to-buffer):
4469 Use save-selected-window instead of save-selected-window-norecord.
4470 * font-lock.el (lisp-font-lock-keywords-2): Remove entry for
4471 save-selected-window-norecord.
4472 * emacs-lisp/lisp-mode.el (save-selected-window): Remove
4473 indent-function for save-selected-window-norecord.
4474
4475 2008-11-03 Alan Mackenzie <acm@muc.de>
4476
4477 * progmodes/cc-engine.el (c-forward-label): Fix for QT macros.
4478
4479 2008-11-03 Chong Yidong <cyd@stupidchicken.com>
4480
4481 * subr.el (looking-back): Doc fix.
4482
4483 * term/x-win.el (x-initialize-window-system):
4484 Call x-wm-set-size-hint after initialization.
4485
4486 * eshell/em-hist.el (eshell-save-history-on-exit): Change default
4487 to t.
4488
4489 * emacs-lisp/lisp-mode.el (lisp-mode): Remove bogus change from
4490 2000-12-08 (bug#1297).
4491
4492 * font-lock.el (font-lock-keywords-case-fold-search): Doc fix.
4493
4494 2008-11-03 Vincent Belaïche <vincent.b.1@hotmail.fr>
4495
4496 * calc/calc-alg.el (calcFunc-collect): Return constant polynomial
4497 when appropriate.
4498
4499 2008-11-02 Martin Rudalics <rudalics@gmx.at>
4500
4501 * window.el (save-selected-window-norecord): New macro.
4502 (walk-windows): Use save-selected-window-norecord and call
4503 select-window with NORECORD set. (Bug#1237)
4504 (set-window-text-height, fit-window-to-buffer):
4505 Use save-selected-window-norecord and call select-window with
4506 NORECORD set.
4507 * subr.el (with-selected-window): Call set-frame-selected-window
4508 with new argument NORECORD set. Update doc-string.
4509 (with-selected-frame): Call select-frame with new argument
4510 NORECORD set. Update doc-string.
4511 * emacs-lisp/lisp-mode.el (save-selected-window-norecord):
4512 Put indent-function for save-selected-window-norecord.
4513 * font-lock.el (lisp-font-lock-keywords-2):
4514 Add save-selected-window-norecord.
4515
4516 2008-11-01 Juanma Barranquero <lekktu@gmail.com>
4517
4518 * cus-edit.el (customize-apropos-options, custom-comment)
4519 (custom-comment-tag, custom-face-edit-attribute-tag):
4520 Fix typos in docstrings.
4521 (custom-buffer-done-kill): Remove * from defcustom docstring.
4522 (custom-file): Fix typo in doc of defcustom choice.
4523
4524 * frame.el (display-visual-class): Fix typo in docstring.
4525 (initial-frame-alist, minibuffer-frame-alist, pop-up-frame-alist)
4526 (special-display-frame-alist, show-trailing-whitespace)
4527 (auto-hscroll-mode, blink-cursor-delay, blink-cursor-interval)
4528 (display-hourglass, hourglass-delay, cursor-in-non-selected-windows):
4529 Remove * from defcustom docstrings.
4530
4531 * md4.el (md4-buffer): Fix typo in docstring.
4532 (md4, md4-64): Doc fixes.
4533 (md4-pack-int32): Reflow docstring.
4534
4535 * paths.el (rmail-file-name): Remove * from defcustom docstring.
4536 (prune-directory-list, gnus-nntp-service): Fix typos in docstrings.
4537
4538 * rect.el (open-rectangle): Reflow docstring.
4539 (spaces-string): Fix docstring typo. Use "?\s" instead of "? ".
4540
4541 * select.el (x-get-cut-buffer): Fix typo in docstring.
4542
4543 * timezone.el (timezone-zone-to-minute, timezone-time-from-absolute)
4544 (timezone-time-zone-from-absolute, timezone-leap-year-p):
4545 Fix typos in docstrings.
4546
4547 * emacs-lisp/assoc.el (asort, aelement, aput, aget, amake):
4548 Fix typos in docstrings.
4549
4550 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4551
4552 * net/newst-backend.el (newsticker--cache-update): Fix no-save case.
4553
4554 * net/newst-treeview.el (newsticker--treeview-list-update-faces)
4555 (newsticker--treeview-list-update, newsticker--treeview-item-show)
4556 (newsticker--treeview-tree-update)
4557 (newsticker--treeview-tree-update-highlight)
4558 (newsticker-treeview-update)
4559 (newsticker-treeview-next-item, newsticker-treeview-prev-item)
4560 (newsticker-treeview-next-new-or-immortal-item)
4561 (newsticker-treeview-prev-new-or-immortal-item)
4562 (newsticker-treeview-next-feed, newsticker-treeview-prev-feed)
4563 (newsticker-treeview-tree-click): Watch for layout changes.
4564 (newsticker--treeview-set-current-node): Cleanup.
4565 (newsticker--treeview-restore-layout): Rename from
4566 newsticker--treeview-restore-buffers.
4567 (newsticker--treeview-mark-item): Update cache file.
4568
4569 2008-10-31 Ulf Jasper <ulf.jasper@web.de>
4570
4571 * calendar/icalendar.el (icalendar--uid-count): New.
4572 (icalendar--create-uid): New. Extracted from
4573 `icalendar-export-region' and add uid counter.
4574 (icalendar-export-region): Use `icalendar--create-uid'.
4575
4576 2008-10-31 Juanma Barranquero <lekktu@gmail.com>
4577
4578 * tooltip.el (tooltip-frame-parameters): Doc fix.
4579
4580 2008-10-31 Martin Rudalics <rudalics@gmx.at>
4581
4582 * window.el (window-body-height, window-current-scroll-bars)
4583 (walk-windows, get-window-with-predicate, get-buffer-window-list)
4584 (minibuffer-window-active-p, count-windows)
4585 (window-safely-shrinkable-p, window--splittable-p)
4586 (window--try-to-split-window, window--frame-usable-p)
4587 (window--even-window-heights, window--display-buffer-1)
4588 (window--display-buffer-2, set-window-text-height)
4589 (fit-window-to-buffer, shrink-window-if-larger-than-buffer)
4590 (truncated-partial-width-window-p): Rewrite doc-string.
4591 (window-fixed-size-p): Simplify code. Rewrite doc-string.
4592 (split-window-vertically, split-window-horizontally):
4593 Rename args, rewrite doc-string, and simplify code.
4594 (split-window-save-restore-data): Rename args and use
4595 when instead of if.
4596
4597 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4598
4599 * indent.el (indent-for-tab-command): Use use-region-p.
4600
4601 * vc.el (vc-revert): Limit the length of the query string.
4602
4603 2008-10-30 Juanma Barranquero <lekktu@gmail.com>
4604
4605 * simple.el (idle-update-delay, next-error-highlight)
4606 (next-error-highlight-no-select, next-error-recenter, next-error-hook)
4607 (minibuffer-history-case-insensitive-variables, kill-ring-max)
4608 (kill-read-only-ok, backward-delete-char-untabify-method)
4609 (kill-whole-line, mark-ring-max, global-mark-ring-max)
4610 (set-mark-command-repeat-pop, next-line-add-newlines, track-eol)
4611 (goal-column, line-move-ignore-invisible, fill-prefix)
4612 (auto-fill-inhibit-regexp, blink-matching-paren)
4613 (blink-matching-paren-on-screen, blink-matching-paren-distance)
4614 (blink-matching-delay, blink-matching-paren-dont-ignore-comments)
4615 (read-mail-command, mail-user-agent): Remove * in defcustom docstrings.
4616 (minibuffer-history-isearch-wrap, transient-mark-mode)
4617 (next-logical-line, auto-fill-mode, line-number-mode)
4618 (column-number-mode, size-indication-mode, clone-indirect-buffer)
4619 (normal-erase-is-backspace-mode): Doc fixes.
4620 (current-kill, transient-mark-mode, toggle-truncate-lines)
4621 (visible-mode): Reflow docstrings.
4622 (minibuffer-local-shell-command-map, interprogram-paste-function):
4623 Fix typos in docstrings.
4624
4625 2008-10-30 Chong Yidong <cyd@stupidchicken.com>
4626
4627 * server.el (server-process-filter): In daemon mode, default to
4628 emacsclient's tty if not opening a new frame and only the
4629 terminal-frame is available.
4630
4631 2008-10-30 Martin Rudalics <rudalics@gmx.at>
4632
4633 * window.el (quit-window): Simplify code. Say in doc-string
4634 that it operates on the selected window's buffer. (Bug#1259)
4635
4636 2008-10-30 Nick Roberts <nickrob@snap.net.nz>
4637
4638 * vc-svn.el (vc-svn-diff): If files is nil don't set oldvers to
4639 nil so that log-view-diff-changeset works.
4640
4641 2008-10-30 Glenn Morris <rgm@gnu.org>
4642
4643 * files.el (locate-dominating-stop-dir-regexp): Fix typo.
4644
4645 * resume.el: Move to obsolete/.
4646 * Makefile.in (ELCFILES): Update.
4647
4648 2008-10-29 Chong Yidong <cyd@stupidchicken.com>
4649
4650 * electric.el (Electric-pop-up-window): Don't shrink the window if
4651 it's already big enough.
4652
4653 * minibuffer.el (delete-minibuffer-contents): Delete all
4654 minibuffer contents instead of just the current field.
4655
4656 * tmm.el (tmm-get-keymap): Handle case where keyseq cache is omitted.
4657
4658 * bookmark.el (bookmark-handle-bookmark): Rename from
4659 bookmark-jump-noselect.
4660 (bookmark--jump-via, bookmark-insert): Callers changed.
4661 (bookmark-jump-noselect): Wrapper function for
4662 bookmark-handle-bookmark.
4663 (bookmark-get-bookmark-record): Signal error for invalid bookmark.
4664
4665 * textmodes/ispell.el (ispell-word): Use use-region-p.
4666
4667 2008-10-29 Juanma Barranquero <lekktu@gmail.com>
4668
4669 * tooltip.el (tooltip-functions): Rename from `tooltip-hook',
4670 to follow naming conventions for abnormal hooks. Doc fix.
4671 (tooltip-mode, tooltip-timeout): Use it.
4672 (tooltip-hook): New obsolete alias.
4673 (tooltip-help-tips): Doc fix.
4674
4675 * progmodes/gud.el (gud-tooltip-mode): Use `tooltip-functions'.
4676
4677 2008-10-29 Ulrich Mueller <ulm@gentoo.org>
4678
4679 * server.el (server-socket-dir): Use TMPDIR (default /tmp) instead
4680 of hardcoded /tmp.
4681
4682 2008-10-29 Glenn Morris <rgm@gnu.org>
4683
4684 * net/xesam.el (dbus-get-unique-name, dbus-debug): Declare.
4685
4686 * vc-hooks.el (vc-find-root): Remove bogus alias.
4687
4688 2008-10-29 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * international/quail.el (quail-show-guidance): Don't create
4691 a guidance-frame if current buffer is not a minibuffer, since even if
4692 selected-window is mini-p, the buffer will never be displayed in it, so
4693 it wil be usable for guidance.
4694
4695 2008-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4696
4697 * smerge-mode.el: Require diff-mode at run-time as well.
4698
4699 2008-10-28 Martin Rudalics <rudalics@gmx.at>
4700
4701 * vc-cvs.el (vc-cvs-stay-local): Fix typo in choice.
4702 * vc-hooks.el (vc-stay-local): Likewise.
4703
4704 2008-10-28 Phil Sung <psung@mit.edu>
4705
4706 * follow.el (follow-scroll-down, follow-calc-win-end)
4707 (follow-estimate-first-window-start): Reduce effective window
4708 height when header line is present. (Bug#925)
4709
4710 2008-10-28 Juanma Barranquero <lekktu@gmail.com>
4711
4712 * subr.el (locate-user-emacs-file): Simplify. Don't create
4713 `user-emacs-directory' when Emacs is running in batch mode.
4714
4715 * startup.el (inhibit-startup-screen): Reflow docstring.
4716 (user-mail-address, tool-bar-images-pixel-height): Fix docstring typos.
4717
4718 2008-10-27 Kenichi Handa <handa@m17n.org>
4719
4720 * descr-text.el (describe-char): Fix terminal case (where font is nil).
4721
4722 2008-10-27 Juanma Barranquero <lekktu@gmail.com>
4723
4724 * face-remap.el (text-scale-increase, text-scale-decrease)
4725 (text-scale-adjust): Remove &optional keyword from the arg list;
4726 the INC argument is not really optional, if the functions happen
4727 to be called from elisp.
4728
4729 2008-10-27 Dan Nicolaescu <dann@ics.uci.edu>
4730
4731 * vc.el: Rename VC methods that were missed when vc-status was
4732 renamed to vc-dir.
4733 * vc-svn.el (vc-svn-dir-extra-headers): Rename from
4734 vc-svn-status-extra-headers.
4735 * vc-hg.el (vc-hg-dir-printer): Rename from vc-hg-status-printer.
4736 (vc-hg-dir-extra-header): Rename from vc-hg-status-extra-headers.
4737 * vc-git.el (vc-git-dir-printer): Rename from vc-dir-status-printer.
4738 (vc-git-dir-extra-headers): Rename from vc-git-status-extra-headers.
4739 * vc-dir.el (vc-dir-mode): Use vc-dir-printer instead of
4740 vc-dir-status-printer.
4741 (vc-dir-headers): Use `dir-extra-headers' instead of
4742 `status-extra-headers'.
4743 (vc-dir-printer): Rename from vc-dir-status-printer.
4744 (vc-default-dir-extra-headers): Rename from
4745 vc-default-status-extra-headers.
4746 * vc-cvs.el (vc-cvs-dir-extra-headers): Rename from
4747 vc-cvs-status-extra-headers.
4748
4749 * startup.el (server-name): Pacify byte compiler.
4750 (command-line): If --daemon=SERVER_NAME was used, set server-name
4751 before calling server-start.
4752
4753 2008-10-26 Romain Francoise <romain@orebokech.com>
4754
4755 * startup.el (command-line): Call daemon-initialized after
4756 starting the server.
4757
4758 2008-10-26 Kenichi Handa <handa@m17n.org>
4759
4760 * help-fns.el (describe-categories): Display the terse legend at
4761 the head.
4762
4763 * international/characters.el: Docstrings of categories improved.
4764
4765 2008-10-26 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * progmodes/python.el (python-mode): Don't impose ourselves on hippie.
4768
4769 * faces.el (face-font-family-alternatives): Add "CMU Typewriter Text"
4770 to the courier family.
4771 * textmodes/tex-mode.el (tex-verbatim): Don't use "monospace" which is
4772 usually not serif'd and hence rather unlike verbatim's printed output.
4773
4774 2008-10-25 Chong Yidong <cyd@stupidchicken.com>
4775
4776 * vc-cvs.el (vc-cvs-status-extra-headers): Use full directory name
4777 when reporting the module.
4778
4779 * vc-dir.el (vc-dir-mode-map): Add follow-link behavior.
4780
4781 * wid-edit.el (widget-color-complete): Sort completions alphabetically.
4782
4783 2008-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4784
4785 * files.el (locate-dominating-stop-dir-regexp): New var.
4786 (locate-dominating-file): Change arg from a regexp to a file name.
4787 Rewrite using the vc-find-root code to avoid directory-files which is
4788 too slow. Obey locate-dominating-stop-dir-regexp.
4789 Don't pay attention to changes in owner.
4790 (project-find-settings-file): Adjust call to locate-dominating-file.
4791
4792 * progmodes/flymake.el (flymake-find-buildfile):
4793 Adjust call to locate-dominating-file.
4794
4795 * vc-hooks.el (vc-find-root): Use locate-dominating-file.
4796 (vc-ignore-dir-regexp): Use locate-dominating-stop-dir-regexp.
4797
4798 2008-10-25 Martin Rudalics <rudalics@gmx.at>
4799
4800 * subr.el (with-current-buffer): Rename buffer argument to
4801 buffer-or-name.
4802 * window.el (get-buffer-window-list): Rename buffer argument to
4803 buffer-or-name and make it optional.
4804
4805 2008-10-25 Juanma Barranquero <lekktu@gmail.com>
4806
4807 * completion.el (add-completion-to-head, add-completion): Doc fixes.
4808 (completion-search-next, add-completions-from-file):
4809 Fix typos in docstrings.
4810
4811 * filesets.el (filesets-menu-ensure-use-cached)
4812 (filesets-ingroup-patterns, filesets-filetype-property):
4813 * tutorial.el (get-lang-string):
4814 * play/gamegrid.el (gamegrid-score-file-length, gamegrid-add-score):
4815 Fix typos in docstrings.
4816
4817 * image-dired.el (image-dired-dired-after-readin-hook): Doc fix.
4818 (image-dired-line-up-method, image-dired-thumb-size)
4819 (image-dired-cmd-write-exif-data-options, image-dired-write-tags)
4820 (image-dired-track-original-file, image-dired-track-thumbnail)
4821 (image-dired-dired-next-line, image-dired-dired-previous-line)
4822 (image-dired-write-comments): Reflow docstrings.
4823 (image-dired-show-all-from-dir-max-files)
4824 (image-dired-format-properties-string, image-dired-create-thumbs)
4825 (image-dired-mark-tagged-files, image-dired-gallery-generate):
4826 Fix typos in docstrings.
4827
4828 * savehist.el (savehist-save-minibuffer-history, savehist-file)
4829 (savehist-additional-variables, savehist-ignored-variables)
4830 (savehist-file-modes, savehist-autosave-interval):
4831 * startup.el (inhibit-startup-echo-area-message, inhibit-default-init)
4832 (inhibit-startup-buffer-menu, mail-host-address, user-mail-address)
4833 (fancy-splash-image):
4834 * thumbs.el (thumbs-thumbsdir, thumbs-geometry, thumbs-relief)
4835 (thumbs-conversion-program, thumbs-margin):
4836 Remove spurious * in docstrings.
4837
4838 2008-10-25 Aaron S. Hawley <aaronh@garden.org>
4839
4840 * thingatpt.el (end-of-sexp, beginning-of-sexp)
4841 (forward-same-syntax): Omit default arguments to char-after and
4842 char-before.
4843
4844 2008-10-24 Juanma Barranquero <lekktu@gmail.com>
4845
4846 * subr.el (locate-user-emacs-file): New function.
4847 (user-emacs-directory): Mention it in docstring.
4848
4849 * completion.el (save-completions-file-name):
4850 * filesets.el (filesets-menu-cache-file):
4851 * image-dired.el (image-dired-dir, image-dired-db-file)
4852 (image-dired-temp-image-file, image-dired-gallery-dir)
4853 (image-dired-temp-rotate-image-file):
4854 * savehist.el (savehist-file):
4855 * server.el (server-auth-dir):
4856 * thumbs.el (thumbs-thumbsdir):
4857 * tutorial.el (tutorial--saved-dir):
4858 * play/gamegrid.el (gamegrid-user-score-file-directory): Use it.
4859
4860 2008-10-23 Juanma Barranquero <lekktu@gmail.com>
4861
4862 * edmacro.el (edmacro-eight-bits, edmacro-mode): Fix docstring typos.
4863 (edmacro-mismatch, edmacro-sanitize-for-string): Doc fixes.
4864
4865 2008-10-23 Chong Yidong <cyd@stupidchicken.com>
4866
4867 * filesets.el: Update author email.
4868 (filesets-data): Doc fix.
4869
4870 2008-10-23 Jens Petersen <petersen@redhat.com> (tiny change)
4871
4872 * pcmpl-rpm.el (pcomplete/rpm): Make "rpm -qp" use file completion.
4873
4874 2008-10-23 Ulrich Mueller <ulm@kph.uni-mainz.de>
4875
4876 * international/mule-cmds.el (describe-language-environment):
4877 Indent sample text.
4878
4879 2008-10-23 Glenn Morris <rgm@gnu.org>
4880
4881 * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
4882
4883 * emacs-lisp/cl-macs.el (flet): Throw an error when trying to
4884 byte-compile a redefinition of a function with special byte-compile
4885 handling. (Bug#411)
4886
4887 2008-10-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4888
4889 * ps-print.el: Deal with page sizes for label printes. Suggested by
4890 Friedrich Delgado Friedrichs <friedel@nomaden.org>.
4891 (ps-print-version): New version 7.3.3.
4892 (ps-page-dimensions-database): New page sizes for label printers.
4893 (ps-n-up-printing): Fix code.
4894
4895 2008-10-22 Chong Yidong <cyd@stupidchicken.com>
4896
4897 * frame.el (make-frame-command): Doc fix. Use display-graphic-p.
4898
4899 * thingatpt.el (sexp-at-point, symbol-at-point, number-at-point)
4900 (list-at-point): Add docstrings.
4901
4902 * dired.el (dired-get-marked-files, dired-map-over-marks): Doc fixes.
4903
4904 * dired-aux.el (dired-do-create-files): Doc fix.
4905
4906 2008-10-22 Adrian Robert <Adrian.B.Robert@gmail.com>
4907
4908 * version.el (emacs-version): Change '*Step' to 'NS' for consistency
4909 with other documentation.
4910
4911 2008-10-22 Juanma Barranquero <lekktu@gmail.com>
4912
4913 * replace.el (how-many): Fix typo in docstring.
4914 Reported by Leo <sdl.web@gmail.com>.
4915
4916 2008-10-22 Glenn Morris <rgm@gnu.org>
4917
4918 * international/mule-cmds.el (universal-coding-system-argument):
4919 Check for C-g. (Bug#1205)
4920
4921 2008-10-22 Kenichi Handa <handa@m17n.org>
4922
4923 * international/characters.el: Don't setup
4924 find-word-boundary-function-table.
4925 (next-word-boundary-han, next-word-boundary-kana): Delete them.
4926 (word-combining-categories, word-separating-categories):
4927 Adjust to the change of the docstrings.
4928
4929 2008-10-21 Chong Yidong <cyd@stupidchicken.com>
4930
4931 * simple.el (region-active-p): Doc fix.
4932
4933 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4934
4935 * subr.el (apply-partially): Move from here...
4936
4937 * simple.el (apply-partially): ...to here.
4938
4939 2008-10-20 Andreas Schwab <schwab@suse.de>
4940
4941 * subr.el (split-string-and-unquote): Simplify regexp.
4942
4943 2008-10-20 Eli Zaretskii <eliz@gnu.org>
4944
4945 * subr.el (top-level): Require `cl' when compiling.
4946
4947 2008-10-20 David Reitter <david.reitter@gmail.com>
4948
4949 * info.el (Info-mode): Do not remove an existing header line if
4950 `Info-use-header-line' is nil.
4951
4952 2008-10-19 Juri Linkov <juri@jurta.org>
4953
4954 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
4955 Add arg `delimited' as in `query-replace' for the case when
4956 isearch-allow-scroll=t and the user types C-u M-%. Doc fix.
4957 Add more indicators to the prompt ("word" and "in region").
4958
4959 * replace.el (query-replace, query-replace-regexp)
4960 (replace-string, replace-regexp, perform-replace): Add "word"
4961 indicatiors to the prompt for word delimited replacements.
4962
4963 * replace.el (read-regexp): Rename arg `default' to `default-value'.
4964 Doc fix.
4965
4966 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4967
4968 * subr.el (apply-partially): Move here from minibuffer.el. Doc fix.
4969
4970 * simple.el (minibuffer-default-add-shell-commands): Doc fix.
4971
4972 2008-10-19 Martin Rudalics <rudalics@gmx.at>
4973
4974 * window.el (enlarge-window-horizontally, shrink-window-horizontally):
4975 Make argument names follow Elisp manual.
4976
4977 2008-10-19 Eli Zaretskii <eliz@gnu.org>
4978
4979 * textmodes/remember.el (remember-data-file):
4980 * shadowfile.el (shadow-initialize)
4981 <shadow-info-file, shadow-todo-file>:
4982 * savehist.el (savehist-file):
4983 * recentf.el (recentf-save-file):
4984 * pcvs-defs.el (cvs-cvsrc-file):
4985 * international/kkc.el (kkc-init-file-name):
4986 * ido.el (ido-save-directory-list-file):
4987 * calendar/todo-mode.el (todo-file-do, todo-file-done)
4988 (todo-file-top): Run file names that begin with a period thru
4989 `convert-standard-filename'.
4990
4991 * dos-fns.el (dos-reevaluate-defcustoms): New function. Add it to
4992 before-init-hook.
4993
4994 Fix Bug #1183:
4995
4996 * ediff-diff.el (ediff-exec-process): For buffer jobs, bind
4997 coding-system-for-read to ediff-coding-system-for-write.
4998
4999 * ediff-util.el (ediff-make-temp-file): Unconditionally bind
5000 coding-system-for-write to ediff-coding-system-for-write.
5001
5002 * ediff-init.el (ediff-coding-system-for-read): Doc fix.
5003 (ediff-coding-system-for-write): Set to emacs-internal.
5004
5005 2008-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
5006
5007 * international/mule-conf.el (emacs-internal): New coding system alias.
5008
5009 2008-10-18 Juri Linkov <juri@jurta.org>
5010
5011 * info.el (Info-file-supports-index-cookies-list): New variable.
5012 (Info-file-supports-index-cookies): New function.
5013 (Info-find-node-2, Info-index-nodes, Info-index-node): Use it.
5014 (Info-index-nodes): Let-bind Info-point-loc to nil for files
5015 without an index cookie to ignore it when Info-index-nodes is
5016 called during navigating from an index node with line numbers.
5017 (Info-index-node): Set file to Info-current-file if nil. (Bug#1118)
5018
5019 * info.el (Info-breadcrumbs-depth): Move defcustom higher to the
5020 variable definition section.
5021
5022 * info.el (Info-find-node-2): Put initial point below the header line
5023 and breadcrumbs line.
5024
5025 2008-10-18 Glenn Morris <rgm@gnu.org>
5026
5027 * doc-view.el (doc-view-pdf->txt, doc-view-ps->pdf): Give an error if
5028 the needed external programs were not found.
5029
5030 2008-10-18 Eli Zaretskii <eliz@gnu.org>
5031
5032 * files.el (trash-directory): Run thru `convert-standard-filename'.
5033 (file-modes-char-to-who, file-modes-char-to-right)
5034 (file-modes-rights-to-number, file-modes-symbolic-to-number)
5035 (read-file-modes): Doc fixes.
5036
5037 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5038
5039 * abbrev.el (define-abbrev): Doc fix.
5040
5041 2008-10-17 Alan Mackenzie <acm@muc.de>
5042
5043 * progmodes/cc-cmds.el (c-defun-name): Make it work for "struct
5044 foo bar [] = { ...".
5045
5046 2008-10-17 Chong Yidong <cyd@stupidchicken.com>
5047
5048 * faces.el (face-spec-set-2): Don't pass invalid attributes to
5049 set-face-attribute.
5050
5051 2008-10-17 Juanma Barranquero <lekktu@gmail.com>
5052
5053 * w32-fns.el (w32-list-locales): Decode output of `w32-get-locale-info'
5054 according to `locale-coding-system'. (This fixes trivial bug reported
5055 as part of bug#1179).
5056 Sort list of valid locale ids (EnumSystemLocales does not guarantee any
5057 particular order). Use `when'.
5058
5059 2008-10-16 Juanma Barranquero <lekktu@gmail.com>
5060
5061 * w32-fns.el (w32-check-shell-configuration): Doc fix.
5062 (w32-add-charset-info): Fix typo in docstring.
5063
5064 2008-10-16 Teodor Zlatanov <tzz@lifelogs.com>
5065
5066 * international/mule-conf.el: Removed `utf8' and `UTF8' aliases
5067 after discussion.
5068
5069 2008-10-16 Magnus Henoch <mange@freemail.hu>
5070
5071 * vc-arch.el (vc-arch-dir-status): New function.
5072 (vc-arch-after-dir-status): New function.
5073
5074 2008-10-16 Glenn Morris <rgm@gnu.org>
5075
5076 * man.el (Man-getpage-in-background): Force recent `man's to output
5077 escape sequences even when stdout is not a tty. (Bug#1142)
5078
5079 2008-10-15 Teodor Zlatanov <tzz@lifelogs.com>
5080
5081 * international/mule-conf.el: Add `utf8' and `UTF8' as
5082 aliases for the `utf-8' coding system.
5083
5084 2008-10-15 Juanma Barranquero <lekktu@gmail.com>
5085
5086 * find-file.el (ff-get-file): Doc fix.
5087 (ff-get-file-name): Use `let', not `let*'.
5088 (ff-search-directories): Fix typo in docstring.
5089 (ff-pre-find-hook, ff-pre-load-hook, ff-post-load-hook)
5090 (ff-not-found-hook, ff-file-created-hook, ff-case-fold-search)
5091 (ff-always-in-other-window, ff-ignore-include, ff-always-try-to-create)
5092 (ff-quiet-mode, ff-other-file-alist, cc-search-directories)
5093 (cc-other-file-alist, modula2-other-file-alist):
5094 Remove spurious * in docstrings.
5095
5096 2008-10-14 Chong Yidong <cyd@stupidchicken.com>
5097
5098 * faces.el (set-face-attribute): Set family and foundry before
5099 other attributes.
5100 (face-spec-set-2): Pass unmodified args to set-face-attribute.
5101
5102 2008-10-14 Juanma Barranquero <lekktu@gmail.com>
5103
5104 * hl-line.el (hl-line-unload-function): New function.
5105 (hl-line-unhighlight, global-hl-line-unhighlight): Use `when'.
5106 (hl-line-sticky-flag): Remove spurious * in docstring.
5107
5108 2008-10-14 Eric Hanchrow <offby1@blarg.net> (tiny change)
5109
5110 * vc-git.el (vc-git-show-log-entry): Include the revision in the
5111 search string.
5112
5113 2008-10-14 Michael Albinus <michael.albinus@gmx.de>
5114
5115 * net/tramp.el (tramp-process-one-action): Embed regexp in
5116 parentheses, before adding end-of-buffer construct. Suggested by
5117 Markus Triska <markus.triska@gmx.at>.
5118
5119 2008-10-13 Ulf Jasper <ulf.jasper@web.de>
5120
5121 * net/newst-plainview.el (w3m-toggle-inline-image):
5122 Define 'declare-function if necessary, for compatibility.
5123
5124 * net/newst-treeview.el (w3m-toggle-inline-images):
5125 Define 'declare-function if necessary, for compatibility.
5126
5127 2008-10-13 Alan Mackenzie <acm@muc.de>
5128
5129 * progmodes/cc-cmds.el (c-indent-region): Fix previous patch
5130 so that the function works on one-line macros.
5131
5132 * progmodes/cc-engine.el: Amend several doc strings and comments.
5133
5134 2008-10-13 Dan Nicolaescu <dann@ics.uci.edu>
5135
5136 * vc-hooks.el (vc-stay-local): Add a new choice and default to it.
5137
5138 * vc-cvs.el (vc-cvs-dir-stay-local): Remove.
5139 (vc-cvs-stay-local): Add a new choice and default to it.
5140 (vc-cvs-dir-status): Use the new vc-stay-local choice.
5141
5142 * vc-svn.el (vc-svn-dir-status): Use the new vc-stay-local choice.
5143
5144 2008-10-12 Stephen Leake <stephen_leake@member.fsf.org>
5145
5146 * progmodes/ada-mode.el (ada-get-indent-end, ada-goto-matching-start):
5147 Add support for extended return statement.
5148
5149 * progmodes/ada-xref.el (ada-gnat-parse-gpr): Don't reverse src-dir
5150 and obj-dir; keep user order.
5151
5152 2008-10-12 Glenn Morris <rgm@gnu.org>
5153
5154 * Makefile.in (ELCFILES): Update.
5155
5156 * simple.el (shell-delimiter-argument-list, shell-file-name-chars)
5157 (shell-file-name-quote-list): Declare.
5158
5159 2008-10-12 Michael Albinus <michael.albinus@gmx.de>
5160
5161 * net/dbus.el (dbus-service-emacs, dbus-path-emacs): New defconst.
5162
5163 2008-10-12 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * startup.el (command-line): If toolbar is disabled but ought to
5166 be initialized, call tool-bar-setup.
5167
5168 * tool-bar.el (tool-bar-setup): Variable deleted.
5169 (tool-bar-setup): Set it up unconditionally.
5170
5171 * faces.el (x-create-frame-with-faces): Don't call tool-bar-setup.
5172
5173 * progmodes/grep.el (grep-mode-tool-bar-map): Check if
5174 tool-bar-map has been initialized before setting it up.
5175
5176 * progmodes/compile.el (compilation-mode-tool-bar-map): Check if
5177 tool-bar-map has been initialized before setting it up.
5178
5179 2008-10-11 Chong Yidong <cyd@stupidchicken.com>
5180
5181 * emacs-lisp/warnings.el (display-warning): Issue a message if
5182 called during daemon initialization.
5183
5184 * tool-bar.el (tool-bar-local-item)
5185 (tool-bar-local-item-from-menu): Put the check for number of
5186 display colors into the image expression.
5187 (tool-bar-setup): Don't be a no-op on ttys.
5188
5189 * info.el (info-tool-bar-map):
5190 * progmodes/gud.el (gud-tool-bar-map):
5191 * progmodes/grep.el (grep-mode-tool-bar-map):
5192 * progmodes/compile.el (compilation-mode-tool-bar-map):
5193 Initialize it unconditionally.
5194
5195 2008-10-11 Romain Francoise <romain@orebokech.com>
5196
5197 * help.el (view-lossage): Fix docstring, lossage is now 300 keys.
5198 * kmacro.el (kmacro-edit-lossage): Ditto.
5199 * edmacro.el (edit-kbd-macro): Ditto.
5200
5201 2008-10-11 Ulf Jasper <ulf.jasper@web.de>
5202
5203 * net/newst-treeview.el (newsticker--treeview-list-sort-by-column):
5204 Fix variable names.
5205
5206 2008-10-11 Dan Nicolaescu <dann@ics.uci.edu>
5207
5208 * startup.el (command-line): Revert 2008-09-26 change, not
5209 necessary anymore.
5210
5211 2008-10-10 Andreas Schwab <schwab@suse.de>
5212
5213 * simple.el (minibuffer-complete-shell-command):
5214 Bind comint-delimiter-argument-list, comint-file-name-chars and
5215 comint-file-name-quote-list like shell-mode.
5216
5217 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5218
5219 * window.el (pop-to-buffer): Fix misplacement of arg norecord in
5220 call of select-window.
5221
5222 2008-10-10 Jay Belanger <jay.p.belanger@gmail.com>
5223
5224 * calc/calc.el (calc-embedded-word-regexp)
5225 (calc-embedded-word-regexp-alist): New variables.
5226 (calc-embedded-open-word, calc-embedded-close-word)
5227 (calc-embedded-open-close-word-alist): Remove unused variables.
5228
5229 * calc/calc-embed.el (calc-embedded-make-info):
5230 Use `calc-embedded-word-regexp' to find words.
5231
5232 2008-10-10 Martin Rudalics <rudalics@gmx.at>
5233
5234 * info.el (Info-extract-menu-counting): New argument no-detail to
5235 skip detailed node listings.
5236 (Info-forward-node): New argument not-up to inhibit going up.
5237 (Info-final-node): Call Info-extract-menu-counting and
5238 Info-forward-node with the new arguments set to avoid infinite
5239 looping. (Bug#1116)
5240
5241 2008-10-10 Eli Zaretskii <eliz@gnu.org>
5242
5243 * startup.el (command-line): Don't invoke tool-bar-mode if it is
5244 not fboundp.
5245
5246 2008-10-09 Chong Yidong <cyd@stupidchicken.com>
5247
5248 * startup.el (command-line): Enable tool-bar-mode as long as it is
5249 not suppressed by X resources, regardless of the terminal.
5250
5251 * tool-bar.el (tool-bar-mode): Only change tool-bar-lines on
5252 graphical terminals.
5253 (tool-bar-setup): No-op if called on a tty.
5254
5255 2008-10-09 Eli Zaretskii <eliz@gnu.org>
5256
5257 * frame.el (make-frame-on-tty): Use "F" inside interactive.
5258 Support `pc' ``window-system''.
5259
5260 * progmodes/compile.el (compilation-start): Resurrect the version
5261 for systems that don't support asynchronous subprocesses.
5262
5263 2008-10-09 Martin Rudalics <rudalics@gmx.at>
5264
5265 * window.el (pop-up-frames): Add choice graphic-only.
5266 (display-buffer): When pop-up-frames equals graphic-only do
5267 not pop up new frame on text-only terminals. (Bug#1061)
5268
5269 2008-10-09 Dan Nicolaescu <dann@ics.uci.edu>
5270
5271 * vc-cvs.el (vc-cvs-dir-stay-local): New variable.
5272 (vc-cvs-dir-status): Use it.
5273
5274 2008-10-08 Chong Yidong <cyd@stupidchicken.com>
5275
5276 * json.el (json-skip-whitespace): Fix last change.
5277
5278 2008-10-08 Juanma Barranquero <lekktu@gmail.com>
5279
5280 * bs.el (bs-unload-function): New function.
5281
5282 2008-10-08 Sven Joachim <svenjoac@gmx.de>
5283
5284 * eshell/em-cmpl.el, eshell/em-hist.el, eshell/em-ls.el:
5285 * eshell/esh-cmd.el, eshell/esh-ext.el, eshell/esh-io.el:
5286 For clarity, explicitly require cl.
5287
5288 2008-10-08 Michael Olson <mwolson@gnu.org>
5289
5290 * ibuffer.el (ibuffer-shrink-to-fit): Force redisplay, so that we
5291 can avoid a bad interaction with programs that add functions to
5292 the window-scroll-functions hook. This fixes Bug #858.
5293
5294 2008-10-07 Chong Yidong <cyd@stupidchicken.com>
5295
5296 * startup.el (command-line): Use display-warning to warn about an
5297 init file error.
5298 (command-line-1): Remove init file error delay.
5299
5300 2008-10-07 Shigeru Fukaya <shigeru.fukaya@gmail.com>
5301
5302 * rx-new.el (rx-constituents): Change `anything' to call rx-anything.
5303 Change `not-wordchar' assignment to "\\W" from "[^[:word:]]".
5304 (rx-group-if): New function.
5305 (rx-parent): New variable.
5306 (rx-and, rx-or): Put shy groups only when necessary.
5307 (rx-bracket): Remove.
5308 (rx-anything): New function.
5309 (rx-any-delete-from-range, rx-any-condense-range)
5310 (rx-check-any-string): New functions.
5311 (rx-check-any): Return result as a list. Don't convert chars to
5312 strings. Don't prepend "\\" to "^". Don't search for close bracket.
5313 Check char category string. Call rx-form instead of rx-to-string.
5314 (rx-any): Rebuid to complete the function.
5315 (rx-check-not): Fix char category regexp pattern string.
5316 Call rx-form instead of rx-to-string.
5317 (rx-not): Call rx-form instead of rx-to-string. Convert "[^]" to
5318 "[^^]". Call regexp-quote for one char string when not called from
5319 rx-not. Add "\\w", and toggle to upcase. Add the case of
5320 "\\[SCBW]" to toggle.
5321 (rx-=, rx->=, rx-**, rx-repeat, rx-submatch): Call rx-form
5322 instead of rx-to-string.
5323 (rx-kleene): Call rx-form instead of rx-to-string.
5324 Call rx-group-if to adjust putting of shy groups.
5325 (rx-atomic-p): Make check more precisely.
5326 (rx-eval, rx-greedy): Call rx-form instead of rx-to-string.
5327 (rx-regexp): Call rx-group-if.
5328 (rx-form): New function.
5329 (rx-to-string): Call rx-form, rx-group-if.
5330 Refine definition of NO-GROUP.
5331
5332 2008-10-07 T. V. Raman <raman@users.sourceforge.net> (tiny change)
5333
5334 * json.el (json-advance): Use forward-char.
5335 (json-skip-whitespace): Use skip-syntax-forward.
5336
5337 2008-10-07 Alan Mackenzie <acm@muc.de>
5338
5339 * progmodes/cc-cmds.el (c-indent-line-or-region): Fix so that
5340 indenting a macro followed by blank lines doesn't backslash the
5341 following non-blank line into the macro.
5342
5343 2008-10-06 Chong Yidong <cyd@stupidchicken.com>
5344
5345 * startup.el (before-init-time, after-init-time): Move into emacs.c.
5346 (command-line): Set after-init-time to nil before initialization.
5347
5348 2008-10-06 Jay Belanger <jay.p.belanger@gmail.com>
5349
5350 * calc/calc-units.el (math-standard-units): Update the values
5351 of the units.
5352
5353 2008-10-06 Juanma Barranquero <lekktu@gmail.com>
5354
5355 * bookmark.el (bookmark-unload-function): New function.
5356
5357 2008-10-06 Andreas Schwab <schwab@suse.de>
5358
5359 * emacs-lisp/syntax.el (syntax-ppss): Doc fix.
5360
5361 2008-10-06 Martin Rudalics <rudalics@gmx.at>
5362
5363 * mail/footnote.el: Remove * in defcustom docstrings and tell
5364 for most options that customizing them doesn't affect buffers
5365 already displaying footnotes.
5366 (Footnote-refresh-footnotes, Footnote-renumber-footnotes):
5367 Fix handling of text properties and identical start/end tags.
5368 Do not use format when renumbering.
5369 (Footnote-set-style): Make it work.
5370 (Footnote-insert-numbered-footnote): Simplify.
5371 (Footnote-narrow-to-footnotes, Footnote-insert-footnote)
5372 (Footnote-goto-footnote): Fix handling of empty section tag.
5373 (Footnote-delete-footnote): Fix handling of identical start/end
5374 tags, empty section tag, and spaced footnotes. Do not use
5375 kill-region.
5376 (footnote-mode): Make most options buffer-local to avoid that
5377 customizing messes up handling of footnotes in buffers that
5378 already display them.
5379
5380 2008-10-06 Dan Nicolaescu <dann@ics.uci.edu>
5381
5382 * faces.el (x-create-frame-with-faces): Undo previous change.
5383
5384 * vc-cvs.el (vc-cvs-after-dir-status): Parse the output for non
5385 existent files.
5386
5387 2008-10-05 Chong Yidong <cyd@stupidchicken.com>
5388
5389 * international/mule-cmds.el (universal-coding-system-argument):
5390 Handle digit-argument too.
5391
5392 2008-10-05 Mario Lang <mlang@delysid.org>
5393
5394 * xml.el (xml-parse-string): Use skip-chars-forward.
5395
5396 2008-10-05 Dan Nicolaescu <dann@ics.uci.edu>
5397
5398 * vc-bzr.el (vc-bzr-after-dir-status): Parse the output for non
5399 existent files.
5400 (vc-bzr-dir-status-files): New function.
5401
5402 2008-10-04 Glenn Morris <rgm@gnu.org>
5403
5404 * files.el (make-temp-file): Handle empty `prefix'. (Bug#1081)
5405
5406 * vc-svn.el (vc-svn-after-dir-status): Handle `svn status -u' output.
5407 (vc-svn-dir-status): Respect vc-stay-local-p. (Bug#1046)
5408
5409 * vc-cvs.el (vc-cvs-dir-status-heuristic): New function.
5410 (vc-cvs-dir-status): Respect vc-stay-local-p. (Bug#1046)
5411
5412 2008-10-04 David J. Biesack <David.Biesack@sas.com> (tiny change)
5413
5414 * progmodes/antlr-mode.el (antlr-font-lock-additional-keywords):
5415 Fix typo. (Bug#1074)
5416
5417 2008-10-04 Martin Rudalics <rudalics@gmx.at>
5418
5419 * progmodes/compile.el (compilation-start): Make sure to move to
5420 point-max only when we are in the compilation buffer. (Bug#1073)
5421
5422 2008-10-04 Dan Nicolaescu <dann@ics.uci.edu>
5423
5424 * faces.el (x-create-frame-with-faces): Only setup the toolbar if
5425 tool-bar-mode is on.
5426
5427 * vc-svn.el (vc-svn-dir-status-files):
5428 * vc-cvs.el (vc-cvs-dir-status-files): New function.
5429
5430 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5431
5432 * vc-hg.el (vc-hg-dir-status-files): New function.
5433
5434 2008-10-03 Martin Rudalics <rudalics@gmx.at>
5435
5436 * window.el (window--display-buffer-1): Don't care about
5437 visibility since raise-frame does.
5438
5439 2008-10-03 Mario Lang <mlang@delysid.org>
5440
5441 * nxml/xmltok.el (xmltok-forward): Simplify.
5442
5443 2008-10-03 Glenn Morris <rgm@gnu.org>
5444
5445 * Makefile.in (ELCFILES): Update.
5446
5447 * frame.el (set-default-font): Make obsolete.
5448 * mouse.el (mouse-set-font): Use set-frame-font.
5449
5450 * jka-cmpr-hook.el (jka-compr-compression-info-list)
5451 (jka-compr-mode-alist-additions): Also match `.tbz2'.
5452
5453 * progmodes/idlwave.el (auto-mode-alist): Remove unnecessary autoload.
5454 * files.el (auto-mode-alist): Add .PRO as per above autoload.
5455
5456 2008-10-03 Dan Nicolaescu <dann@ics.uci.edu>
5457
5458 * vc-dir.el (vc-dir-mode): Don't create the ewoc header here.
5459 (vc-dir-refresh): Set it here instead. (Bug#1067)
5460
5461 2008-10-02 Chong Yidong <cyd@stupidchicken.com>
5462
5463 * faces.el (inhibit-frame-set-background-mode): New var.
5464 (frame-set-background-mode): Use it to avoid a loop in
5465 face-spec-recalc.
5466
5467 2008-10-02 Glenn Morris <rgm@gnu.org>
5468
5469 * vc-bzr.el (vc-bzr-diff): Use vc-switches rather than the obsolete
5470 vc-diff-switches.
5471
5472 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5473
5474 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
5475 that is, to take some action when a buffer is killed. Suggested by
5476 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
5477 11.2.2.
5478 (whitespace-action): Docstring and :type fix.
5479 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
5480 Code fix.
5481 (whitespace-add-local-hook, whitespace-remove-local-hook)
5482 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
5483
5484 2008-10-01 Magnus Henoch <mange@freemail.hu>
5485
5486 * net/tls.el (open-tls-stream): Show the actual command being
5487 executed, instead of the format string.
5488
5489 2008-10-01 Eli Zaretskii <eliz@gnu.org>
5490
5491 * term/internal.el (dos-locale-alist): New alist.
5492 (dos-codepage-setup): Use it to compute a value of locale with
5493 which to call set-locale-environment. Remove code to set
5494 terminal, keyboard, and file-name encoding (done by
5495 set-locale-environment).
5496
5497 * international/mule-cmds.el
5498 (set-language-environment-nonascii-translation): Fix nonascii
5499 value for `pc' ``window-system''.
5500 (set-display-table-and-terminal-coding-system)
5501 (set-default-coding-systems): Don't special-case `pc'.
5502
5503 2008-10-01 Glenn Morris <rgm@gnu.org>
5504
5505 * filesets.el (filesets-menu-name): Fix type.
5506 (filesets-menu-path, filesets-menu-before): Fix types.
5507 Change defaults to be consistent with recentf. (Bug#1056)
5508
5509 2008-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
5510
5511 * term/xterm.el (xterm-turn-on-modify-other-keys)
5512 (xterm-turn-off-modify-other-keys, xterm-remove-modify-other-keys):
5513 Don't forget to pass `terminal' to `send-string-to-terminal'.
5514
5515 2008-09-30 Michael Albinus <michael.albinus@gmx.de>
5516
5517 * vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
5518 (vc-file-not-found-hook): Check, that `buffer-file-name' is
5519 non-nil. It is not clear, whether this is only fixing symptoms on
5520 an error. OTOH, in all other cases, the call of `vc-file-clearprops'
5521 is embedded by that check. So it might be TRT. Suggested by Dan
5522 Nicolaescu <dann@ics.uci.edu>.
5523
5524 2008-09-30 Eli Zaretskii <eliz@gnu.org>
5525
5526 * Makefile.in (ELCFILES): Remove codepage.elc.
5527
5528 * international/codepage.el: File removed, as even ms-dos doesn't
5529 need it anymore.
5530
5531 * loadup.el [ms-dos]: Don't load ccl and codepage.
5532
5533 * term/internal.el: Remove coding: cookie and no-byte-compile flag.
5534 (IT-character-translations, cjk-codepages-alist): Remove variables.
5535 (IT-display-table-setup, dos-cpNNN-setup): Remove functions.
5536 (IT-unicode-translations): Remove charset and base elements.
5537 Add translations for Latin-1 characters.
5538 (IT-setup-unicode-display): Accept a CODING argument. Don't use
5539 base and chset elements of IT-unicode-translations. Don't wrap
5540 translation in "{...}". Set up translations only for characters
5541 for which unencodable-char-position returns non-nil.
5542 (dos-codepage-setup): Don't use special-case codepages in
5543 cjk-codepages-alist.
5544
5545 * files.el (locate-dominating-file): Wrap directory-files with
5546 condition-case, instead of calling file-directory-p, which stats
5547 the directory one more time.
5548
5549 * mail/mail-utils.el (mail-unquote-printable-region):
5550 Use insert-byte instead of insert-char, when the UNIBYTE arg is
5551 non-nil.
5552
5553 2008-09-30 Daiki Ueno <ueno@unixuser.org>
5554
5555 * epa-file.el (epa-file-insert-file-contents): Fix typo.
5556
5557 2008-09-30 Glenn Morris <rgm@gnu.org>
5558
5559 * progmodes/which-func.el (which-func-imenu-joiner-function): Doc fix.
5560
5561 2008-09-30 Daniel Colascione <danc@merrillpress.com>
5562
5563 * progmodes/which-func.el (which-func-imenu-joiner-function): New.
5564 (which-function): Handle nested imenu trees.
5565
5566 * imenu.el (imenu--split-menu): Fix bug with shared lists that deleted
5567 some nested menu items.
5568
5569 2008-09-30 Jay Belanger <jay.p.belanger@gmail.com>
5570
5571 * calc/calc-units.el (math-standard-units): Add entries used to
5572 display the values in the units buffer.
5573 (math-build-units-table): Add entries to the units table to be used
5574 to display the values in the units buffer.
5575 (math-build-units-table-buffer): Use the display entry of the units
5576 table when non-nil.
5577 (calc-define-unit): Add option to enter display value of unit.
5578
5579 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5580
5581 * vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
5582
5583 2008-09-29 Eli Zaretskii <eliz@gnu.org>
5584
5585 * files.el (locate-dominating-file): Take file-attributes of
5586 `dir', not of `file' (which never changes).
5587
5588 2008-09-29 Michael Albinus <michael.albinus@gmx.de>
5589
5590 * files.el (file-remote-p): Precise doc string; IDENTIFICATION can
5591 also be `localname'.
5592
5593 * net/ange-ftp.el (ange-ftp-file-remote-p): Handle `localname' as
5594 IDENTIFICATION.
5595
5596 2008-09-28 Glenn Morris <rgm@gnu.org>
5597
5598 * vc.el (vc-switches): Give it a doc string.
5599
5600 2008-09-28 Romain Francoise <romain@orebokech.com>
5601
5602 * comint.el (comint-show-output): Adjust to stickiness changes of
5603 the output field.
5604
5605 * startup.el (command-line): Start the daemon server later.
5606
5607 2008-09-28 Martin Rudalics <rudalics@gmx.at>
5608
5609 * subr.el (read-quoted-char): Call char-resolve-modifiers
5610 instead of char-resolve-modifers.
5611
5612 2008-09-27 Glenn Morris <rgm@gnu.org>
5613
5614 * play/solitaire.el (solitaire-mode-map): Bind "\r" rather
5615 than [return]. (Bug#1031)
5616
5617 2008-09-27 Peter Dyballa <Peter_Dyballa@Freenet.DE>
5618
5619 * calendar/calendar.el (solar-sunrises-buffer): Fix typo.
5620
5621 2008-09-27 Daiki Ueno <ueno@unixuser.org>
5622
5623 * epg.el (epg-wait-for-status): Check if there is no pending status.
5624 Reported by Ted Romer <ted@romerfamily.com>.
5625
5626 2008-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5627
5628 * startup.el (command-line): Turn on menu-bar-mode and
5629 tool-bar-mode when running as a daemon.
5630
5631 2008-09-26 Eli Zaretskii <eliz@gnu.org>
5632
5633 * makefile.w32-in ($(lisp)/progmodes/cc-mode.elc): Remove.
5634 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5635 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5636 ($(lisp)/progmodes/cc-engine.elc)
5637 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5638 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5639 ($(lisp)/progmodes/cc-subword.elc)
5640 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5641
5642 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Remove.
5643 ($(lisp)/progmodes/cc-align.elc, $(lisp)/progmodes/cc-cmds.elc)
5644 ($(lisp)/progmodes/cc-compat.elc, $(lisp)/progmodes/cc-defs.elc)
5645 ($(lisp)/progmodes/cc-engine.elc)
5646 ($(lisp)/progmodes/cc-fonts.elc, $(lisp)/progmodes/cc-langs.elc)
5647 ($(lisp)/progmodes/cc-mode.elc, $(lisp)/progmodes/cc-styles.elc)
5648 ($(lisp)/progmodes/cc-subword.elc)
5649 ($(lisp)/progmodes/cc-vars.elc): New dependencies.
5650
5651 2008-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
5652
5653 * informat.el (Info-split-threshold): New variable.
5654 (Info-split): Use it.
5655
5656 * textmodes/texinfmt.el (texinfo-format-buffer):
5657 Use Info-split-threshold to decide whether to split Info files.
5658
5659 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5660
5661 * progmodes/octave-mod.el (octave-mode-menu): Fix incorrect
5662 quoting.
5663
5664 * comint.el (comint-dynamic-complete-as-filename): Quote directory
5665 name when reinserting it.
5666
5667 * isearch.el (isearch-search-fun): Use word-search-forward-lax and
5668 word-search-backward-lax for incremental word search.
5669
5670 2008-09-25 Juanma Barranquero <lekktu@gmail.com>
5671
5672 * generic-x.el (generic-other-modes): Fix typo in docstring.
5673 (generic-use-find-file-hook, generic-lines-to-scan)
5674 (generic-find-file-regexp, generic-ignore-files-regexp)
5675 (generic-define-mswindows-modes, generic-define-unix-modes):
5676 Remove `*' from docstring.
5677 (generic-mode-find-file-hook): Use `string-match-p'.
5678 (apache-log-generic-mode, mailagent-rules-generic-mode)
5679 (prototype-generic-mode, pkginfo-generic-mode, javascript-generic-mode)
5680 (java-manifest-generic-mode, java-properties-generic-mode)
5681 (alias-generic-mode): Doc fix: use "Generic mode" in docstrings
5682 for consistency with other modes in generic-x.el.
5683
5684 2008-09-25 Martin Rudalics <rudalics@gmx.at>
5685
5686 * textmodes/tex-mode.el (latex-handle-escaped-parens): New variable.
5687 (latex-backward-sexp-1, latex-forward-sexp-1): Treat escaped
5688 parens specially only if latex-handle-escaped-parens is non-nil.
5689 (latex-indent-within-escaped-parens): New option.
5690 (latex-find-indent): Bind latex-handle-escaped-parens to
5691 latex-indent-within-escaped-parens. Do not treat escaped parens
5692 specially when this is nil. (Bug#954)
5693
5694 2008-09-25 Glenn Morris <rgm@gnu.org>
5695
5696 * ffap.el (ffap-fixup-url): Don't call url-normalize-url. (Bug#898)
5697
5698 2008-09-25 Chong Yidong <cyd@stupidchicken.com>
5699
5700 * vc.el (vc-mark-resolved): Move message here from
5701 vc-default-mark-resolved.
5702 (vc-default-mark-resolved): Change to an alias for ignore.
5703
5704 2008-09-24 Andreas Politz <politza@fh-trier.de> (tiny change)
5705
5706 * term.el (term-emulate-terminal): Encode input string before
5707 checking its length.
5708
5709 2008-09-24 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * progmodes/sh-script.el (sh-mode-map): Don't assume that skeleton
5712 is loaded.
5713
5714 * server.el (server-buffer-done): Avoid changing the buffer when
5715 deleting the client's frame (bug#640).
5716
5717 * vc.el (vc-default-mark-resolved): New function.
5718
5719 2008-09-24 Stephen Berman <stephen.berman@gmx.net>
5720
5721 * mail/rfc822.el (rfc822-addresses): Prevent rfc822-bad-address
5722 from raising a wrong-type-argument error.
5723
5724 2008-09-24 Martin Rudalics <rudalics@gmx.at>
5725
5726 * help-fns.el (describe-function-1, describe-variable): Print
5727 relative file name in help buffer.
5728 * faces.el (describe-face): Print relative file name in help
5729 buffer.
5730
5731 2008-09-23 Romain Francoise <romain@orebokech.com>
5732
5733 * subr.el (with-output-to-string): Make sure that the temporary
5734 buffer gets killed.
5735
5736 2008-09-23 Markus Sauermann <markus@sauermann-consulting.de> (tiny change)
5737
5738 * emacs-lisp/lisp-mode.el (calculate-lisp-indent): Fix
5739 indentation problem with keyword symbols when a list starts with
5740 ,@ or spaces. (Bug#1012)
5741
5742 2008-09-23 Martin Rudalics <rudalics@gmx.at>
5743
5744 * textmodes/tex-mode.el (latex-find-indent): Try to handle
5745 escaped close parens correctly. (Bug#954)
5746
5747 2008-09-22 Tassilo Horn <tassilo@member.fsf.org>
5748
5749 * play/fortune.el (fortune-in-buffer): Fix a bug which forced
5750 usage of `fortune-file' even though a FILE argument was passed to
5751 the function.
5752
5753 2008-09-21 Dan Nicolaescu <dann@ics.uci.edu>
5754
5755 * startup.el (command-line): Start the server when in daemon mode.
5756 Remove always true test.
5757
5758 * frame.el (frame-initialize): Remove spurious setting of
5759 special-display-function with the default value.
5760
5761 2008-09-20 Vincent Belaïche <vincent.b.1@hotmail.fr>
5762
5763 * calc/calc-vec.el (calcFunc-venum): Properly handle intervals.
5764
5765 2008-09-20 Glenn Morris <rgm@gnu.org>
5766
5767 * emacs-lisp/lisp-mode.el (lisp-indent-offset):
5768 Fix custom type. (Bug#1011)
5769
5770 2008-09-20 David De La Harpe Golden <david@harpegolden.net>
5771
5772 * files.el (move-file-to-trash): Avoid recursive trashing if
5773 rename-file calls delete-file.
5774
5775 2008-09-20 Glenn Morris <rgm@gnu.org>
5776
5777 * play/fortune.el: Remove leading `*' from defcustom docs.
5778 (fortune-program-options): Doc fix. Allow to be a string again.
5779 Add :version.
5780 (fortune-in-buffer): Handle fortune-program-options as a string.
5781 Don't rely on fortune program accepting options after fortune file.
5782
5783 2008-09-20 Justin Bogner <mail@justinbogner.com> (tiny change)
5784
5785 * play/fortune.el (fortune-program-options): Change to a list.
5786 (fortune-in-buffer): Use apply.
5787
5788 2008-09-20 Ulrich Mueller <ulm@kph.uni-mainz.de>
5789
5790 * emacs-lisp/authors.el: Change encoding of file to utf-8.
5791 (authors-coding-system): Likewise.
5792
5793 2008-09-20 Ami Fischman <ami@fischman.org>
5794
5795 * savehist.el (savehist-save): Handle errors in writing as well as
5796 reading.
5797
5798 2008-09-20 Michael Olson <mwolson@gnu.org>
5799
5800 * emacs-lisp/tq.el (tq-create): Disable undo in tq buffer in order
5801 to provide a minimal performance boost.
5802
5803 2008-09-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5804
5805 * proced.el (proced-grammar-alist, proced-custom-attributes)
5806 (proced-format-alist, proced-format, proced-filter-alist)
5807 (proced-filter, proced-sort): Use defcustom.
5808 (proced-mode): Fix docstring.
5809 (proced-process-attributes): Handle return value nil of functions
5810 in proced-custom-attributes.
5811
5812 2008-09-19 Martin Rudalics <rudalics@gmx.at>
5813
5814 * textmodes/sgml-mode.el (sgml-tag-syntax-table): Remove prefix
5815 flag from "'" entry in sgml-tag-syntax-table. (Bug#946)
5816
5817 2008-09-19 Miles Bader <miles@gnu.org>
5818
5819 * comint.el (comint-output-filter): Make field properties for
5820 output text front-sticky.
5821
5822 2008-09-18 Dan Nicolaescu <dann@ics.uci.edu>
5823
5824 * vc-bzr.el (vc-bzr-show-log-entry):
5825 * vc-git.el (vc-git-show-log-entry): Deal with a nil argument,
5826 C-x v l for a directory uses that.
5827
5828 2008-09-18 Simon Josefsson <simon@josefsson.org>
5829
5830 * files.el (auto-mode-alist): Use sieve-mode for .sv, .siv, and
5831 .sieve files.
5832
5833 2008-09-18 Martin Rudalics <rudalics@gmx.at>
5834
5835 * help-macro.el (make-help-screen): Preserve key bindings
5836 established in help-mode call when exiting this macro.
5837
5838 2008-09-17 Kenichi Handa <handa@m17n.org>
5839
5840 * language/burmese.el: Fix setting of composition-function-table.
5841
5842 2008-09-17 Martin Rudalics <rudalics@gmx.at>
5843
5844 * info.el (Info-follow-nearest-node): Don't raise an error for
5845 mouse-1 clicks.
5846
5847 2008-09-17 Jay Belanger <jay.p.belanger@gmail.com>
5848
5849 * calc/calc-units.el (calc-convert-temperature): Use default
5850 units when appropriate.
5851
5852 2008-09-16 Markus Triska <markus.triska@gmx.at>
5853
5854 * textmodes/flyspell.el (flyspell-math-tex-command-p): Always
5855 catch errors raised in `texmathp'.
5856 (flyspell-tex-math-initialized): Remove.
5857
5858 2008-09-16 Martin Rudalics <rudalics@gmx.at>
5859
5860 * frame.el (select-frame-set-input-focus): With non-nil
5861 mouse-autoselect-window always move mouse cursor to frame's
5862 selected window. Otherwise restore pre 2008-09-13 behavior.
5863 (select-frame-by-name): Use select-frame-set-input-focus.
5864
5865 * files.el (switch-to-buffer-other-frame): Don't raise frame since
5866 pop-to-buffer already does it.
5867 (display-buffer-other-frame): Fix doc-string.
5868
5869 2008-09-16 Glenn Morris <rgm@gnu.org>
5870
5871 * add-log.el (diff-find-source-location): Update declaration.
5872
5873 * progmodes/make-mode.el (makefile-match-function-end):
5874 Move point. (Bug#983)
5875
5876 2008-09-16 Daiki Ueno <ueno@unixuser.org>
5877
5878 * epg.el (epg-start-verify): Pass "--verify" to gpgsm.
5879
5880 2008-09-15 Juanma Barranquero <lekktu@gmail.com>
5881
5882 * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.
5883 (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes.
5884
5885 2008-09-15 Eduard Wiebe <usenet@pusto.de> (tiny change)
5886
5887 * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
5888
5889 2008-09-15 Martin Rudalics <rudalics@gmx.at>
5890
5891 * files.el (file-truename): Don't raise args-out-of-range error
5892 when filename has no separator on windows-nt. (Bug#982)
5893
5894 2008-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
5895
5896 * diff-mode.el (diff-find-file-name): Rename `batch' to `noprompt' and
5897 be more honest when we don't know.
5898 (diff-tell-file-name): Don't prompt before the actual prompt.
5899 (diff-mode): Don't prompt in add-log-buffer-file-name-function.
5900 (diff-find-source-location): Add `noprompt' argument.
5901 (diff-current-defun): Don't prompt.
5902
5903 2008-09-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5904
5905 * proced.el (proced-mark-face, proced-marked-face)
5906 (proced-sort-header-face): Remove.
5907 (proced-font-lock-keywords): Simplify.
5908 (proced-format): Use face proced-sort-header.
5909 (proced-format-interactive, proced-sort-interactive)
5910 (proced-filter-interactive): Only call proced-update if the scheme
5911 has changed.
5912 (proced-sort-header): Use posn-actual-col-row.
5913
5914 2008-09-14 Martin Rudalics <rudalics@gmx.at>
5915
5916 * add-log.el (change-log-find-window): New variable.
5917 (change-log-goto-source-1, change-log-goto-source):
5918 Set change-log-find-window to window displaying source.
5919 (change-log-next-error): Select window specified by
5920 change-log-find-window.
5921
5922 2008-09-13 Martin Rudalics <rudalics@gmx.at>
5923
5924 * frame.el (select-frame-set-input-focus): With focus follows
5925 mouse move mouse cursor to right window.
5926 * window.el (pop-to-buffer): Select window before calling
5927 select-frame-set-input-focus.
5928
5929 2008-09-12 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5930
5931 * proced.el (proced-sort-header): New face.
5932 (proced-sort-header-face): New variable.
5933 (proced-format): Allow format value nil.
5934 Use proced-sort-header-face for header of sort column.
5935 (proced-format-args): New function.
5936 (proced-grammar-alist, proced-timer-flag, proced-process-alist)
5937 (proced-header-help-echo, proced-field-help-echo, proced-timer)
5938 (proced-toggle-timer-flag, proced, proced-mode): Doc fix.
5939 (proced-refine): Rename from proced-filter-attribute. Doc fix.
5940 (proced-sort-header): Bind also to mouse-1.
5941 (proced-move-to-goal-column): Return position of point.
5942 (proced-filter-interactive): Always revert listing.
5943 (proced-format-ttname): Simplify.
5944 (proced-update): Do not keep undo information. Put point at
5945 beginning of buffer if we generate the first listing.
5946
5947 2008-09-12 Tassilo Horn <tassilo@member.fsf.org>
5948
5949 * doc-view.el (doc-view-scroll-up-or-next-page)
5950 (doc-view-scroll-down-or-previous-page): Fix scrolling in case of
5951 vertically split windows.
5952
5953 2008-09-12 Glenn Morris <rgm@gnu.org>
5954
5955 * progmodes/f90.el (f90-mode-map): Don't bind \t and \r.
5956
5957 * indent.el (indent-line-function): Doc fix.
5958 * progmodes/sh-script.el (sh-font-lock-open-heredoc): Doc fix.
5959
5960 2008-09-11 Martin Rudalics <rudalics@gmx.at>
5961
5962 * window.el (pop-to-buffer): If the window for buffer-or-name is
5963 not on the selected frame, raise that window's frame and give it
5964 input focus. (Bug#745)
5965
5966 2008-09-11 Glenn Morris <rgm@gnu.org>
5967
5968 * ido.el (ido-mode): Initialize with custom-initialize-default,
5969 rather than a set function. (Bug#947)
5970
5971 2008-09-10 Chong Yidong <cyd@stupidchicken.com>
5972
5973 * replace.el (perform-replace): Don't set inhibit-read-only using
5974 query-replace-skip-read-only (bug#956).
5975
5976 * edmacro.el (edmacro-parse-keys): Fix last change to omit macros
5977 of the <<foo>> form.
5978
5979 2008-09-10 Martin Rudalics <rudalics@gmx.at>
5980
5981 * window.el (display-buffer): Fix doc-string typo.
5982
5983 2008-09-10 Kenichi Handa <handa@m17n.org>
5984
5985 * composite.el (compose-gstring-for-graphic): Fix previous change.
5986
5987 2008-09-10 Glenn Morris <rgm@gnu.org>
5988
5989 * info.el (Info-try-follow-nearest-node): Fix doc typo.
5990
5991 2008-09-10 Stephen Berman <stephen.berman@gmx.net>
5992
5993 * info.el (Info-mouse-follow-nearest-node): Follow links to different
5994 manuals. (Bug#886)
5995
5996 2008-09-09 Juanma Barranquero <lekktu@gmail.com>
5997
5998 * ido.el (ido-unload-function): New function.
5999
6000 2008-09-08 Juanma Barranquero <lekktu@gmail.com>
6001
6002 * ido.el (ido-file-internal): Fix typo in prompt.
6003 (ido-merge-ftp-work-directories, ido-max-work-file-list): Doc fixes.
6004 (ido-max-prospects, ido-max-file-prompt-width, ido-ignore-buffers)
6005 (ido-enable-prefix, ido-setup-hook, ido-rewrite-file-prompt-functions)
6006 (ido-magic-forward-char, ido-magic-delete-char, ido-pop-dir):
6007 Fix typos in docstrings.
6008
6009 2008-09-08 Martin Rudalics <rudalics@gmx.at>
6010
6011 * help-fns.el (describe-function-1): Don't print extra newline
6012 after filling.
6013
6014 2008-09-08 Katsumi Yamaoka <yamaoka@jpl.org>
6015
6016 * help-fns.el (find-lisp-object-file-name): Handle case where
6017 library is compressed.
6018
6019 2008-09-07 Chong Yidong <cyd@stupidchicken.com>
6020
6021 * complete.el (PC-do-completion): Don't replace buffer
6022 contents (bug#227).
6023
6024 2008-09-07 Juanma Barranquero <lekktu@gmail.com>
6025
6026 * loadhist.el (unload-feature-special-hooks):
6027 Add `choose-completion-string-functions'.
6028
6029 2008-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6030
6031 * vc-svn.el (vc-svn-root):
6032 * vc-sccs.el (vc-sccs-root):
6033 * vc-rcs.el (vc-rcs-root):
6034 * vc-cvs.el (vc-cvs-root): Delete.
6035 * vc-hooks.el (vc-find-root): Remove `invert' argument.
6036
6037 2008-09-07 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
6038
6039 * progmodes/flymake.el (flymake-parse-err-lines): Filter out
6040 errors occurring in different files.
6041
6042 2008-09-07 Dan Nicolaescu <dann@ics.uci.edu>
6043
6044 * vc-bzr.el (vc-bzr-extra-fileinfo): New defstruct.
6045 (vc-bzr-status-printer): New function.
6046 (vc-bzr-after-dir-status): Deal with renamed files.
6047
6048 2008-09-07 Johan Euphrosine <proppy@aminche.com> (tiny change)
6049
6050 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): Shell quote
6051 buffer's filename.
6052
6053 2008-09-07 Martin Rudalics <rudalics@gmx.at>
6054
6055 * subr.el (cancel-change-group): Widen buffer temporarily when
6056 undoing changes. (Bug#810)
6057
6058 2008-09-07 Nick Roberts <nickrob@snap.net.nz>
6059
6060 * progmodes/gud.el (gud-stop-subjob): Using jdb, suspend threads
6061 with gud-stop-subjob rather than exit debugger.
6062
6063 2008-09-07 Kenichi Handa <handa@m17n.org>
6064
6065 * composite.el: Compose combining characters only when it
6066 follows a character matching with "[[:alpha:]]".
6067
6068 2008-09-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6069
6070 * proced.el: Require time-date.
6071 (proced-command-alist, proced-command, proced-goal-header-re)
6072 (proced-sorting-schemes-alist, proced-sorting-scheme)
6073 (proced-header-alist, proced-sorting-schemes-re)
6074 (proced-skip-regexp, proced-next-line, proced-previous-line)
6075 (proced-listing-type, proced-sorting-scheme-p): Remove.
6076 (proced-grammar-alist, proced-custom-attributes)
6077 (proced-format-alist, proced-format, proced-filter-alist)
6078 (proced-filter, proced-sort, proced-goal-attribute)
6079 (proced-timer-interval, proced-timer-flag, proced-timer)
6080 (proced-process-alist, proced-sort-internal, proced-process-tree)
6081 (proced-header-help-echo, proced-field-help-echo): New variables.
6082 (proced-pid-at-point, proced-timer, proced-mark-process-alist)
6083 (proced-omit-process, proced-filter, proced-process-tree)
6084 (proced-filter-children, proced-children-pids)
6085 (proced-filter-parents, proced-<, proced-string-lessp)
6086 (proced-time-lessp, proced-xor, proced-sort-p)
6087 (proced-format-time, proced-format-start, proced-format-ttname)
6088 (proced-format, proced-process-attributes): New functions.
6089 (proced-toggle-timer-flag, proced-mark-children)
6090 (proced-mark-parents, proced-filter-interactive)
6091 (proced-filter-attribute, proced-sort-interactive)
6092 (proced-sort-header, proced-format-interactive): New commands.
6093 (proced-move-to-goal-column): Use goal-column.
6094 (proced-mode): Use proced-timer.
6095 (proced-do-mark-all): Display process count. Use use-region-p.
6096 Simplify.
6097 (proced-omit-processes): Use use-region-p.
6098 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
6099 (proced-sort-start, proced-sort-time, proced-sort-user):
6100 Use proced-sort-interactive.
6101 (proced-sort): Make it a function that performs the actual sort.
6102 (proced-update): New arg revert. Use proced-process-alist,
6103 proced-filter, proced-sort, proced-format, and
6104 proced-grammar-alist. Preserve position of point based on fields.
6105 Make header line and fields clickable.
6106 (proced-send-signal): Use proced-pid-at-point and proced-process-alist.
6107 (proced-why): Use save-selected-window.
6108 (proced-log): Use buffer-read-only.
6109
6110 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6111
6112 * tooltip.el (tooltip-mode): Initialize unconditionally to t.
6113
6114 2008-09-06 Glenn Morris <rgm@gnu.org>
6115
6116 * add-log.el (diff-find-source-location): Declare.
6117 (find-change-log): If called from a diff buffer, try to switch to the
6118 source buffer (e.g. to respect change-log-default-name there).
6119
6120 * progmodes/sh-script.el (sh-get-kw): Remove '()' from the list of
6121 unallowed characters; added 2006-10-10 without comment. (Bug#753)
6122
6123 * Makefile.in (ELCFILES): Update.
6124
6125 2008-09-06 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * textmodes/ispell.el (ispell-command-loop): Suspend ispell if the
6128 user enters a mouse event in another frame, or a special event.
6129
6130 * server.el (server-switch-buffer): New arg.
6131 (server-execute): If reusing an existing window, set file position
6132 if required.
6133
6134 2008-09-06 Kenichi Handa <handa@m17n.org>
6135
6136 * language/lao.el: Fix setting of composition-function-table.
6137
6138 2008-09-06 Eli Zaretskii <eliz@gnu.org>
6139
6140 * term/pc-win.el (msdos-show-help): Don't truncate lines while
6141 displaying help echo messages.
6142
6143 2008-09-06 Martin Rudalics <rudalics@gmx.at>
6144
6145 * subr.el (symbol-file): Fix doc-string.
6146
6147 2008-09-06 Glenn Morris <rgm@gnu.org>
6148
6149 * help-mode.el (help-xref-forward-stack): Doc fix.
6150
6151 * add-log.el (change-log-default-name): Autoload safety.
6152
6153 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org>
6154
6155 * verilog-mode.el (verilog-library-extensions): Enable .sv
6156 filename extensions to call verilog-mode.
6157 (verilog-auto, verilog-auto-inst, verilog-faq)
6158 (verilog-submit-bug-report): Update author support URLs.
6159 (verilog-delete-auto, verilog-auto-inout-module)
6160 (verilog-auto-inout-comp, verilog-auto): Add AUTOINOUTCOMP for
6161 creating complemented testbench modules. Suggested by Yishay Belkind.
6162 (verilog-auto-inst-port, verilog-simplify-range-expression):
6163 When verilog-auto-inst-param-value is set, don't require a
6164 AUTO_TEMPLATE to expand parameter substitutions. Suggested by
6165 Yishay Belkind.
6166 (verilog-auto-inst-param-value): Add safe variable.
6167 (verilog-re-search-forward, verilog-re-search-backward):
6168 Fix returning wrong search results on Emacs 22.1.
6169 (verilog-modi-cache-results, verilog-auto): Fix warning message
6170 about "toggling font-lock-mode."
6171 (verilog-auto): Fix losing font-lock on errors.
6172 (verilog-auto-inst-param-value, verilog-mode-version)
6173 (verilog-mode-version-date, verilog-read-inst-param-value)
6174 (verilog-auto-inst, verilog-auto-inst-param)
6175 (verilog-auto-inst-port, verilog-simplify-range-expression):
6176 Allow parameters to be replaced with their values, on the expansion of
6177 an AUTOINST with Verilog 2001 style parameter settings.
6178 Suggested by David Rogoff.
6179
6180 2008-09-05 Michael McNamara <mac@mail.brushroad.com>
6181
6182 * verilog-mode.el (verilog-beg-block-re-ordered, verilog-calc-1):
6183 Better support for the property statement. Sometimes this keyword
6184 introduces a statement which requires an endproperty keyword, and
6185 sometimes it doesn't, depending on the work before the property
6186 word. If property is prefixed with assert, assume or cover
6187 keyword, then the statement is ended with a ';'. Otherwise,
6188 property is like task or specify, and is followed by some number
6189 of statements, which are ended with an endproperty keyword.
6190 (electric-verilog-tab): Support Emacs 22.2 style handling of tab
6191 in a highlighted region: indent each line in region according to
6192 mode. Supply this so it works in XEmacs and older Emacs.
6193
6194 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6195
6196 * whitespace.el (whitespace-kill-buffer-hook, whitespace-action):
6197 Don't clean up a buffer when killing it.
6198
6199 2008-09-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6200
6201 * whitespace.el: Fix auto-cleanup on kill prevents killing read-only
6202 buffers (bug#360). New version 11.2.1.
6203 (whitespace-action): New value `warn-read-only' to give a warning when
6204 buffer is read-only and whitespace action is cleanup or auto-cleanup.
6205 (whitespace-cleanup, whitespace-cleanup-region): Code fix.
6206 (whitespace-warn-read-only): New fun.
6207
6208 2008-09-05 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * international/quail.el: Require help-mode.
6211 (quail-help-init): Function removed.
6212 (quail-keyboard-layout-button, quail-keyboard-customize-button):
6213 Define directly.
6214
6215 * dired.el (dired-get-filename): Rewrite octal escape character
6216 processor (bug#885).
6217
6218 2008-09-05 Eli Zaretskii <eliz@gnu.org>
6219
6220 * cus-edit.el (custom-button-pressed): Default to inverse-video.
6221
6222 * term/pc-win.el (msdos-face-setup): Setup faces for all frames,
6223 not just for terminal-frame.
6224
6225 2008-09-05 Martin Rudalics <rudalics@gmx.at>
6226
6227 * window.el (window--try-to-split-window): Don't split when window
6228 is not splittable in last disjunct. (Bug#888)
6229
6230 2008-09-05 Kenichi Handa <handa@m17n.org>
6231
6232 * language/tibetan.el: Fix setting of composition-function-table.
6233
6234 * composite.el (find-composition): Mention about the automatic
6235 composition in the docstring.
6236 (compose-gstring-for-graphic): Fix handling "above" marks.
6237
6238 * descr-text.el (describe-char): Fix handling of automatic composition.
6239
6240 2008-09-04 Juanma Barranquero <lekktu@gmail.com>
6241
6242 * net/tramp-cache.el (tramp-flush-file-function): Fix docstring typo.
6243 (tramp-parse-connection-properties): Reflow docstring.
6244
6245 2008-09-04 Kim F. Storm <storm@cua.dk>
6246
6247 * ido.el (ido-buffer-internal, ido-file-internal): Pass on other-window
6248 and other-frame methods when switching between file and buffer modes.
6249
6250 2008-09-04 Martin Rudalics <rudalics@gmx.at>
6251
6252 * info.el (Info-dir-remove-duplicates): Narrow buffer when
6253 removing duplicate entries under same heading. Don't skip char
6254 matching anything but a space or tab at bol. (Bug#864)
6255
6256 2008-09-03 Alan Mackenzie <acm@muc.de>
6257
6258 * progmodes/cc-defs.el (c-version): Increment to 5.31.6.
6259
6260 2008-09-03 Stefan Monnier <monnier@iro.umontreal.ca>
6261
6262 * minibuffer.el (completion-pcm--pattern->regex): Undo last change.
6263 (completion-pcm--all-completions): Move the case-fold-search binding to
6264 it also applies to completion-regexp-list (used in all-completions).
6265 (completion-pcm--hilit-commonality): Add missing case-fold-search.
6266
6267 2008-09-03 Martin Rudalics <rudalics@gmx.at>
6268
6269 * window.el (pop-up-frame-function): Move ...
6270 * frame.el (pop-up-frame-function): ... here, to avoid
6271 "CHANGED outside Customize;".
6272
6273 2008-09-03 Glenn Morris <rgm@gnu.org>
6274
6275 * buff-menu.el (buffer-menu-mode-hook): Add obsolete alias.
6276
6277 2008-09-03 Chong Yidong <cyd@stupidchicken.com>
6278
6279 * isearch.el (isearch-highlight-regexp): Fix last change, quoting
6280 non-alphabetical characters properly.
6281
6282 2008-09-02 Dan Nicolaescu <dann@ics.uci.edu>
6283
6284 * files.el (auto-mode-alist): Use verilog-mode for SystemVerilog files.
6285
6286 2008-09-02 Martin Rudalics <rudalics@gmx.at>
6287
6288 * calc/calc.el (calc-dispatch-map): Fix handling of upcased and
6289 control-prefixed keys. (Bug#835)
6290
6291 2008-09-02 Chong Yidong <cyd@stupidchicken.com>
6292
6293 * image-mode.el (image-mode): Fix 2008-07-19 change.
6294
6295 2008-09-02 Juanma Barranquero <lekktu@gmail.com>
6296
6297 * tool-bar.el (tool-bar-add-item): Fix typo in docstring.
6298
6299 * emulation/tpu-edt.el (tpu-kill-buffer): Doc fix.
6300
6301 2008-09-02 Glenn Morris <rgm@gnu.org>
6302
6303 * emacs-lisp/lucid.el (try-face-font): Remove dead alias.
6304
6305 * progmodes/cc-langs.el (c-opt-op-identitier-prefix): Fix typo.
6306
6307 2008-09-01 Glenn Morris <rgm@gnu.org>
6308
6309 * vc-hooks.el (vc-previous-version): Move alias to vc.el.
6310 * vc.el (vc-default-previous-version): Move alias here from vc-hooks,
6311 and fix name typos. (Bug#856)
6312
6313 2008-09-01 Chong Yidong <cyd@stupidchicken.com>
6314
6315 * minibuffer.el (completion-pcm--pattern->regex):
6316 When completion-ignore-case is non-nil, generate a regexp that
6317 ignores case.
6318
6319 * window.el (recenter-top-bottom): Doc fix.
6320
6321 2008-09-01 Simon South <ssouth@member.fsf.org>
6322
6323 * progmodes/delphi.el: New maintainer.
6324 (delphi-interface-types): New var.
6325 (delphi-composite-types): Use it.
6326 (delphi-enclosing-indent-of): Distinguish between "interface"
6327 keyword as a unit separator and used like a class declaration.
6328
6329 2008-09-01 Martin Rudalics <rudalics@gmx.at>
6330
6331 * help-fns.el (describe-simplify-lib-file-name)
6332 (find-source-lisp-file): Remove.
6333 (find-lisp-object-file-name): New function giving preference to
6334 files found via load-path instead of loaddefs.el.
6335 (describe-function-1): Use new function instead of the removed
6336 ones. (Bugs #587, #669, #690)
6337 * faces.el (describe-face): Use find-lisp-object-file-name instead
6338 of describe-simplify-lib-file-name.
6339
6340 2008-09-01 Kenichi Handa <handa@m17n.org>
6341
6342 * international/mule-diag.el (font-show-log): Fix previous change.
6343
6344 * international/mule-cmds.el (set-language-environment):
6345 Don't overwrite current-iso639-language if the current language
6346 environment doesn't provide that data.
6347 (set-locale-environment): Set current-iso639-language from the
6348 locale name.
6349
6350 * international/fontset.el (script-representative-chars): Re-add
6351 the entry for symbol, but with vector of characters.
6352 (setup-default-fontset): Cancel previous change.
6353
6354 2008-08-31 Chong Yidong <cyd@stupidchicken.com>
6355
6356 * ido.el: Move provide statement to the end of the file.
6357
6358 2008-08-30 Markus Triska <markus.triska@gmx.at>
6359
6360 * linum.el (linum-mode): `window-size-change-functions' can now be
6361 buffer-local.
6362 (linum-update-window): Use result of `move-overlay'.
6363
6364 2008-08-30 Glenn Morris <rgm@gnu.org>
6365
6366 * subr.el (make-variable-frame-local): Tweak obsolescence message.
6367
6368 * info.el (Info-hide-note-references, Info-refill-paragraphs):
6369 Doc fixes.
6370
6371 * apropos.el (apropos-command): Report documentation errors.
6372 * help-fns.el (describe-function-1): Handle broken aliases. (Bug#825)
6373
6374 2008-08-29 Chong Yidong <cyd@stupidchicken.com>
6375
6376 * isearch.el (isearch-highlight-regexp): Fix case of highlighted
6377 string.
6378
6379 2008-08-29 Eli Zaretskii <eliz@gnu.org>
6380
6381 * bindings.el (mode-line-frame-identification): Fix last change.
6382
6383 2008-08-29 Kenichi Handa <handa@m17n.org>
6384
6385 These changes are to adjust the automatic composition for the new
6386 implementation (avoid using text property).
6387
6388 * composite.el (composition-function-table): Move declaration to
6389 composite.c.
6390 (terminal-composition-base-character-p): Delete it.
6391 (terminal-composition-function): Delete it.
6392 (terminal-composition-function-table): Delete it.
6393 (lgstring-header, lgstring-set-header, lgstring-font)
6394 (lgstring-char, lgstring-char-len, lgstring-shaped-p)
6395 (lgstring-set-id, lgstring-glyph, lgstring-glyph-len)
6396 (lgstring-set-glyph, lglyph-from, lglyph-to, lglyph-char)
6397 (lglyph-code, lglyph-width, lglyph-lbearing, lglyph-rbearing)
6398 (lglyph-ascent, lglyph-descent, lglyph-adjustment)
6399 (lglyph-set-from-to, lglyph-copy, lgstring-insert-glyph)
6400 (compose-glyph-string, compose-glyph-string-relative)
6401 (compose-gstring-for-graphic, compose-gstring-for-terminal):
6402 New functions.
6403 (auto-compose-chars): Argument changed.
6404
6405 * language/european.el: Don't setup composition-function-table.
6406 (diacritic-composition-pattern, diacritic-compose-region)
6407 (diacritic-compose-string, diacritic-compose-buffer)
6408 (diacritic-composition-function): Delete them.
6409
6410 * language/lao-util.el (lao-composition-function): Argument changed.
6411
6412 * language/sinhala.el: Fix setting up of composition-function-table.
6413
6414 * language/thai.el: Fix setting up of composition-function-table.
6415
6416 * language/thai-util.el: Encoding changed to utf-8.
6417 (thai-composition-function): Argument changed.
6418
6419 * language/indian.el: Fix setting up of composition-function-table.
6420 (devanagari-composable-pattern)
6421 (tamil-composable-pattern, kannada-composable-pattern)
6422 (malayalam-composable-pattern): New variables.
6423
6424 * international/characters.el (unicode-category-table):
6425 Setup unicode-category-table.
6426
6427 * international/fontset.el (setup-default-fontset): Prepend
6428 iso10646-1 fonts to the fallback font groups instead of appending.
6429
6430 2008-08-29 Glenn Morris <rgm@gnu.org>
6431
6432 * cus-start.el (truncate-partial-width-windows): Changed in 23.1.
6433
6434 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6435
6436 * term/x-win.el (x-win-suspend-error): Don't signal error if there
6437 are no X frames active.
6438
6439 2008-08-28 Michael Albinus <michael.albinus@gmx.de>
6440
6441 * net/xesam.el (xesam-kill-buffer-function): Wrap code by
6442 `ignore-errors' (the function must succeed always).
6443
6444 2008-08-28 Edward O'Connor <hober0@gmail.com>
6445
6446 * json.el (json-read-number): New arg. Handle explicitly signed
6447 numbers.
6448 (json-readtable): Add `+' and `.'.
6449
6450 2008-08-28 Eli Zaretskii <eliz@gnu.org>
6451
6452 * term/pc-win.el (msdos-previous-message): New variable.
6453 (msdos-show-help): New function.
6454 (msdos-initialize-window-system): Set show-help-function to
6455 msdos-show-help.
6456
6457 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6458
6459 * emacs-lisp/debug.el (debug): When killing a noninteractive
6460 Emacs, give an exit status of -1.
6461
6462 2008-08-28 Chong Yidong <cyd@stupidchicken.com>
6463
6464 * vc-hooks.el (vc-workfile-unchanged-p): Revert last change.
6465
6466 2008-08-27 Alex Harsanyi <harsanyi@mac.com> (tiny change)
6467
6468 * vc-hooks.el (vc-workfile-unchanged-p): If the checkout time is
6469 not the same as the last modification time, fall back on the
6470 backend-specific check.
6471
6472 2008-08-27 Teodor Zlatanov <tzz@lifelogs.com>
6473
6474 * add-log.el (change-log-next-error): Run an extra `pop-to-buffer'
6475 to go to the position of interest.
6476
6477 2008-08-27 Tomas Abrahamsson <tab@lysator.liu.se>
6478
6479 * textmodes/artist.el (artist-mode-init): Add comment on the
6480 setting up of the `artist-replacement-table' array.
6481 (artist-get-replacement-char): New defsubst.
6482 (artist-get-char-at-xy-conv, artist-replace-char)
6483 (artist-replace-chars, artist-replace-string): Use it instead of
6484 accessing `artist-replacement-table' directly.
6485 Reported by Rubén Berenguel <ruben@maia.ub.es>.
6486
6487 (artist-mt): Fix structures for cut and copy operations.
6488
6489 2008-08-27 Chong Yidong <cyd@stupidchicken.com>
6490
6491 * shell.el (shell-file-name-quote-list): Quote `$'.
6492
6493 * comint.el (comint-dynamic-complete-as-filename): Generalize last
6494 change to allow quoting of characters before point.
6495 (comint-dynamic-list-filename-completions): Quote common substring.
6496
6497 2008-08-26 Chong Yidong <cyd@stupidchicken.com>
6498
6499 * comint.el (comint-dynamic-complete-as-filename): If case is
6500 ignored while matching, replace the entire filename with completion.
6501
6502 * textmodes/flyspell.el (flyspell-check-pre-word-p): Make sure
6503 flyspell-pre-point is valid to avoid signalling an error in
6504 post-command-hook.
6505
6506 2008-08-26 Johan Bockgård <bojohan@gnu.org>
6507
6508 * linum.el (linum): Inherit remaining face attributes from default
6509 face.
6510
6511 2008-08-26 Markus Triska <markus.triska@gmx.at>
6512
6513 * linum.el (linum-delay): Disable - it should no longer be
6514 necessary, and can lead to longer delays.
6515 (linum-update-window): Renumber if margin width has changed.
6516
6517 2008-08-26 Daiki Ueno <ueno@unixuser.org>
6518
6519 * epa.el (epa--key-widget-action): Save the selected window to
6520 make `widget-button-click-moves-point' work. (Bug#733).
6521
6522 2008-08-26 Glenn Morris <rgm@gnu.org>
6523
6524 * calendar/holidays.el (calendar-holidays): Doc fix.
6525
6526 * progmodes/gud.el (tramp-file-name-localname)
6527 (tramp-dissect-file-name): Declare.
6528
6529 * term/pc-win.el (msdos-setup-keyboard): Fix declaration.
6530
6531 2008-08-25 Eli Zaretskii <eliz@gnu.org>
6532
6533 * bindings.el (mode-line-frame-control): New function, caters to
6534 `pc' ``window system''.
6535 (mode-line-frame-identification): Use it instead of accessing
6536 window-system directly.
6537
6538 2008-08-25 Juri Linkov <juri@jurta.org>
6539
6540 * textmodes/text-mode.el (text-mode-map): Unbind "\es" from
6541 `center-line' and "\eS" from `center-paragraph'.
6542 (facemenu-keymap): Bind "\es" to `center-line' and "\eS" to
6543 `center-paragraph'.
6544
6545 2008-08-25 Ulf Jasper <ulf.jasper@web.de>
6546
6547 * net/newst-treeview.el (newsticker-treeview-own-frame): Doc fixed.
6548 (newsticker-treeview-treewindow-width): New.
6549 (newsticker-treeview-listwindow-height): New.
6550 (newsticker-treeview-browse-url-item): New.
6551 (newsticker-treeview-mode-map):
6552 Add newsticker-treeview-browse-url-item.
6553 (newsticker--treeview-window-init):
6554 Use newsticker-treeview-treewindow-width and
6555 newsticker-treeview-listwindow-height.
6556
6557 * net/newst-reader.el (newsticker-browse-url-item): New.
6558
6559 2008-08-25 Dan Nicolaescu <dann@ics.uci.edu>
6560
6561 * vc-dir.el (vc-dir-marked-only-files-and-states):
6562 (vc-dir-child-files-and-states): Reverse the list before returning it.
6563
6564 2008-08-24 Michael Albinus <michael.albinus@gmx.de>
6565
6566 * net/dbus.el (dbus-introspect): Use `dbus-call-method-non-blocking'.
6567
6568 2008-08-24 Romain Francoise <romain@orebokech.com>
6569
6570 * progmodes/python.el (run-python): Remove '' from sys.path.
6571
6572 2008-08-23 Glenn Morris <rgm@gnu.org>
6573
6574 * progmodes/fortran.el (fortran-tab-mode-string)
6575 (fortran-comment-line-start, fortran-continuation-string): Doc fixes.
6576
6577 2008-08-23 Eli Zaretskii <eliz@gnu.org>
6578
6579 * term/pc-win.el (msdos-setup-keyboard) <msdos-setup-keyboard>:
6580 Add declare-function.
6581
6582 * startup.el (command-line): Don't call tty-register-default-colors
6583 if initial-window-system is `pc'.
6584
6585 * term/internal.el (local-function-key-map): Fix unbalanced parens.
6586 (msdos-key-remapping-map): New variable. Move here all the special
6587 keys we will be remapping via local-function-key-map.
6588 (msdos-setup-keyboard): New function.
6589
6590 * term/pc-win.el (msdos-create-frame-with-faces): Rename from
6591 make-msdos-frame.
6592 (terminal-init-internal): New function, errors out if called.
6593 (msdos-initialize-window-system): New function.
6594 (msdos-create-frame-with-faces): Set the terminal's
6595 `terminal-initted' (sic!) parameter.
6596 (frame-creation-function-alist): Add msdos-create-frame-with-faces.
6597 (window-system-initialization-alist):
6598 Add msdos-initialize-window-system.
6599 (handle-args-function-alist): Use tty-handle-args for `pc'
6600 ``window system'' as well.
6601 (pc-win): Provide.
6602
6603 * term/tty-colors.el (tty-register-default-colors): Remove bogus
6604 code for using msdos-color-values.
6605
6606 * loadup.el [ms-dos]: Load term/pc-win.
6607
6608 2008-08-23 Dan Nicolaescu <dann@ics.uci.edu>
6609
6610 * vc-dir.el (vc-dir-prepare-status-buffer): Make sure we use a
6611 directory name.
6612
6613 2008-08-23 Nick Roberts <nickrob@snap.net.nz>
6614
6615 * progmodes/gud.el (gud-common-init): Use absolute file so that
6616 perldb works with tramp (sudo).
6617
6618 * term/x-win.el (x-gtk-map-stock): Don't let the tool bar destroy
6619 match data in process filters.
6620
6621 2008-08-23 Martin Rudalics <rudalics@gmx.at>
6622
6623 * dired.el (dired-buffer-stale-p): Do not revert buffer that
6624 can be written.
6625
6626 2008-08-23 Glenn Morris <rgm@gnu.org>
6627
6628 * dired-x.el (dired-guess-shell-alist-default): Add .mp3 and .ogg.
6629 (dired-guess-shell-alist-user): Doc fix. (Bug#417).
6630
6631 2008-08-23 Chong Yidong <cyd@stupidchicken.com>
6632
6633 * subr.el (temp-buffer-show-hook): Doc fix.
6634
6635 2008-08-22 Michael Albinus <michael.albinus@gmx.de>
6636
6637 * net/tramp.el (tramp-remote-process-environment): Add "EMACS=t"
6638 and "INSIDE_EMACS=...". Reported by Tassilo Horn
6639 <tassilo@member.fsf.org>.
6640
6641 * net/trampver.el: Update release number.
6642
6643 * net/xesam.el (xesam-minor-mode): New minor mode.
6644 (xesam-highlight-buffer): Remove. Code moved to
6645 `xesam-minor-mode'.
6646 (xesam-refresh-entry): Use `xesam-minor-mode'.
6647
6648 2008-08-21 Chong Yidong <cyd@stupidchicken.com>
6649
6650 * minibuffer.el (completion--try-word-completion):
6651 Disable partial-completion when considering the addition of a space
6652 or hyphen.
6653
6654 2008-08-21 John Paul Wallington <jpw@pobox.com>
6655
6656 * mail/rmail.el (rmail-insert-inbox-text): Ensure that the
6657 filename of `tofile' doesn't contain any colons on Windows,
6658 Cygwin, and MS-DOS systems.
6659
6660 2008-08-21 Daiki Ueno <ueno@unixuser.org>
6661
6662 * epg.el (epg-make-context, epg-context-set-passphrase-callback)
6663 (epg-context-set-progress-callback): Make sure the callback is a
6664 cons of a function and a handback. Update all callers.
6665
6666 2008-08-20 David Reitter <david.reitter@gmail.com>
6667
6668 * term/ns-win.el (ns-cursor-blink-rate, ns-cursor-blink-mode): Remove.
6669 Patch applied by Adrian Robert.
6670
6671 2008-08-20 Kevin Ryde <user42@zip.com.au>
6672
6673 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
6674 directive lines.
6675
6676 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
6677
6678 * net/xesam.el (xesam-highlight-string): Precise doc string.
6679 (xesam-highlight-buffer): New defun.
6680 (xesam-refresh-entry): Use it. Better check for sourceModified.
6681
6682 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6683
6684 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
6685 their names.
6686
6687 2008-08-19 Kenichi Handa <handa@m17n.org>
6688
6689 * language/european.el ("Esperanto"): Change the preferred
6690 charsets to iso-8859-3.
6691
6692 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
6693
6694 * international/fontset.el (script-representative-chars):
6695 Delete the entry for symbol.
6696 (setup-default-fontset): For symbol characters, don't specify
6697 :script property.
6698
6699 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
6700
6701 * minibuffer.el (completion-table-dynamic): Doc fix.
6702
6703 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
6704 saved.
6705
6706 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6707
6708 * emulation/edt.el (edt-default-emulation-setup):
6709 Share global-buffers-menu-map with the emulated global map.
6710
6711 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
6712
6713 * term/ns-win.el (global): Uncomment "put backspace
6714 ascii-character..." and friends, they are needed for tramp. (Bug#725)
6715
6716 2008-08-18 Kenichi Handa <handa@m17n.org>
6717
6718 * international/mule-diag.el (font-show-log): Add optional arg N
6719 to control the limit of font listing.
6720
6721 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
6722
6723 * window.el (recenter-top-bottom): Determine top and bottom
6724 positions using scroll-margin instead of scroll-conservatively.
6725
6726 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6727
6728 * proced.el (proced-send-signal): Use beginning-of-line.
6729
6730 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6731
6732 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
6733 (proced-mode-map): Add tooltips for menus. Use radio buttons for
6734 listing types.
6735 (proced-log-buffer): New variable.
6736 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate on
6737 region if transient-mark-mode is turned on and the region is active.
6738 (proced-omit-processes): Rename from proced-hide-processes to
6739 avoid key clash with describe-mode (bound to h). Search for
6740 marked processes starting from point-min.
6741 (proced-header-space): Remove.
6742 (proced-send-signal): Handle errors. Operate on current process
6743 if no process is marked.
6744 (proced-why): New command.
6745 (proced-log, proced-log-summary): New functions.
6746 (proced-help): Use proced-why.
6747 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
6748 (bibtex-autokey-year-title-separator): Fix docstring.
6749
6750 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
6751
6752 * net/xesam.el (xesam-vendor, xesam-notify-function):
6753 New local variables.
6754 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
6755 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
6756 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
6757 (xesam-new-search): Initialize `xesam-vendor'.
6758
6759 2008-08-15 Glenn Morris <rgm@gnu.org>
6760
6761 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
6762 a pipeline.
6763 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
6764 unless at the end of the pipeline. (Bug#699).
6765
6766 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
6767
6768 * minibuffer.el (completion-boundaries): Doc fix.
6769 (display-completion-list): Only default base-size to zero if
6770 completing in the minibuffer.
6771
6772 * simple.el (completion-base-size): Doc fix.
6773 (choose-completion): Try reselecting completion-reference-buffer.
6774
6775 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6776
6777 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
6778 also for remote directories.
6779
6780 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
6781
6782 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
6783 since those precomputed values aren't used any more.
6784 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
6785
6786 2008-08-14 Martin Rudalics <rudalics@gmx.at>
6787
6788 * help.el (with-help-window): Return last value in BODY.
6789
6790 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
6791
6792 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
6793 notify function of the URL.
6794 (xesam-new-search): Encode special characters in the query string.
6795
6796 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
6797
6798 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
6799
6800 2008-08-13 Andreas Schwab <schwab@suse.de>
6801
6802 * net/tramp.el (tramp-handle-shell-command): Handle output going
6803 to current buffer like shell-command. Don't disable undo.
6804
6805 2008-08-13 Glenn Morris <rgm@gnu.org>
6806
6807 * eshell/esh-cmd.el (eshell/which): Handle the case where no
6808 description is found.
6809
6810 2008-08-12 Alan Mackenzie <acm@muc.de>
6811
6812 * progmodes/cc-defs.el (c-emacs-features):
6813 argumentative-bod-function: bind mark-ring to avoid accumulating a
6814 spurious mark.
6815
6816 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
6817
6818 * simple.el (visual-line--saved-state): New var.
6819 (visual-line-mode): Save local values of variables, and restore
6820 them when visual-line-mode is disabled.
6821
6822 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
6823
6824 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
6825
6826 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
6827
6828 * progmodes/cc-defs.el (c-emacs-features):
6829 Check beginning-of-defun-raw instead of beginning-of-defun, and avoid
6830 moving point during the test.
6831
6832 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
6833
6834 2008-08-11 Glenn Morris <rgm@gnu.org>
6835
6836 * term/ns-win.el (x-parse-geometry): Doc fix.
6837
6838 * dired.el (x-popup-menu):
6839 * hi-lock.el (x-popup-menu):
6840 * mouse.el (font-face-attributes):
6841 * calendar/cal-menu.el (x-popup-menu):
6842 * calendar/calendar.el (x-popup-menu):
6843 * calendar/holidays.el (x-popup-menu):
6844 * progmodes/cperl-mode.el (x-popup-menu):
6845 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
6846 (x-open-connection):
6847 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
6848 (x-command-line-resources):
6849 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
6850 (x-display-name, x-command-line-resources):
6851 Add declarations for builds without X.
6852
6853 2008-08-10 Glenn Morris <rgm@gnu.org>
6854
6855 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
6856
6857 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
6858
6859 * vc-bzr.el (vc-bzr-find-revision): Rename from
6860 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
6861
6862 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
6863
6864 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
6865 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
6866 "DONE", when all hits are retrieved.
6867 (xesam-search): Autoload it.
6868
6869 2008-08-11 John Paul Wallington <jpw@pobox.com>
6870
6871 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
6872 empty string when no filename.
6873 (define-ibuffer-column filename): Accommodate that change.
6874
6875 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
6876 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
6877
6878 2008-08-10 Glenn Morris <rgm@gnu.org>
6879
6880 * Makefile.in (ELCFILES): Update.
6881
6882 2008-08-10 John Paul Wallington <jpw@pobox.com>
6883
6884 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
6885
6886 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
6887
6888 * battery.el (battery-echo-area-format, battery-status-function):
6889 Handle new Linux sysfs format for battery reporting.
6890 (battery-linux-sysfs): New function.
6891
6892 2008-08-07 Martin Rudalics <rudalics@gmx.at>
6893
6894 * add-log.el (change-log-search-tag-name)
6895 (change-log-goto-source): Fix behavior when point is not on tag.
6896
6897 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
6898
6899 * startup.el (command-line-ns-option-alist): Use ignore instead of
6900 ns-ignore-0-arg.
6901
6902 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
6903 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
6904 (ns-alternatives-map): New variable.
6905 (x-set-up-function-keys): Use it.
6906 (global): Comment out "put backspace ascii-character..." and friends.
6907 Move function-key-map into ns-alternatives-map. Don't call
6908 precompute-menubar-bindings. Don't set anything connected with
6909 browse-url.
6910 (after-make-frame-functions): Clarify comment why a hook is added.
6911
6912 2008-08-06 Joakim Verona <joakim@verona.se>
6913
6914 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
6915 in url:s.
6916
6917 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6918
6919 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
6920 Fix 2008-01-01 change: use a shy group to not affect subsequent
6921 match calls.
6922
6923 2008-08-06 Reto Zimmermann <reto@gnu.org>
6924
6925 * progmodes/vera-mode.el (vera-electric-tab):
6926 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
6927 region when active.
6928
6929 2008-08-06 Kenichi Handa <handa@m17n.org>
6930
6931 * faces.el (face-valid-attribute-values): Fix handling the value
6932 of (font-family-list) and font-XXX-table.
6933
6934 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
6935
6936 * proced.el (proced-menu): Bind the correct function to for toggling.
6937
6938 * vc-dir.el (vc-dir-mode): Fix typo.
6939
6940 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6941
6942 * whitespace.el (whitespace-newline-mode)
6943 (global-whitespace-newline-mode, whitespace-mode)
6944 (global-whitespace-mode): Improve docstring.
6945
6946 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
6947
6948 * kmacro.el (kmacro-exec-ring-item): Add autoload.
6949
6950 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
6951
6952 * cus-start.el (all): Handle auto-save-visited-file-name.
6953
6954 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
6955
6956 * files.el (hack-one-local-variable-eval-safep): Handle
6957 lisp-indent-function and scheme-indent-function in addition to the
6958 deprecated lisp-indent-hook.
6959
6960 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
6961
6962 * net/xesam.el (top): Require `wid-edit' always.
6963 (xesam-mode-line, xesam-highlight): New deffaces.
6964 (xesam-objects): New local variable.
6965 (xesam-search-engines): Fix error in field list.
6966 (xesam-mode): Use `xesam-mode-line' instead of
6967 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
6968 proper initialization (why?).
6969 (xesam-highlight-string, xesam-get-hits)
6970 (xesam-kill-buffer-function): New defuns.
6971 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
6972 result of "hit.fields", it isn't a string only. Wrap an error of
6973 the strigi search engine ("xesam:size" is returned as string).
6974 Highlight search items.
6975 (xesam-refresh-search-buffer): Make logic of counters more simple.
6976 Prefetch next hits.
6977 (xesam-signal-handler): Use `xesam-mode-line' instead of
6978 `font-lock-type-face'.
6979 (xesam-new-search): Add `xesam-kill-buffer-function' to
6980 `kill-buffer-hook'.
6981
6982 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
6983
6984 * add-log.el (change-log-next-error, change-log-mode): Add support
6985 for `next-error' to call `change-log-goto-source' on named files
6986 in a ChangeLog.
6987
6988 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
6989
6990 * calc/calc.el (math-read-number): Handle all C-like languages
6991 properly.
6992
6993 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
6994
6995 * calc/calc.el (math-read-number): Handle C numbers beginning with
6996 0 correctly.
6997
6998 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
6999
7000 * term/ns-win.el ([ns-new-frame]): New global key.
7001
7002 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7003
7004 * international/mule-cmds.el (read-char-by-name):
7005 Check UCS names with `assoc-string' and case folding.
7006
7007 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
7008
7009 * net/dbus.el (dbus-call-method-asynchronously)
7010 (dbus-method-return-internal, dbus-method-error-internal):
7011 Declare them with `declare-function'.
7012
7013 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
7014
7015 * descr-text.el (describe-char-display): Fix last change:
7016 don't pass CHARSET to `encoded-string-description'.
7017
7018 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
7019
7020 * vc.el (vc-next-action): Update list var correctly after delete.
7021
7022 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
7023
7024 * ido.el (ido-mode): Add toggle notification.
7025
7026 * cus-edit.el (custom-save-all): Avoid destroying symlink if
7027 already visiting the custom file.
7028
7029 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7030 pending output coming after the status change.
7031
7032 2008-08-02 Jason Rumney <jasonr@gnu.org>
7033
7034 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
7035
7036 2008-08-01 Kenichi Handa <handa@m17n.org>
7037
7038 * international/mule-cmds.el (encode-coding-char):
7039 New optional arg CHARSET.
7040
7041 * descr-text.el (describe-char-display): Call encode-coding-char
7042 with the arg CHARSET.
7043 (describe-char): Pay attention to the text-property `charset'.
7044
7045 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
7046
7047 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
7048 error messages.
7049 (dbus-set-property): Call `dbus-introspect-get-property' instead
7050 of `dbus-get-property'.
7051
7052 * net/xesam.el (xesam-all-fields): Remove source and content
7053 identifiers.
7054 (xesam-dbus-unique-names): New defvar.
7055 (xesam-dbus-call-method): New defun. Replace all calls of
7056 `dbus-call-method' by `xesam-dbus-call-method'.
7057 (xesam-get-cached-property, xesam-set-cached-property):
7058 New defuns.
7059 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
7060 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
7061 (xesam-search-engines): Make it an association list. Take changed
7062 layout into account in the corresponding function.
7063 (xesam-delete-search-engine): Remove check for consistency of
7064 `xesam-search-engines', not needed anymore.
7065 (xesam-mode): Show XML query string only in the debug case.
7066
7067 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
7068
7069 * files.el (read-file-modes): Fix typo in docstring.
7070
7071 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7072
7073 * Makefile.in: Avoid maintainer warning for autogenerated unicode
7074 files.
7075
7076 * apropos.el (apropos-symbol): Don't set button skip by default.
7077 (apropos-print): Set button skip iff searching for multiple types.
7078 (apropos-print-doc): Insert blank label button when searching for
7079 a single type.
7080
7081 * button.el (forward-button): Avoid infloop.
7082
7083 * minibuffer.el (read-file-name-completion-ignore-case):
7084 Add cygwin to the list.
7085
7086 2008-07-31 Sven Joachim <svenjoac@gmx.de>
7087
7088 * files.el (abbreviate-file-name): When replacing $HOME with ~,
7089 turn off case-fold-search.
7090
7091 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
7092
7093 * net/dbus.el (top): Don't register for "NameOwnerChanged".
7094 (dbus-message-type-invalid, dbus-message-type-method-call)
7095 (dbus-message-type-method-return, dbus-message-type-error)
7096 (dbus-message-type-signal): New defconst.
7097 (dbus-ignore-errors): Fix `edebug-form-spec' property.
7098 (dbus-return-values-table): New defvar.
7099 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
7100 New defun.
7101 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
7102 Extend docstring. Adapt implementation according to new
7103 `dbus-event' layout.
7104 (dbus-event-service-name, dbus-event-path-name)
7105 (dbus-event-interface-name, dbus-event-member-name):
7106 Adapt implementation according to new `dbus-event' layout.
7107 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
7108
7109 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
7110 (xesam-mode): Rework implementation.
7111 (xesam-new-search): Additional parameter TYPE.
7112 (xesam-search): Adapt call of `xesam-new-search'.
7113
7114 2008-07-31 Juri Linkov <juri@jurta.org>
7115
7116 * dired-aux.el (dired-do-chmod): Set default value to the original
7117 mode string using absolute notation like u=rwx,g=rx,o=rx.
7118 Use it as a new arg `default' of `dired-mark-read-string'.
7119 (dired-mark-read-string): Add new optional arg `default'.
7120
7121 * files.el (read-file-modes): Set default value to the original
7122 mode string using absolute notation like u=rwx,g=rx,o=rx.
7123 Use it as the `default' arg of `read-string'.
7124
7125 * filesets.el (filesets-cmd-isearch-getargs): Check if the
7126 variable `files' is bound to avoid warnings.
7127
7128 * isearch.el (isearch-forward-regexp, isearch-forward-word)
7129 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
7130 to the command `isearch-forward' instead of displaying "See C-s".
7131 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
7132 with their interactive specifications. Move reading the face name to
7133 the main body after calls to isearch-done and isearch-clean-overlays.
7134
7135 * mb-depth.el: Unify all names under one common name prefix
7136 `minibuffer-depth-'.
7137 (minibuffer-depth-indicator-function): Rename from
7138 `minibuf-depth-indicator-function'.
7139 (minibuffer-depth-overlay): Rename from
7140 `minibuf-depth-overlay'.
7141 (minibuffer-depth-setup): Rename from
7142 `minibuf-depth-setup-minibuffer'.
7143 (minibuffer-depth-indicate-mode): Rename from
7144 `minibuffer-indicate-depth-mode'.
7145
7146 2008-07-31 Juri Linkov <juri@jurta.org>
7147
7148 * dired-aux.el (dired-isearch-filenames-toggle): New command.
7149 (dired-isearch-filenames-setup): Bind "\M-sf" to
7150 dired-isearch-filenames-toggle in isearch-mode-map.
7151 (dired-isearch-filenames-end): Bind "\M-sf" to nil
7152 in isearch-mode-map.
7153
7154 * isearch.el (isearch-edit-string-set-word): New command.
7155 (minibuffer-local-isearch-map): Bind "\C-w" to
7156 isearch-edit-string-set-word.
7157 (isearch-new-word): Temporary internal variable.
7158 (isearch-edit-string): Remove special case of reading the
7159 first character and checking it for C-w.
7160
7161 * simple.el (read-shell-command, shell-command):
7162 Move code that uses minibuffer-with-setup-hook to set
7163 minibuffer-default-add-function to minibuffer-default-add-shell-commands
7164 from the interactive spec of `shell-command' to `read-shell-command'.
7165
7166 * international/mule-cmds.el (read-char-by-name):
7167 Accept hash notation. Doc fix.
7168 (ucs-insert): Doc fix. Convert to number only when `arg' is
7169 a string. Use separate error message when `arg' is not an integer.
7170 Bind `ucs-insert' to `C-x 8 RET'.
7171
7172 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
7173
7174 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
7175 move the (arglist-cont-nonempty) from c-offsets-alist to
7176 c-hanging-braces-alist like other styles already have.
7177
7178 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
7179
7180 * textmodes/texinfmt.el:
7181 * nxml/nxml-enc.el:
7182 * mail/feedmail.el:
7183 * international/mule.el:
7184 * international/latexenc.el:
7185 * emulation/viper-util.el:
7186 * emulation/viper-init.el:
7187 * emulation/viper-ex.el:
7188 * emacs-lisp/bytecomp.el:
7189 * version.el:
7190 * subr.el:
7191 * startup.el:
7192 * sort.el:
7193 * shadowfile.el:
7194 * recentf.el:
7195 * printing.el:
7196 * paths.el:
7197 * minibuffer.el:
7198 * ls-lisp.el:
7199 * loadup.el:
7200 * hippie-exp.el:
7201 * finder.el:
7202 * files.el:
7203 * ediff-util.el:
7204 * ediff-ptch.el:
7205 * ediff-init.el:
7206 * ediff-diff.el:
7207 * dired.el:
7208 * dired-aux.el:
7209 * cus-edit.el:
7210 * bindings.el:
7211 * arc-mode.el:
7212 * add-log.el: Remove VMS support.
7213 * obsolete/vmsproc.el:
7214 * obsolete/vms-pmail.el:
7215 * obsolete/vms-patch.el: Remove file.
7216
7217 2008-07-31 Alan Mackenzie <acm@muc.de>
7218
7219 * progmodes/cc-mode.el (c-before-hack-hook): New function
7220 (Top Level): Install c-before-hack-hook on
7221 before-hack-local-variables-hook, rather than
7222 c-postprocess-file-styles on hack-local-variables-hook.
7223
7224 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
7225
7226 * files.el (normal-mode): Move call to hack-project-variables into
7227 hack-local-variables.
7228 (file-local-variables-alist, before-hack-local-variables-hook):
7229 New vars.
7230 (ignored-local-variables): Add file-local-variables-alist.
7231 (hack-local-variables-filter): Renamed from
7232 hack-local-variables-apply. Add the result to
7233 file-local-variables-alist, without applying them.
7234 (hack-local-variables): Set file-local-variables-alist to nil.
7235 Call hack-project-variables and before-hack-local-variables-hook.
7236 Apply variables here, instead of hack-local-variables-apply.
7237 Based on a patch by Alan Mackenzie.
7238
7239 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
7240
7241 * info-look.el (autoconf-mode :doc-spec): For
7242 "(autoconf)M4 Macro Index", if the item already
7243 begins with "AS_", don't prefix that string again.
7244
7245 2008-07-30 Juri Linkov <juri@jurta.org>
7246
7247 * info.el (info, Info-mode): Doc fix.
7248
7249 * isearch.el (isearch-mode-map): Bind `M-s r' to
7250 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
7251 (search-map): Bind `M-s w' to `isearch-forward-word' globally
7252 in the global map `search-map'.
7253 (isearch-forward): Doc fix.
7254 (isearch-forward-word, isearch-toggle-case-fold): New commands.
7255
7256 * simple.el (quoted-insert): Comment out code that treats
7257 0240-0377 specially.
7258
7259 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
7260
7261 * cus-start.el: Add customization info for
7262 read-buffer-completion-ignore-case.
7263
7264 2008-07-30 Sam Steingold <sds@gnu.org>
7265
7266 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
7267
7268 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7269
7270 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
7271 (vc-dir-mode): Improve docstring.
7272
7273 2008-07-30 Juri Linkov <juri@jurta.org>
7274
7275 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
7276 for the sake of isearch-mode-hook in dired-mode in dired.el.
7277
7278 2008-07-19 Markus Triska <markus.triska@gmx.at>
7279
7280 * image-mode.el (image-mode): Set image-mode-text-map when image
7281 cannot be displayed.
7282
7283 2008-07-30 Stephen Leake <stephen_leake@stephe-leake.org>
7284
7285 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
7286 ada-xref-set-default-prj-values.
7287 (ada-prj-display-page): Ditto.
7288
7289 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
7290 (ada-make-filename-from-adaname): Fix free variable.
7291
7292 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
7293
7294 * vc-git.el (vc-git-status-printer): Synchronize with the default.
7295
7296 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
7297
7298 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
7299 for declarations inside a parenthetical list. The code is ill-advised,
7300 and doesn't work given user defined types.
7301 (verilog-set-auto-endcomments): Enhance function automatic
7302 endcomment to support functions that return user defined types.
7303 (verilog-mode): Add code to tell which-function-mode minor mode
7304 that Verilog supports this feature.
7305 (verilog-beg-block-re-ordered, verilog-indent-re)
7306 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
7307 (verilog-leap-to-head): Support the new virtual and/or protected
7308 tasks, as well as extern declarations of tasks for indenting and
7309 for forward/backward expression.
7310
7311 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
7312
7313 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
7314 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
7315 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
7316 (verilog-string-replace-matches): Avoid recursion with small
7317 replacements.
7318 (verilog-auto-inst-param-value, verilog-mode-version)
7319 (verilog-mode-version-date, verilog-read-inst-param-value)
7320 (verilog-auto-inst, verilog-auto-inst-param)
7321 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
7322 verilog-auto-inst-param-value option for AUTOINST. Suggested by
7323 David Rogoff. This allows parameters to be replaced with their
7324 values, on the expansion of an AUTOINST with Verilog 2001 style
7325 parameter settings.
7326
7327 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
7328
7329 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
7330 to `cddr'.
7331
7332 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
7333
7334 * Makefile.in (ELCFILES): Add mairix.elc.
7335
7336 2008-07-29 David Engster <deng@randomsample.de>
7337
7338 * net/mairix.el: New file.
7339
7340 2008-07-29 Juri Linkov <juri@jurta.org>
7341
7342 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
7343 instead of variable-pitch with bold and 1.2 height.
7344
7345 * dired-aux.el (dired-do-async-shell-command): New command.
7346
7347 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
7348 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
7349
7350 2008-07-29 Juri Linkov <juri@jurta.org>
7351
7352 * international/mule-cmds.el (ucs-names): New internal variable.
7353 (ucs-names): New function.
7354 (ucs-completions): New lazy completion variable.
7355 (read-char-by-name): New function.
7356 (ucs-insert): Replace interactive spec letter "s" with the call to
7357 `read-char-by-name'.
7358
7359 * replace.el (read-regexp): Add second arg `default'. Doc fix.
7360
7361 * replace.el (occur-read-primary-args):
7362 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7363 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
7364 second arg of `read-regexp'.
7365
7366 * dired-aux.el (dired-isearch-filenames): New user option.
7367 (dired-isearch-orig-success-function): New internal variable.
7368 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
7369 (dired-isearch-success-function): New functions.
7370 (dired-isearch-filenames, dired-isearch-filenames-regexp):
7371 New commands.
7372
7373 * dired.el (dired-insert-set-properties): Add new text property
7374 `dired-filename' to put on file names.
7375 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
7376 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
7377 Add menu items.
7378 (dired-mode): Add hook `dired-isearch-filenames-setup' to
7379 buffer-local `isearch-mode-hook'.
7380
7381 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
7382
7383 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
7384 (ada-create-case-exception): Fix typo in docstring.
7385 (ada-no-auto-case): Return nil, not the docstring.
7386 (ada-indent-current): Reflow docstring.
7387
7388 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
7389 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
7390 (ada-prj-load-from-file): Reflow docstring.
7391 (ada-prj-display-page): Fix typo in widget.
7392
7393 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
7394 Fix typos in docstrings.
7395
7396 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
7397 (ada-compile-current, ada-check-current, ada-run-application)
7398 (ada-get-ali-file-name): Fix typos in docstrings.
7399 (ada-xref-confirm-compile, ada-find-references)
7400 (ada-find-local-references, ada-find-any-references): Doc fixes.
7401 (ada-get-all-references): Fix typo in error message.
7402 (ada-xref-current-project): Use `let', not `let*'.
7403 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
7404
7405 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7406
7407 * whitespace.el (whitespace-newline): Change initialization to have a
7408 low contrast relative to the background color. Suggested by David
7409 Reitter <david.reitter@gmail.com>.
7410
7411 2008-07-28 Juri Linkov <juri@jurta.org>
7412
7413 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
7414 New functions.
7415
7416 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
7417 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
7418
7419 2008-07-28 Seiji Zenitani <zenitani@mac.com>
7420
7421 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
7422 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
7423
7424 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
7425
7426 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
7427 Add support for add-log.
7428 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
7429
7430 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
7431 (ada-prj-save): Prompt for file name if not given.
7432 (ada-prj-display-page): Display casing exceptions.
7433
7434 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
7435 Ada mode project files. Delete 'main_unit' project variable;
7436 only need 'main'. Simplify handling of default project values.
7437 Use cross-prefix consistently.
7438 (ada-find-executable): Throw error if not found.
7439 (ada-initialize-runtime-library): Improve error handling when
7440 gnatls not found.
7441 (ada-gnat-parse-gpr): New.
7442 (ada-treat-cmd-string): Allow process environment variables.
7443 (ada-xref-set-default-prj-values): Delete; replace with
7444 ada-default-prj-properties.
7445 (ada-parse-prj-file): Handle GNAT project files.
7446 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
7447 (ada-select-prj-file): New.
7448 (ada-get-absolute-dir-list): Allow project and environment variables.
7449
7450 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
7451
7452 Sync with Tramp 2.1.14.
7453
7454 * net/tramp.el (tramp-perl-directory-files-and-attributes)
7455 (tramp-get-device): Make device number a cons cell.
7456 (tramp-convert-file-attributes): Make inode a cons cell.
7457
7458 * net/trampver.el: Update release number.
7459
7460 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7461
7462 * faces.el (face-set-after-frame-default): Treat 'ns as all other
7463 window systems.
7464
7465 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
7466
7467 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
7468
7469 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7470
7471 Remove support for Mac Carbon.
7472 * term/mac-win.el: Remove file
7473 * international/mule-cmds.el:
7474 * version.el:
7475 * startup.el:
7476 * simple.el:
7477 * mwheel.el:
7478 * mouse.el:
7479 * loadup.el:
7480 * isearch.el:
7481 * info.el:
7482 * frame.el:
7483 * faces.el:
7484 * disp-table.el:
7485 * cus-start.el:
7486 * cus-face.el:
7487 * cus-edit.el:
7488 * Makefile.in: Remove code for Carbon.
7489
7490 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
7491
7492 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
7493 bindings for functions deleted by Dan N. 2008-07-21. Set
7494 where-is-preferred-modifier. Add show-manual option to Help menu.
7495
7496 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
7497
7498 * net/tramp.el (tramp-handle-start-file-process):
7499 Set query-on-exit flag. Kill temporary buffer.
7500 (tramp-process-sentinel): Remove defun.
7501 (tramp-do-copy-or-rename-file-out-of-band)
7502 (tramp-maybe-open-connection): Don't call it.
7503
7504 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
7505 `tramp-process-sentinel'.
7506
7507 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
7508 `tramp-process-sentinel'.
7509
7510 * net/xesam.el (xesam-from): Remove defvar.
7511 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
7512 and `mode-line-position'.
7513 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
7514 information to the widgets. Don't set `mode-line-position'.
7515 (xesam-refresh-search-buffer): Correct hit number computing.
7516 Don't set `mode-line-position'.
7517 (xesam-new-search): Add debug information to the mode line.
7518
7519 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7520
7521 * diff-mode.el (diff-show-trailing-blanks): Renamed to
7522 diff-show-trailing-whitespaces.
7523
7524 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7525
7526 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
7527 invalid filename strings when parsing tex errors (bug#376).
7528
7529 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
7530
7531 * menu-bar.el (menu-bar-file-menu): Fix typo.
7532
7533 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
7534
7535 * play/solitaire.el (solitaire-mode-map): Define within defvar.
7536 (solitaire-mode): Define with `define-derived-mode'.
7537 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
7538 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
7539 (solitaire-undo, solitaire-check): Use `when'.
7540 (solitaire-solve): Err out if the solitaire is already in progress.
7541 Use `when'.
7542
7543 * descr-text.el (describe-char): Don't overwrite local variable char
7544 when describing characters with display-table entries. Display font
7545 backend when describing composed characters. Simplify: use `let'
7546 instead of `let*', and `or x y' instead of `if x x y'.
7547
7548 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
7549
7550 * image-mode.el (image-minor-mode): Set up winprops.
7551
7552 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7553
7554 * diff-mode.el (diff-show-trailing-blanks): New fun.
7555 Show trailing blanks in modified lines for diff-mode.
7556
7557 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
7558
7559 * Makefile.in (ELCFILES): Add net/xesam.el.
7560
7561 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
7562 process name. Reported by Markus Triska <markus.triska@gmx.at>.
7563
7564 * net/xesam.el: New file.
7565
7566 2008-07-24 Sven Joachim <svenjoac@gmx.de>
7567
7568 * dired-aux.el (dired-copy-file-recursive): Avoid calling
7569 set-file-modes when creating target directories.
7570
7571 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
7572
7573 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
7574 Set `show-trailing-whitespace' to nil.
7575 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
7576 Fix typos in docstrings.
7577
7578 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
7579
7580 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
7581 key remapping, not directly.
7582
7583 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7584
7585 * whitespace.el: New version 11.2.
7586 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
7587 minor mode visualization.
7588
7589 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
7590
7591 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
7592
7593 * Makefile.in (ELCFILES): Add term/common-win.elc.
7594
7595 * vc-dir.el (vc-dir-search, vc-dir-isearch)
7596 (vc-dir-isearch-regexp): New functions.
7597 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
7598
7599 2008-07-23 Juri Linkov <juri@jurta.org>
7600
7601 * isearch-multi.el: Remove file to avoid dos file name clashes
7602 with isearch-x.el. Move most content to misearch.el.
7603
7604 * misearch.el: New file with most content from isearch-multi.el.
7605 Rename `isearch-buffers' name prefixes to `multi-isearch'.
7606 Remove `isearch-buffers-minor-mode'. Add new function
7607 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
7608 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
7609 `multi-isearch-files', `multi-isearch-files-regexp'.
7610
7611 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
7612
7613 * isearch.el (isearch-message-prefix): Display "Multi" when
7614 `multi-isearch-next-buffer-current-function' is non-nil.
7615 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
7616 with `multi-isearch-next-buffer-current-function', and
7617 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
7618
7619 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
7620 `multi-isearch-next-buffer-function' instead of
7621 `isearch-buffers-next-buffer-function'. Remove call to
7622 `isearch-buffers-minor-mode'.
7623
7624 * buff-menu.el (Buffer-menu-marked-buffers)
7625 (Buffer-menu-isearch-buffers)
7626 (Buffer-menu-isearch-buffers-regexp): New functions.
7627 (Buffer-menu-mode-map): Bind "M-s a C-s" to
7628 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
7629 `Buffer-menu-isearch-buffers-regexp'.
7630 (Buffer-menu-mode): Document new commands in docstring.
7631 (list-buffers-noselect): Add one space after Info file name
7632 according to the Info address convention.
7633
7634 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
7635 New functions.
7636
7637 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
7638 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
7639 (ibuffer-mode): Document new commands in docstring.
7640
7641 * filesets.el (filesets-commands): Add commands for "Isearch" and
7642 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
7643 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
7644 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
7645 or `multi-isearch-files-regexp'.
7646 (filesets-cmd-query-replace-getargs): Call standard function
7647 `query-replace-read-args' to read `query-replace' arguments.
7648 Add `multi-query-replace-map'.
7649 (filesets-cmd-query-replace-regexp-getargs)
7650 (filesets-cmd-isearch-getargs): New functions.
7651
7652 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7653
7654 * international/mule.el (recode-region): Deactivate mark at the end.
7655
7656 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
7657
7658 * progmodes/flymake.el (flymake-errline, flymake-warnline):
7659 Use more suitable colors on dark displays.
7660
7661 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
7662
7663 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
7664 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
7665 (tramp-temp-buffer-name): New defconst.
7666 (tramp-handle-start-file-process): Use it. Apply "exec", for the
7667 command. No trailing prompt.
7668 (tramp-process-sentinel): Remove temporary buffer, if existing.
7669 Don't handle trailing prompt.
7670 (tramp-open-connection-setup-interactive-shell):
7671 Use `tramp-temp-buffer-name'.
7672
7673 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
7674
7675 * shell.el (shell-dynamic-complete-functions):
7676 Use comint-dynamic-complete-filename as well (bug#361).
7677
7678 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
7679
7680 * term/ns-win.el:
7681 * version.el (emacs-version):
7682 * loadup.el:
7683 * frame.el (make-frame-on-display): Check for ns instead of
7684 ns-windowing.
7685
7686 * dired.el (dired-mode-map): Show the key binding for wdired.
7687
7688 * menu-bar.el (menu-bar-file-menu): Show the key binding for
7689 exiting Emacs.
7690
7691 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7692
7693 * term/ns-win.el (x-list-fonts): Drop alias.
7694
7695 2008-07-23 Juri Linkov <juri@jurta.org>
7696
7697 * replace.el (multi-query-replace-map): New variable.
7698 (perform-replace): Add processing of new multi-buffer keys bound
7699 to `automatic-all' and `exit-current'. Set `query-flag' to nil
7700 if last input char was `automatic-all'. Set new local variable
7701 `multi-buffer' to t when one of new two keys were typed. Return
7702 non-nil value of `multi-buffer' that tells to calling functions
7703 to continue replacement on the next file.
7704
7705 * progmodes/etags.el (tags-query-replace): Set arg `map' of
7706 `perform-replace' to `multi-query-replace-map'.
7707
7708 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
7711 otherwise displayed in every buffer.
7712
7713 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
7714 (vc-arch-trim-one-revlib): Delete temp directories as well.
7715
7716 2008-07-22 Stephen Eglen <stephen@gnu.org>
7717
7718 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
7719
7720 2008-07-22 Sven Joachim <svenjoac@gmx.de>
7721
7722 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
7723
7724 2008-07-22 Miles Bader <miles@gnu.org>
7725
7726 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
7727 (sh-mode-map): Remove remapping of newline-and-indent.
7728
7729 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7730
7731 * vc.el (Todo): Update.
7732
7733 * vc-hooks.el: Remove obsolete comment.
7734
7735 * vc-git.el (vc-git-status-printer): Update the directory display
7736 to match the default.
7737
7738 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
7739
7740 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7741
7742 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
7743 for "word wrap" command.
7744
7745 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
7746
7747 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7748
7749 * term/ns-win.el: Rename ns- functions/variables to the
7750 corresponding x- versions.
7751 (x-select-text, x-cut-buffer-or-selection-value)
7752 (x-disown-selection-internal, x-get-selection-internal)
7753 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
7754 (x-display-mm-width, x-display-mm-height)
7755 (x-display-backing-store, x-display-save-under)
7756 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
7757 defaliases.
7758
7759 * frame.el (ns-display-name): Remove declaration.
7760 (make-frame-on-display): Use x-display-name instead
7761 ns-display-name. Use unless.
7762
7763 * startup.el (command-line-1): Fix indentation.
7764
7765 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
7766 checked in inadvertently.
7767
7768 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7769
7770 * term/ns-win.el: Standardize references to "Nextstep" in
7771 comments, messages, and docstrings.
7772 (ns-handle-args, x-parse-geometry)
7773 (ns-extended-platform-support-mode, x-setup-function-keys)
7774 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
7775 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
7776 (ns-initialized, ns-initialize-window-system): Doc fixes.
7777
7778 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
7779
7780 * diff-mode.el (diff-auto-refine): Delete defcustom.
7781 (diff-auto-refine-mode): New func/var via define-minor-mode.
7782 Update var ref to use diff-auto-refine-mode.
7783 * smerge-mode.el (diff-mode): Require when compiling.
7784 (smerge-auto-refine): Delete defcustom.
7785 Update smerge-auto-refine ref to use diff-auto-refine-mode.
7786
7787 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
7788
7789 * simple.el (visual-line): New custom group.
7790 (visual-line-fringe-indicators): New var.
7791 (visual-line-mode): Set fringe-indicator-alist based on
7792 visual-line-fringe-indicators. Add lighter.
7793
7794 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
7795
7796 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
7797 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7798 (x-handle-geometry, x-handle-name-switch, x-display-name)
7799 (x-handle-display, x-handle-args, x-colors): Move ...
7800 * term/common-win.el: ... here. New file.
7801 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
7802 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
7803 (x-handle-geometry, x-handle-name-switch, x-display-name)
7804 (x-handle-display, x-handle-args, x-colors): Remove.
7805 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
7806
7807 2008-07-19 Juri Linkov <juri@jurta.org>
7808
7809 * startup.el (fancy-startup-text): Move the line "To quit
7810 a partially entered command, type Control-g" a few lines below
7811 to be after the line "To start". Add text "at gnu.org" to
7812 "Overview of Emacs features".
7813
7814 * dired.el (dired-mode-map): Fix menu text of
7815 image-dired-display-thumbs.
7816
7817 * image-dired.el (image-dired-cmd-create-thumbnail-options)
7818 (image-dired-cmd-create-temp-image-options)
7819 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
7820 ImageMagick command line to change the dimensions of the image
7821 only if its width or height exceeds the geometry specification.
7822
7823 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
7824
7825 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
7826 to docstrings.
7827
7828 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
7829
7830 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
7831 Vinicius Jose Latorre.
7832
7833 2008-07-19 Glenn Morris <rgm@gnu.org>
7834
7835 * term/ns-win.el (ns-make-command-string): Use mapconcat.
7836 (ns-save-preferences): Fix typo in previous change. (Bug#573)
7837
7838 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
7839
7840 * net/dbus.el (dbus-interface-properties): New defconst.
7841 (dbus-introspect): Update docstring.
7842 (dbus-introspect-xml, dbus-introspect-get-attribute)
7843 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
7844 (dbus-introspect-get-interface-names)
7845 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
7846 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
7847 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
7848 (dbus-introspect-get-property)
7849 (dbus-introspect-get-annotation-names)
7850 (dbus-introspect-get-annotation)
7851 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
7852 (dbus-introspect-get-signature, dbus-get-property)
7853 (dbus-set-property, dbus-get-all-properties): New defuns.
7854
7855 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
7856
7857 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc and
7858 ns-grabenv.elc.
7859
7860 * ns-carbon-compat.el: File removed.
7861
7862 * ns-grabenv.el: File removed.
7863
7864 * term/ns-win.el: Contents of ns-carbon-compat.el and
7865 ns-grabenv.el moved here.
7866 (ns-grabenv, ns-open-file-select-line): Doc fixes.
7867 (ns-submit-bug-report): Function removed. Reports go to the main
7868 Emacs bug list.
7869 (ns-handle-args, ns-spi-service-call): Doc fixes.
7870 (info-ns-emacs): Function removed. Nextstep port manual will be
7871 merged into the Emacs manual, so no separate link needed.
7872
7873 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
7874
7875 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
7876
7877 2008-07-18 Glenn Morris <rgm@gnu.org>
7878
7879 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
7880 to XEmacs, since it does nothing for Emacs.
7881
7882 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
7883
7884 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
7885 BUFFER that is a string but does not exist as a buffer object, as
7886 mentioned in the doc-string.
7887
7888 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
7889
7890 * simple.el (line-move-visual): Make it a defcustom.
7891 (line-move-1): Convert temporary-goal-column back to an integer if
7892 it was set as a float by a previous call to line-move-visual.
7893 (end-of-visual-line, beginning-of-visual-line)
7894 (next-logical-line, previous-logical-line): New functions.
7895
7896 2008-07-17 David Reitter <david.reitter@gmail.com>
7897
7898 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
7899 functions.
7900 (visual-line-mode, global-visual-line-mode): New minor mode.
7901 (visual-line-mode-map): New variable.
7902
7903 2008-07-17 Glenn Morris <rgm@gnu.org>
7904
7905 * term/ns-win.el (parameters): Declare for compiler.
7906
7907 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
7908
7909 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
7910 for Windows.
7911
7912 2008-07-17 Daiki Ueno <ueno@unixuser.org>
7913
7914 * epa.el (epa-key-list-mode): Use run-mode-hooks.
7915 (epa-key-mode): Ditto.
7916 (epa-info-mode): Ditto.
7917
7918 2008-07-17 Glenn Morris <rgm@gnu.org>
7919
7920 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
7921 (ns-handle-numeric-switch): Just call ns-handle-switch.
7922 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
7923 (ns-handle-args): Simplify using `pop'.
7924 (ns-display-name): Define (used in frame.el).
7925 (menu-bar-select-frame): Add (ignored) arg to more closely match the
7926 original definition.
7927 (ns-perform-service): Declare.
7928 (ns-save-preferences): Use fewer `let's.
7929
7930 * frame.el (ns-display-name): Declare for compiler.
7931
7932 2008-07-17 Kenichi Handa <handa@m17n.org>
7933
7934 * descr-text.el (describe-char-unidata-list): Initialize to the
7935 list of name, general-category, decomposition, and old-name.
7936
7937 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7938
7939 * startup.el (command-line-1): Update processing of NS long options to
7940 mimic recent changes to processing of X long options.
7941
7942 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
7943
7944 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
7945 list of #defines for remote files.
7946 (gdb-source-info): Only show main if it has been found.
7947
7948 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7949
7950 * term/ns-win.el: Require CL; fix up comment style; reindent.
7951 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
7952 (ns-save-preferences): Use `case'.
7953 (ns-initialize-window-system): Use `dolist'.
7954
7955 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
7956
7957 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
7958 windowing is used.
7959 * term/ns-win.el (ns-extended-platform-support-mode):
7960 Correct/improve documentation.
7961
7962 2008-07-16 Glenn Morris <rgm@gnu.org>
7963
7964 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
7965 Simply require 'cl (see comment in cl-compat.el).
7966 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
7967 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
7968 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
7969 directly rather by subterfuge. Provide cl before loading cl-macs.
7970
7971 * paths.el (rmail-spool-directory): Remove settings for systems that are
7972 no longer supported.
7973
7974 * frame.el (ns-initialize-window-system): Declare for compiler.
7975
7976 * term/ns-win.el: Add numerous declarations for compiler.
7977 (ns-pop-up-frames): Move definition before use. Doc fix.
7978
7979 * emacs-lisp/check-declare.el (check-declare-locate)
7980 (check-declare-verify): Handle .m files.
7981
7982 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
7983
7984 * ns-carbon-compat.el: New file: user-visible compatibility of
7985 NeXTstep port with Carbon port.
7986 * ns-grabenv.el: New file: functionality useful on OS X platform to
7987 expose environment variables inside Emacs started from icon.
7988 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
7989 * cus-edit.el:
7990 * cus-face.el:
7991 * disp-table.el:
7992 * faces.el:
7993 * info.el:
7994 * mouse.el:
7995 * mwheel.el:
7996 * simple.el: Add ns to window systems treated as GUIs.
7997 * facemenu.el (facemenu-read-color): Don't require a name match under
7998 NS, to allow numeric color entry.
7999 * frame.el (make-frame-on-display): Follow code for 'x in initializing
8000 'ns window system if need be.
8001 (various): Add 'ns as described above.
8002 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
8003 ns-windowing is active.
8004 * startup.el (command-line-ns-option-alist): New constant to handle NS
8005 windowing system specific command line args analogous to how they are
8006 handled for X windows.
8007 (command-line-1): Use the above where appropriate.
8008 * version.el: Add NS port version.
8009 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
8010 Darwin (usually OS X) systems.
8011 (woman-use-own-frame): Include 'ns in list of GUI window systems.
8012 * emulation/viper-util.el (ns-display-color-p)
8013 (ns-color-defined-p): Remove these (caustically-commented) outdated
8014 compensations for a port that was never itself integrated until now.
8015 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
8016 for NS window system.
8017 * international/mule-cmds.el: Add 'ns to list of special-cased window
8018 systems (probably most of these, x/w32/mac/ns could be changed to
8019 window-system non-nil).
8020 * term/ns-win.el: New file: lisp-side support for NS windowing system.
8021
8022 2008-07-14 Jason Rumney <jasonr@gnu.org>
8023
8024 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
8025 (x-handle-numeric-switch, x-handle-initial-switch)
8026 (x-handle-xrm-switch, x-handle-args, x-handle-display)
8027 (xw-defined-colors, w32-initialize-window-system):
8028 Avoid use of cl pop and push macros.
8029
8030 2008-07-14 Martin Rudalics <rudalics@gmx.at>
8031
8032 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
8033 error when change-log-search-file-name returns nil.
8034
8035 2008-07-13 Martin Rudalics <rudalics@gmx.at>
8036
8037 * add-log.el (change-log-search-file-name):
8038 Use match-string-no-properties.
8039 (change-log-search-tag-name-1, change-log-search-tag-name)
8040 (change-log-goto-source-1, change-log-goto-source): New functions.
8041 (change-log-tag-re, change-log-find-head, change-log-find-tail):
8042 New variables.
8043 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
8044
8045 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
8046
8047 * calc/calc-help.el (calc-describe-key): Add angles to special key
8048 descriptions.
8049
8050 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
8051
8052 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
8053 search for regexp.
8054
8055 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
8056
8057 * simple.el (line-move-visual): Handle null pixel position gracefully.
8058
8059 2008-07-11 Jason Rumney <jasonr@gnu.org>
8060
8061 * files.el (file-truename): Get truename of ancestors if file does
8062 not exist on Windows.
8063
8064 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
8065
8066 * simple.el (line-move-visual): Obey goal-column and no-error arg.
8067 (track-eol, temporary-goal-column, previous-line, next-line):
8068 Update docstring.
8069 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
8070 to nil.
8071
8072 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8073
8074 * simple.el (line-move-visual): New var.
8075 (line-move-visual): New function.
8076 (line-move): Call line-move-visual.
8077
8078 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
8079
8080 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
8081 pattern and add patterns for C++ header files.
8082
8083 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
8084
8085 * window.el (truncated-partial-width-window-p): New function.
8086
8087 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
8088
8089 * faces.el (x-create-frame-with-faces): Don't pass parameters that
8090 are set later to x-create-frame.
8091 (face-set-after-frame-default): Apply X resources for non-default
8092 faces.
8093
8094 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
8095
8096 * faces.el (face-set-after-frame-default): Simplify. Don't apply
8097 frame-specific X resource settings. Set faces using a list of
8098 frame parameters explicitly passed to the calling
8099 function (e.g. make-frame).
8100 (x-create-frame-with-faces, tty-create-frame-with-faces):
8101 Supply explicit frame parameter list to face-set-after-frame-default.
8102
8103 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
8104
8105 * net/browse-url.el (browse-url-default-browser):
8106 Fix argument list in lambda.
8107
8108 2008-07-07 Ulf Jasper <ulf.jasper@web.de>
8109
8110 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
8111 from url-retrieve.
8112 (newsticker--sentinel-work): Fix xerror typo.
8113
8114 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
8115
8116 * vc-dir.el (vc-dir-refresh): Only update files.
8117
8118 * vc-git.el (vc-git--ls-files-state): Remove unused function.
8119
8120 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
8121
8122 2008-07-06 John Paul Wallington <jpw@pobox.com>
8123
8124 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
8125
8126 2008-07-05 Alexandre Julliard <julliard@winehq.org>
8127
8128 * vc-git.el (vc-git-registered): Return true for removed files.
8129 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
8130 all the files instead of one per file.
8131 (vc-git-previous-revision): Add support for project-wide previous
8132 revision when specified file is nil.
8133
8134 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
8135
8136 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
8137
8138 * vc-dir.el (vc-dir-find-child-files): New function.
8139 (vc-dir-resync-directory-files): New function.
8140 (vc-dir-recompute-file-state): New function, broken out of ...
8141 (vc-dir-resynch-file): ... here. Also deal with directories.
8142 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
8143 (vc-resynch-buffer): Use it.
8144
8145 * vc-hg.el (vc-hg-registered): Do not set vc-state.
8146
8147 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
8148
8149 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
8150
8151 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
8152 if it's not part of gdb-ui, e.g, at start.
8153
8154 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
8155 filenames in stack trace (text command mode).
8156
8157 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
8158
8159 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
8160
8161 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8162 Use syntax-ppss on a position *before* the char we want to change.
8163
8164 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
8165
8166 * vc-dir.el (vc-dir-query-replace-regexp): New function.
8167 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
8168 (vc-dir-mode-map): Likewise.
8169
8170 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
8171
8172 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
8173 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
8174 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
8175 Remove spurious * in defcustom docstrings.
8176
8177 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
8178 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
8179 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
8180 (default-justification): Remove spurious * in defcustom docstrings.
8181
8182 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
8183 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
8184 (rst-compare-decorations, rst-default-indent, rst-update-section)
8185 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
8186 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
8187 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
8188 Fix typos in docstrings.
8189 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
8190 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
8191 (rst-get-decorations-around, rst-section-tree-point)
8192 (rst-font-lock-adornment-point): Reflow docstrings.
8193 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
8194 Doc fixes.
8195 (rst-re-enumerations): Comment out.
8196
8197 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
8198 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
8199 (nxml-unicode-block-char-name-set):
8200 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
8201 * nxml/rng-nxml.el (rng-set-state-after):
8202 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
8203
8204 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
8205 (rng-c-parse-annotation-body):
8206 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
8207
8208 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
8209 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
8210 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
8211 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
8212 Fix typos in docstrings.
8213 (nxml-attribute-indent): Reflow docstring.
8214 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
8215 (nxml-default-buffer-file-coding-system): Doc fixes.
8216
8217 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
8218 (nxml-ns-set-prefix): Fix typos in docstrings.
8219 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
8220 Reflow docstring.
8221 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
8222
8223 * nxml/nxml-outln.el (nxml-hide-all-text-content)
8224 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
8225 (nxml-hide-direct-text-content, nxml-hide-subheadings)
8226 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
8227 (nxml-outline-display-rest, nxml-outline-set-overlay)
8228 (nxml-section-tag-forward, nxml-section-tag-backward)
8229 (nxml-back-to-section-start): Fix typos in docstrings.
8230
8231 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
8232 Doc fixes.
8233
8234 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
8235 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
8236 (nxml-scan-after-change): Fix typo in docstring.
8237
8238 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
8239 (rng-name-class-possible-names): Doc fixes.
8240 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
8241 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
8242 Fix typos in docstrings.
8243 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
8244 Reflow docstrings.
8245
8246 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
8247 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
8248
8249 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
8250 (rng-xsd-convert-date-time): Reflow docstrings.
8251 (rng-xsd-compile): Fix typo in docstring.
8252
8253 * nxml/rng-loc.el (rng-current-schema-file-name)
8254 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
8255 Doc fixes.
8256 (rng-set-schema-file): Fix typo in docstring.
8257
8258 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
8259 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
8260 Fix typos in docstrings.
8261 (rng-message-overlay, rng-conditional-up-to-date-start)
8262 (rng-conditional-up-to-date-end): Doc fixes.
8263 (rng-next-error, rng-previous-error): Reflow docstrings.
8264
8265 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
8266 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
8267 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
8268 (xmltok-merge-attributes): Fix typos in docstrings.
8269 (xmltok-make-attribute, xmltok-forward-special)
8270 (xmltok-get-declared-encoding-position): Reflow docstrings.
8271
8272 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
8273 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
8274 Fix typos in docstrings.
8275
8276 2008-07-02 John Paul Wallington <jpw@pobox.com>
8277
8278 * ibuffer.el (ibuffer-buffer-file-name):
8279 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
8280 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
8281
8282 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
8283
8284 * files.el (backup-extract-version): Handle versioned directories.
8285 (trash-directory): New variable.
8286 (move-file-to-trash): New function.
8287
8288 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
8289
8290 2008-07-02 Magnus Henoch <mange@freemail.hu>
8291
8292 * vc-git.el (vc-git-annotate-command): Use proper option for
8293 specifying revision.
8294
8295 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
8296
8297 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
8298 if available.
8299
8300 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
8301
8302 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
8303
8304 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
8305 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
8306
8307 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
8308
8309 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
8310
8311 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
8312 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
8313 (gdb-var-list-children-regexp, gdb-var-update-regexp)
8314 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
8315 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
8316 (gdb-stack-list-locals-regexp): Future proof regexps better.
8317
8318 2008-06-30 Juri Linkov <juri@jurta.org>
8319
8320 * faces.el (face-name-history): New variable.
8321 (make-face, make-empty-face): Replace interactive spec "S"
8322 with `read-from-minibuffer' where `read' arg is t and
8323 `hist' arg is `face-name-history'.
8324 (read-face-name): Set `hist' arg of `completing-read-multiple'
8325 to `face-name-history'.
8326 (list-faces-display): Use `read-regexp' instead of `read-string'
8327 to read regexp.
8328
8329 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
8330 to `regexp-history'.
8331 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
8332 make it an obsolete alias to it.
8333 (hi-lock-face-defaults): New variable renamed from
8334 `hi-lock-face-history'.
8335 (hi-lock-line-face-buffer, hi-lock-face-buffer)
8336 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
8337 `read-from-minibuffer'. Doc fix.
8338 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
8339 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
8340 Set `hist' arg of `completing-read' to `face-name-history'.
8341 Put a list of default faces to `default' arg instead of `hist' arg.
8342
8343 * bindings.el (abbrev-map, narrow-map): New variables.
8344 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
8345 Rebind related commands to these new maps.
8346 (ctl-x-r-map): New variable for rectangle, register and bookmark
8347 keys. Move rectangle keybindings to rect.el and register
8348 keybindings to register.el.
8349 (next-buffer, previous-buffer): Remove C-x prefix and move
8350 keybindings to ctl-x-map.
8351
8352 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
8353 to the new map `ctl-x-r-map' in autoload cookies.
8354
8355 * expand.el: Rebind two global `C-x a' keys "n", "p"
8356 to the new map `abbrev-map' in autoload cookies.
8357
8358 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
8359
8360 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
8361
8362 2008-06-30 Miles Bader <miles@gnu.org>
8363
8364 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
8365 after processing an escape sequence.
8366
8367 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
8368
8369 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
8370 from 2008-06-28. It does not work on W32.
8371
8372 2008-06-29 Juri Linkov <juri@jurta.org>
8373
8374 * replace.el (read-regexp): New function.
8375 (keep-lines-read-args, occur-read-primary-args):
8376 Call `read-regexp' instead of code moved to new function.
8377 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
8378 from the end of prompt.
8379 (replace-re-search-function): Doc fix.
8380
8381 2008-06-29 Kenichi Handa <handa@m17n.org>
8382
8383 * descr-text.el (describe-char-display): Always return a string.
8384 (describe-char-padded-string): New function.
8385 (describe-char): Adjusted for the change of
8386 describe-char-display. Use describe-char-padded-string.
8387
8388 2008-06-29 Andreas Schwab <schwab@suse.de>
8389
8390 * vc-dir.el (vc-dir): Make backend argument optional and use
8391 vc-responsible-backend when nil. Interactively pass nil for
8392 backend instead of using the backend of what happens to be
8393 default-directory at the time of the call.
8394
8395 * find-dired.el (find-dired-filter): Preserve point.
8396
8397 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
8398
8399 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
8400 (sasl-find-mechanism, sasl-next-step):
8401 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
8402 (sasl-ntlm-response): Fix typos in docstrings.
8403
8404 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
8405
8406 * international/mule-cmds.el (view-hello-file): Doc fix.
8407
8408 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
8409
8410 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
8411 (set-face-attribute, face-set-after-frame-default)): Don't use it.
8412
8413 2008-06-28 John Paul Wallington <jpw@pobox.com>
8414
8415 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
8416
8417 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
8418
8419 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
8420 (tramp-convert-file-attributes): Convert symlinks only when
8421 returned from `tramp-handle-file-attributes-with-stat'.
8422
8423 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
8424 `substitute-in-file-name' when unloading.
8425 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
8426
8427 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
8428
8429 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
8430 (vc-string-prefix-p): Move function ...
8431 * vc.el (vc-string-prefix-p): ... here.
8432
8433 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8434
8435 * vc-dir.el (vc-dir): Complete only directory names.
8436
8437 2008-06-27 Jason Rumney <jasonr@gnu.org>
8438
8439 * w32-fns.el (top-level): Unconditionally define all charsets.
8440
8441 2008-06-27 Alan Mackenzie <acm@muc.de>
8442
8443 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
8444 the CC Mode specific functions; this is no longer needed, since
8445 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
8446
8447 * progmodes/cc-defs.el (c-emacs-features): New feature
8448 'argumentative-bod-function.
8449
8450 2008-06-27 John Paul Wallington <jpw@pobox.com>
8451
8452 * chistory.el (list-command-history): Use `bound-and-true-p'.
8453 (command-history-map): Define within defvar. Add docstring.
8454
8455 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8456
8457 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
8458 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
8459 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
8460 (image-type-from-buffer): Use `looking-at-p'.
8461
8462 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
8463
8464 * ibuf-ext.el (diff-sentinel): Declare.
8465
8466 2008-06-27 Glenn Morris <rgm@gnu.org>
8467
8468 * calendar/lunar.el (calendar-lunar-phases): Rename from
8469 calendar-phases-of-moon. Keep old name as alias, update callers.
8470 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
8471 (diary-lunar-phases): Rename from diary-phases-of-moon.
8472 Keep old name as alias.
8473 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
8474 (cal-menu-global-mouse-menu): Update for lunar name changes.
8475 * calendar/calendar.el (calendar-mode-map): Update for name change.
8476 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
8477
8478 2008-06-26 Glenn Morris <rgm@gnu.org>
8479
8480 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
8481 argument `nolocation'.
8482 (calendar-sunrise-sunset-month): New function.
8483 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
8484 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
8485 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
8486 * calendar/calendar.el (solar-sunrises-buffer): New constant.
8487 (calendar-mode-map): Use cal-menu-sunmoon-menu.
8488 (calendar-buffer-list): Add solar-sunrises-buffer.
8489
8490 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
8491
8492 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
8493
8494 * cus-start.el: Add customization types for word-wrap and
8495 shift-select-mode.
8496
8497 2008-06-26 John Paul Wallington <jpw@pobox.com>
8498
8499 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
8500 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
8501 (ibuffer-mark-on-buffer): Don't display message when removing marks.
8502 (ibuffer-mark-by-mode): Use `buffer-local-value'.
8503
8504 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
8505
8506 * vc-dir.el (tool-bar): Require.
8507
8508 * vc.el (ewoc, tool-bar): Do not require.
8509
8510 2008-06-26 Kenichi Handa <handa@m17n.org>
8511
8512 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
8513 characters.
8514
8515 * composite.el (terminal-composition-base-character-p): New function.
8516 (terminal-composition-function):
8517 Use terminal-composition-base-character-p. Include the base character
8518 in the composition.
8519 (auto-compose-chars): Don't check font-object for terminal display.
8520
8521 2008-06-26 Glenn Morris <rgm@gnu.org>
8522
8523 * doc-view.el (bookmark-make-record-default):
8524 * image-mode.el (bookmark-make-record-default): Fix declaration.
8525
8526 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
8527 Add default :value for sexp type.
8528 (calendar-month-edges): New variable.
8529 (calendar-month-edges): New function.
8530 (calendar-recompute-layout-variables): Set calendar-month-edges.
8531 (calendar-intermonth-header, calendar-intermonth-text): New options.
8532 (calendar-insert-at-column): New function.
8533 (calendar-generate-month): Use calendar-insert-at-column.
8534 Handle intermonth text. Add 'date property.
8535 (calendar-column-to-month): Remove function.
8536 (calendar-column-to-segment): New function.
8537 (calendar-cursor-to-date): Use calendar-column-to-segment.
8538 Check 'date property.
8539
8540 * calendar/calendar.el (calendar-print-other-dates):
8541 Handle mouse events.
8542 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
8543 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
8544
8545 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
8546 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
8547 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
8548
8549 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8550 Use calendar-column-to-segment, calendar-month-edges, and
8551 the 'date property to handle intermonth text.
8552
8553 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
8554
8555 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
8556 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
8557 Add doc strings.
8558 (cal-menu-context-mouse-menu): Add some :keys.
8559 (calendar-check-holidays): Declare rather than autoloading.
8560 (diary-show-holidays-flag): Remove unneeded declaration.
8561
8562 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
8563 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
8564 event-start is nil.
8565
8566 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
8567
8568 * minibuffer.el (completion-basic-try-completion): Use the text after
8569 point to constrain the completion candidates.
8570 (completion-basic-all-completions): Adjust accordingly.
8571
8572 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
8573
8574 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
8575 courier.
8576
8577 * faces.el (set-face-attribute): Doc fix.
8578
8579 2008-06-25 Juri Linkov <juri@jurta.org>
8580
8581 * bindings.el (goto-map): New variable. Rebind goto-related
8582 commands to this `M-g' prefix keymap.
8583 (search-map): New variable for `M-s' prefix keymap.
8584 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
8585 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
8586 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
8587 `M-shw' to `hi-lock-write-interactive-patterns'.
8588
8589 * isearch.el (isearch-mode-map): Bind `M-s h r' to
8590 `isearch-highlight-regexp'.
8591 (isearch-highlight-regexp): New function.
8592
8593 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
8594
8595 * info.el (Info-bookmark-make-record):
8596 Use bookmark-make-record-default.
8597 (Info-bookmark-jump): Use bookmark-default-handler.
8598
8599 * image-mode.el (image-bookmark-make-record):
8600 Use bookmark-make-record-default.
8601 (image-bookmark-jump): Use bookmark-default-handler.
8602
8603 * doc-view.el (doc-view-bookmark-make-record):
8604 Use bookmark-make-record-default.
8605 (doc-view-bookmark-jump): Use bookmark-default-handler.
8606
8607 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
8608 used until now in bookmark.el's code.
8609 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
8610 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
8611 used until now in bookmark.el's code.
8612 (bookmark-set-filename): Remove special code, moved to its only caller.
8613 (bookmark-store): Use the newer format.
8614 (bookmark-make-record-default): Add arg `point-only'.
8615 Rename from bookmark-make-record-for-text-file.
8616 (bookmark--jump-via): New function.
8617 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
8618 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
8619 Use it.
8620 (bookmark-jump-noselect, bookmark-default-handler):
8621 Don't return an alist, instead return the data implicitly by changing
8622 current buffer and point. Signal an error if the file doesn't exist.
8623
8624 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
8625 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
8626
8627 * bs.el: Use with-current-buffer. Simplify.
8628 (bs-toggle-readonly): Avoid vc-toggle-read-only.
8629
8630 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
8631 is bound before using it.
8632
8633 2008-06-25 Kenichi Handa <handa@m17n.org>
8634
8635 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
8636
8637 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
8638
8639 * vc-hg.el:
8640 * vc-git.el: Require vc-dir when compiling.
8641
8642 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
8643 vc-dir-marked-only-files. Change the return value.
8644 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
8645 Change the return value.
8646 (vc-dir-deduce-fileset): New function broken out from ...
8647 * vc.el (vc-deduce-fileset): ... here and ...
8648 (vc-deduce-fileset): ... here.
8649
8650 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
8651 (vc-svn-parse-status): Do not set the vc-backend property.
8652
8653 2008-06-25 Andreas Schwab <schwab@suse.de>
8654
8655 * faces.el (face-font-family-alternatives, variable-pitch):
8656 Use "Sans Serif", not "Sans-Serif".
8657
8658 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
8659
8660 * faces.el (face-font-family-alternatives, variable-pitch):
8661 Change "Sans" to the canonical name "Sans-Serif".
8662
8663 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
8664
8665 * calc/calc.el (calc-mode-map): Add extra keybindings to
8666 `calc-missing-key'.
8667 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
8668 `kill-ring-save'.
8669
8670 2008-06-24 Miles Bader <miles@gnu.org>
8671
8672 * mouse.el (mouse-appearance-menu): Don't do anything if the user
8673 pops up the menu but doesn't select anything.
8674
8675 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
8676
8677 * add-log.el (add-change-log-entry): Add new arg to force each new
8678 entry to be on a new line.
8679 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
8680
8681 * vc-dir.el (vc-client-object): Remove.
8682 (vc-dir-prepare-status-buffer): Take a backend as an argument and
8683 use it when looking for a buffer.
8684 (vc-dir): Add a backend argument. Set revert-buffer-function.
8685 Don't create a client object. Move bindings ...
8686 (vc-dir-menu-map, vc-dir-mode-map): ... here.
8687 (vc-dir-revert-buffer-function): New function.
8688 (vc-generic-status-printer): Rename to ...
8689 (vc-dir-status-printer): ... this.
8690 (vc-generic-state, vc-generic-status-fileinfo-extra)
8691 (vc-dir-extra-menu, vc-make-backend-object): Remove.
8692 (vc-default-status-printer): Use a different face for
8693 directories. Don't display any text for directories in the state
8694 column. Add tooltips.
8695
8696 * vc.el (Todo): Update.
8697
8698 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
8699 * vc-rcs.el (vc-annotate-convert-time):
8700 * vc-mtn.el (vc-annotate-convert-time):
8701 * vc-git.el (vc-annotate-convert-time):
8702 * vc-cvs.el (vc-annotate-convert-time):
8703 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
8704
8705 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
8706
8707 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
8708 instead of using view-mode.
8709
8710 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
8711
8712 * Makefile.in (distclean): Don't delete *.elc and autogen files.
8713
8714 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
8715
8716 * vc.el:
8717 * vc-hooks.el:
8718 * vc-dispatcher.el: Move vc-dir variables and functions ...
8719 * vc-dir.el: ... here. New file.
8720 * Makefile.in (ELCFILES): Add vc-dir.elc.
8721
8722 * vc.el: Move vc-annotate variables and functions ...
8723 * vc-annotate.el: ... here. New file.
8724 * Makefile.in (ELCFILES): Add vc-annotate.elc.
8725
8726 * vc-dav.el: Move here from url/vc-dav.el.
8727 (Todo): Note work needed to make this backend functional.
8728
8729 * Makefile.in (ELCFILES): Update vc-dav.el location.
8730
8731 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
8732
8733 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
8734
8735 2008-06-21 John Paul Wallington <jpw@pobox.com>
8736
8737 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
8738
8739 * textmodes/rst.el (rst-mode): Put docstring in right place.
8740
8741 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
8742
8743 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
8744 size for legibility.
8745
8746 * faces.el (fixed-pitch): Use "Monospace" family.
8747 (variable-pitch): Use "Sans" family.
8748 (face-font-family-alternatives): Define alternatives for "Sans"
8749 and "Monospace".
8750
8751 2008-06-21 Glenn Morris <rgm@gnu.org>
8752
8753 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
8754 Require 'cl when compiling.
8755
8756 * emacs-lisp/debug.el (help-xref-interned): Declare.
8757
8758 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
8759 Evaluate definition when compiling.
8760
8761 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
8762 rather than mouse-1.
8763 (bug-reference-url-format): Autoload safe if string.
8764 (bug-reference-bug-regexp): Make space after "bug" optional.
8765
8766 * Makefile.in (all): Explicitly pass EMACS to sub-make,
8767 for some non-GNU makes.
8768
8769 * cus-dep.el (custom-dependencies-no-scan-regexp):
8770 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
8771
8772 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
8773 increments.
8774
8775 * calendar/calendar.el: Factor out the magic numbers controlling the
8776 calendar layout.
8777 (calendar-month-digit-width, calendar-month-width)
8778 (calendar-right-margin): New variables.
8779 (calendar-recompute-layout-variables, calendar-set-layout-variable):
8780 New functions.
8781 (calendar-left-margin, calendar-intermonth-spacing)
8782 (calendar-column-width, calendar-day-header-width)
8783 (calendar-day-digit-width): New options.
8784 (calendar-first-date-row): New constant.
8785 (calendar-move-to-column, calendar-ensure-newline): New functions,
8786 replacing calendar-insert-indented.
8787 (calendar-insert-indented): Remove function.
8788 (calendar-generate-month): Use calendar-move-to-column and
8789 calendar-ensure-newline. Use layout variables.
8790 (calendar-generate, calendar-update-mode-line)
8791 (calendar-font-lock-keywords): Use layout variables.
8792 (calendar-column-to-month): New function.
8793 (calendar-cursor-to-date): Use calendar-column-to-month.
8794 Use layout variables.
8795 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8796 Use layout variables. Use calendar-column-to-month.
8797 (calendar-cursor-to-visible-date): Use layout variables.
8798
8799 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
8802 (all): Run compile-last.
8803 (compile-onefile): New target.
8804 (compile-first): Simplify.
8805 (compile-last): Don't treat COMPILE_FIRST specially.
8806 (COMPILE_FIRST): List the elc files rather than the el files.
8807 (ELCFILES): Update.
8808
8809 2008-06-21 Ulf Jasper <ulf.jasper@web.de>
8810
8811 * net/newst-treeview.el: Remove dead code.
8812 (newsticker--window-config): Remove.
8813 (newsticker-treeview-quit): Do not save window config.
8814 (newsticker-treeview): Do not try to restore window config.
8815 (newsticker-groups, newsticker--treeview-list-sort-by-column)
8816 (newsticker--treeview-list-new-items)
8817 (newsticker--treeview-list-immortal-items)
8818 (newsticker--treeview-list-obsolete-items)
8819 (newsticker--treeview-list-all-items)
8820 (newsticker--treeview-list-feed-items): Fix documentation.
8821
8822 2008-06-21 Miles Bader <miles@gnu.org>
8823
8824 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
8825
8826 2008-06-21 Alan Mackenzie <acm@muc.de>
8827
8828 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
8829 infinite loop on invalid syntax.
8830
8831 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
8832
8833 * textmodes/rst.el: Run rst-define-level-faces when loading.
8834 (rst-mode): Don't set the font-lock-multiline var.
8835 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
8836 Set the font-lock-multiline property by hand.
8837
8838 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
8839
8840 * Makefile.in (emacs-deps): Remove.
8841 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
8842 (all): Use them.
8843 (autogen-clean): Remove.
8844
8845 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8846
8847 * Makefile.in (all): New target.
8848 (bootstrap-prepare): Remove.
8849
8850 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
8851 the .elc file to batch-byte-compile.
8852
8853 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
8854 set-keymap-parents if set-keymap-parent doesn't exist.
8855
8856 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
8857 Allow more than one space before the |.
8858
8859 * textmodes/rst.el: Fix up docstring conventions.
8860 Move vars to before their first use.
8861 (rst-mode): Don't mess with font-lock-support-mode.
8862 (rst-suggest-new-decoration, rst-adjust-decoration):
8863 Avoid CL's copy-list.
8864 (rst-delete-entire-line): Use line-beginning-position.
8865 (rst-position): New fun.
8866 (rst-straighten-decorations): Use it instead of CL's position.
8867 (rst-straighten-bullets-region): Avoid CL's mapcar*.
8868 (rst-toc-mode): Use define-derived-mode.
8869 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
8870 Remove unused var `in-par'. Use `point' rather than `point-marker'.
8871 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
8872 (rst-replace-lines): Simplify.
8873 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
8874
8875 * simple.el (special-mode-map): New var.
8876 (special-mode): New major mode.
8877
8878 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8879
8880 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
8881 log-view-file-re.
8882
8883 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
8884 (vc-switch-backend): Simplify.
8885 (Todo): Remove solved items.
8886
8887 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
8888 the vc-backend property.
8889
8890 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
8891
8892 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
8893 Bind inhibit-read-only since the buffer is always read-only.
8894
8895 2008-06-20 Ulf Jasper <ulf.jasper@web.de>
8896
8897 * net/newst-treeview.el (newsticker-treeview-own-frame):
8898 Change default value to nil.
8899 (newsticker--treeview-list-add-item)
8900 (newsticker--treeview-propertize-tag): Show item title in tooltip.
8901
8902 2008-06-20 Martin Blais <blais@furius.ca>
8903 Stefan Merten <smerten@oekonux.de>
8904 David Goodger <goodger@python.org>
8905
8906 * textmodes/rst.el: New file.
8907
8908 2008-06-20 Sam Steingold <sds@gnu.org>
8909
8910 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
8911 remove DIRECTORY entries.
8912
8913 2008-06-20 Eli Zaretskii <eliz@gnu.org>
8914
8915 * makefile.w32-in (distclean): Depend on `clean'.
8916 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
8917 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
8918 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
8919 empty cus-load.el with `echo', and include "Local Variables"
8920 section to prevent the empty file from being compiled.
8921 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
8922 that generate an empty cus-load.el.
8923
8924 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
8925
8926 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8927 Don't copy ldefs-boot.el over loaddefs.el.
8928 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
8929 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
8930 to loaddefs.el; they are not needed now. Add coding cookie.
8931
8932 2008-06-20 Miles Bader <miles@gnu.org>
8933
8934 * face-remap.el (face-remap-add-relative, face-remap-set-base):
8935 Strip unnecessary list levels from SPECS.
8936 (buffer-face-set, buffer-face-toggle):
8937 Change argument from FACE to &rest SPECS, and strip unnecessary
8938 list levels from SPECS.
8939 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
8940
8941 2008-06-20 Jason Rumney <jasonr@gnu.org>
8942
8943 * international/fontset.el (setup-default-fontset): Specify script
8944 for latin use of iso10646-1. Fix use of lang tags.
8945
8946 2008-06-19 Miles Bader <miles@gnu.org>
8947
8948 * face-remap.el (text-scale-increase): Start from zero if
8949 text-scale-mode isn't enabled.
8950
8951 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
8952
8953 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
8954 frame parameters after setting up the `default' face.
8955
8956 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
8957
8958 * faces.el (face-set-after-frame-default): Don't exclude `default'.
8959
8960 2008-06-18 Glenn Morris <rgm@gnu.org>
8961
8962 * mouse.el (buffer-face-mode-invoke): Declare.
8963
8964 * Makefile.in (ELCFILES): Add org/org-id.elc.
8965
8966 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
8967 * calendar/cal-menu.el (cal-menu-holidays-menu):
8968 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
8969 (cal-menu-today-holidays): Remove function.
8970
8971 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
8972 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8973 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
8974 Remove unused functions.
8975 (calendar-mouse-view-diary-entries): Use format rather than concat.
8976
8977 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
8978 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8979 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
8980
8981 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
8982 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8983 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
8984 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
8985 cal-menu-event-to-date.
8986
8987 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
8988 Handle mouse events.
8989 * calendar/cal-tex.el (cal-tex-cursor-year)
8990 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
8991 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
8992 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
8993 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
8994 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
8995 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
8996 (cal-tex-cursor-month): Mark N as optional.
8997 * calendar/cal-menu.el (calendar-mouse-tex-day)
8998 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
8999 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
9000 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
9001 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
9002 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
9003 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
9004 Remove functions.
9005 (cal-menu-context-mouse-menu): Replace the above functions with the
9006 cal-tex versions. Add HTML submenu.
9007
9008 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
9009
9010 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
9011 text command mode.
9012 (gdb): Explain that gud-gdb is needed for text command mode.
9013
9014 2008-06-17 Martin Rudalics <rudalics@gmx.at>
9015
9016 * window.el (split-height-threshold): Remove spurious extra line.
9017
9018 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
9021 (calendar-set-mark):
9022 * calendar/diary-lib.el (diary-insert-entry):
9023 * calendar/solar.el (calendar-sunrise-sunset): Use it.
9024 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
9025 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
9026 (cal-menu-context-mouse-menu): Use calendar-set-mark,
9027 diary-insert-entry, and calendar-sunrise-sunset instead.
9028
9029 * vc.el (vc-deduce-fileset): Add arg `only-files'.
9030 (vc-next-action): Pass the new arg.
9031 (vc-register): Don't use `only-files'.
9032 Don't set `backup-inhibited' in the current buffer.
9033
9034 2008-06-17 Miles Bader <miles@gnu.org>
9035
9036 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
9037
9038 * face-remap.el (buffer-face-mode-face)
9039 (buffer-face-mode-remapping): New variables.
9040 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
9041 (buffer-face-mode-invoke): New functions.
9042 (variable-pitch-mode-remapping): Variable removed.
9043 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
9044
9045 * face-remap.el (internal-lisp-face-attributes): New variable.
9046 (face-attrs-more-relative-p, face-remap-order): New functions.
9047 (face-remap-add-relative): Use `face-remap-order'.
9048
9049 2008-06-17 Glenn Morris <rgm@gnu.org>
9050
9051 * mouse.el (x-select-font): Declare.
9052
9053 * calendar/calendar.el (calendar-move-hook):
9054 Add calendar-update-mode-line as an option.
9055 (calendar-date-echo-text): New user option.
9056 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
9057 (calendar-insert-indented): Simplify newline insertion.
9058 (calendar-describe-mode): Remove unused function.
9059 (calendar-mode-line-entry): New function.
9060 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
9061 Mark as risky.
9062 (calendar-mouse-other-month): Remove function.
9063 (calendar-other-month): Handle mouse events.
9064 (calendar-goto-info-node): Call fit-window-to-buffer.
9065 (calendar-mode): Use define-derived-mode. Doc fix.
9066 (calendar-update-mode-line): Tweak whitespace.
9067
9068 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
9071 (vc-dir-marked-only-files): vc-string-prefix-p.
9072
9073 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
9074
9075 * progmodes/gdb-ui.el (gdb-memory-set-address)
9076 (gdb-memory-set-repeat-count): Allow keyboard bindings.
9077 (gdb-memory-mode-map): Bind above functions respectively
9078 to 'S' and 'N'.
9079
9080 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
9081
9082 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
9083
9084 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
9085
9086 * log-view.el (vc-diff-internal): Declare for compiler.
9087
9088 * vc-bzr.el (log-view-per-file-logs):
9089 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
9090
9091 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
9092
9093 * mouse.el (mouse-appearance-menu-map): New var.
9094 (mouse-appearance-menu): New function.
9095 Bind it to S-down-mouse-1.
9096
9097 2008-06-15 Juri Linkov <juri@jurta.org>
9098
9099 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
9100 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
9101 as the second element.
9102 (Info-build-toc): Add PARENT element extracted from the Up pointer.
9103 Don't print progress messages.
9104 (Info-toc-nodes): New variable and function.
9105 (Info-index-nodes): Optimize non-string file name case.
9106 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
9107 (Info-insert-breadcrumbs): Use the cached document structure instead
9108 of visiting all ancestor nodes. Remove the initial `>'.
9109
9110 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9111
9112 * log-view.el (log-view-diff-changeset): New function.
9113 (log-view-mode-map, log-view-mode-menu): Bind it.
9114 (log-view-per-file-logs, log-view-vc-fileset)
9115 (log-view-vc-backend): New variables.
9116 (log-view-find-revision, log-view-modify-change-comment)
9117 (log-view-annotate-version): Throw an error if the log is for more
9118 than one file and we can't find the current file. Get the current
9119 file from log-view-vc-fileset if necessary.
9120 (log-view-diff): Get the current file from log-view-vc-fileset if
9121 necessary.
9122
9123 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
9124
9125 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
9126 (vc-hg-log-view-mode): Declare for compiler.
9127 (vc-hg-log-view-mode): Set log-view-per-file-logs and
9128 log-view-file-re.
9129 (vc-hg-diff): If no file is passed, use default-directory for cwd.
9130
9131 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
9132
9133 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
9134
9135 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
9136
9137 * net/tramp.el (tramp-handle-start-file-process):
9138 Clear modification time of the connection buffer.
9139 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
9140 (tramp-open-connection-setup-interactive-shell): Flush cache, and
9141 restart `tramp-maybe-open-connection' when the remote system has
9142 been changed. Throw 'uname-changed event.
9143 (tramp-maybe-open-connection): Catch it.
9144
9145 * net/tramp-cmds.el (tramp-cleanup-all-connections):
9146 Reset `tramp-locked'.
9147
9148 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9149
9150 * net/newst-treeview.el (newsticker--treeview-list-update)
9151 (newsticker--treeview-item-update)
9152 (newsticker--treeview-tree-update)
9153 (newsticker-treeview-jump, newsticker-group-add-group)
9154 (newsticker-group-move-feed, newsticker-group-delete-group):
9155 Remove window dedication.
9156 (newsticker--group-manage-orphan-feeds): Handle ill-valued
9157 newsticker-groups.
9158 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
9159
9160 2008-06-15 Andreas Schwab <schwab@suse.de>
9161
9162 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
9163 when parsing CVS/Repository.
9164
9165 * wdired.el (wdired-search-and-rename): Fix undocumented change.
9166
9167 2008-06-15 Ulf Jasper <ulf.jasper@web.de>
9168
9169 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
9170 (newsticker-extra-face, newsticker-enclosure-face): Moved to
9171 net/newst-reader.el.
9172
9173 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
9174 (newsticker-extra-face, newsticker-enclosure-face): Moved from
9175 net/newst-reader.el.
9176
9177 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
9178
9179 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
9180 Catch and recover from case when the bytes we thought we were reading
9181 turn out to be something else entirely, such as latin-1 chars from
9182 quail. See bug#396.
9183
9184 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
9185
9186 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
9187 (vc-register): Call the backend function only once, instead of
9188 once for each file.
9189 (vc-next-action): Update call to vc-register.
9190 (vc-dir-register): Remove function.
9191 (vc-dir): Bind vc-register instead of vc-dir-register.
9192
9193 2008-06-14 Glenn Morris <rgm@gnu.org>
9194
9195 * Makefile.in (ELCFILES): Add net/newst-*.el.
9196
9197 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9198
9199 * wdired.el (wdired-do-renames): New function.
9200 (wdired-finish-edit): Use it to.
9201 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
9202
9203 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
9206
9207 2008-06-14 Martin Rudalics <rudalics@gmx.at>
9208
9209 * window.el (window--even-window-heights): Even window heights
9210 only if the selected window is higher than WINDOW.
9211 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9212
9213 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
9214
9215 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
9216
9217 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9218
9219 * term/linux.el (terminal-init-linux): Load t-mouse.
9220
9221 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9222 Drew Adams <drew.adams@oracle.com>
9223
9224 * info.el (Info-breadcrumbs-depth): New var.
9225 (Info-insert-breadcrumbs): New function.
9226 (Info-fontify-node): Use it.
9227 (Info-mode-map): Move initialization into declaration.
9228
9229 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
9230
9231 Rename net/newsticker-*.el to net/newst-*.el.
9232 * net/newst-backend.el: Rename from net/newsticker-backend.el.
9233 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
9234 * net/newst-reader.el: Rename from net/newsticker-reader.el.
9235 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
9236 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
9237 * net/newsticker-backend.el: Rename to net/newst-backend.el.
9238 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
9239 * net/newsticker-reader.el: Rename to net/newst-reader.el.
9240 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
9241 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
9242
9243 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
9244
9245 * progmodes/compile.el (compilation-start): Don't disable undo in
9246 comint buffer. Don't override the comint-filter with our own.
9247 (compilation-filter): Change point's insertion-type.
9248
9249 * comint.el (comint-output-filter): Use copy-marker.
9250
9251 2008-06-13 David Reitter <david.reitter@gmail.com>
9252
9253 * textmodes/flyspell.el (mail-mode-flyspell-verify):
9254 Check message-signature-separator exists before using it.
9255
9256 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
9257
9258 * vc.el (vc-delete-file): Bind default-directory before calling
9259 the backend.
9260 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
9261 (vc-annotate-show-diff-revision-at-line-internal): ... here.
9262 New function.
9263 (vc-annotate-show-changeset-diff-revision-at-line): New function.
9264 (vc-annotate-mode-menu): Bind it.
9265
9266 2008-06-13 Jason Rumney <jasonr@gnu.org>
9267
9268 * term/w32-win.el (mouse-set-font): Remove overridden function.
9269 (w32-select-font): Declare as obsolete alias for x-select-font.
9270
9271 2008-06-13 Daniel Engeler <engeler@gmail.com>
9272
9273 These changes add serial port access.
9274 * term.el (term-update-mode-line): Modify.
9275 (serial-port-is-file-p, serial-nice-speed-history)
9276 (serial-no-speed, serial-mode-line-speed-menu)
9277 (serial-mode-line-config-menu): New variables and constants.
9278 (serial-name-history, serial-speed-history)
9279 (serial-supported-or-barf, serial-read-name, serial-read-speed)
9280 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
9281 (serial-mode-line-speed-menu, serial-update-speed-menu)
9282 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
9283 (serial-update-config-menu): New functions.
9284
9285 2008-06-13 Glenn Morris <rgm@gnu.org>
9286
9287 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
9288
9289 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
9290
9291 2008-06-13 Kenichi Handa <handa@m17n.org>
9292
9293 * cus-face.el (custom-face-attributes): Add :foundry.
9294
9295 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
9296 (face-x-resources): Add :foundry.
9297 (face-valid-attribute-values): Likewise.
9298 (face-attribute-name-alist): Likewise.
9299 (describe-face): Likewise.
9300
9301 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
9302
9303 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
9304
9305 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9306
9307 * longlines.el (longlines-search-forward, longlines-search-backward)
9308 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
9309
9310 2008-06-12 Sam Steingold <sds@gnu.org>
9311
9312 * vc.el (vc-rename-file): DTRT when the destination is a directory
9313 name and the source is a file.
9314
9315 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
9316
9317 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
9318
9319 2008-06-12 Glenn Morris <rgm@gnu.org>
9320
9321 * progmodes/f90.el (f90-beginning-of-subprogram)
9322 (f90-end-of-subprogram): Only give a message when interactive.
9323
9324 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
9325
9326 * progmodes/cperl-mode.el (cperl-info-on-command):
9327 Use display-pixel-height rather than x-display-pixel-height.
9328
9329 * mail/rmailedit.el (rmail-cease-edit):
9330 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
9331
9332 * emulation/edt.el (edt-xserver):
9333 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
9334
9335 * emulation/edt-mapper.el: Drop test for Emacs < 19.
9336
9337 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
9338 Evaluate definitions when compiling. Reverse tests.
9339
9340 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
9341 use unless.
9342
9343 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
9344
9345 * textmodes/artist.el (x-pointer-shape):
9346 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
9347 (x-open-connection, x-server-max-request-size, x-get-resource):
9348 * term/w32console.el (x-setup-function-keys):
9349 * term/w32-win.el (x-parse-geometry, x-resource-name)
9350 (generate-fontset-menu, image-library-alist, x-open-connection)
9351 (setup-default-fontset, set-fontset-font, setup-default-fontset)
9352 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
9353 (x-get-resource):
9354 * term/mac-win.el (x-parse-geometry, x-resource-name)
9355 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
9356 (new-fontset, x-display-list, x-open-connection, x-get-resource):
9357 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
9358 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
9359 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
9360 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
9361 (tooltip-identifier-from-point, define-fringe-bitmap):
9362 * play/gamegrid.el (image-size):
9363 * play/bubbles.el (image-size):
9364 * mail/emacsbug.el (x-server-vendor, x-server-version):
9365 * international/mule-util.el (internal-char-font):
9366 * international/mule-diag.el (font-info, query-fontset, fontset-info)
9367 (fontset-alias-alist, fontset-list, fontset-plain-name):
9368 * international/mule-cmds.el (x-server-vendor, x-server-version):
9369 * international/fontset.el (font-encoding-charset-alist)
9370 (otf-script-alist, new-fontset, set-fontset-font)
9371 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
9372 (fontset-list, query-fontset, x-get-resource):
9373 * emulation/edt.el (x-server-vendor):
9374 * emulation/edt-mapper.el (x-server-vendor):
9375 * emacs-lisp/map-ynp.el (x-popup-dialog):
9376 * emacs-lisp/lmenu.el (x-popup-dialog):
9377 * x-dnd.el (x-window-property, x-change-window-property)
9378 (x-get-selection-internal):
9379 * woman.el (x-list-fonts):
9380 * w32-fns.el (x-server-version):
9381 * tooltip.el (x-show-tip, x-hide-tip):
9382 * tool-bar.el (image-mask-p):
9383 * thumbs.el (image-size):
9384 * term.el (overflow-newline-into-fringe):
9385 * subr.el (scroll-bar-scale):
9386 * startup.el (x-get-resource, tool-bar-mode, image-size):
9387 * select.el (x-get-selection-internal, x-own-selection-internal)
9388 (x-disown-selection-internal):
9389 * mouse.el (generate-fontset-menu):
9390 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
9391 * image.el (image-library-alist):
9392 * image-mode.el (image-size, image-refresh):
9393 * image-dired.el (clear-image-cache):
9394 * gs.el (x-display-mm-width, x-display-pixel-width)
9395 (x-display-mm-height, x-display-pixel-height)
9396 (x-change-window-property, x-display-grayscale-p, x-window-property):
9397 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
9398 (x-focus-frame, x-list-fonts, x-display-screens)
9399 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
9400 (x-display-mm-width, x-display-backing-store, x-display-save-under)
9401 (x-display-planes, x-display-color-cells, x-display-visual-class):
9402 * faces.el (internal-face-x-get-resource)
9403 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
9404 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
9405 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
9406 (x-parse-geometry, x-create-frame, x-setup-function-keys)
9407 (tool-bar-setup):
9408 * doc-view.el (clear-image-cache, image-size, tooltip-show):
9409 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
9410 * dframe.el (x-display-pixel-width, x-display-pixel-height):
9411 * descr-text.el (internal-char-font):
9412 Define for compiler, for builds without X.
9413
9414 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9415
9416 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
9417
9418 2008-06-11 Glenn Morris <rgm@gnu.org>
9419
9420 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
9421 before trying to move there.
9422 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
9423 is non-nil, indent most terminating statements like loop body.
9424
9425 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
9426 Gregorian date, and add it, not the local date, to diary-entries-list.
9427 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
9428
9429 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 * progmodes/compile.el (compilation-filter): Fix up last change.
9432
9433 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
9434
9435 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
9436 (gpm-mouse-mode): Make it into a proper global minor mode.
9437
9438 * files.el (save-some-buffers-action-alist): Only use recursive-edit
9439 if the user enabled recursive-minibuffers.
9440
9441 * emacs-lisp/map-ynp.el (map-y-or-n-p):
9442 Add support for scroll-other-window.
9443
9444 2008-06-11 Jason Rumney <jasonr@gnu.org>
9445
9446 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
9447 Use tmm-menubar if menu is disabled in this frame.
9448
9449 * menu-bar.el (menu-bar-open): Determine how to open menu bar
9450 from frame type, per documentation. Add w32 case.
9451
9452 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9453
9454 * minibuffer.el (completion--merge-suffix): New function.
9455 (completion-basic-try-completion): Use it.
9456 (completion-pcm--find-all-completions): Add argument `filter'.
9457 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
9458 New functions.
9459 (completion-pcm-try-completion): Use them.
9460
9461 * xt-mouse.el (turn-on-xterm-mouse-tracking)
9462 (turn-off-xterm-mouse-tracking): Use terminal-list.
9463
9464 * cus-start.el (underline-minimum-offset): Rename from
9465 x-underline-minimum-display-offset.
9466
9467 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
9468
9469 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
9470
9471 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
9472
9473 * mouse.el (mouse-select-font): New function.
9474
9475 * faces.el (face-spec-recalc): When the face is set using
9476 Customize, avoid recalculating it twice.
9477
9478 * menu-bar.el (menu-set-font): New function. Bind "Set Default
9479 Font" menu item to it. Apply selected font to all frames, and
9480 make it savable.
9481 (menu-bar-options-save): Save `default' font if changed.
9482
9483 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9484
9485 * ffap.el (ffap-string-at-point-mode-alist):
9486 Use alpha rather than lower.
9487
9488 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
9489
9490 * subr.el (momentary-string-display): Use an overlay.
9491
9492 * progmodes/compile.el (compilation-mode):
9493 Set window-point-insertion-type.
9494 (compilation-filter): Don't use insert-before-markers any more.
9495 * emacs-lisp/trace.el (trace-make-advice):
9496 Set window-point-insertion-type in the trace buffer.
9497 * startup.el (normal-top-level): Set window-point-insertion-type in
9498 *Messages*.
9499 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
9500 (telnet-filter): Don't use insert-before-markers any more.
9501 * comint.el (comint-mode): Set window-point-insertion-type.
9502 (comint-output-filter): Don't use insert-before-markers any more.
9503 * button.el (make-text-button): Allow `start' to be a string.
9504
9505 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
9506
9507 * emacs-lisp/autoload.el (autoload-rubric):
9508 Fix coding cookie not to force Unix EOL.
9509
9510 2008-06-10 Martin Rudalics <rudalics@gmx.at>
9511
9512 * window.el (window--splittable-p, window--try-to-split-window):
9513 Don't use with-selected-window to avoid messing up get-lru-window.
9514 Reported by David Hansen <david.hansen@gmx.net>.
9515
9516 2008-06-10 Glenn Morris <rgm@gnu.org>
9517
9518 * subr.el (locate-library): Doc fix.
9519
9520 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
9521 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
9522 Check tool-bar-map is bound, for non-X builds.
9523
9524 * net/newsticker-reader.el (newsticker--next-item-image)
9525 (newsticker--previous-item-image, newsticker--previous-feed-image)
9526 (newsticker--next-feed-image, newsticker--mark-read-image)
9527 (ewsticker--mark-immortal-image, newsticker--narrow-image)
9528 (newsticker--get-all-image, newsticker--update-image)
9529 (newsticker--browse-image): Check xpm images are available.
9530 (newsticker--mark-read-image, newsticker--mark-immortal-image)
9531 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
9532
9533 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
9534 (newsticker--plainview-tool-bar-map, newsticker-mode):
9535 Check tool-bar-map is bound, for non-X builds.
9536 (w3m-toggle-inline-image): Declare.
9537
9538 * net/newsticker-backend.el (tool-bar-map): Don't declare.
9539
9540 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
9541
9542 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
9543 (finder-compile-keywords): Move let to where needed.
9544 (finder-mouse-face-on-line): Go back one more line if needed.
9545 (finder-list-matches): Use cadr.
9546 (finder-goto-xref): New function.
9547 (finder-commentary): Add buttons to jump to foo.el libraries.
9548
9549 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
9550
9551 * apropos.el (apropos-function, apropos-macro, apropos-command)
9552 (apropos-variable, apropos-face, apropos-group, apropos-widget)
9553 (apropos-plist): Add apropos-short-label property.
9554 (apropos-multi-type): New variables.
9555 (apropos-command, apropos-value): Set it.
9556 (apropos-compact-layout): New custom.
9557 (apropos-print, apropos-print-doc): Use it.
9558 (apropos-print): Truncate lines.
9559
9560 2008-06-09 Kenichi Handa <handa@m17n.org>
9561
9562 * international/fontset.el (font-encoding-alist):
9563 Add an entry for "ascii-0".
9564
9565 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
9566
9567 * language/hanja-util.el (hanja-init-load): Show the message only
9568 when loading a table.
9569
9570 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9571
9572 * net/newsticker-treeview.el (newsticker-treeview):
9573 * net/newsticker-plainview.el (newsticker-plainview):
9574 Add autoload cookie.
9575
9576 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
9577
9578 * net/newsticker.el: Split up into newsticker-backend, -ticker,
9579 -reader, -plainview, and -treeview.
9580 (newsticker-version): Change to 1.99.
9581
9582 * net/newsticker-backend.el: New. Move backend functionality from
9583 newsticker.el to newsticker-backend.el.
9584 (newsticker--download-logos): New.
9585 (newsticker--sentinel-callback): New.
9586 (newsticker--set-customvar): Remove. Split up into specific
9587 functions related to retrieval, ticker, buffer, and display.
9588 (newsticker--set-customvar-retrieval): New. Extracted from
9589 `newsticker--set-customvar'.
9590 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
9591 (newsticker-url-list-defaults):
9592 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9593 (newsticker-url-list): Doc changed. URL can be a function.
9594 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9595 (newsticker-retrieval-method): New.
9596 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
9597 (newsticker-retrieval-interval):
9598 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
9599 (newsticker-desc-comp-max): Change :group.
9600 (newsticker--cache): Doc changed.
9601 (newsticker--guid-to-string): New.
9602 (newsticker--guid): Use `newsticker--guid-to-string'.
9603 (newsticker--real-feed-name): New.
9604 (newsticker--start-feed): New. Extracted from `newsticker-start'.
9605 (newsticker-start): Use `insert-file-contents' for reading cache.
9606 Use `newsticker--start-feed'.
9607 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
9608 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
9609 Use `newsticker--stop-feed'.
9610 (newsticker-save-item): New.
9611 (newsticker--get-news-by-funcall): New.
9612 (newsticker-get-news): Handle new retrieval methods.
9613 (newsticker--sentinel): Use `newsticker--sentinel-work'.
9614 (newsticker--sentinel-work): New. Extracted from
9615 `newsticker--sentinel'. Use `newsticker--download-logos',
9616 `newsticker--sentinel-callback'.
9617 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
9618 (newsticker--parse-atom-1.0): Fix link determination.
9619 (newsticker--parse-rss-0.91): Fix time determination.
9620 (newsticker--parse-rss-0.92): Fix time determination.
9621 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
9622 (newsticker--parse-generic-feed): New arg order in
9623 `newsticker--cache-add'.
9624 (newsticker--parse-generic-items): Fix for multiple items.
9625 New arg order in `newsticker--cache-add'.
9626 (newsticker--forget-preformatted): Check whether
9627 `newsticker--buffer-set-uptodate' is fbound.
9628 (newsticker--decode-iso8601-date): Handle fractions of seconds.
9629 (newsticker--decode-rfc822-date): Partial timezone handling.
9630 (newsticker--cache-contains): Fix guid problem.
9631 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
9632 (newsticker--cache-save): New.
9633 (newsticker--cache-update): Use temp buffer.
9634 (newsticker--stat-num-items): Allow multiple AGE args.
9635 (newsticker--stat-num-items-total): New.
9636 (newsticker--opml-import-outlines): New.
9637 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
9638 (newsticker--do-run-auto-mark-filter): Doc changed.
9639 (newsticker-retrieve-random-message): New.
9640
9641 * net/newsticker-ticker.el: New. Move ticker functionality from
9642 net/newsticker.el to net/newsticker-ticker.el.
9643 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
9644 `newsticker--ticker-timer'.
9645 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
9646 to `newsticker--ticker-timer'.
9647 (newsticker--set-customvar-ticker): New. Extracted from
9648 `newsticker--set-customvar'.
9649 (newsticker-ticker-interval): Rename `newsticker-display-interval'
9650 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
9651 for :set. Change :group.
9652 (newsticker-scroll-smoothly): Doc changed. Change :group.
9653 (newsticker-hide-immortal-items-in-echo-area)
9654 (newsticker-hide-old-items-in-echo-area)
9655 (newsticker-hide-obsolete-items-in-echo-area):
9656 Use `newsticker--set-customvar-ticker for :set. Change :group.
9657 (newsticker-start-ticker): Rename `newsticker--display-timer' to
9658 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
9659 to `newsticker-ticker-interval'.
9660 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
9661 `newsticker--ticker-timer'.
9662
9663 * net/newsticker-reader.el: New. Move reader functionality from
9664 net/newsticker.el to net/newsticker-reader.el.
9665 (newsticker--set-customvar-formatting): New. Extracted from
9666 `newsticker--set-customvar'.
9667 (newsticker-reader, newsticker-frontend): New.
9668 (newsticker-enable-logo-manipulations): Change :group.
9669 (newsticker-justification): Use `newsticker--set-customvar-formatting'
9670 for :set. Change :group.
9671 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
9672 for :set. Change :group.
9673 (newsticker-html-renderer): Doc changed.
9674 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9675 (newsticker-date-format):
9676 Use `newsticker--set-customvar-formatting' for :set. Change :group.
9677 (newsticker--insert-enclosure):
9678 Rename `newsticker--buffer-insert-enclosure' to
9679 `newsticker--insert-enclosure'. Add keymap arg.
9680 (newsticker--print-extra-elements):
9681 Rename `newsticker--buffer-print-extra-elements' to
9682 `newsticker--print-extra-elements'. Add keymap arg.
9683 (newsticker--do-print-extra-element):
9684 Rename `newsticker--buffer-do-print-extra-element' to
9685 `newsticker--do-print-extra-element'. Add keymap arg.
9686 (newsticker-show-news): Use `newsticker-frontend'.
9687
9688 * net/newsticker-plainview.el: New. Move plainview functionality
9689 from net/newsticker.el to net/newsticker-reader.el.
9690 (newsticker-plainview): New.
9691 (newsticker--set-customvar-sorting): New. Extracted from
9692 `newsticker--set-customvar'.
9693 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
9694 for :set. Changed :group.
9695 (newsticker-heading-format, newsticker-item-format)
9696 (newsticker-desc-format, newsticker-statistics-format):
9697 Use `newsticker--set-customvar-formatting for :set. Change :group.
9698 (newsticker-faces): Change :group.
9699 (newsticker-default-face): Enable again.
9700 (newsticker-hide-old-items-in-newsticker-buffer)
9701 (newsticker-show-descriptions-of-new-items):
9702 Use `newsticker--set-customvar-buffer' for :set. Change :group.
9703 (newsticker-show-all-news-elements): Change :group.
9704 (newsticker-plainview-hooks): New.
9705 (newsticker-select-item-hook, newsticker-select-feed-hook)
9706 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
9707 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
9708 to `newsticker--plainview-tool-bar-map'.
9709 (newsticker--url-keymap): Add mouse-1 binding.
9710 (newsticker-plainview): New.
9711 (newsticker-mark-all-items-of-feed-as-read): Change doc.
9712 (newsticker--buffer-do-insert-text): Use renamed
9713 newsticker--[buffer-]insert-enclosure and
9714 newsticker--[buffer-]print-extra-elements.
9715 (newsticker--buffer-set-faces): Use newsticker-default-face.
9716
9717 * net/newsticker-treeview.el: New.
9718
9719 2008-06-08 Andreas Schwab <schwab@suse.de>
9720
9721 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
9722
9723 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
9724
9725 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
9726 empty line.
9727
9728 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
9729
9730 2008-06-08 Martin Rudalics <rudalics@gmx.at>
9731
9732 * window.el (split-height-threshold, split-width-threshold):
9733 Add choice nil.
9734 (split-window-preferred-function): Allow either nil or a function.
9735 (window--splittable-p, window--try-to-split-window):
9736 Handle changed option values.
9737
9738 (window--frame-usable-p): Handle nil argument.
9739
9740 (display-buffer): Call get-lru-window when pop-up-windows is nil
9741 and window can't be split.
9742
9743 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
9744
9745 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
9746
9747 * net/tramp.el (top): Quote feature names. Remove
9748 `tramp-rfn-eshadow-setup-minibuffer' from
9749 `rfn-eshadow-setup-minibuffer-hook' when unloading.
9750 (tramp-read-passwd): There is only one call to
9751 `auth-source-user-or-password' needed. Pacify byte compiler.
9752
9753 2008-06-08 Andreas Schwab <schwab@suse.de>
9754
9755 * window.el (display-buffer): Use lru window if current window
9756 cannot be split.
9757
9758 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9759
9760 * apropos.el (apropos-library): New command and new button.
9761 (apropos-library-button): New function.
9762
9763 * apropos.el: Remove spurious * in docstrings.
9764 (apropos-label-face): Use variable pitch.
9765 (apropos-print): Use dolist and with-current-buffer.
9766 (apropos-print-doc): Use when.
9767
9768 * window.el (special-display-p, display-buffer):
9769 Fix up C->Elisp transcription error.
9770
9771 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
9774 (byte-compile-file): Initialize it.
9775 (byte-compile-nogroup-warn): Keep track of the current group.
9776
9777 2008-06-08 Glenn Morris <rgm@gnu.org>
9778
9779 * Makefile.in (compile, compile-always, bootstrap-prepare):
9780 Explicitly pass EMACS to sub-makes that use it, for non-GNU makes.
9781
9782 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
9783
9784 * language/hanja-util.el (hanja-init-load): Use a char-table for
9785 hanja-table.
9786 (hangul-to-hanja-char): Adjust for the above change.
9787
9788 2008-06-07 Glenn Morris <rgm@gnu.org>
9789
9790 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
9791 lm-keywords.
9792
9793 * mail/sendmail.el (mail-interactive): Add :version.
9794
9795 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
9796 obsolete alias.
9797
9798 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
9799 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
9800 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
9801 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
9802 * eshell/esh-util.el, international/mule-cmds.el:
9803 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
9804 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
9805 Remove unnecessary eval-when-compiles and eval-and-compiles.
9806
9807 * Makefile.in (bootstrap-clean): Run autogen-clean.
9808 (maintainer-clean): No need to run autogen-clean now it is included in
9809 bootstrap-clean.
9810
9811 2008-06-06 Miles Bader <miles@gnu.org>
9812
9813 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
9814
9815 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
9816
9817 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
9818 longlines mode.
9819
9820 * replace.el (replace-search-function)
9821 (replace-re-search-function): New vars.
9822 (perform-replace): Use them.
9823
9824 * longlines.el (longlines-re-search-forward): New function.
9825 (longlines-mode): Bind replace-search-function and
9826 replace-re-search-function, to ensure that replacement commands
9827 treat newlines as spaces.
9828 (longlines-show-effect): Default to a pilcrow sign.
9829
9830 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9831
9832 * help.el (function-called-at-point):
9833 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
9834 even when calling find-tag-default.
9835
9836 2008-06-06 Daniel Colascione <danc@merrillpress.com>
9837
9838 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
9839 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
9840 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
9841 (nxml-fontify-buffer, nxml-do-fontify):
9842 Remove obsolete variables and functions.
9843 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
9844 (nxml-degrade, nxml-after-change, nxml-after-change1)
9845 (nxml-extend-region, nxml-extend-after-change-region)
9846 (nxml-extend-after-change-region1, nxml-fontify-matcher)
9847 (nxml-toggle-char-ref-extra-display): Use font-lock, and
9848 font-lock-extend-region-functions in particular, to fontify
9849 nxml-mode buffers.
9850 (nxml-debug-region): New debugging helper function.
9851
9852 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
9853 (nxml-scan-after-change, nxml-move-tag-backwards):
9854 Adapt for font-lock changes.
9855
9856 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
9857 (nxml-debug-set-inside, nxml-debug-clear-inside):
9858 New debugging functions.
9859 (nxml-with-degradation-on-error): New helper macro.
9860
9861 2008-06-06 Martin Rudalics <rudalics@gmx.at>
9862
9863 * window.el (display-buffer): Remove dead call to get-lru-window.
9864
9865 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9866
9867 * mail/sendmail.el (mail-interactive): Change default.
9868
9869 2008-06-05 John Paul Wallington <jpw@pobox.com>
9870
9871 * bindings.el (completion-ignored-extensions):
9872 Add .p64fsl, .d64fsl, and .dx64fsl.
9873
9874 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9875
9876 * ffap.el (ffap-prompter): Don't use the region.
9877
9878 2008-06-05 Sam Steingold <sds@gnu.org>
9879
9880 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
9881 subdirectory to be registered.
9882
9883 2008-06-05 Martin Rudalics <rudalics@gmx.at>
9884
9885 * window.el (display-buffer-function, special-display-p)
9886 (special-display-buffer-names, special-display-regexps)
9887 (special-display-function, same-window-p, same-window-buffer-names)
9888 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
9889 (pop-up-frame-function, pop-up-windows, even-window-heights)
9890 (split-window-preferred-function, split-height-threshold)
9891 (window--display-buffer-1, display-buffer, pop-to-buffer):
9892 Move from window.c and buffer.c.
9893 (window--splittable-p, window--try-to-split-window)
9894 (window--frame-usable-p, window--display-buffer-2)
9895 (window--even-window-heights): New functions.
9896 (split-width-threshold): New option.
9897 (split-window-preferred-horizontally): Remove.
9898
9899 * cus-start.el: Remove corresponding declarations.
9900
9901 2008-06-05 Sam Steingold <sds@gnu.org>
9902
9903 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
9904 an error on modified buffers.
9905
9906 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * progmodes/etags.el (tags-verify-table): Be careful to use and update
9909 tags-file-name and tags-table-list from the right buffer.
9910 (tags-table-check-computed-list, tags-table-extend-computed-list)
9911 (find-tag-noselect): Use with-current-buffer.
9912
9913 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
9914 Use print-circle.
9915
9916 * minibuffer.el (minibuffer-local-must-match-filename-map):
9917 Declare obsolete alias for the old name.
9918
9919 * abbrev.el (unexpand-abbrev): Better preserve markers.
9920
9921 2008-06-05 Glenn Morris <rgm@gnu.org>
9922
9923 * emacs-lisp/autoload.el (autoload-rubric): New function,
9924 extracted from autoload-ensure-default-file.
9925 (autoload-ensure-default-file): Use autoload-rubric.
9926
9927 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
9928 (custom-dependencies-no-scan-regexp): New variable.
9929 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
9930 Don't scan files matching custom-dependencies-no-scan-regexp.
9931 Disable undo in the output buffer. Remove kept-new-versions wackiness.
9932
9933 * finder.el (finder-headmark): Initialize and add doc string.
9934 (generated-finder-keywords-file): Doc fix.
9935 (finder-no-scan-regexp): New variable.
9936 (finder-compile-keywords): Use a single let binding.
9937 Disable undo in the output buffer. Use autoload-rubric.
9938 Use mapc rather than mapcar. Don't scan files matching
9939 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
9940 rather than concat. Use directory-files to do regexp matching.
9941 No need to require jka-compr.
9942 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
9943 (finder-list-matches): Disable undo.
9944 (finder-commentary): Use let rather than let*. Disable undo.
9945 (finder-current-item): Use zerop.
9946 (finder-mode): Use define-derived-mode.
9947 (finder-exit): Doc fix. Use dolist.
9948
9949 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
9950 (custom-deps): Don't require $(lisp)/cus-load.el.
9951 (custom-deps, finder-data): Don't depend on autoloads.
9952 Should not be needed now, and doing so was causing make install to
9953 re-dump emacs post-bootstrap.
9954 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
9955 mid-build forces some things to be rebuilt.
9956
9957 2008-06-05 Miles Bader <miles@gnu.org>
9958
9959 * face-remap.el
9960 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
9961 (face-remap-remove-relative): Renamed from
9962 `remove-relative-face-remapping'.
9963 (face-remap-reset-base): Renamed from
9964 `set-default-base-face-remapping'.
9965 (face-remap-set-base): Renamed from `set-base-face-remapping'.
9966 (text-scale-increase): Renamed from `increase-buffer-face-height'.
9967 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
9968 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
9969
9970 * face-remap.el (variable-pitch-mode): Autoload.
9971
9972 2008-06-04 Sam Steingold <sds@gnu.org>
9973
9974 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
9975 Generate extra status headers for a Mercurial tree.
9976
9977 2008-06-04 John Paul Wallington <jpw@pobox.com>
9978
9979 * echistory.el (electric-history-map): Define within defvar.
9980 Add docstring.
9981
9982 * font-lock.el (font-lock-turn-off-thing-lock)
9983 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
9984 Use `bound-and-true-p'.
9985 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
9986 Doc fixes.
9987
9988 * international/ccl.el (define-ccl-program): Add `doc-string'
9989 declaration.
9990
9991 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
9992
9993 * face-remap.el (variable-pitch-mode): Reflow docstrings.
9994 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
9995
9996 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
9997
9998 * emacs-lisp/rx.el (rx): Doc fix.
9999
10000 2008-06-04 Markus Triska <markus.triska@gmx.at>
10001
10002 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
10003
10004 2008-06-04 Miles Bader <miles@gnu.org>
10005
10006 * face-remap.el (adjust-buffer-face-height): New function.
10007 Add autoloaded keybindings in ctl-x-map.
10008 (increase-buffer-face-height, decrease-buffer-face-height):
10009 Simplify interactive spec to just "p". Remove autoloaded keybindings.
10010
10011 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
10012
10013 * simple.el (line-move-1): If we did not move as far as desired,
10014 ensure that point-left and point-entered hooks are called.
10015
10016 2008-06-03 Sam Steingold <sds@gnu.org>
10017
10018 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
10019
10020 2008-06-03 John Paul Wallington <jpw@pobox.com>
10021
10022 * progmodes/make-mode.el (makefile-cleanup-continuations)
10023 (makefile-warn-suspicious-lines, makefile-warn-continuations):
10024 Use `derived-mode-p'.
10025
10026 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10027
10028 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
10029 (ELCFILES): Update.
10030
10031 2008-06-03 Miles Bader <miles@gnu.org>
10032
10033 * face-remap.el: New file.
10034 * Makefile.in (ELCFILES): Add face-remap.elc.
10035
10036 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
10037
10038 * progmodes/flymake.el (flymake-process-filter): Make sure the source
10039 buffer isn't dead.
10040
10041 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
10042 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
10043 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
10044 * obsolete/auto-show.el, obsolete/hscroll.el:
10045 Remove packages that were obsolete in Emacs-20, or that were obsolete
10046 in Emacs-21 and do not contain any more code.
10047
10048 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
10049 vc-client-mode is not set.
10050
10051 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
10052 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
10053
10054 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
10055 yet a bit more clever at distinguishing / from /.
10056
10057 2008-06-03 Kenichi Handa <handa@m17n.org>
10058
10059 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
10060
10061 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
10062
10063 * language/hanja-util.el: New file.
10064
10065 2008-06-03 Glenn Morris <rgm@gnu.org>
10066
10067 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
10068 Check that end-of-word follows "type".
10069
10070 2008-06-02 Daiki Ueno <ueno@unixuser.org>
10071
10072 * epa-file.el (epa-file-write-region): Write the entire buffer
10073 content if START is nil.
10074
10075 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
10076
10077 * select.el (x-get-selection): Fix typo.
10078
10079 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
10080
10081 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
10082 (describe-char): Use `looking-at-p', `string-match-p' when possible.
10083
10084 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
10085
10086 * tar-mode.el (tar-header-block-summarize): Ensure one space around
10087 user&group.
10088
10089 2008-05-31 John Paul Wallington <jpw@pobox.com>
10090
10091 * help-fns.el (describe-variable-custom-version-info):
10092 Handle dotted `package-version' info.
10093
10094 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
10095
10096 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
10097
10098 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
10099
10100 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
10101 names and improve support for unregistered files.
10102
10103 2008-05-31 Glenn Morris <rgm@gnu.org>
10104
10105 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
10106 Remove shell variable `elc'. Split tests to hopefully be more portable.
10107 Fix `sel' assignment.
10108
10109 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
10110
10111 * minibuffer.el (completion-table-dynamic): Doc fix.
10112
10113 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
10114
10115 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
10116 Try and return `unregistered' when applicable.
10117
10118 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
10119 Don't encourage naming variables with "-flag".
10120
10121 2008-05-30 Glenn Morris <rgm@gnu.org>
10122
10123 * Makefile.in (update-elclist): Hide the warning when it does not apply,
10124 make it milder when it does.
10125 (autogen-clean): New target.
10126 (maintainer-clean): Use autogen-clean.
10127
10128 * calendar/diary-lib.el (diary-display-function): New name for
10129 diary-display-hook. Keep old name as obsolete alias. Doc fix.
10130 Change custom type and version.
10131 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
10132 (diary-fancy-display): Doc fixes.
10133 (diary-list-entries, diary-include-other-diary-files)
10134 (diary-mail-entries):
10135 Use diary-display-function rather than diary-display-hook.
10136
10137 * calendar/appt.el (appt-check): Use diary-display-function rather than
10138 diary-display-hook.
10139 * calendar/cal-x.el (calendar-dedicate-diary): Update for
10140 diary-display-function replacing diary-display-hook.
10141 * org/org-agenda.el (org-get-entries-from-diary): Also set
10142 diary-display-function.
10143
10144 * calendar/cal-html.el (cal-html-list-diary-entries):
10145 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10146 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
10147 argument of diary-list-entries rather than setting diary-display-hook.
10148
10149 2008-05-30 Kenichi Handa <handa@m17n.org>
10150
10151 * international/mule-conf.el (utf-8-with-signature): Renamed from
10152 utf-8-sig.
10153 (utf-8-auto): Adjusted for the above change.
10154
10155 * international/mule-diag.el (describe-font): Don't check fontset
10156 here, and just call font-info. Get the default font by from the
10157 default face.
10158
10159 2008-05-29 Kenichi Handa <handa@m17n.org>
10160
10161 * international/mule-conf.el (utf-8-sig, utf-8-auto):
10162 New coding systems.
10163
10164 * international/mule.el (define-coding-system): Accept :bom for utf-8.
10165
10166 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
10167
10168 * international/utf-7.el (utf-7-encode): Use the right escape char
10169 depending on imap/nonimap encoding.
10170
10171 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10172
10173 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
10174
10175 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
10176
10177 * icomplete.el (icomplete-prospects-height): Add :group.
10178
10179 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10180
10181 * icomplete.el (icomplete-prospects-length): Make obsolete.
10182 (icomplete-prospects-height): New var.
10183 (icomplete-completions): Use it.
10184
10185 2008-05-29 David Kastrup <dak@gnu.org>
10186
10187 * autoinsert.el (auto-insert): Add :link.
10188
10189 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
10190
10191 * tar-mode.el (tar-header): New field `header-start'.
10192 (tar-header-block-tokenize): Set it when useful.
10193 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
10194 (tar-header-data-end): New function.
10195 (tar-summarize-buffer): Use it.
10196 (tar-next-line): Fix goal column for long usernames.
10197 (tar-expunge-internal): Use header-start.
10198 (tar-rename-entry): Handle ustar-style long names.
10199 (tar-alter-one-field): Add optional `descriptor' argument.
10200 (tar-subfile-save-buffer): Use it.
10201
10202 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
10203
10204 * tar-mode.el (tar-header): New field `header-start'.
10205 (tar-header-block-tokenize): Set header-start for longlink entries.
10206 (tar-expunge-internal): Use header-start to expunge longlink entries.
10207
10208 * files.el (hack-local-variables): Don't signal an error if the local
10209 variable section is not properly terminated.
10210
10211 * emacs-lisp/easymenu.el (easy-menu-convert-item)
10212 (easy-menu-convert-item-1): Move the duplicate-generation outside of
10213 the caching so it also works for identical entries.
10214
10215 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
10216 (tar-mode): Use write-region-annotate-functions rather than
10217 write-contents-functions.
10218 (tar-extract): Remove unused var `pos'.
10219 (tar-subfile-save-buffer): Remove unused var `following-descs'.
10220 (tar-mode-write-file): Remove.
10221 (tar-write-region-annotate): New function.
10222
10223 * progmodes/flymake.el (flymake-save-buffer-in-file):
10224 * shadowfile.el (shadow-copy-file):
10225 * arc-mode.el (archive-*-write-file-member):
10226 * files.el (diff-buffer-with-file):
10227 * subr.el (with-temp-file): Pass nil to write-region.
10228 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
10229
10230 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
10231 the custom.
10232
10233 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
10234 to write-region.
10235
10236 2008-05-28 Glenn Morris <rgm@gnu.org>
10237
10238 * Makefile.in (update-elclist): Work around non-portability of "\"
10239 in various implementations of echo.
10240
10241 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10242
10243 * international/mule-diag.el (describe-current-coding-system):
10244 Don't assume selection-coding-system is always defined.
10245
10246 * tar-mode.el: Use defstruct and markers.
10247 (tar-setf): Remove.
10248 (tar-header): Use defstruct. Add `data-start' field.
10249 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
10250 (tar-desc-data-start): Remove (now called tar-header-data-start).
10251 (tar-roundup-512): New fun.
10252 (tar-header-block-tokenize): Receive a buffer position rather than
10253 a string. Handle @longLink here, be more careful about it.
10254 Create a marker for data-start.
10255 (tar-summarize-buffer): Don't handle @LongLink here any more.
10256 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
10257 data-start on the following entries any more.
10258 (tar-chown-entry, tar-chgrp-entry): Use read-number.
10259
10260 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
10261 (tar-header-offset): Remove.
10262 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
10263 Not permanent any more.
10264 (tar-data-buffer): New var.
10265 (tar-data-swapped-p, tar-change-major-mode-hook)
10266 (tar-mode-kill-buffer-hook): New funs.
10267 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
10268 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
10269 (tar-clear-modification-flags, tar-alter-one-field)
10270 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
10271 Change accordingly.
10272
10273 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10274
10275 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
10276 (vc-dir-resynch-file): ... this. Update callers.
10277 Use vc-string-prefix-p. Ignore directory args.
10278 (vc-string-prefix-p): CSE.
10279 (vc-resynch-buffer): Restore conditional.
10280
10281 * vc-hooks.el (vc-after-save): Improve test.
10282 (vc-mode-line): Fix indentation.
10283
10284 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
10285
10286 * calendar/parse-time.el (parse-time-months)
10287 (parse-time-weekdays): Add long-form month and day names.
10288
10289 2008-05-27 Glenn Morris <rgm@gnu.org>
10290
10291 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
10292
10293 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
10294
10295 * vc-dispatcher.el (vc-string-prefix-p): New function.
10296 (vc-dir-parent-marked-p): Use it.
10297
10298 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
10299
10300 * vc.el (Problems): Remove fixed issues.
10301 (vc-expand-dirs): Avoid returning directories.
10302 (vc-dir): Fix C-x v v binding.
10303 (vc-make-backend-object): Fix name.
10304 (vc-dir-show-fileentry): Fix docstring.
10305 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
10306 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
10307 Reset the state for directories.
10308 (vc-dir-headers): Align labels.
10309 (vc-default-status-printer): Do no call prettify-state-info.
10310 (vc-deduce-fileset): Replace implementation with one based on a
10311 working older version.
10312 (vc-next-action): Use the new form of vc-deduce-fileset.
10313 Fix dealing with unregistered files.
10314
10315 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
10316 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
10317 (vc-dir-child-files): New function.
10318 (vc-dir-node-directory): New function.
10319 (vc-dir-update, vc-dir-parent-marked-p)
10320 (vc-dir-children-marked-p, vc-dir-mark-all-files)
10321 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
10322
10323 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
10324
10325 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10326
10327 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
10328 (diff-font-lock-keywords, diff-context->unified)
10329 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
10330 (diff-hunk-text, diff-find-source-location): Use it.
10331 (diff-post-command-hook): Let the user edit the hunk headers.
10332
10333 2008-05-26 Andreas Schwab <schwab@suse.de>
10334
10335 * vc.el (vc-default-prettify-state-info): Fix formatting of an
10336 unknown state.
10337
10338 * tar-mode.el (tar-summarize-buffer): Comment fix.
10339
10340 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
10341
10342 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
10343
10344 2008-05-26 Glenn Morris <rgm@gnu.org>
10345
10346 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
10347
10348 2008-05-25 John Paul Wallington <jpw@pobox.com>
10349
10350 * proced.el (proced-next-line, proced-previous-line):
10351 Avoid calling `next-line' and `previous-line' from Lisp code.
10352
10353 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
10354
10355 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
10356 Use diary-ordinal-suffix.
10357
10358 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
10359
10360 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
10361 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
10362 (edebug-save-displayed-buffer-points, edebug-initial-mode)
10363 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
10364 (edebug-print-length, edebug-print-level, edebug-print-circle)
10365 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
10366 (edebug-global-break-condition, edebug-sit-for-seconds):
10367 Remove spurious * from defcustom docstrings.
10368 (edebug-unwrap*, edebug-signal, edebug-eval-display):
10369 Improve argument/docstring consistency.
10370 (edebug-test-coverage, edebug-gensym, edebug-read)
10371 (edebug-top-level-nonstop, edebug-eval-result-list)
10372 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
10373 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
10374 (edebug-display-freq-count): Reflow docstrings.
10375 (edebug-restore-status): Doc fix.
10376
10377 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
10378
10379 * proced.el (proced-header-line): Use the :align-to 0 feature
10380 rather than computing the corresponding position manually.
10381 (proced-update): Don't hardcode point-min==1.
10382
10383 2008-05-24 Alan Mackenzie <acm@muc.de>
10384
10385 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
10386 if c-file-style is set to a non-string.
10387
10388 (c-neutralize-CPP-line): Surround by `save-excursion'.
10389 (c-neutralize-syntax-in-CPP): Optimize for speed.
10390
10391 2008-05-24 Glenn Morris <rgm@gnu.org>
10392
10393 * Makefile.in (update-elclist): New target, to update ELCFILES.
10394 (bootstrap-after): Run update-elclist.
10395
10396 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
10397
10398 * icalendar.el (icalendar-version): Increase to "0.19".
10399 (icalendar--date-style): New function.
10400 (icalendar--datetime-to-diary-date): Doc fix.
10401 Use icalendar--date-style.
10402 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
10403 (icalendar--convert-yearly-to-ical)
10404 (icalendar--convert-recurring-to-diary): Handle iso date style,
10405 use icalendar-date-style.
10406
10407 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
10408
10409 * vc.el (vc-delete-file): Make sure the buffer is deleted and
10410 vc-dir buffers are updated.
10411
10412 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * vc.el (vc-delete-file): Don't try to resynch the buffer.
10415
10416 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
10417
10418 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
10419 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
10420 (reftex-extra-bindings): Use it.
10421
10422 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
10423 away from the user-reserved keys.
10424
10425 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
10426 New vars.
10427 (ada-create-keymap): Use them.
10428
10429 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10430
10431 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
10432 a properly-grouped regexp.
10433
10434 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
10435
10436 * progmodes/cap-words.el (capitalized-words-mode):
10437 Fix typos in docstring.
10438
10439 2008-05-23 Kenichi Handa <handa@m17n.org>
10440
10441 * international/mule-conf.el: Don't define the charset `emacs'
10442 here, just put :docstring, :short-name, and :long-name.
10443
10444 2008-05-22 Kenichi Handa <handa@m17n.org>
10445
10446 * international/mule-diag.el (font-show-log): Limit each listing
10447 to 20 items.
10448
10449 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
10450
10451 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
10452 (gdb-annotation-rules): New entry for "thread-changed".
10453 (gdb-thread-changed): New function.
10454
10455 2008-05-23 Glenn Morris <rgm@gnu.org>
10456
10457 * Makefile.in (SOURCES): Remove, unused.
10458 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
10459 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
10460 Exclude more '*loaddefs' files.
10461 (compile-always): Simplify '.elc' deletion.
10462
10463 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
10466 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
10467
10468 * minibuffer.el (completion-boundaries): Change calling
10469 convention, so `string' has the same semantics as in
10470 try-completion and all-completions.
10471 (completion-table-with-context, completion--embedded-envvar-table)
10472 (completion--file-name-table)
10473 (completion-pcm--find-all-completions): Adjust code accordingly.
10474
10475 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
10476
10477 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
10478 prune image-mode-winprops-alist, preventing it from growing
10479 indefinitely.
10480 (image-mode-reapply-winprops): Use it.
10481
10482 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
10483
10484 * net/netrc.el (netrc-machine): Always match if the port is not given.
10485
10486 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * minibuffer.el (completion-pcm--find-all-completions):
10489 Don't add pseudo-completions.
10490
10491 * icomplete.el (icomplete-eoinput): Remove.
10492 (icomplete-overlay): New var to replace it.
10493 (icomplete-tidy): Rewrite.
10494 (icomplete-exhibit): Use an overlay.
10495 (icomplete-completions): Use completion-all-sorted-completions.
10496 Obey completion-ignore-case.
10497
10498 * files.el (locate-dominating-file): Accept non-existing argument.
10499 (project-find-settings-file): Rewrite, using locate-dominating-file.
10500
10501 2008-05-22 Kenichi Handa <handa@m17n.org>
10502
10503 * faces.el (font-weight-table, font-slant-table, font-width-table):
10504 Delete them. Don't call internal-set-font-style-table.
10505
10506 * international/mule-diag.el (font-show-log): New function.
10507
10508 * international/fontset.el (script-representative-chars): Add more
10509 chars for latin. Add data for symbol.
10510 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
10511
10512 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * minibuffer.el (completion-all-sorted-completions): New var.
10515 (completion--flush-all-sorted-completions)
10516 (completion-all-sorted-completions): New functions.
10517 (minibuffer-force-complete): New command.
10518
10519 2008-05-21 Glenn Morris <rgm@gnu.org>
10520
10521 * files.el (c-postprocess-file-styles): Declare for compiler.
10522
10523 * Makefile.in: Allow for parallel byte-compiling.
10524 (ELCFILES): New variable.
10525 (.el.elc): Remove prerequisites from suffix rule. Print a message.
10526 (compile-first, compile-main, compile-last): New targets.
10527 (compile-always): Simplify - delete .elc files, then `make compile'.
10528
10529 * Makefile.in (compile-calc): Use glob rather than find.
10530 ($(lisp)/progmodes/cc-mode.elc): Use $@.
10531
10532 * eshell/esh-module.el: No need for cl when compiling.
10533
10534 * eshell/eshell.el (eshell-defgroup): New alias.
10535 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
10536 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
10537 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
10538 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
10539 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
10540 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
10541 Autoload the custom group. Set generated-autoload-file.
10542 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
10543 for eshell-defgroup.
10544 * eshell/esh-module.el (eshell-load-defgroups): Remove.
10545 Require esh-groups rather than loading it.
10546
10547 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10548
10549 * proced.el (proced-header-line): New variable and new function.
10550 (proced-mode): Set header-line-format.
10551 (proced-update): Set proced-header-line.
10552 (proced-send-signal): Use proced-header-line.
10553
10554 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
10555
10556 * macros.el (insert-kbd-macro): Use prin1-char.
10557
10558 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10559
10560 * minibuffer.el (completion-boundaries): New function.
10561 (completion--some): Delay errors.
10562 (complete-with-action, completion-table-with-context):
10563 Handle `boundaries' case.
10564 (completion--try-word-completion): Avoid partial-completion
10565 when the user hasn't entered anything yet.
10566 (minibuffer-local-map, minibuffer-local-filename-completion-map)
10567 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
10568 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
10569 Setup default keybindings.
10570 (completion--embedded-envvar-re): New var.
10571 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
10572 (completion--file-name-table): Handle `boundaries' case.
10573 (completion-pcm--pattern->regex): Avoid pathological backtracking.
10574 (completion-pcm--all-completions): Add a `prefix' arg.
10575 (completion-pcm--find-all-completions): New function.
10576 (completion-pcm-all-completions, completion-pcm-try-completion):
10577 Use it.
10578
10579 * icomplete.el (icomplete-completions): Don't use `predicate' with
10580 a table of a different type than `candidates'.
10581
10582 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10583
10584 * proced.el (proced-goal-column): Rename from proced-procname-column.
10585 (proced-goal-header-re): Rename from proced-procname-column-regexp.
10586 (proced-move-to-goal-column): Rename from proced-move-to-procname.
10587 (proced-header-face, proced-header-regexp): Remove.
10588 (proced-font-lock-keywords): Remove proced-header-face.
10589 (proced-header-alist, proced-sorting-schemes-re): New variables.
10590 (proced): Rename Proced buffer to *Proced*.
10591 (proced-next-line, proced-previous-line): New commands.
10592 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
10593 (proced-hide-processes): Do not treat first line as special.
10594 (proced-header-space): New function.
10595 (proced-update): Use header-line-format.
10596 Initialize proced-header-alist and proced-sorting-schemes-re.
10597 Set proced-goal-column. Include proced-command in mode-name.
10598 (proced-send-signal): Use header-line-format for *Marked
10599 Processes* buffer.
10600 (proced-sort): Restrict minibuffer completion to applicable
10601 sorting schemes.
10602 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
10603
10604 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10605
10606 * icomplete.el (icomplete-simple-completing-p):
10607 Allow icomplete-with-completion-tables to say "use it everywhere".
10608 (icomplete-completions): Obey completion-styles. Try to accommodate
10609 partial-completion style.
10610
10611 2008-05-20 Michael Olson <mwolson@gnu.org>
10612
10613 * files.el (project-find-settings-file): Change concat to
10614 expand-file-name.
10615
10616 2008-05-19 Tom Tromey <tromey@redhat.com>
10617
10618 * files.el (normal-mode): Call hack-project-variables.
10619 (hack-local-variables-confirm): Add 'project' argument.
10620 (hack-local-variables-apply): New function.
10621 (hack-local-variables): Use it.
10622 (project-class-alist, project-directory-alist): New variables.
10623 (project-get-alist): New function.
10624 (project-collect-bindings-from-alist)
10625 (project-collect-binding-list, set-directory-project)
10626 (project-find-settings-file, project-define-from-project-file)
10627 (hack-project-variables): New functions.
10628
10629 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
10630
10631 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
10632
10633 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
10634
10635 * faces.el (font-weight-table): Fix typo in docstring.
10636
10637 2008-05-18 David Hull <david@snap.com> (tiny change)
10638
10639 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
10640 (vc-hg-annotate-command): Allow white space before version number.
10641
10642 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10643
10644 * calc/calc-yank.el (calc-register-alist): New variable.
10645 (calc-set-register, calc-get-register, calc-copy-to-register)
10646 (calc-insert-register, calc-add-to-register, calc-append-to-register)
10647 (calc-prepend-to-register): New functions.
10648
10649 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
10650 `calc-copy-to-register' and `calc-insert-register'.
10651 Autoload new register functions.
10652
10653 * calc/calc-help.el (calc-r-prefix-help): Add help for register
10654 functions.
10655
10656 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
10657
10658 * vc.el (Todo): Add known problems.
10659 (vc-dir-backend): New variable.
10660 (vc-dir): Set it.
10661 (vc-make-backend-object, vc-generic-status-printer)
10662 (vc-generic-state, vc-generic-status-fileinfo-extra)
10663 (vc-dir-extra-menu): Use it.
10664 (vc-generic-dir-headers): Remove, unused.
10665
10666 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
10667 vc-dir-prev-directory for consistency with vc-dir-previous-line.
10668 (vc-dir-mode-map): Fix bindings.
10669
10670 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
10671
10672 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
10673
10674 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
10675 operated on.
10676 (calc-kill-region): Kill entire lines.
10677
10678 2008-05-17 Glenn Morris <rgm@gnu.org>
10679
10680 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
10681 simplify initial value.
10682 (defezimage): Drop support for Emacs without defimage, use a featurep
10683 test rather than fboundp when defining, drop with-no-warnings.
10684 (ezimage-insert-over-text): Move featurep test inside
10685 add-text-properties.
10686
10687 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
10688
10689 * net/tramp.el (top-level): Load auth-source when compiling.
10690
10691 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
10692
10693 2008-05-17 Andreas Schwab <schwab@suse.de>
10694
10695 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
10696
10697 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
10698
10699 * vc.el (vc-annotate-show-diff-revision-at-line): Change
10700 vc-diff-internal arg to match what vc-deduce-fileset returns now.
10701
10702 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10703
10704 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
10705
10706 2008-05-17 Jim Meyering <meyering@redhat.com>
10707
10708 * ido.el (ido-save-history): Do not emit a trailing newline at the
10709 end of the ido history file.
10710
10711 2008-05-16 John Paul Wallington <jpw@pobox.com>
10712
10713 * vc-dispatcher.el (top-level): Revert previous change: require cl
10714 when compiling.
10715
10716 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10717
10718 * vc.el (vc-default-status-printer)
10719 (vc-default-prettify-state-info): Enhance the state prettyprinter
10720 to deal better with unknown states and indirect through it when
10721 painting vc-dir buffers.
10722
10723 2008-05-16 John Paul Wallington <jpw@pobox.com>
10724
10725 * vc-dispatcher.el (top-level): Don't require cl when compiling.
10726 (vc-dir-mode-map): Fix backquote.
10727 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
10728
10729 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
10730
10731 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
10732 Reported by Glenn Morris <rgm@gnu.org>.
10733
10734 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
10735
10736 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
10737 the end of the file, it was good work at one time but has been
10738 stale since 1995 and may now be actively misleading.
10739 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
10740 CVS repository and module (assumptions for the latter a bit iffy).
10741 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
10742 SVN repository.
10743
10744 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
10745
10746 * vc-rcs.el (vc-rcs-create-tag):
10747 * vc-sccs.el (vc-sccs-create-tag):
10748 Fix typo in error message and pass backend arg.
10749
10750 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
10751
10752 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
10753
10754 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
10755
10756 * net/tramp.el: Load auth-source library.
10757 (tramp-read-passwd): Use it for password, not login.
10758
10759 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
10760
10761 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
10762 (ses-print-cell): Use string-width, truncate-string-to-width,
10763 delete-region rather than length, substring, delete-char.
10764 (ses-setup): Set inhibit-point-motion-hooks to t.
10765 Calculate position by actually moving point rather than just using
10766 unibyte character length.
10767 (ses-mode): Set indent-tabs-mode to nil.
10768 (ses-center): Use string-width rather than length.
10769
10770 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
10771
10772 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
10773 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
10774 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
10775 vc-*-create-tag and vc-*-retrieve-tag respectively.
10776
10777 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
10778 unneeded defalias.
10779
10780 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
10781
10782 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
10783 about buffer names.
10784
10785 2008-05-15 Glenn Morris <rgm@gnu.org>
10786
10787 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
10788
10789 * org/org-exp.el (org-infojs-options-inbuffer-template):
10790 Fix declaration.
10791
10792 * progmodes/cc-mode.el (declare-function): Add compat definition.
10793 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
10794
10795 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10796
10797 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
10798 list to a cons so the caller can get back both expanded and
10799 unexpanded filesets.
10800 * vc.el (vc-deduce-fileset, vc-next-action, vc-diff-internal)
10801 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
10802 Change handling of selection-set returns as required.
10803
10804 2008-05-15 John Paul Wallington <jpw@pobox.com>
10805
10806 * add-log.el (top-level): Don't require cl when compiling.
10807
10808 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
10809 (archive-*-extract): Use `zerop'.
10810 (archive-*-write-file-member): Use `or', use `zerop'.
10811
10812 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
10813
10814 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
10815 (ibuffer-mark-interactive, ibuffer-set-mark)
10816 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
10817 (ibuffer-map-lines, ibuffer-switch-format)
10818 (ibuffer-update-title-and-summary)
10819 (ibuffer-redisplay-engine): Use it.
10820
10821 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
10822 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
10823 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
10824 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
10825 (ibuffer-mark-read-only-buffers)
10826 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
10827
10828 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
10829 (define-ibuffer-column, define-ibuffer-sorter)
10830 (define-ibuffer-op, define-ibuffer-filter): Add declarations
10831 containing indentation specs, replacing equivalent top-level
10832 forms that set `lisp-indent-function' properties.
10833 (define-ibuffer-op): Use `derived-mode-p'.
10834 (define-ibuffer-filter): Remove redundant `concat' call.
10835
10836 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
10837
10838 * net/tramp.el (tramp-echo-mark): Update docstring.
10839 (tramp-echo-mark-marker): New defconst.
10840 (tramp-check-for-regexp): Use it.
10841
10842 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
10843
10844 * vc.el (vc-deduce-fileset): Do the right thing when visiting a
10845 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
10846 as parent.
10847
10848 2008-05-14 John Paul Wallington <jpw@pobox.com>
10849
10850 * international/mule.el (convert-define-charset-argument):
10851 Remove period from end of error message.
10852 (coding-system-mnemonic): Doc fix.
10853 (ctext-pre-write-conversion): Doc fix.
10854
10855 2008-05-14 Simon Marshall <simon@gnu.org>
10856
10857 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
10858 from its default value and give it the risky-local-variable
10859 property (CVE-2008-2142).
10860
10861 2008-05-14 Kenichi Handa <handa@m17n.org>
10862
10863 * language/korean.el ("Korean"): Set `iso639-language'
10864 property to `ko'.
10865
10866 * language/japanese.el ("Japanese"): Set `iso639-language'
10867 property to `ja'.
10868
10869 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
10870 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
10871 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
10872
10873 * international/mule-cmds.el (set-language-environment):
10874 Set current-iso639-language.
10875
10876 * international/fontset.el (setup-default-fontset): For kana, han,
10877 hangul, and cjk-misc, move an entry with font-spec at the end.
10878 (generate-fontset-menu): Exclude fontset-auto* from the list.
10879
10880 * composite.el (compose-chars-after): Assume that WINDOW is always
10881 non-nil.
10882
10883 * faces.el (font-weight-table, font-slant-table)
10884 (font-swidth-table): Declare them by defconst. Change the format
10885 of elements. Call internal-set-font-style-table after their
10886 declaration.
10887 (face-valid-attribute-values): Call font-family-list. Get values
10888 for width, weight, and slant from font-xxx-table.
10889
10890 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
10891
10892 2008-05-13 John Paul Wallington <jpw@pobox.com>
10893
10894 * ibuffer.el (ibuffer-buffer-file-name): New function.
10895 (define-ibuffer-column filename): Use it.
10896
10897 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
10898
10899 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10900
10901 * talk.el (talk): Simplify. Pass display arg to talk-add-display
10902 as a string.
10903 (talk-add-display): Simplify. Accept only string args.
10904
10905 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
10906
10907 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
10908
10909 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10910
10911 * Makefile.in (bootstrap-prepare): Don't chmod files.
10912 (autoloads): Do it here instead, where it's actually needed.
10913
10914 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
10915
10916 * tool-bar.el (tool-bar-make-keymap): Account for the optional
10917 KEY-BINDING-DATA field in menu-item list.
10918
10919 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
10920
10921 * dired.el (dired-read-dir-and-switches): Move things about to use less
10922 recursion during macroexpansion.
10923
10924 * dired.el (dired-read-dir-and-switches): Use read-file-name.
10925
10926 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
10927 completion-ignored-extension directories if there's something else.
10928 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
10929 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
10930 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
10931 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
10932 buffer-read-only -> inhibit-read-only.
10933
10934 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
10935
10936 * vc.el (vc-expand-dirs): Stop this function from tossing out
10937 explicitly specified files.
10938
10939 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10940
10941 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
10942 to `insert'.
10943
10944 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10945
10946 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
10947 cons. Use vc-annotate-backend.
10948 (with-vc-file, edit-vc-file): Remove unused macros.
10949
10950 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
10951
10952 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
10953 (smtpmail-try-auth-methods): Use it.
10954
10955 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10956
10957 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
10958 (setf (nthcdr ..) ..) doesn't require CL at runtime.
10959
10960 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
10961
10962 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
10963
10964 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
10967 (vc-bzr-revision-completion-table): Use process-file.
10968 (vc-bzr-working-revision): Pass relative file names.
10969
10970 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
10971
10972 2008-05-11 Juri Linkov <juri@jurta.org>
10973
10974 * wid-edit.el (widget-image-directory): Change default image data
10975 subdirectory from "custom" to "images/custom".
10976
10977 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
10978 before recursive call to `Info-next-preorder' to not add
10979 intermediate nodes to the history.
10980
10981 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
10982
10983 * emulation/cua-base.el: Put isearch-scroll property
10984 on cua-scroll-up and cua-scroll-down.
10985
10986 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
10987
10988 * vc-hooks.el (vc-recompute-state): Remove (dead code).
10989
10990 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
10991
10992 * vc-dispatcher.el (ewoc): Require.
10993 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
10994
10995 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
10996
10997 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
10998
10999 * term/w32-win.el (x-colors):
11000 * term/mac-win.el (x-colors):
11001 * term/x-win.el (x-colors): Re-order colors.
11002
11003 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
11004
11005 * smerge-mode.el (smerge-command-prefix): Fix custom type.
11006
11007 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
11008
11009 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
11010 New functions implementing motion to next and previous directory.
11011
11012 * vc-arch.el (vc-arch-command):
11013 * vc-bzr.el (vc-bzr-command):
11014 * vc-cvs.el (vc-cvs-command):
11015 * vc-dispatcher.el (vc-do-command):
11016 * vc-git.el (vc-git-command):
11017 * vc-hg.el (vc-hg-command):
11018 * vc-mcvs.el (vc-mvcs-command):
11019 * vc-mtn.el (vc-mtn-command):
11020 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
11021 (vc-sccs-workfile-unchanged-p):
11022 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
11023 * vc-rcs.el (all methods): Remove assumption about what a nil
11024 argument to vc-do-command means. This means no buffer name needs
11025 to be hardcoded into the dispatcher layer, and it's better to be
11026 explicit anyway.
11027
11028 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
11029
11030 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
11031
11032 * vc.el: Update todo.
11033
11034 * vc-sccs.el (vc-sccs-dir-status):
11035 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
11036 backends and returning up to date files.
11037
11038 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
11039
11040 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11041
11042 * vc.el (vc-dir):
11043 * vc-hooks.el: Tweak the VC directory bindings. These are now
11044 documented in the manual.
11045
11046 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
11047 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
11048 (vc-dispatcher-selection-set): Allow callers to pass in an
11049 observer flag that says no buffer sync is required.
11050 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
11051 Use the observer flag.
11052
11053 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
11054
11055 * simple.el (start-file-process): Clarify docstring.
11056
11057 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11058
11059 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
11060 Remove stub implementations of, and references to, wash-log.
11061 * vc-rcs.el (vc-rcs-comment-history):
11062 * vc-cvs.el (vc-cvs-comment-history):
11063 Inline the code that used to be wash-log.
11064
11065 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
11066 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
11067 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
11068 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
11069 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
11070 (vc-rcs-print-log): Grok directories.
11071
11072 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * vc.el (vc-mark-resolved): Add `backend' argument.
11075 (vc-next-action): Pass it the backend.
11076 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
11077 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
11078 (vc-default-comment-history, vc-default-create-snapshot)
11079 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
11080 (vc-annotate-revision-previous-to-line)
11081 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
11082 * vc-svn.el (vc-svn-checkout):
11083 * vc-mcvs.el (vc-mcvs-checkout):
11084 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
11085 (vc-working-revision, vc-before-save, vc-mode-line):
11086 Prefer vc-call-backend to vc-call so as not to recompute the backend.
11087
11088 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
11089 state to be consistent since it's often an unwarranted restriction.
11090 Don't return the state either.
11091 (vc-next-action): Check that the state is consistent.
11092 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
11093 (vc-rollback, vc-update): Adapt to new return value of
11094 vc-deduce-fileset.
11095
11096 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
11097 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
11098 (vc-dispatcher-in-fileset-p): New fun.
11099 (vc-dispatcher-selection-set): Use it to properly handle directories.
11100
11101 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
11102
11103 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
11104 (vc-update): Remove unused let bindings.
11105
11106 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
11107
11108 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
11109 (vc-diff, vc-revert, vc-rollback, vc-update):
11110 * vc-dispatcher.el (vc-dispatcher-selection-set):
11111 Get rid of 4 special cases in fileset selection. This involved
11112 changing the return value of (vc-deduce-fileset) so that it passes
11113 back a deduced state as well as a deduced back end.
11114
11115 2008-05-08 Sam Steingold <sds@gnu.org>
11116
11117 * progmodes/compile.el (compilation-minor-mode-map)
11118 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
11119 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
11120 it to `compilation-minor-mode-map' (instead of an explicit `cons').
11121
11122 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11123
11124 * org/org.el (org-modules, org-format-latex-options):
11125 * org/org-archive.el (org-archive-stamp-time)
11126 (org-archive-save-context-info):
11127 * org/org-faces.el (org-hide):
11128 * org/org-irc.el (org-irc-parse-link):
11129 * org/org-macs.el (org-call-with-arg, org-autoload):
11130 * org/org-mew.el (org-mew-store-link):
11131 * org/org-remember.el (org-remember-store-without-prompt)
11132 (org-remember-templates): Fix typos in docstrings.
11133
11134 * org/org-info.el (org-info-store-link): Remove leftover docstring.
11135
11136 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
11137 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
11138 (org-bbdb-anniv-split): Fix typos in docstrings.
11139
11140 * org/org-publish.el (org-publish-project-alist): Doc fixes.
11141 (org-publish-use-timestamps-flag): Reflow docstring.
11142 (org-publish-files-alist): Fix typos in docstring.
11143
11144 2008-05-07 Sam Steingold <sds@gnu.org>
11145
11146 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
11147 appears to be too aggressive with window removal.
11148
11149 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
11150
11151 * progmodes/verilog-mode.el (verilog-type-font-keywords):
11152 Add leda and 0in as pragma keywords.
11153 (verilog-pretty-expr): Support lining up assignments which include
11154 part selects.
11155 (verilog-mode): More portable check for the availability of
11156 hideshow support.
11157 (verilog-do-indent): Remove special indent for declarations inside
11158 a parenthetical list. The code is ill-advised, and doesn't work
11159 given the new user defined types.
11160 (verilog-set-auto-endcomments): Enhance function automatic
11161 endcomment to support functions that return user defined types.
11162 (verilog-mode): Add code to tell which-function-mode minor mode
11163 that Verilog supports this feature.
11164
11165 2008-05-08 Eli Zaretskii <eliz@gnu.org>
11166
11167 * epa-file.el: Require epa-hook.
11168
11169 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
11170
11171 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
11172 file-names clashes on 8+3 filesystems. Provide epa-hook.
11173
11174 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
11175 file-names clashes on 8+3 filesystems.
11176
11177 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
11178
11179 * org/org.el (org-read-date-get-relative): Interpret lone
11180 weekday abbreviation as relative to today.
11181
11182 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
11183
11184 * abbrev.el (define-abbrev-table):
11185 * composite.el (toggle-auto-composition):
11186 * json.el (json-alist-p, json-plist-p):
11187 * minibuffer.el (completion-table-with-predicate):
11188 * ps-mule.el (ps-mule-external-libraries):
11189 * emacs-lisp/advice.el (ad-special-form-p):
11190 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
11191 * eshell/em-smart.el (eshell-review-quick-commands):
11192 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
11193 (python-skip-out, python-check-comint-prompt):
11194 Don't use `iff' in docstrings.
11195
11196 * international/robin.el (robin-package-alist): Fix typo in docstring.
11197 (robin-current-package-name): Doc fix.
11198 (robin-activate): Don't use `iff' in docstring.
11199
11200 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
11201
11202 * vc.el, vc-dispatcher.el: VC-Dired support removed.
11203 The code uses a ewoc-based implementation now.
11204 * vc-hooks.el: Support for Meta-CVS has been removed.
11205
11206 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
11207
11208 * tool-bar.el: Choose images dynamically.
11209 (tool-bar-make-keymap, tool-bar-find-image): New function.
11210 (tool-bar-find-image-cache): New var.
11211 (tool-bar-local-item, tool-bar-local-item-from-menu):
11212 Don't select the image yet, do it later in tool-bar-make-keymap.
11213
11214 2008-05-07 Andreas Schwab <schwab@suse.de>
11215
11216 * window.el: Require 'cl when compiling.
11217
11218 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
11219
11220 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
11221
11222 2008-05-07 Glenn Morris <rgm@gnu.org>
11223
11224 * subr.el (ignore-errors): Move here from cl-macs.el.
11225 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
11226
11227 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
11228 oddness.
11229
11230 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
11231
11232 * vc-hooks.el (vc-find-file-hook):
11233 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
11234 further from vc.el.
11235 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
11236
11237 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
11238
11239 * progmodes/verilog-mode.el (verilog-getopt-file):
11240 Cleanup warning message format.
11241 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
11242 (verilog-auto-inout, verilog-auto-inout-module)
11243 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
11244 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
11245 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
11246 (verilog-auto-sense-sigs, verilog-auto-tieoff)
11247 (verilog-auto-unused, verilog-auto-wire)
11248 (verilog-decls-get-assigns, verilog-decls-get-consts)
11249 (verilog-decls-get-gparams, verilog-decls-get-inouts)
11250 (verilog-decls-get-inputs, verilog-decls-get-outputs)
11251 (verilog-decls-get-ports, verilog-decls-get-regs)
11252 (verilog-decls-get-signals, verilog-decls-get-wires)
11253 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
11254 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
11255 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
11256 (verilog-inject-sense, verilog-library-filenames)
11257 (verilog-mode-release-date, verilog-mode-version)
11258 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
11259 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
11260 (verilog-modi-get-assigns, verilog-modi-get-consts)
11261 (verilog-modi-get-gparams, verilog-modi-get-inouts)
11262 (verilog-modi-get-inputs, verilog-modi-get-outputs)
11263 (verilog-modi-get-ports, verilog-modi-get-regs)
11264 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
11265 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
11266 (verilog-modi-get-wires, verilog-preserve-cache)
11267 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
11268 (verilog-read-sub-decls, verilog-read-sub-decls-line)
11269 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
11270 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
11271 Add caching of additional state, and rework signal extraction
11272 routines to improve AUTO expansion performance by 300%++.
11273
11274 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
11275
11276 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11277 Tweak Open Watcom regexp to distinguish between errors and warnings.
11278
11279 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11280
11281 * dired.el (dired-read-dir-and-switches): Fix up last change.
11282
11283 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
11284
11285 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
11286 out of this function, move it to vc-dispatcher-selection-set.
11287
11288 2008-05-05 Sam Steingold <sds@gnu.org>
11289
11290 * window.el (delete-other-windows-vertically): New function.
11291
11292 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11293
11294 * dired.el (dired-read-dir-and-switches):
11295 Obey read-file-name-completion-ignore-case.
11296
11297 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
11298
11299 * progmodes/compile.el (compilation-error-regexp-alist-alist):
11300 Add regexp for Open Watcom compiler output.
11301
11302 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
11303
11304 * progmodes/python.el (python-block-pairs): Align finally with except.
11305
11306 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
11309
11310 2008-05-05 Tom Tromey <tromey@redhat.com>
11311
11312 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
11313 looking at conflict marker.
11314
11315 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11316
11317 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
11318 client-mode -> vc-client-object, and guess `funcall' was meant.
11319 (vc-dir-mode): Rename client-mode -> vc-client-mode.
11320
11321 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
11322
11323 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
11324 (dbus-debug): Move declarations outside eval-when-compile.
11325
11326 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11327
11328 * proced.el (proced-command-alist): Fix system-type values.
11329 Fix defcustom.
11330 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
11331 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
11332 (proced-sort-start, proced-sort, proced-sort-time): New commands.
11333 (proced-update): Use proced-sorting-scheme. Update modeline.
11334 (proced-send-signal): Use nreverse.
11335 (proced-sorting-scheme-p): New function.
11336
11337 2008-05-04 Andreas Schwab <schwab@suse.de>
11338
11339 * vc.el: Require dired when compiling.
11340
11341 * minibuffer.el (completion--insert-strings): Don't delete past bol.
11342
11343 2008-05-03 Glenn Morris <rgm@gnu.org>
11344
11345 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
11346 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
11347 Simplify compilation requirements.
11348 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
11349 declarations.
11350
11351 2008-05-03 Dave Love <fx@gnu.org>
11352
11353 * progmodes/python.el (python-beginning-of-statement):
11354 Loop at least once (fixes 2008-02-21 change).
11355
11356 2008-05-03 Eli Zaretskii <eliz@gnu.org>
11357
11358 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
11359 instead of `length' for comparing length of user and group names.
11360
11361 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
11362
11363 * vc-dispatcher.el: New file, separates out the UI and command
11364 execution machinery from VCS-specific logic left in vc.el.
11365 The separation is not yet completely clean, but it's a good start.
11366 * vc.el: This file is about 1700 lines shorter now.
11367 Remove obsolete logentry-check from the backend API.
11368 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
11369 implementation of the logentry-check method, and it guarded against
11370 a log length limit that has probably been obsolete for 15 years (!).
11371
11372 2008-05-02 Sam Steingold <sds@gnu.org>
11373
11374 * progmodes/compile.el (compilation-start): Move setting of
11375 compilation-directory after (funcall mode) as that resets local
11376 variables, this fixes recompile in grep buffers.
11377 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
11378 in dired &c).
11379
11380 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11381
11382 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11383 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11384 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
11385 has one of these and that all are called in compatible ways.
11386 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
11387 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
11388 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
11389 backend has one of these.
11390
11391 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
11392
11393 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
11394 initialization into define-abbrev-table. Use :regexp.
11395 (octave-mode-syntax-table): Don't set word syntax for `.
11396
11397 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
11398 than only value.
11399
11400 * dired.el (dired-read-dir-and-switches):
11401 Set minibuffer-completing-file-name and call substitute-in-file-name.
11402 (dired-format-columns-of-files): Use completion--insert-strings.
11403
11404 * minibuffer.el (completion-hilit-commonality): Revert last change:
11405 the leftover code was actually useful.
11406 (completion--insert-strings): Use string-width rather than length.
11407
11408 2008-05-02 Sam Steingold <sds@gnu.org>
11409
11410 * vc.el (vc-dir-mode-map): Enable mouse bindings.
11411 (vc-at-event): New macro: run the body at the even location.
11412 (vc-dir-menu, vc-dir-toggle-mark): Use it.
11413 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
11414 * subr.el (mouse-event-p): Check if the event is mouse-related.
11415
11416 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
11417
11418 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
11419 Don't throw error if no file is found.
11420
11421 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
11422
11423 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
11424 (vc-default-state-heuristic): Doc fix.
11425
11426 2008-05-02 Richard Sharman <rsharman@pobox.com>
11427
11428 * hilit-chg.el (highlight-changes-mode): Remove references to
11429 hooks that no longer exist. Because define-minor-mode is used the
11430 hook highlight-changes-mode-hook exists and can do what both the
11431 old hooks used to do. The documentation at the top of the file
11432 was updated to demonstrate this.
11433 (highlight-changes-mode): Remove commented out call to a hook
11434 function that is no longer there.
11435 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
11436
11437 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
11438
11439 * vc.el (vc-default-dired-state-info): Change name of primitive
11440 to prettify-state-info, in preparation for ripping out dired mode.
11441 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
11442 to prettify-state-info, in preparation for ripping out dired mode.
11443 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
11444 tries this on a version-controlled buffer. It will do useless or
11445 actively bad things on any version control system newer than RCS.
11446 * vc-hooks.el (vc-dired-resynch-file):
11447 * vc.el (vc-dired-resynch-file): Change name of primitive to
11448 vc-directory-resynch-file, preparing to remove dired.
11449
11450 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
11451
11452 * vc-rcs.el (vc-rcs-state): Fix typos.
11453
11454 * vc.el (vc-register): Change argument order so that the prefix
11455 argument is assigned correctly.
11456 (vc-next-action, vc-dir-register): Update for the above change.
11457
11458 2008-05-01 Juri Linkov <juri@jurta.org>
11459
11460 * replace.el (occur-read-primary-args): Set default to the car of
11461 regexp-history and display it in the prompt, but don't add to the
11462 list of minibuffer defaults. Bind history-add-new-input to nil to
11463 not add automatically `default'. For empty input return `default'.
11464 Otherwise, add `input' to regexp-history and return it.
11465 (occur-1): Signal an error for the empty regexp.
11466
11467 * progmodes/compile.el (compilation-auto-jump):
11468 Set window point to `pos' explicitly.
11469
11470 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
11471
11472 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
11473 when appropriate.
11474 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
11475 we report the 'unregistered state reliably.
11476 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
11477 we report the 'unregistered state reliably.
11478 * vc-git.el (vc-git-state): Call vc-git-unregistered so
11479 we report the 'unregistered state reliably.
11480 * vc-hooks.el (vc-state): Document that vc-unregistered is
11481 now expected to be returned reliably.
11482 * vc.el (vc-default-dired-state): Change needs-patch state to
11483 needs-update, since the name now shows up in dir-status listings
11484 and was somewhat misleading.
11485 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
11486 immediately after removing the file.
11487 * vc.el (vc-next-action): More informative messages when a fileset
11488 is in a mixed state or files are missing.
11489
11490 2008-05-01 Sam Steingold <sds@gnu.org>
11491
11492 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
11493
11494 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11495
11496 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
11497
11498 2008-05-01 Daiki Ueno <ueno@unixuser.org>
11499
11500 * epa-file-hook.el: New file split from epa-file.el.
11501 * epa-file.el: Require 'epa-file-hook.
11502 (epa-file-handler): Add autoload cookie.
11503 * loadup.el: Load epa-file-hook.
11504 * startup.el (command-line): Eval the body of auto-encryption-mode.
11505
11506 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11507
11508 * vc.el (vc-dir-mode-map): Don't bind "r".
11509
11510 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
11511 (vc-hg-status-printer): New function.
11512 (vc-hg-after-dir-status): Deal with copied and renamed files.
11513 (vc-hg-dir-status): Add flag to show copied files.
11514
11515 2008-05-01 John Paul Wallington <jpw@pobox.com>
11516
11517 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
11518 (ibuffer-do-sort-by-recency): Reverse sorting order if last
11519 sorting mode was recency.
11520
11521 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
11522 reverse sorting order if last sorting mode was the sorter's.
11523
11524 2008-05-01 Jason Rumney <jasonr@gnu.org>
11525
11526 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
11527
11528 2008-04-30 John Paul Wallington <jpw@pobox.com>
11529
11530 * ibuffer.el (define-ibuffer-column filename): When the major mode
11531 is `vc-dir-mode' show the buffer's default directory.
11532
11533 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
11534 major mode is `vc-dir-mode' use the buffer's default directory.
11535
11536 2008-04-30 Sam Steingold <sds@gnu.org>
11537
11538 * vc.el (vc-dir-delete-file): Add.
11539 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
11540 (vc-delete-file): Do not barf when the file has been already deleted.
11541
11542 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11543
11544 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
11545
11546 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11547
11548 * progmodes/octave-mod.el (octave-help): New function.
11549 * progmodes/octave-hlp.el: Delete.
11550 * info-look.el (octave-mode): Add operator index.
11551
11552 * vc.el (vc-checkout): Typo.
11553
11554 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
11555
11556 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
11557 Add "..." in the appropriate places.
11558
11559 * epa.el (epa-key-list-mode-map): Add more menu entries.
11560 Add "..." in the appropriate places.
11561
11562 * dired.el (dired-mode-map): Add :help.
11563
11564 * vc.el (vc-deduce-fileset): Add new parameter.
11565 (vc-dir-marked-only-files): New function.
11566 (vc-next-action): Don't ignore directories, look at the files
11567 inside them.
11568 (vc-dir-mode): Document how the mark/unmark commands work.
11569
11570 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
11573 Rule out trailing spaces in file and directory names as well.
11574
11575 * minibuffer.el (completion--do-completion): Move point even if the
11576 completion makes no change.
11577 (completion-pcm-try-completion): Fix computation of new point.
11578
11579 2008-04-30 David Hansen <david.hansen@gmx.net>
11580
11581 * dired.el: Require 'cl.
11582
11583 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
11584
11585 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
11586 hollow if not in innermost frame.
11587
11588 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11589
11590 Make `checkout-model' apply to filesets.
11591 * vc-hooks.el (vc-checkout-model): Rewrite.
11592 (vc-before-save, vc-after-save): Adjust callers accordingly.
11593 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
11594 (vc-transfer-file): Adjust callers accordingly.
11595 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
11596 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
11597 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
11598 instead of vc-checkout-model.
11599 * vc-mcvs.el (vc-mcvs-revert):
11600 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
11601 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
11602 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
11603 * vc-svn.el (vc-svn-checkout-model):
11604 * vc-hg.el (vc-hg-checkout-model):
11605 * vc-git.el (vc-git-checkout-model):
11606 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
11607
11608 * dired.el (dired-read-dir-and-switches): Replace last change with
11609 a new approach that mixes read-file-name and read-directory-name.
11610
11611 * files.el (read-buffer-to-switch):
11612 Avoid making assumptions about `other-buffer'.
11613
11614 2008-04-29 Sam Steingold <sds@gnu.org>
11615
11616 * vc.el (vc-dir-mode-hook): Add normal hook.
11617 (vc-dir-mode): Run it.
11618
11619 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11620
11621 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
11622 Always split windows.
11623 (gdb-speedbar-timer-fn): Only raise frame after user input.
11624 (gdb-same-frame): Reverse initial value.
11625 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
11626
11627 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
11628 gdb-speedbar-timer-fn.
11629
11630 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11631
11632 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
11633
11634 2008-04-29 Daiki Ueno <ueno@unixuser.org>
11635
11636 * epa.el (epa-key-list-mode-map): Add menu.
11637 (epa-delete-keys, epa-import-keys): Fix typo.
11638
11639 2008-04-29 Glenn Morris <rgm@gnu.org>
11640
11641 * find-cmd.el (top-level): Does not need cl when compiling.
11642
11643 2008-04-29 Philip Jackson <phil@shellarchive.co.uk>
11644
11645 * find-cmd.el: New file.
11646
11647 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11648
11649 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
11650 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
11651 (completion-pcm--hilit-commonality): New function.
11652 (completion-pcm-all-completions): Use it.
11653
11654 * minibuffer.el (completion-common-substring): Mark obsolete.
11655 (completions-first-difference, completions-common-part):
11656 Move from simple.el.
11657 (completion-hilit-commonality): New fun.
11658 (display-completion-list, completion-emacs21-all-completions)
11659 (completion-emacs22-all-completions): Use it.
11660 * simple.el (completions-first-difference, completions-common-part):
11661 Move to minibuffer.el.
11662 (choose-completion-string): Use field functions and minibufferp.
11663 (completion-setup-function): Don't set completions faces.
11664
11665 2008-04-29 Glenn Morris <rgm@gnu.org>
11666
11667 * calendar/calendar.el (calendar-nth-named-absday)
11668 (calendar-nth-named-day):
11669 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
11670 * calendar/holidays.el (holiday-float): Doc fixes.
11671
11672 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
11673 the `full' case.
11674
11675 * org/org-agenda.el (calendar-iso-from-absolute):
11676 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
11677 Fix declarations.
11678
11679 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
11680
11681 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
11682 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
11683 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
11684 (gdb-assembler-custom): Be careful not to match other addresses.
11685
11686 2008-04-29 Jason Rumney <jasonr@gnu.org>
11687
11688 * battery.el (battery-status-function): Use w32-battery-status
11689 on Windows.
11690 (battery-echo-area-format): Make apm format the general case.
11691 (battery-mode-line-format): Merge apm and pmset formats as the
11692 general case.
11693
11694 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
11695
11696 * progmodes/gdb-ui.el (gdb-info-stack-custom):
11697 Use gud-tool-bar-item-visible-no-fringe.
11698 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
11699 is already visible in frame. Remove optional size parameter
11700 and add optional frame parameter.
11701
11702 * progmodes/gud.el (gud-display-line): Only consider visible
11703 frames when looking for source buffer.
11704
11705 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
11706
11707 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
11708 argument to get-char-property, in case the current buffer hasn't
11709 been assigned to that window yet.
11710 (doc-view-display): Default to selected window if the current
11711 buffer hasn't been assigned to a window yet.
11712
11713 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
11714
11715 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
11716
11717 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
11718
11719 * net/tramp.el (tramp-mode): New defcustom.
11720 (tramp-file-name-handler, tramp-completion-file-name-handler):
11721 Use it.
11722 (tramp-replace-environment-variables): Handle "$$".
11723
11724 2008-04-28 Sam Steingold <sds@gnu.org>
11725
11726 * vc-hg.el (vc-hg-rename-file): Fix argument order.
11727
11728 2008-04-28 Bastien Guerry <bzg@altern.org>
11729
11730 * whitespace.el (whitespace-trailing): Fix typo.
11731
11732 2008-04-28 Sam Steingold <sds@gnu.org>
11733
11734 * textmodes/remember.el (diary-make-entry): Update the autoload.
11735
11736 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11737
11738 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
11739 all-completions.
11740
11741 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
11742
11743 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
11744
11745 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
11746
11747 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
11748 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
11749 (vc-dir-mark-file): Add an optional argument.
11750 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
11751
11752 2008-04-27 Daiki Ueno <ueno@unixuser.org>
11753
11754 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
11755 rather than obsolete alias find-file-hooks.
11756 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
11757 Use find-file-hook rather than obsolete alias find-file-hooks.
11758 Add to find-file-not-found-functions.
11759 (epa-file-handler): Put 'safe-magic and 'operations properties.
11760
11761 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
11762 (epa-menu-items): Remove.
11763
11764 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
11765 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
11766 (epa-dired-mode, epa-global-dired-mode): Remove.
11767
11768 * dired.el (dired-mode-map): Bind encryption/decryption commands.
11769
11770 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
11771
11772 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
11773
11774 2008-04-27 Glenn Morris <rgm@gnu.org>
11775
11776 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
11777 Remove un-needed local `orig-list'. Replace cl `copy-list'.
11778
11779 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11780
11781 * org/org.el (org-html-level-start): Always have id's in HTML.
11782 (org-export-as-html): Use `org-link-protocols' to
11783 retrieve the export form of the link.
11784 (org-add-link-type): Final parameter renamed from PUBLISH.
11785 Better documentation of how it is to be used. Avoid double entries for
11786 the same link type.
11787 (org-add-link-props): New function.
11788 (org-modules-loaded): New variable.
11789 (org-load-modules-maybe, org-set-modules): New function.
11790 (org-modules): New option.
11791 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
11792 (orgtbl-mode, org-store-link, org-insert-link-global)
11793 (org-open-at-point): Call `org-load-modules-maybe'.
11794 (org-search-view): Add more text properties.
11795 (org-agenda-schedule, org-agenda-deadline): Allow also in
11796 search-type agendas.
11797 (org-search-view): Order of arguments has been changed.
11798 Interpret prefix-arg as TODO-ONLY.
11799 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
11800 Take new argument order of `org-search-view' into account.
11801 (org-todo-only): New variable.
11802 (org-search-syntax-table): New variable and function.
11803 (org-search-view): Do the search with the special syntax table.
11804 (define-obsolete-function-alias): Make work with XEmacs.
11805 (org-add-planning-info): Use old date as default when modifying an
11806 existing deadline or scheduled item.
11807 (org-agenda-compute-time-span): Make argument N optional.
11808 (org-agenda-format-date-aligned): Require `cal-iso'.
11809 (org-agenda-list): Include week into agenda heading, don't
11810 list it at each date (only on Mondays).
11811 (org-read-date-analyze): Define local variable `iso-date'.
11812 (org-agenda-format-date-aligned): Remove dependency on
11813 `calendar-time-from-absolute'.
11814 (org-remember-apply-template, org-go-to-remember-target):
11815 Interpret filenames relative to `org-directory'.
11816 (org-complete): Silently fail when trying to complete
11817 keywords that don't have a default value.
11818 (org-get-current-options): Add a #+DATE: option.
11819 (org-additional-option-like-keywords): Remove "DATE:" from the
11820 list of additional keywords.
11821 (org-export-as-html): Remove (current-time) as unnecessary second
11822 argument of `format-time-string'.
11823 (org-clock-find-position): Handle special case at end of buffer.
11824 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
11825 `org-agenda-change-time-span'.
11826 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
11827 `org-agenda-change-time-span'.
11828 (org-agenda-month-view): New argument MONTH, pass it on to
11829 `org-agenda-change-time-span'.
11830 (org-agenda-year-view): New argument YEAR, pass it on to
11831 `org-agenda-change-time-span'.
11832 (org-agenda-change-time-span): New optional argument N, pass it on
11833 to `org-agenda-compute-time-span'.
11834 (org-agenda-compute-time-span): New argument N, interpret it by
11835 changing the starting day.
11836 (org-small-year-to-year): New function.
11837 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
11838 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
11839 into the future, and that the shift is at least one interval, never 0.
11840 (org-update-checkbox-count): Fix bug with checkbox counting.
11841 (org-add-note): New command.
11842 (org-add-log-setup): Rename from `org-add-log-maybe'.
11843 (org-log-note-headings): New entry for plain notes (i.e. notes not
11844 related to state changes or clocking).
11845 (org-get-org-file): Check for availability of `remember-data-file'.
11846 (org-cached-entry-get): Allow a regexp value for
11847 `org-use-property-inheritance'.
11848 (org-use-property-inheritance): Allow regexp value. Fix bug in
11849 customization type.
11850 (org-use-tag-inheritance): Allow a list and a regexp value for
11851 this variable.
11852 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
11853 (org-entry-get): Respect value `selective' for the INHERIT argument.
11854 (org-tag-inherit-p, org-property-inherit-p): New functions.
11855 (org-agenda-format-date-aligned): Allow 10 characters for
11856 weekday, to accommodate German locale.
11857 (org-add-archive-files): New function.
11858 (org-agenda-files): New argument `ext', to get archive files as well.
11859 (org-tbl-menu): Protect the use of variables that
11860 are only available when org-table.el gets loaded.
11861 (org-read-agenda-file-list): Error if `org-agenda-files' is a
11862 single directory.
11863 (org-open-file): Allow a batch process to trigger
11864 waiting after executing a system command.
11865 (org-store-link): Link to headline when there is not
11866 target and no region in an org-mode buffer when creating a link.
11867 (org-link-types-re): New variable.
11868 (org-make-link-regexps): Compute `org-link-types-re'.
11869 (org-make-link-description-function): New option.
11870 (org-agenda-date, org-agenda-date-weekend): New faces.
11871 (org-archive-sibling-heading): New option.
11872 (org-archive-to-archive-sibling): New function.
11873 (org-iswitchb): New command.
11874 (org-buffer-list): New function.
11875 (org-agenda-columns): Also try the #+COLUMNS line in
11876 the buffer associated with the entry at point (or with the first
11877 entry in the agenda view).
11878 (org-modules): Add entry for org-bibtex.el.
11879 (org-completion-fallback-command): Move into `org-completion' group.
11880 (org-clock-heading-function): Move to `org-progress' group.
11881 (org-auto-repeat-maybe): Make sure that a note can
11882 be enforces if `org-log-repeat' is `note'.
11883 (org-modules): Allow additional symbols for external packages.
11884 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
11885 (org-clock-goto): Hide drawers after showing an
11886 entry with `org-clock-goto'.
11887 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
11888 Try also a clocktable block shift.
11889 (org-clocktable-try-shift): New function.
11890 (org-columns-hscoll-title): New function.
11891 (org-columns-previous-hscroll): New variable.
11892 (org-columns-full-header-line-format): New variable.
11893 (org-columns-display-here-title, org-columns-remove-overlays):
11894 Install `org-columns-hscoll-title' in post-command-hook.
11895
11896 * org/org.el: Split into many small files.
11897
11898 * org/org-agenda.el: New file, split off from org.el.
11899
11900 * org/org-archive.el: New file, split off from org.el.
11901
11902 * org/org-bbdb.el: New file.
11903
11904 * org/org-bibtex.el: New file, split off from org.el.
11905
11906 * org/org-clock.el: New file, split off from org.el.
11907
11908 * org/org-colview.el: New file, split off from org.el.
11909
11910 * org/org-compat.el: New file, split off from org.el.
11911
11912 * org/org-exp.el: New file, split off from org.el.
11913
11914 * org/org-faces.el: New file, split off from org.el.
11915
11916 * org/org-gnus.el: New file, split off from org.el.
11917
11918 * org/org-info.el: New file, split off from org.el.
11919
11920 * org/org-infojs.el: New file.
11921
11922 * org/org-irc.el: New file.
11923
11924 * org/org-macs.el: New file, split off from org.el.
11925
11926 * org/org-mew.el: New file.
11927
11928 * org/org-mhe.el: New file, split off from org.el.
11929
11930 * org/org-publish.el: New file, split off from org.el.
11931
11932 * org/org-remember.el: New file, split off from org.el.
11933
11934 * org/org-rmail.el: New file, split off from org.el.
11935
11936 * org/org-table.el: New file, split off from org.el.
11937
11938 * org/org-vm.el: New file, split off from org.el.
11939
11940 * org/org-wl.el: New file, split off from org.el.
11941
11942 2008-04-27 Jason Riedy <jason@acm.org>
11943
11944 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
11945 parameter that suppresses lines that evaluate to NIL.
11946 (orgtbl-get-fmt): New inline function for
11947 picking apart formats that may be lists.
11948 (orgtbl-apply-fmt): New inline function for applying formats that
11949 may be functions.
11950 (orgtbl-eval-str): New inline function for strings that may be
11951 functions.
11952 (orgtbl-format-line, orgtbl-to-generic): Use and document.
11953 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
11954 (*orgtbl-llfmt*, *orgtbl-llstart*)
11955 (*orgtbl-llend*): Dynamic variables for last-line formatting.
11956 (orgtbl-format-section): Shift formatting to support detecting the
11957 last line and formatting it specially.
11958 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
11959 formats unless overridden.
11960 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
11961 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
11962 bound variables to hold the input collection of lines and output
11963 formatted text.
11964 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
11965 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
11966 format parameters.
11967 (orgtbl-format-line): New function encapsulating formatting for a
11968 single line.
11969 (orgtbl-format-section): Similar for each section. Rebinding the
11970 dynamic vars customizes the formatting for each section.
11971 (orgtbl-to-generic): Use orgtbl-format-line and
11972 orgtbl-format-section.
11973 (org-get-param): Now unused, so delete.
11974 (orgtbl-gather-send-defs): New function to
11975 gather all the SEND definitions before a table.
11976 (orgtbl-send-replace-tbl): New function to find the RECEIVE
11977 corresponding to the current name.
11978 (orgtbl-send-table): Use the previous two functions and implement
11979 multiple destinations for each table.
11980
11981 * doc/org.texi (A LaTeX example): Note that fmt may be a
11982 one-argument function, and efmt may be a two-argument function.
11983 (Radio tables): Document multiple destinations.
11984
11985 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
11986
11987 * org/org-agenda.el (org-add-to-diary-list): New function.
11988 (org-prefix-has-effort): New variable.
11989 (org-sort-agenda-noeffort-is-high): New option.
11990 (org-agenda-columns-show-summaries)
11991 (org-agenda-columns-compute-summary-properties): New options.
11992 (org-format-agenda-item): Compute the duration of the item.
11993 (org-agenda-weekend-days): New variable.
11994 (org-agenda-list, org-timeline): Use the proper faces for dates in
11995 the agenda and timeline buffers.
11996 (org-agenda-archive-to-archive-sibling): New command.
11997 (org-agenda-start-with-clockreport-mode): New option.
11998 (org-agenda-clockreport-parameter-plist): New option.
11999 (org-agenda-clocktable-mode): New variable.
12000 (org-agenda-deadline-leaders): Allow a function value for the
12001 deadline leader.
12002 (org-agenda-get-deadlines): Deal with new function value.
12003
12004 * org/org-clock.el (org-clock): New customization group.
12005 (org-clock-into-drawer, org-clock-out-when-done)
12006 (org-clock-in-switch-to-state, org-clock-heading-function):
12007 Move into the new group.
12008 (org-clock-out-remove-zero-time-clocks): New option.
12009 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
12010 (org-dblock-write:clocktable): Allow a Lisp form for the scope
12011 parameter.
12012 (org-dblock-write:clocktable): Fix bug with total time calculation.
12013 (org-dblock-write:clocktable): Request the unrestricted list of files.
12014 (org-get-clocktable): New function.
12015 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
12016 be strings but also integers (an absolute day number) and lists (m d y).
12017
12018 * org/org-colview.el (org-columns-next-allowed-value)
12019 (org-columns-edit-value): Limit the effort for updating in the
12020 agenda to recomputing a single file.
12021 (org-columns-compute): Only write property value if it has changed.
12022 This avoids raising the buffer-change-flag unnecessarily.
12023 (org-agenda-colview-summarize)
12024 (org-agenda-colview-compute): New functions.
12025 (org-agenda-columns): Call `org-agenda-colview-summarize'.
12026
12027 * org/org-exp.el (org-export-run-in-background): New option.
12028 (org-export-icalendar): Allow a batch process to trigger waiting
12029 after executing a system command.
12030 (org-export-preprocess-string): Rename from
12031 `org-cleaned-string-for-export'.
12032 (org-export-html-style): Made target class look like normal text.
12033 (org-export-as-html): Make use of the better preprocessing in
12034 `org-cleaned-string-for-export'.
12035 (org-cleaned-string-for-export): Better treatment of heuristic
12036 targets, many more internal links will now work in HTML export.
12037 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
12038 (org-export-inbuffer-options-extra): New variable.
12039 (org-export-options-filters): New hook.
12040 (org-infile-export-plist): Find also the settings keywords in
12041 `org-export-inbuffer-options-extra'.
12042 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
12043 multiple #+INFOJS_OPT lines.
12044 (org-export-html-handle-js-options): New function.
12045 (org-export-html-infojs-setup): New option.
12046 (org-export-as-html): Call `org-export-html-handle-js-options'.
12047 Add autoload to all entry points.
12048 (org-skip-comments): Function removed.
12049
12050 * org/org-table.el (org-table-make-reference): Extra parenthesis
12051 around single fields, to make sure that algebraic formulas get
12052 correctly interpreted by calc.
12053 (org-table-current-column): No longer interactive.
12054
12055 * org/org-export-latex.el (org-export-latex-preprocess):
12056 Rename from `org-export-latex-cleaned-string'.
12057
12058 2008-04-27 Bastien Guerry <bzg@altern.org>
12059
12060 * org/org-publish.el (org-publish-get-base-files-1): New function.
12061 (org-publish-get-base-files): Use it.
12062 (org-publish-temp-files): New variable.
12063 Don't require 'dired-aux anymore.
12064 (org-publish-initial-buffer): New variable.
12065 (org-publish-org-to, org-publish): Use it.
12066 (org-publish-get-base-files-1): Bug fix: get
12067 the proper list of files when recursing thru a directory.
12068 (org-publish-get-base-files): Use the :exclude property to skip
12069 both files and directories.
12070
12071 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12072
12073 * net/tramp.el (tramp-handle-make-symbolic-link)
12074 (tramp-handle-file-name-directory)
12075 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
12076 (tramp-do-copy-or-rename-file-directly)
12077 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
12078 (tramp-handle-substitute-in-file-name)
12079 (tramp-handle-insert-file-contents, tramp-handle-write-region)
12080 * net/tramp-cache.el (tramp-get-file-property)
12081 (tramp-set-file-property, tramp-flush-file-property)
12082 (tramp-flush-directory-property)
12083 * net/tramp-compat.el (tramp-compat-make-temp-file)
12084 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
12085 Disable `file-name-handler-alist' when handling localname.
12086 It could have a remote file syntax, like a VMS file name.
12087
12088 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12089
12090 * whitespace.el: New version 11.1.
12091 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
12092 enclosed by \\( and \\)$. Docstring fix.
12093 (whitespace-trailing-regexp): Fun removed.
12094 (whitespace-report-list): Const initialization fix.
12095 (whitespace-color-on): Code fix.
12096
12097 2008-04-27 Andreas Schwab <schwab@suse.de>
12098
12099 * Makefile.el: Unbreak bootstrap.
12100
12101 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
12102
12103 * net/tramp.el (tramp-replace-environment-variables): New defun.
12104 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
12105 Use it.
12106
12107 2008-04-27 Glenn Morris <rgm@gnu.org>
12108
12109 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
12110
12111 * calculator.el (calculator-expt): Replace cl function `oddp'.
12112
12113 2008-04-27 Johan Bockgård <bojohan@gnu.org>
12114
12115 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
12116 Simplify. Collect `defun' and `autoload' entries.
12117 Avoid modifying load-history.
12118
12119 2008-04-26 Glenn Morris <rgm@gnu.org>
12120
12121 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
12122
12123 * simple.el (quoted-insert, zap-to-char): Revert previous change.
12124
12125 2008-04-26 John Paul Wallington <jpw@pobox.com>
12126
12127 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
12128 `hexl-mode-old-eldoc-documentation-function'.
12129 (hexl-mode-exit): Restore it.
12130 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
12131
12132 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
12133
12134 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
12135
12136 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
12137 (completion-pcm--all-completions): Doc fix.
12138 (completion-styles-alist, completion-all-completions):
12139 Fix typos in docstrings.
12140
12141 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12142
12143 * whitespace.el: There is now only one variable (whitespace-style) to
12144 specify which kind of blank is visualized. Doc and docstring fix.
12145 New version 11.0.
12146 (whitespace-style): New option, replace whitespace-style-mark and
12147 whitespace-style-color.
12148 (whitespace-style-mark, whitespace-style-color): Options removed.
12149 (whitespace-hspace, whitespace-tab, whitespace-newline)
12150 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
12151 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
12152 (whitespace-hspace-regexp, whitespace-space-regexp)
12153 (whitespace-tab-regexp, whitespace-trailing-regexp)
12154 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12155 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
12156 (whitespace-space-after-tab-regexp, whitespace-line-column)
12157 (whitespace-display-mappings, whitespace-report): Docstring fix.
12158 (whitespace-color-value-list, whitespace-mark-value-list)
12159 (whitespace-active-color, whitespace-active-mark)
12160 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
12161 (whitespace-style-value-list, whitespace-active-style)
12162 (whitespace-toggle-style): New vars.
12163 (whitespace-toggle-option-alist, whitespace-help-text):
12164 Var initialization and docstring fix.
12165 (whitespace-toggle-options, global-whitespace-toggle-options)
12166 (whitespace-cleanup, whitespace-cleanup-region)
12167 (whitespace-report-region, whitespace-interactive-char)
12168 (whitespace-toggle-list): Docstring and code fix.
12169 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
12170 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
12171 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
12172 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
12173
12174 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12175
12176 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
12177 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
12178 (diff-sanity-check-hunk): Adjust code accordingly.
12179
12180 2008-04-26 Glenn Morris <rgm@gnu.org>
12181
12182 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
12183
12184 * forms-d2.dat: Move to ../etc.
12185 * forms-d2.el (forms-file): Adapt for above change.
12186
12187 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
12188 `translation-table-for-input'.
12189
12190 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
12191 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
12192
12193 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
12194 to punctuation now it's not needed for abbrevs.
12195 (fortran-mode-abbrev-table): Remove defvar, make use of new
12196 define-abbrev-table :regexp feature.
12197
12198 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
12199 insert, now that translation-table-for-input is not needed.
12200
12201 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
12202
12203 * emacs-lisp/pp.el (pp-display-expression): New function,
12204 extracted from pp-eval-expression.
12205 (pp-eval-expression): Use pp-display-expression.
12206 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
12207 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
12208 (pp-eval-last-sexp): Use pp-last-sexp.
12209
12210 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
12211
12212 * abbrev.el (define-abbrev-table): Apply props even if the table
12213 exists already.
12214
12215 * minibuffer.el (completion-table-with-context): Fix `pred' for the
12216 various kinds of completion tables.
12217 (completion-emacs22-try-completion): Place cursor after the /, as was
12218 done in Emacs-22's minibuffer-complete-word.
12219 Fix bug reported by David Hansen <david.hansen@gmx.net>.
12220 (completion-emacs22-try-completion): Merge all mergeable text rather
12221 than just /.
12222 (completion-pcm--delim-wild-regex): New var.
12223 (completion-pcm-word-delimiters): New custom.
12224 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
12225 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
12226 (completion-pcm--all-completions, completion-pcm-all-completions)
12227 (completion-pcm--merge-completions, completion-pcm--pattern->string)
12228 (completion-pcm-try-completion): New functions.
12229 (completion-styles-alist): Add them.
12230 (completion-styles): Add it to the default.
12231
12232 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
12233
12234 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
12235 (gdb-var-create-handler): ...until here when there are values.
12236 (gdb-post-prompt): Don't do -var-update with no watch expressions.
12237 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
12238
12239 2008-04-25 Eli Zaretskii <eliz@gnu.org>
12240
12241 * ls-lisp.el (ls-lisp-format): Fix last change.
12242 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
12243 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
12244 (ls-lisp-filesize-f-fmt): New defvars.
12245 (ls-lisp-insert-directory): Dynamically compute format specifiers
12246 for displaying UID, GID, and file size, and store them in the
12247 above variables.
12248 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
12249 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
12250 instead of constant format strings.
12251 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
12252 ls-lisp-filesize-d-fmt instead of constant format strings.
12253
12254 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
12255
12256 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
12257 value of addresses rather than (partial) string value.
12258 (gdb-frame-handler): Change regexp according to above change.
12259 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12260 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
12261 (gdb-assembler-mode): Disable undo in these buffers.
12262
12263 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
12264
12265 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
12266 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
12267
12268 2008-04-24 Sam Steingold <sds@gnu.org>
12269
12270 * textmodes/remember.el (remember-diary-extract-entries): Use
12271 diary-make-entry instead of the obsolete make-diary-entry.
12272
12273 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * subr.el (translation-table-for-input): Mark as obsolete.
12276
12277 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
12278
12279 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
12280
12281 * textmodes/ispell.el (ispell-dictionary-alist-1)
12282 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
12283 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
12284 (ispell-dictionary-alist-6): Remove.
12285 (ispell-dictionary-base-alist): New var, merges the above.
12286 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
12287 Use it.
12288 (ispell-dictionary-alist): Default to nil. Remove autoload.
12289 (ispell-local-dictionary-alist): Remove autoload.
12290
12291 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
12292 (f90-mode-abbrev-table): Use the new :regexp feature.
12293 Merge defvar and mapc into define-abbrev-table.
12294 (f90-imenu-type-matcher): Remove unused `l'.
12295 (f90-imenu-generic-expression): Remove unused `not-ib'.
12296 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
12297 (f90-change-keywords): Use restore-buffer-modified-p.
12298
12299 2008-04-24 Glenn Morris <rgm@gnu.org>
12300
12301 * net/goto-addr.el (goto-address-prog-mode):
12302 * progmodes/bug-reference.el (bug-reference-prog-mode):
12303 Define for compiler.
12304
12305 * minibuffer.el (x-file-dialog): Declare as function.
12306
12307 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
12308 dframe-update-speed rather than obsolete alias speedbar-update-speed.
12309
12310 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
12311 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
12312 work with easymenu. Add :keys where needed.
12313
12314 * calendar/cal-move.el (calendar-scroll-left): Handle case when
12315 event-start is nil.
12316
12317 * calendar/calendar.el (calendar-mode-map): Fix typo.
12318
12319 2008-04-24 Tom Tromey <tromey@redhat.com>
12320
12321 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
12322 Document keywords. Add :suppress.
12323 * pcvs-defs.el (cvs-mode-map): Use :suppress.
12324
12325 * net/goto-addr.el (goto-address-unfontify): New function.
12326 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
12327 (goto-address-fontify-region, goto-address-mode)
12328 (goto-address-prog-mode): New functions.
12329
12330 * progmodes/bug-reference.el: New file.
12331
12332 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12333
12334 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
12335
12336 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
12337
12338 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
12339 macros within lambdas.
12340
12341 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12342
12343 * minibuffer.el (completion-try-completion): Add `point' argument.
12344 Change return value.
12345 (completion-all-completions): Add `point' argument.
12346 (minibuffer-completion-help): Pass the new `point' argument.
12347 (completion--do-completion): Pass the whole field to try-completion.
12348 (completion--try-word-completion): Rewrite, making fewer assumptions.
12349 (completion-emacs21-try-completion, completion-emacs21-all-completions)
12350 (completion-emacs22-try-completion, completion-emacs22-all-completions)
12351 (completion-basic-try-completion, completion-basic-all-completions):
12352 New functions.
12353 (completion-styles-alist): Use them.
12354
12355 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
12356
12357 * textmodes/ispell.el (ispell-set-spellchecker-params):
12358 New function to make sure right params and dictionary alists are used
12359 after spellchecker changes.
12360 (ispell-aspell-dictionary-alist, ispell-last-program-name)
12361 (ispell-initialize-spellchecker-hook): New variables and hook.
12362 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
12363 (ispell-maybe-find-aspell-dictionaries): Remove.
12364 Calls replaced by (ispell-set-spellchecker-params) calls.
12365 (ispell-have-aspell-dictionaries): Remove.
12366
12367 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
12368 by ispell-set-spellchecker-params.
12369
12370 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12371
12372 * complete.el (PC-do-completion): Be more robust in the presence of
12373 unexpected values in minibuffer-completion-predicate.
12374
12375 * minibuffer.el (read-file-name): Don't let-bind default-directory.
12376 Only abbreviate default-filename if it's a file.
12377
12378 * minibuffer.el (read-file-name-function, read-file-name-predicate)
12379 (read-file-name-completion-ignore-case, insert-default-directory):
12380 New vars, moved from fileio.c.
12381 (read-file-name): New fun, moved from fileio.c.
12382 * cus-start.el: Remove insert-default-directory and
12383 read-file-name-completion-ignore-case.
12384
12385 2008-04-23 Magnus Henoch <mange@freemail.hu>
12386
12387 * tar-mode.el (tar-untar-buffer): If the entry has directory
12388 link type, extract it as a directory even if its file name doesn't
12389 end with a slash. Fixes extraction of NetBSD tar archives.
12390
12391 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12392
12393 * server.el (server-start): Also don't get confused by CRs since we
12394 don't quote them.
12395
12396 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12397
12398 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
12399 (gdb-set-gud-minor-mode-existing-buffers)
12400 (gdb-info-breakpoints-custom, gdb-get-location)
12401 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
12402 Previously gdb-create-define-alist wasn't always run and added to
12403 after-save-hook.
12404
12405 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
12406
12407 2008-04-23 Kevin Ryde <user42@zip.com.au>
12408
12409 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
12410 comments like unindented ones.
12411
12412 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12413
12414 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
12415 parameter origins.
12416
12417 2008-04-23 Kevin Ryde <user42@zip.com.au>
12418
12419 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
12420 Bind print-level to ensure output forms aren't truncated if
12421 print-level is set to eval-expression-print-level when going via
12422 eval-defun and friends, or has been otherwise fiddled with.
12423
12424 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
12425
12426 * progmodes/cc-mode.el (c-basic-common-init): Don't set
12427 font-lock-extend-after-change-region-function globally.
12428
12429 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
12430
12431 * speedbar.el (speedbar-use-tool-tips-flag)
12432 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
12433 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
12434 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
12435 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
12436 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
12437 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
12438 (speedbar-separator-face): Fix typos in docstrings.
12439 (speedbar-stealthy-function-list, speedbar-verbosity-level)
12440 (speedbar-supported-extension-expressions, speedbar-update-current-file)
12441 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
12442 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
12443 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
12444 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
12445 (speedbar-check-vc-this-line, speedbar-files-line-directory)
12446 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
12447 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
12448 (speedbar-recenter): Doc fixes.
12449 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
12450 declaration and remove redundant info in docstring.
12451
12452 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
12453
12454 * vc-git.el (vc-git-status-printer): Deal with directories.
12455
12456 * vc.el (vc-next-action): Look at more than the first file to
12457 determine the state.
12458
12459 2008-04-23 Glenn Morris <rgm@gnu.org>
12460
12461 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
12462 timers. Doc fix.
12463 (dframe-update-speed): Drop support for XEmacs < 20.
12464 (dframe-frame-mode): Drop support for Emacs < 20.
12465 (dframe-set-timer-internal): Drop support for Emacs without timers.
12466 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
12467
12468 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
12469 versions. Add doc-string. Mark as obsolete.
12470
12471 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
12472
12473 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
12474 rather than using an Emacs version test.
12475
12476 * tree-widget.el (tree-widget-image-enable): Use display-images-p
12477 rather than an Emacs version test.
12478
12479 * calendar/cal-china.el (holiday-chinese-qingming)
12480 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
12481 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
12482 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
12483
12484 * calendar/cal-islam.el (holiday-islamic): Doc fix.
12485
12486 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
12487 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
12488 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
12489
12490 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
12491
12492 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
12493 (gdb-previous-frame-pc-address): ...to this.
12494 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
12495 of "info frame" with Gdb 6.4+.
12496 (gdb-stack-list-frames-regexp): New regexp.
12497 (gdb-frame-handler-1): Parse output of -stack-info-frame.
12498
12499 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
12500
12501 * tar-mode.el (tar-prefix-offset): New constant.
12502 (tar-header-block-tokenize): Support paths with long names
12503 which use the "ustar" standard.
12504
12505 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
12506
12507 * image-dired.el (image-dired-track-original-file)
12508 (image-dired-modify-mark-on-thumb-original-file):
12509 Use `dired-goto-file' instead of `search-forward'. This solves
12510 a bug with finding files where the file name is a subset of other
12511 file names. Doc fix.
12512
12513 2008-04-22 Juri Linkov <juri@jurta.org>
12514
12515 * menu-bar.el (buffers-menu-max-size): Move its definition down to
12516 the "Buffers Menu" section. Change group name `mouse' to `menu'.
12517 (yank-menu-length): Change group name `mouse' to `menu'.
12518 (buffers-menu-buffer-name-length): New user option.
12519 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
12520 instead of the hard-coded number 27.
12521
12522 2008-04-22 Juri Linkov <juri@jurta.org>
12523
12524 * isearch.el (eval-when-compile): Require `help-macro'.
12525 (isearch-help-for-help-internal): Isearch specific Help screen
12526 created by `make-help-screen'.
12527 (isearch-help-map): New variable that binds "b", "k", "m" to
12528 isearch-specific commands, and binds other keys to
12529 isearch-other-control-char, thus allowing other Help keys to
12530 exit isearch mode and execute their global definitions.
12531 (isearch-help-for-help, isearch-describe-bindings)
12532 (isearch-describe-key, isearch-describe-mode): New commands.
12533 (isearch-mode-help): Define alias to isearch-describe-mode
12534 and remove its old function definition.
12535 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
12536 Remove old comments because this issue is settled now.
12537 (isearch-forward): Describe three new Help commands in the docstring.
12538 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
12539 leave the single sentence at the first line of the docstring,
12540 and prepend the word "function" before `isearch-forward'
12541 to make the Help link to the function instead of variable.
12542
12543 2008-04-22 Juri Linkov <juri@jurta.org>
12544
12545 * isearch.el (isearch-success-function): New variable with default
12546 to `isearch-success-function-default'.
12547 (isearch-search): Call a function from `isearch-success-function'
12548 instead of calling the hard-coded `isearch-range-invisible'.
12549 (isearch-success-function-default): New function that calls
12550 `isearch-range-invisible' and inverts its return value.
12551
12552 * info.el (Info-search): In two similar places that skip
12553 undesired search matches move code to Info-search-success-function,
12554 and call `isearch-success-function' instead.
12555 (Info-search-success-function): New function copied from code
12556 in Info-search. Replace isearch-range-invisible with
12557 text-property-not-all that checks for 'invisible and 'display
12558 properties to skip partially invisible matches (whose display
12559 properties were set by Info-fontify-node).
12560 (Info-mode): Set buffer-local isearch-success-function
12561 to Info-search-success-function.
12562
12563 2008-04-22 Juri Linkov <juri@jurta.org>
12564
12565 * minibuffer.el (internal-complete-buffer-except): New function.
12566
12567 * files.el (read-buffer-to-switch): New function.
12568 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
12569 Change interactive spec to call read-buffer-to-switch instead of
12570 using the letter "B".
12571
12572 * simple.el (minibuffer-default-add-shell-commands): New function.
12573 Use declare-function for mailcap-file-default-commands from "mailcap".
12574 (shell-command): Set local minibuffer-default-add-function to
12575 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
12576 before calling read-shell-command. Set 4th arg default-value of
12577 read-shell-command to relative buffer-file-name in file buffers.
12578
12579 * dired-aux.el (dired-read-shell-command-default): Move it to
12580 gnus/mailcap.el and change its name to more general name
12581 mailcap-file-default-commands.
12582 (minibuffer-default-add-dired-shell-commands): New function.
12583 Use declare-function for mailcap-file-default-commands from "mailcap".
12584 (dired-read-shell-command): Set local minibuffer-default-add-function
12585 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
12586 before calling read-shell-command. Remove dired-read-shell-command-default
12587 from the default value arg because default values are not set in
12588 minibuffer-default-add-dired-shell-commands. Doc fix.
12589
12590 * dired-x.el (dired-smart-shell-command): Sync arguments and
12591 interactive spec with changes in `shell-command'.
12592 Use dired-get-filename to get the dired file name at point
12593 as the default value in dired mode.
12594
12595 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12596
12597 * info.el (Info-complete-menu-item): Add missing parenthesis.
12598
12599 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
12600
12601 * info.el (Info-complete-menu-item): Save point.
12602
12603 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
12604
12605 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
12606
12607 2008-04-22 Andreas Schwab <schwab@suse.de>
12608
12609 * Makefile.in (emacs-deps): Define.
12610 Use it instead of $(lisp)/subdirs.el.
12611
12612 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
12613
12614 * vc.el (vc-next-action): Do not consider directories when
12615 checking for state compatibility.
12616 (vc-transfer-file): Use when not if.
12617 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
12618 (vc-dir-mark-file): Use them.
12619 (vc-deduce-fileset): Also return the backend.
12620 (vc-diff-internal): Take as argument the value returned by
12621 vc-deduce-fileset instead of just the fileset.
12622 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
12623 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
12624 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
12625
12626 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
12627
12628 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
12629 set-window-vscroll but image-scroll-down. Fixes a bug where a
12630 command following SPC scrolled up again.
12631
12632 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
12633
12634 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
12635 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
12636 (gud-watch): Add "$" prefix when in registers buffer.
12637
12638 2008-04-22 Glenn Morris <rgm@gnu.org>
12639
12640 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
12641
12642 * whitespace.el (whitespace-display-table)
12643 (whitespace-display-table-was-local): Move definitions before use.
12644
12645 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
12646 (copyright-limit): Respect copyright-at-end-flag.
12647 (copyright-re-search, copyright-start-point)
12648 (copyright-offset-too-large-p): New functions.
12649 (copyright-update-year): Use copyright-re-search.
12650 (copyright-update, copyright-fix-years): Use copyright-start-point,
12651 and copyright-re-search.
12652 (copyright): Use copyright-offset-too-large-p.
12653 * add-log.el (change-log-mode): Set copyright-at-end-flag.
12654
12655 * add-log.el (top-level): Require 'cl when compiling.
12656
12657 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12658
12659 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
12660 Treat minibuffer-completion-predicate as a predicate.
12661
12662 * minibuffer.el (completion--file-name-table): Accept both the old
12663 `dir' arg or the new `pred' arg.
12664
12665 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
12666 `predicate' argument to pass non-predicate data.
12667 (ffap-read-url-internal, ffap-read-file-or-url-internal):
12668 Use second arg as proper predicate.
12669
12670 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
12671 (vc-bzr-revision-completion-table): Use completion-table-with-context
12672 instead.
12673
12674 * simple.el (choose-completion-string): Use minibuffer-completion-table.
12675
12676 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
12677
12678 * term.el (term-emulate-terminal): Perform redisplay after the
12679 process filter has finished running.
12680
12681 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
12684
12685 * minibuffer.el (completion-try-completion): Change magic symbol
12686 property name. Rename from minibuffer-try-completion.
12687 (completion-all-completions): Rename from minibuffer-all-completions.
12688 Remove hide-spaces argument.
12689 (completion--do-completion): Rename from minibuffer--do-completion.
12690 (minibuffer-complete-and-exit): Call just try-completion rather than
12691 completion-try-completion to fix up the case.
12692 (completion--try-word-completion): Try to add space or hyphen before
12693 making `string' a prefix of `completion'.
12694 (completion--insert-strings): Rename from minibuffer--insert-strings.
12695
12696 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
12697
12698 * net/tls.el (tls-program): Add -ign_eof argument to call the
12699 openssl commands.
12700 (tls-checktrust): Ditto.
12701
12702 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
12703
12704 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
12705
12706 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
12707 (vc-check-master-templates, vc-file-not-found-hook)
12708 (vc-kill-buffer-hook):
12709 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
12710 (vc-find-position-by-context, vc-buffer-context)
12711 (vc-restore-buffer-context, vc-responsible-backend)
12712 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
12713 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
12714 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
12715 (vc-version-diff, vc-diff, vc-insert-headers)
12716 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
12717 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
12718 (vc-revert, vc-rollback, vc-version-backup-file)
12719 (vc-rename-master, vc-delete-file, vc-rename-file)
12720 (vc-branch-part, vc-default-retrieve-snapshot)
12721 (vc-annotate-display-autoscale, vc-annotate-display-select)
12722 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
12723 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
12724 (vc-dir-update): Handle directories.
12725 (vc-default-status-printer): Simplify.
12726
12727 * progmodes/asm-mode.el (asm-mode-map):
12728 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
12729
12730 * progmodes/m4-mode.el (m4-mode-map): Add menu.
12731
12732 2008-04-21 Kenichi Handa <handa@m17n.org>
12733
12734 * select.el (xselect-convert-to-string): Send a C_STRING only if
12735 the polymorphic target TEXT is requested.
12736
12737 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
12738
12739 * minibuffer.el (completion-setup-hook, display-completion-list)
12740 (completion--file-name-table): Fix typos in docstrings.
12741 (completion-table-dynamic): Fix typo, and reflow docstring.
12742
12743 2008-04-20 Andreas Schwab <schwab@suse.de>
12744
12745 * server.el (server-switch-buffer): Also consider clients in the
12746 selected frame.
12747
12748 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12749
12750 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
12751 Select window clicked on first.
12752 (gdb): Display thread number in mode-line.
12753 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
12754 (gdb-breakpoints-header): New variable.
12755 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
12756
12757 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12758
12759 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
12760 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
12761 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
12762 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
12763 (vc-sccs-print-log): Use it.
12764
12765 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
12766
12767 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
12768 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
12769
12770 * tooltip.el (tooltip-previous-message): New var.
12771 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
12772 the C code (avoid overwriting a minibuffer, restore previous echo
12773 message, ...).
12774 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
12775 Simplify.
12776
12777 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
12778
12779 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
12780 (gdb-init-1): Initialise it.
12781 (gdb-annotation-rules): New entry for "new-thread".
12782 (gdb-thread-identification): New function to customize
12783 mode-line-buffer-identification.
12784 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
12785 (gdb-assembler-mode): Use it.
12786 (gdb-threads-mode): Force "info threads" onto queue.
12787
12788 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
12789
12790 * files.el (locate-file-completion-table): Rename from
12791 locate-file-completion and make it use `pred' in the normal way.
12792 (locate-file-completion): New compatibility wrapper.
12793 (load-library): Use locate-file-completion-table.
12794 * finder.el (finder-commentary):
12795 * subr.el (locate-library):
12796 * emacs-lisp/find-func.el (find-library): Likewise.
12797 * info.el: Use with-current-buffer and inhibit-read-only.
12798 (Info-read-node-name-2): Change to use `predicate' in the normal way.
12799 (Info-read-node-name-1): Adjust uses accordingly.
12800
12801 * minibuffer.el (completion-table-with-context): Add support for `pred'.
12802 (completion-table-with-terminator): Don't use complete-with-action
12803 since we have to distinguish all three cases anyway.
12804 (completion-table-with-predicate): New function.
12805 (dynamic-completion-table): Add obsolete alias.
12806
12807 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
12808
12809 2008-04-18 Sam Steingold <sds@gnu.org>
12810
12811 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
12812 Use quit-window instead of bury-buffer.
12813
12814 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12815
12816 * minibuffer.el (completion-table-with-terminator): Fix last fix.
12817
12818 2008-04-18 Andreas Schwab <schwab@suse.de>
12819
12820 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
12821 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
12822 Depend on $(lisp)/subdirs.el.
12823
12824 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
12825
12826 * descr-text.el (describe-char-after):
12827 Use `define-obsolete-function-alias'.
12828
12829 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
12830
12831 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
12832
12833 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
12834 Remove redundant obsolescence info in docstring.
12835
12836 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
12837 (vc-header-alist): Add WHEN to obsolescence declaration.
12838 (vc-state): Fix typo in docstring.
12839
12840 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
12841 Use `define-obsolete-variable-alias'.
12842
12843 * emulation/tpu-edt.el (tpu-have-ispell):
12844 * international/codepage.el (codepage-setup):
12845 Fix typo in obsolescence declaration.
12846
12847 * international/mule.el (char-coding-system-table):
12848 Remove redundant obsolescence info in docstring.
12849 (charset-list, generic-char-p, set-char-table-default):
12850 Fix typos in obsolescence declarations.
12851
12852 * international/mule-diag.el (non-iso-charset-alist):
12853 Fix typo in obsolescence declaration.
12854 (decode-codepage-char): Remove redundant obsolescence info in docstring.
12855
12856 * font-core.el (font-lock-defaults-alist):
12857 * font-lock.el (font-lock-reference-face):
12858 * frame.el (screen-height, screen-width, set-screen-width)
12859 (set-screen-height):
12860 * hilit-chg.el (highlight-changes-initial-state):
12861 * isearch.el (isearch-return-char):
12862 * log-edit.el (cvs-commit-buffer-require-final-newline)
12863 (cvs-changelog-full-paragraphs):
12864 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
12865 (mouse-popup-menubar-stuff):
12866 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
12867 (mouse-wheel-click-button):
12868 * outline.el (outline-visible):
12869 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
12870 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
12871 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
12872 * progmodes/compile.el (compile-internal):
12873 Add WHEN to obsolescence declarations.
12874
12875 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
12878 is not better anyway.
12879
12880 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12881
12882 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
12883 properly.
12884
12885 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
12886
12887 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
12888 (python-use-skeletons): Remove, unused.
12889 (python-skeletons): Remove. Use the abbrev table instead.
12890 (python-mode-abbrev-table): Fix regexp;
12891 add enable-function and case-fixed.
12892 (def-python-skeleton): Simplify.
12893 (python-expand-template): Use the abbrev-table and abbrev-insert.
12894 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
12895 Remove.
12896 (python-mode): Don't set pre-abbrev-expand-hook.
12897
12898 * skeleton.el: Set coding-tag.
12899
12900 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
12901 (expand-abbrev): Use it.
12902 (abbrev-table-menu): New function.
12903
12904 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
12905
12906 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
12907
12908 2008-04-17 Sam Steingold <sds@gnu.org>
12909
12910 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
12911 idiosyncratic bury-buffer/delete-window logic.
12912
12913 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
12914
12915 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
12916 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
12917
12918 2008-04-17 Kenichi Handa <handa@m17n.org>
12919
12920 * international/characters.el: Don't make the width of U+00AD to 0.
12921
12922 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
12923
12924 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
12925 (gdb, gdb-starting, gdb-frames-mode): Use it.
12926 (gdb-invalidate-frames): Advise to call "info stack" only if
12927 execution has occurred.
12928 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
12929 selected frame if no execution has occurred.
12930 (gdb-frames-force-update): New interactive function.
12931 (gdb-frames-mode-map): Bind it to "F".
12932
12933 2008-04-17 Michael Olson <mwolson@gnu.org>
12934
12935 * textmodes/remember.el (remember-version): Release Remember 2.0.
12936
12937 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
12938
12939 * textmodes/artist.el:
12940 * progmodes/vhdl-mode.el:
12941 * progmodes/verilog-mode.el:
12942 * progmodes/vera-mode.el:
12943 * progmodes/simula.el:
12944 * progmodes/ps-mode.el:
12945 * progmodes/cmacexp.el:
12946 * obsolete/hilit19.el:
12947 * emulation/viper.el:
12948 * ediff.el: Cleanup the bug-report email addresses and make sure the
12949 maintainer is still willing to handle bug reports.
12950
12951 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
12952
12953 * vc.el (vc-dir-kill-query): Fix thinko.
12954
12955 2008-04-16 Glenn Morris <rgm@gnu.org>
12956
12957 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
12958 by diary-sexp-entry.
12959
12960 2008-04-16 Markus Triska <markus.triska@gmx.at>
12961
12962 * proced.el (proced-command-alist): Add support for darwin.
12963
12964 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
12965
12966 * proced.el (proced-mode): Redefine as just the major-mode.
12967 (proced): Separate it from proced-mode.
12968
12969 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
12970
12971 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12972
12973 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
12974 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
12975 `tab-width' setting from user. New version 10.0. Doc and docstring
12976 fix.
12977 (whitespace-style, whitespace-chars): Remove options.
12978 (whitespace-style-mark): New option, replace whitespace-style deleted
12979 option. Fix docstring.
12980 (whitespace-style-color): New option, replace whitespace-chars deleted
12981 option. Fix docstring.
12982 (whitespace-space, whitespace-hspace, whitespace-tab)
12983 (whitespace-newline, whitespace-trailing, whitespace-line)
12984 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
12985 (whitespace-space-after-tab, whitespace-hspace-regexp)
12986 (whitespace-space-regexp, whitespace-tab-regexp)
12987 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
12988 (whitespace-empty-at-eob-regexp, whitespace-line-column)
12989 (whitespace-toggle-option-alist): Fix docstring.
12990 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12991 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
12992 docstring and initialization.
12993 (global-whitespace-mode): Autoloaded global minor mode.
12994 (whitespace-chars-value-list, whitespace-style-value-list)
12995 (whitespace-active-chars, whitespace-active-style)
12996 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
12997 (whitespace-color-value-list): New var, replace
12998 whitespace-chars-value-list removed var.
12999 (whitespace-mark-value-list): New var, replace
13000 whitespace-style-value-list removed var.
13001 (whitespace-active-color): New var, replace whitespace-active-chars
13002 removed var.
13003 (whitespace-active-mark): New var, replace whitespace-active-style
13004 removed var.
13005 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
13006 removed var.
13007 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
13008 removed var.
13009 (whitespace-toggle-option-alist, whitespace-report-list)
13010 (whitespace-report-text, whitespace-help-text): Fix initialization.
13011 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
13012 (whitespace-toggle-options, global-whitespace-toggle-options)
13013 (whitespace-cleanup-region, whitespace-report-region)
13014 (whitespace-interactive-char): Fix docstring and code.
13015 (whitespace-cleanup, whitespace-report): Fix docstring.
13016 (whitespace-replace-spaces-by-tabs): Remove fun.
13017 (whitespace-replace-action): New fun, replace
13018 whitespace-replace-spaces-by-tabs removed fun.
13019 (whitespace-regexp, whitespace-indentation-regexp)
13020 (whitespace-space-after-tab-regexp, whitespace-insert-value)
13021 (whitespace-kill-buffer): New funs.
13022 (whitespace-insert-option-mark, whitespace-help-on)
13023 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
13024 (whitespace-color-on, whitespace-color-off)
13025 (whitespace-display-char-on): Fix code.
13026
13027 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
13028
13029 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
13030 (mouse-throw-magnifier-with-mouse-movement): Remove.
13031 (mouse-throw-magnifier-base): New const.
13032 (mouse-drag-scroll-delta): New fun.
13033 (mouse-drag-throw): Use it.
13034
13035 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
13036
13037 * international/uni-bidi.el, international/uni-category.el:
13038 * international/uni-combining.el, international/uni-comment.el:
13039 * international/uni-decimal.el, international/uni-decomposition.el:
13040 * international/uni-digit.el, international/uni-lowercase.el:
13041 * international/uni-mirrored.el, international/uni-name.el:
13042 * international/uni-numeric.el, international/uni-old-name.el:
13043 * international/uni-titlecase.el, international/uni-uppercase.el:
13044 * international/charprop.el: Regenerate.
13045
13046 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
13047
13048 * vc.el (vc-status-fileinfo): Add new member directoryp.
13049 (vc-default-status-printer): Print directories.
13050 (vc-status-update): Sort files before subdirectories.
13051
13052 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
13053 Add alternative implementation based on "cvs update".
13054
13055 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
13056
13057 * doc-view.el: Changed requirements section to tell that only one
13058 of dvipdf or dvipdfm is needed.
13059 (doc-view-already-converted-p): Fix bug that forced reconversion
13060 if doc was already converted.
13061
13062 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13063
13064 * minibuffer.el (minibuffer-message):
13065 Make sure we can put-text-property.
13066
13067 * emacs-lisp/crm.el: Complete rewrite.
13068
13069 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
13070 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
13071 case of an error in display-completion-list.
13072
13073 * filecache.el (file-cache-completions-keymap): Move init from
13074 file-cache-completion-setup-function into declaration.
13075 (file-cache-minibuffer-complete): Simplify.
13076 (file-cache-completion-setup-function): Use standard-output,
13077 preserve current-buffer.
13078
13079 * vc.el (vc-status-update): Fix typo.
13080 (vc-status-update): Set needs-update.
13081 (vc-status-refresh): η-reduce.
13082
13083 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13084
13085 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
13086 to image-eol.
13087
13088 2008-04-14 Alexandre Julliard <julliard@winehq.org>
13089
13090 * vc.el (vc-status-update): Undo the previous revert.
13091
13092 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * minibuffer.el (completion-table-with-terminator): Those completions
13095 are never valid w.r.t test-completion.
13096 (completion--file-name-table):
13097 Check completion-all-completions-with-base-size.
13098
13099 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
13100
13101 * doc-view.el (doc-view-dvipdf-program): New variable.
13102 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
13103 (doc-view-mode-p): Check for doc-view-dvipdf-program as
13104 alternative for doc-view-dvipdfm-program.
13105 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
13106
13107 * doc-view.el (doc-view-start-process): Don't set
13108 default-directory to "~/" if the current value is valid.
13109 This broke PS files that run other files in the same directory.
13110
13111 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
13112
13113 * vc.el (vc-status-kill-query): New function.
13114 (vc-status-mode): Add it to kill-buffer-query-functions.
13115 (vc-status-show-fileentry): New function.
13116 (vc-status-menu-map): Bind it. Bind vc-next-action.
13117
13118 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
13119
13120 * minibuffer.el (minibuffer-message): Put cursor at the right place.
13121
13122 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13123
13124 * proced.el (proced-send-signal): Fix error recognition.
13125
13126 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13127
13128 * proced.el (proced-command-alist): Remove sort column.
13129 (proced-command, proced-procname-column):
13130 Use make-variable-buffer-local.
13131 (proced-signal-function): Rename from proced-kill-program.
13132 Allow for elisp symbols and string values representing system calls.
13133 (proced-marker-regexp, proced-success-message): New functions.
13134 (proced): Use defalias. Add autoload cookie.
13135 (proced-unmark-backward, proced-toggle-marks)
13136 (proced-hide-processes): New commands.
13137 (proced-do-mark): Simplify code.
13138 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
13139 (proced-update): Remove sorting.
13140 (proced-send-signal): Display number of processes to operate on.
13141 Allow for system calls or elisp functions to send signals.
13142 Check if signal was sent successfully.
13143
13144 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
13145
13146 * minibuffer.el (completion-all-completion-with-base-size): New var.
13147 (completion--some): New function.
13148 (completion-table-with-context, completion--file-name-table):
13149 Return the base-size if requested.
13150 (completion-table-in-turn): Generalize to multiple arguments.
13151 (complete-in-turn): Compatibility alias.
13152 (completion-styles-alist): New var.
13153 (completion-styles): New customization.
13154 (minibuffer-try-completion, minibuffer-all-completions):
13155 New functions.
13156 (minibuffer--do-completion, minibuffer-complete-and-exit)
13157 (minibuffer-try-word-completion): Use them.
13158 (display-completion-list, minibuffer-completion-help): Use them.
13159 Handle all-completions's new base-size info to set completion-base-size.
13160 * info.el (Info-read-node-name-1): Use completion-table-with-context,
13161 completion-table-with-terminator and complete-with-action.
13162 Remove the now obsolete completion-base-size-function property.
13163 * simple.el (completion-list-mode-map): Move init into declaration.
13164 (completion-list-mode): Use define-derived-mode.
13165 (completion-setup-function): Use any completion-base-size that may
13166 have been set before. Remove handling of completion-base-size-function.
13167 * loadup.el: Move abbrev.el up earlier.
13168
13169 2008-04-13 Alexandre Julliard <julliard@winehq.org>
13170
13171 * vc-git.el (vc-git-after-dir-status-stage)
13172 (vc-git-dir-status-goto-stage): New functions.
13173 (vc-git-after-dir-status-stage1)
13174 (vc-git-after-dir-status-stage1-empty-db)
13175 (vc-git-after-dir-status-stage2): Remove, functionality moved
13176 into the new generic stage functions.
13177 (vc-git-dir-status-files): New function.
13178
13179 * vc.el (vc-status-update): Revert an incorrect rewrite.
13180 Add some comments.
13181 (vc-status-refresh-files): New function.
13182 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
13183 state of up-to-date files.
13184 (vc-default-dir-status-files): New function.
13185
13186 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
13187
13188 * minibuffer.el (completion--embedded-envvar-table)
13189 (read-file-name-internal): Fix typos in 2008-04-11 change.
13190
13191 * faces.el (read-face-name): Use `completion-table-in-turn',
13192 not `complete-in-turn'.
13193
13194 2008-04-13 Andreas Schwab <schwab@suse.de>
13195
13196 * progmodes/etags.el: Require 'cl when compiling.
13197
13198 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
13199
13200 * progmodes/gud.el (gud-menu-map): Expand tooltip.
13201
13202 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
13203 (menu): Add/expand menu tooltips.
13204
13205 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
13206
13207 * progmodes/sh-script.el (sh-show-indent): Fix typo.
13208 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
13209
13210 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
13211 considered registered.
13212
13213 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
13214
13215 * emacs-lisp/copyright.el (copyright-update-directory): New command.
13216
13217 * ediff-wind.el (ediff-split-window-function)
13218 (ediff-merge-split-window-function): Improve custom type.
13219
13220 2008-04-12 Eli Zaretskii <eliz@gnu.org>
13221
13222 * loadup.el ("minibuffer"): Move after "faces".
13223
13224 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
13225
13226 * progmodes/hideif.el (hif-factor): Handle unary minus.
13227
13228 2008-04-12 Glenn Morris <rgm@gnu.org>
13229
13230 * calendar/cal-china.el (chinese-calendar-time-zone):
13231 Mark obsolete name as risky too.
13232
13233 * calendar/calendar.el (calendar-faces): New custom group.
13234 (calendar-today, diary, holiday): Doc fix.
13235 Move to calendar-faces group.
13236 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
13237 (diary-button): Doc fix. Move to calendar-faces group.
13238
13239 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
13240 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
13241 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
13242 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
13243 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
13244 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
13245 not in dumped files before the associated defcustom.
13246
13247 2008-04-11 Johan Bockgård <bojohan@gnu.org>
13248
13249 * minibuffer.el (lazy-completion-table): Fix debug spec.
13250
13251 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13252
13253 * minibuffer.el (complete-with-action, lazy-completion-table):
13254 Move from subr.el.
13255 (apply-partially, completion-table-dynamic)
13256 (completion-table-with-context, completion-table-with-terminator)
13257 (completion-table-in-turn): New funs.
13258 (completion--make-envvar-table, completion--embedded-envvar-table):
13259 New funs.
13260 (read-file-name-internal): Use them.
13261 (completion-setup-hook): Move from simple.el.
13262 * subr.el (complete-with-action, lazy-completion-table):
13263 * simple.el (completion-setup-hook): Move to minibuffer.el.
13264
13265 2008-04-11 Glenn Morris <rgm@gnu.org>
13266
13267 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
13268
13269 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
13272
13273 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
13274
13275 * textmodes/fill.el (fill-forward-paragraph-function): New var.
13276 (fill-forward-paragraph): New fun.
13277 (fill-paragraph, fill-region): Use it.
13278
13279 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
13280 (vc-status-create-fileinfo): Make `extra' optional.
13281 (vc-status-busy): New fun.
13282 (vc-status-menu-map): Use it.
13283 (vc-status-crt-marked): Remove.
13284 (vc-status-update): Rename from vc-status-add-entries.
13285 Add argument so as to prevent addition of entries. Rewrite.
13286 (vc-update-vc-status-buffer): Remove.
13287 (vc-status-refresh): Don't remove old entries, set them to
13288 up-to-date instead. Also do it after the update is complete.
13289 (vc-status-marked-files): η-reduce.
13290
13291 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
13292 for non-dialogs.
13293
13294 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
13295
13296 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
13297
13298 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
13299
13300 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
13301 to t and don't truncate msg.
13302
13303 2008-04-11 Glenn Morris <rgm@gnu.org>
13304
13305 * calendar/calendar.el (diary, holidays):
13306 Move custom groups to other files.
13307 (holiday-general-holidays, holiday-oriental-holidays)
13308 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
13309 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
13310 (holiday-hebrew-holidays, holiday-christian-holidays)
13311 (holiday-islamic-holidays, holiday-bahai-holidays)
13312 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
13313 * calendar/diary-lib.el: Move custom group here from calendar.el.
13314 * calendar/holidays.el: Move custom group and variables here
13315 from calendar.el.
13316
13317 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
13318
13319 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
13320 Fix custom group.
13321 (calendar-current-time-zone-cache): Autoload riskiness.
13322
13323 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
13324
13325 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
13326
13327 * woman.el (woman2-TH): Use string-equal instead of string-match.
13328
13329 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
13332 (smerge-resolve): Merge the "2-way refinement" case with one half of
13333 the "mere whitespace" resolution.
13334
13335 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13336
13337 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
13338
13339 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
13340
13341 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13342 Add WHEN to obsolescence declaration.
13343
13344 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
13345
13346 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
13347
13348 * vc-hooks.el (vc-state): Add new state `conflict'.
13349 (vc-after-save): Use when not if.
13350 (vc-default-mode-line-string): Deal with the conflict state.
13351 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
13352
13353 * vc.el (vc-editable-p, vc-default-status-printer)
13354 (vc-next-action): Deal with the conflict state.
13355 (vc-mark-resolved): New function.
13356 (vc-status-mode): Fix mode name.
13357 (vc-default-comment-history): Use when not if.
13358 (Todo): Add new entries, remove old ones.
13359
13360 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
13361 (vc-cvs-parse-status, vc-cvs-after-dir-status):
13362 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
13363 Detect the conflict state.
13364
13365 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
13366
13367 2008-04-10 Glenn Morris <rgm@gnu.org>
13368
13369 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
13370 Respect truncate-partial-width-windows in non-full windows,
13371 with regards to :toggle and :enable state.
13372
13373 * simple.el (toggle-truncate-lines): Doc fix.
13374
13375 * Makefile.in (MH_E_DIR): New variable.
13376 (MH_E_SRC): Restore variable removed 2008-03-13.
13377 (mh-loaddefs.el): Depend on $MH_E_SRC.
13378 (CAL_DIR, CAL_SRC): New variables.
13379 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
13380 Depend on CAL_SRC.
13381
13382 * calendar/calendar.el (calendar, diary): Add :prefix.
13383 (holidays): Change :prefix.
13384 (calendar-today, holiday, calendar-holiday-marker)
13385 (european-calendar-style): Change custom groups.
13386
13387 * calendar/calendar.el (diary-hook, diary-display-hook):
13388 Move to diary-lib.el.
13389 * calendar/diary-lib.el (diary-hook, diary-display-hook):
13390 Move here from calendar.el.
13391 * calendar/appt.el: Require diary-lib rather than calendar.
13392 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
13393
13394 * calendar/appt.el (appt): Add :prefix.
13395
13396 * calendar/diary-lib.el (diary-hook): Doc fix.
13397 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
13398
13399 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
13400
13401 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
13402 New functions.
13403
13404 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
13405 the arg to recursive calls.
13406
13407 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13408
13409 * minibuffer.el (completion-auto-help): Fix typo.
13410
13411 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13412
13413 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
13414
13415 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
13416
13417 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
13418 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
13419
13420 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13421
13422 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
13423
13424 * minibuffer.el (minibuffer): Move group from cus-edit.el.
13425 (completion-auto-help): Move from C code.
13426 (minibuffer--maybe-completion-help): Remove.
13427 (minibuffer--bitset): New function.
13428 (minibuffer--do-completion): Rename from minibuffer-do-completion.
13429 Renumber a bit. Really complete on string *before* point.
13430 Add argument used for word-completion.
13431 Join trailing / in completion with following text, as done in
13432 minibuffer-complete-word.
13433 Handle new value `lazy' for completion-auto-help.
13434 (minibuffer-try-word-completion): New function extracted from
13435 minibuffer-complete-word.
13436 (minibuffer-complete-word): Use minibuffer--do-completion.
13437 (minibuffer--insert-strings): Rename from
13438 minibuffer-complete-insert-strings.
13439 (exit-minibuffer): Fix typo.
13440 * cus-edit.el (minibuffer): Move group to minibuffer.el.
13441 * cus-start.el: Remove completion-auto-help.
13442
13443 2008-04-09 Alexandre Julliard <julliard@winehq.org>
13444
13445 * vc.el (vc-status-add-entries): New function.
13446 (vc-status-add-entry): Remove.
13447 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
13448 Use vc-status-add-entries.
13449
13450 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
13451 order.
13452
13453 2008-04-09 Jason Rumney <jasonr@gnu.org>
13454
13455 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
13456 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
13457 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
13458 (AUTOGENEL): New variable.
13459 (distclean, maintainer-clean): New targets.
13460
13461 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13462
13463 * emacs-lisp/regexp-opt.el (regexp-opt):
13464 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
13465
13466 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
13467
13468 * nxml/nxml-mode.el (nxml-cleanup): New function.
13469 (nxml-mode): Add it to change-major-mode-hook.
13470
13471 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13472
13473 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
13474
13475 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
13476
13477 * calc/.cvsignore: New file.
13478
13479 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
13480
13481 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
13482
13483 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
13484 show-help-function when turning tooltip off.
13485 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
13486 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
13487
13488 2008-04-09 Alan Mackenzie <acm@muc.de>
13489
13490 * font-lock.el (font-lock-extend-after-change-region-function):
13491 Make it buffer local.
13492
13493 2008-04-09 Glenn Morris <rgm@gnu.org>
13494
13495 * calendar/calendar.el (diary-file, european-calendar-style):
13496 Remove autoload cookies.
13497
13498 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13499
13500 * outline.el (outline-mode-menu-bar-map):
13501 * log-view.el (log-view-mode-menu):
13502 * log-edit.el (log-edit-menu): Add :help.
13503
13504 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
13505
13506 * emacs-lisp/regexp-opt.el (regexp-opt-group):
13507 Use substring-no-properties for correct handling of unibyte strings.
13508
13509 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13510
13511 * add-log.el (change-log-next-buffer): Handle the case where version<
13512 signals an error.
13513
13514 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
13515 mouse-major-mode-menu.
13516 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
13517 (mouse-major-mode-menu, mouse-popup-menubar)
13518 (mouse-popup-menubar-stuff): Use them.
13519 (C-down-mouse-3): Bind to a dynamic map rather than to
13520 mouse-popup-menubar-stuff.
13521
13522 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
13523 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
13524
13525 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
13526
13527 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
13528 file:// access method.
13529
13530 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
13531
13532 * minibuffer.el: New file.
13533 * loadup.el: Load it.
13534
13535 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13536
13537 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
13538 rather than subdirs.el. It introduces an ugly circular dependency, tho.
13539
13540 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
13541 (calc-mode-map, calc-digit-map, calc-dispatch-map):
13542 Move initialization into declaration.
13543 * calc/calc-yank.el:
13544 * calc/calc-misc.el:
13545 * calc/calc-embed.el:
13546 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
13547
13548 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
13549
13550 * ps-samp.el (ps-add-printer, ps-remove-printer)
13551 (ps-make-dynamic-printer-menu): New functions.
13552
13553 * net/zeroconf.el: New file.
13554
13555 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
13558
13559 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
13560
13561 * vc-rcs.el (vc-rcs-modify-change-comment):
13562 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
13563
13564 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
13565
13566 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
13567
13568 * international/mule-cmds.el (set-locale-environment): Don't warn if
13569 coding system doesn't agree with system locale (this reverts changes
13570 by Dave Love, dated 2002-10-27 and 2002-10-09).
13571
13572 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13573 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
13574
13575 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
13576
13577 2008-04-08 Glenn Morris <rgm@gnu.org>
13578
13579 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
13580 * textmodes/remember.el (remember-diary-convert-entry):
13581 Require calendar.
13582
13583 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
13584 diary-file, since it is the default for make-diary-entry anyway.
13585
13586 * calendar/cal-menu.el (cal-menu-event-to-date):
13587 Rename calendar-event-to-date. Update callers.
13588 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
13589 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
13590 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
13591 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
13592 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
13593 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
13594 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
13595 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
13596 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
13597 (calendar-mouse-tex-month-landscape):
13598 Rename cal-tex-mouse-month-landscape.
13599 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
13600 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
13601 (calendar-mouse-tex-year-landscape):
13602 Rename cal-tex-mouse-year-landscape.
13603 (cal-menu-context-mouse-menu): Update for above name changes.
13604
13605 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13606 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13607 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
13608 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
13609 * calendar/holidays.el: Replace int-to-string with number-to-string.
13610
13611 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
13612
13613 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
13614 region if point moves.
13615
13616 2008-04-08 Kenichi Handa <handa@m17n.org>
13617
13618 * faces.el (font-slant-table): Change numeric values for `r',
13619 `roman', and `normal'.
13620
13621 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
13622
13623 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
13624
13625 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
13626
13627 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
13628 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
13629
13630 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
13631
13632 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
13633 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
13634
13635 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13636
13637 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
13638
13639 2008-04-07 Sam Steingold <sds@gnu.org>
13640
13641 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
13642 Add helper functions.
13643 (lisp-do-defun): Extract the common part of lisp-eval-defun and
13644 lisp-compile-defun; DEFVAR forms reset the variables to the init
13645 values, just like in emacs-lisp mode eval-defun.
13646 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
13647 (lisp-compile-region): Use lisp-compile-string.
13648
13649 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
13650
13651 * subr.el (combine-and-quote-strings): Also quote strings that contain
13652 the separator.
13653
13654 * pcvs-util.el (cvs-map): Avoid recursion :-(
13655
13656 2008-04-07 Glenn Morris <rgm@gnu.org>
13657
13658 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
13659
13660 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
13661 view-diary-entries-initially. Keep old name as alias, update users.
13662 (calendar-mark-diary-entries-flag): Rename
13663 mark-diary-entries-in-calendar. Keep old name as alias, update users.
13664 (calendar-view-holidays-initially-flag): Rename
13665 view-calendar-holidays-initially. Keep old name as alias, update users.
13666 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
13667 Keep old name as alias, update users.
13668 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
13669 Keep old name as alias, update users.
13670 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
13671 Keep old name as alias, update users.
13672 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
13673 Keep old name as alias, update users.
13674 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
13675 (diary-american-date-forms): Rename american-date-diary-pattern.
13676 Keep old name as alias, update users.
13677 (diary-european-date-forms): Rename european-date-diary-pattern.
13678 Keep old name as alias, update users.
13679 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
13680 Keep old name as alias, update users.
13681 (calendar-european-date-display-form): Rename
13682 european-calendar-display-form. Keep old name as alias, update users.
13683 (calendar-american-date-display-form): Rename
13684 european-calendar-display-form. Keep old name as alias, update users.
13685 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
13686 Keep old name as alias, update users.
13687 (holiday-general-holidays): Rename general-holidays.
13688 Keep old name as alias, update users.
13689 (holiday-oriental-holidays): Rename oriental-holidays.
13690 Keep old name as alias, update users.
13691 (holiday-local-holidays): Rename local-holidays.
13692 Keep old name as alias, update users.
13693 (holiday-other-holidays): Rename other-holidays.
13694 Keep old name as alias, update users.
13695 (holiday-hebrew-holidays): Rename hebrew-holidays.
13696 Keep old name as alias, update users.
13697 (holiday-christian-holidays): Rename christian-holidays.
13698 Keep old name as alias, update users.
13699 (holiday-islamic-holidays): Rename islamic-holidays.
13700 Keep old name as alias, update users.
13701 (holiday-bahai-holidays): Rename bahai-holidays.
13702 Keep old name as alias, update users.
13703 (holiday-solar-holidays): Rename solar-holidays.
13704 Keep old name as alias, update users.
13705 (diary-fancy-buffer): Rename fancy-diary-buffer.
13706 Keep old name as alias, update users.
13707 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
13708 Update users.
13709 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
13710 Update users.
13711 (calendar-increment-month): Rename increment-calendar-month.
13712 Keep old name as alias, update callers.
13713 (calendar-increment-month-cons): Rename old calendar-increment-month.
13714 Update callers.
13715 (calendar-extract-month): Rename extract-calendar-month.
13716 Keep old name as alias, update callers.
13717 (calendar-extract-day): Rename extract-calendar-day.
13718 Keep old name as alias, update callers.
13719 (calendar-extract-year): Rename extract-calendar-year.
13720 Keep old name as alias, update callers.
13721 (calendar-generate-window): Rename generate-calendar-window.
13722 Update callers.
13723 (calendar-generate): Rename generate-calendar. Update callers.
13724 (calendar-generate-month): Rename generate-calendar-month.
13725 Update callers.
13726 (calendar-redraw): Rename redraw-calendar. Update callers.
13727 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
13728 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
13729 Update callers.
13730 (calendar-update-mode-line): Rename update-calendar-mode-line.
13731 Update callers.
13732 (calendar-exit): Rename exit-calendar. Keep old name as alias,
13733 update callers.
13734 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
13735 Keep old name as alias, update callers.
13736 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
13737 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
13738 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
13739 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
13740 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
13741 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
13742 * calendar/solar.el: Update for calendar.el name changes.
13743 * org/org.el (org-agenda-format-date-aligned)
13744 (org-agenda-execute-calendar-command): Access date elements directly
13745 rather than using calendar functions.
13746 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
13747 Also set calendar-view-diary-initially-flag,
13748 calendar-view-holidays-initially-flag.
13749 (org-get-entries-from-diary): Also set diary-fancy-buffer.
13750 (org-agenda-execute-calendar-command): No need to set displayed-day.
13751
13752 2008-04-06 Alan Mackenzie <acm@muc.de>
13753
13754 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
13755 typo in the doc string.
13756
13757 * progmodes/cc-mode.el (c-basic-common-init):
13758 Set font-lock-extend-after-change-region-function.
13759 (c-extend-after-change-region): New function, used in
13760 font-lock-extend-after-change-region-function, thus superseding
13761 advice on the Font Lock after change functions.
13762 (c-advise-fl-for-region): Remove this macro.
13763
13764 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
13765
13766 * textmodes/flyspell.el (flyspell-duplicate-distance):
13767 Improve custom type.
13768
13769 2008-04-06 Glenn Morris <rgm@gnu.org>
13770
13771 * calendar/diary-lib.el (diary-sexp-entry-symbol):
13772 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
13773 (diary-list-entries-hook): Rename list-diary-entries-hook.
13774 Keep old name as alias, update users.
13775 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
13776 Keep old name as alias, update users.
13777 (diary-nongregorian-listing-hook): Rename
13778 nongregorian-diary-listing-hook. Keep old name as alias, update users.
13779 (diary-nongregorian-marking-hook): Rename
13780 nongregorian-diary-marking-hook. Keep old name as alias, update users.
13781 (diary-print-entries-hook): Rename print-diary-entries-hook.
13782 Keep old name as alias, update users.
13783 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
13784 Keep old name as alias, update users.
13785 (diary-number-of-entries): Rename number-of-diary-entries.
13786 Keep old name as alias, update users.
13787 (view-diary-entries, list-diary-entries, show-all-diary-entries):
13788 Give version of obsolescence.
13789 (diary-view-other-diary-entries): Rename view-other-diary-entries.
13790 Keep old name as alias, update callers.
13791 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
13792 update callers.
13793 (diary-include-other-diary-files): Rename include-other-diary-files.
13794 Keep old name as alias, update callers.
13795 (diary-simple-display): Rename simple-diary-display.
13796 Keep old name as alias, update callers.
13797 (diary-fancy-display): Rename fancy-diary-display.
13798 Keep old name as alias, update callers.
13799 (diary-print-entries): Rename print-diary-entries.
13800 Keep old name as alias, update callers.
13801 (diary-marking-entries-flag): Rename marking-diary-entries.
13802 Update users.
13803 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
13804 (diary-mark-entries): Rename mark-diary-entries.
13805 Keep old name as alias, update callers.
13806 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
13807 Keep old name as alias, update callers.
13808 (diary-mark-included-diary-files): Rename mark-included-diary-files.
13809 Keep old name as alias, update callers.
13810 (calendar-mark-days-named): Rename mark-calendar-days-named.
13811 Keep old name as alias, update callers.
13812 (calendar-mark-month): Rename mark-calendar-month.
13813 Keep old name as alias, update callers.
13814 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
13815 Keep old name as alias, update callers.
13816 (diary-sort-entries): Rename sort-diary-entries.
13817 Keep old name as alias, update callers.
13818 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
13819 Keep old name as alias, update callers.
13820 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
13821 update callers.
13822 (diary-insert-entry): Rename insert-diary-entry.
13823 Keep old name as alias.
13824 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
13825 Keep old name as alias.
13826 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
13827 Keep old name as alias.
13828 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
13829 Keep old name as alias.
13830 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
13831 Keep old name as alias.
13832 (diary-insert-block-entry): Rename insert-block-diary-entry.
13833 Keep old name as alias.
13834 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
13835 Keep old name as alias.
13836 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
13837 Keep old name as alias, update users.
13838 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
13839 Keep old name as alias, update callers.
13840 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
13841 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
13842 * calendar/icalendar.el: Update for diary-lib name changes.
13843
13844 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
13845
13846 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
13847
13848 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
13849 for copy, move, and link operations.
13850
13851 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
13852
13853 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
13854 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
13855
13856 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
13857 'require' statements with 1-argument ones (wrapped in if's).
13858 For compatibility with the current stable version of XEmacs.
13859
13860 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
13861
13862 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
13863
13864 2008-04-06 Jason Rumney <jasonr@gnu.org>
13865
13866 * language/burmese.el ("Burmese"): Make sample text consistent with
13867 language name.
13868
13869 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
13870
13871 * progmodes/gdb-ui.el (gdb): New group.
13872 (gdb-debug-log-max, gdb-enable-debug)
13873 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
13874 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
13875 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
13876 (gdb-show-changed-values, gdb-max-children)
13877 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
13878 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
13879 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
13880 (gdb-memory-unit): Move to new group from GUD group.
13881 (menu): Allow customization from GDB-UI menu-item.
13882
13883 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
13884
13885 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
13886
13887 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13888
13889 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
13890 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
13891 Revision numbers can include ".".
13892
13893 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
13894 "+" lines not accounted for by counting "-" and context lines.
13895
13896 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13897
13898 * term/mac-win.el (mac-service-open-file): Use file URL instead of
13899 file name string.
13900
13901 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13902
13903 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
13904 (vc-bzr-annotate-time): Accept space used to preserve alignment.
13905
13906 2008-04-05 Richard Stallman <rms@gnu.org>
13907
13908 * emacs-lisp/advice.el (defadvice): Add usage pattern.
13909
13910 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
13911
13912 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
13913 thread in [h-e-w]).
13914
13915 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
13916
13917 * files.el (abort-if-file-too-large): Fix typo in docstring.
13918
13919 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
13920
13921 * subr.el (functionp): Return nil for special forms.
13922
13923 2008-04-05 Glenn Morris <rgm@gnu.org>
13924
13925 * emacs-lisp/autoload.el (autoload-ensure-default-file):
13926 Provide a feature.
13927 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
13928 Require loaddefs file rather than loading it.
13929 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
13930 autoload-ensure-default-file provides a feature.
13931
13932 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
13933 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
13934 (compile, compile-always, recompile): Use $LOADDEFS.
13935 (cal-autoloads): Remove.
13936
13937 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
13938 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
13939
13940 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
13941 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
13942
13943 * calendar/calendar.el (diary-hebrew-entry-symbol):
13944 Rename hebrew-diary-entry-symbol. Keep old name as alias.
13945 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
13946 Keep old name as alias.
13947 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
13948 Keep old name as alias.
13949 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
13950 to diary-bahai-entry-symbol.
13951 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
13952 to diary-hebrew-entry-symbol.
13953 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
13954 to diary-islamic-entry-symbol.
13955 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
13956
13957 * calendar/solar.el (diary-sabbath-candles-minutes)
13958 (diary-sabbath-candles): Move to cal-hebrew.
13959 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
13960 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
13961 Doc fix. Keep old name as alias.
13962 (diary-hebrew-sabbath-candles): Simplify.
13963 (solar-setup, solar-sunrise-sunset, calendar-latitude)
13964 (calendar-longitude, calendar-time-zone): Declare for compiler.
13965 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
13966 rename.
13967
13968 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
13969 Rename coptic-calendar-month-name-array. Update callers.
13970 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
13971 (calendar-coptic-name): Rename coptic-name. Update callers.
13972 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
13973 Update callers.
13974 (calendar-coptic-last-day-of-month):
13975 Rename coptic-calendar-last-day-of-month. Update callers.
13976 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
13977 Keep old name as alias, update callers.
13978 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
13979 Keep old name as alias, update callers.
13980 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
13981 Keep old name as alias.
13982 (calendar-ethiopic-month-name-array):
13983 Rename ethiopic-calendar-month-name-array. Update callers.
13984 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
13985 Update callers.
13986 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
13987 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
13988 Keep old name as alias, update callers.
13989 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
13990 Keep old name as alias, update callers.
13991 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
13992 Keep old name as alias.
13993
13994 * calendar/cal-french.el (calendar-french-epoch):
13995 Rename french-calendar-epoch. Update callers.
13996 (calendar-french-month-name-array): Rename variable and function
13997 french-calendar-month-name-array. Update callers.
13998 (calendar-french-multibyte-month-name-array):
13999 Rename french-calendar-multibyte-month-name-array. Update callers.
14000 (calendar-french-day-name-array): Rename variable and function
14001 french-calendar-day-name-array. Update callers.
14002 (calendar-french-special-days-array): Rename variable and function
14003 french-calendar-special-days-array. Update callers.
14004 (calendar-french-multibyte-special-days-array):
14005 Rename french-calendar-multibyte-special-days-array. Update callers.
14006 (calendar-french-accents-p): Rename french-calendar-accents.
14007 Update callers.
14008 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
14009 Update callers.
14010 (calendar-french-last-day-of-month):
14011 Rename french-calendar-last-day-of-month. Update callers.
14012 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
14013 Keep old name as alias, update callers.
14014 (calendar-french-print-date): Rename calendar-print-french-date.
14015 Keep old name as alias, update callers.
14016 (calendar-french-goto-date): Rename calendar-goto-french-date.
14017 Keep old name as alias.
14018
14019 * calendar/cal-menu.el, calendar/calendar.el:
14020 Update for Coptic and French name changes.
14021
14022 * calendar/cal-china.el (calendar-chinese): Rename custom group
14023 from chinese-calendar. Update users.
14024 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
14025 Keep old name as alias, update users.
14026 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
14027 Keep old name as alias.
14028 (calendar-chinese-daylight-time-offset):
14029 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
14030 update users.
14031 (calendar-chinese-standard-time-zone-name):
14032 Rename chinese-calendar-standard-time-zone-name.
14033 Keep old name as alias, update users.
14034 (calendar-chinese-daylight-saving-start):
14035 Rename chinese-calendar-daylight-savings-starts.
14036 Keep old name as alias, update users.
14037 (calendar-chinese-daylight-saving-end):
14038 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
14039 update users.
14040 (calendar-chinese-daylight-saving-start-time):
14041 Rename chinese-calendar-daylight-savings-starts-time.
14042 Keep old name as alias, update users.
14043 (calendar-chinese-daylight-saving-end-time):
14044 Rename chinese-calendar-daylight-savings-ends-time.
14045 Keep old name as alias, update users.
14046 (calendar-chinese-celestial-stem): Rename
14047 calendar-chinese-celestial-stem. Keep old name as alias, update users.
14048 (calendar-chinese-terrestrial-branch):
14049 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
14050 update users.
14051 (calendar-chinese-zodiac-sign-on-or-after):
14052 Rename chinese-zodiac-sign-on-or-after. Update callers.
14053 (calendar-chinese-new-moon-on-or-after):
14054 Rename chinese-new-moon-on-or-after. Update callers.
14055 (calendar-chinese-month-list): Rename chinese-month-list.
14056 Update callers.
14057 (calendar-chinese-number-months): Rename number-chinese-months.
14058 Update callers.
14059 (calendar-chinese-compute-year): Rename compute-chinese-year.
14060 Update callers.
14061 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
14062 (calendar-chinese-year): Rename chinese-year. Update callers.
14063 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
14064 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
14065 Keep old name as alias, update callers.
14066 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
14067 Keep old name as alias, update callers.
14068 (calendar-chinese-months-to-alist):
14069 Rename make-chinese-month-assoc-list. Update callers.
14070 (calendar-chinese-months): Rename chinese-months. Update callers.
14071 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
14072 Keep old name as alias, update callers.
14073
14074 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
14075 Rename hebrew-calendar-leap-year-p. Update callers.
14076 (calendar-hebrew-last-month-of-year):
14077 Rename hebrew-calendar-last-month-of-year. Update callers.
14078 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
14079 Update callers.
14080 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
14081 Update callers.
14082 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
14083 Update callers.
14084 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
14085 Update callers.
14086 (calendar-hebrew-last-day-of-month):
14087 Rename hebrew-calendar-last-day-of-month. Update callers.
14088 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
14089 Keep old name as alias, update callers.
14090 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
14091 Keep old name as alias, update callers.
14092 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
14093 Keep old name as alias, update callers.
14094 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
14095 Keep old name as alias.
14096 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
14097 Keep old name as alias.
14098 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
14099 Keep old name as alias.
14100 (holiday-hebrew-passover): Rename holiday-passover-etc.
14101 Keep old name as alias.
14102 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
14103 Keep old name as alias, update callers.
14104 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
14105 Keep old name as alias.
14106 (calendar-hebrew-mark-date-pattern):
14107 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
14108 update callers.
14109 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
14110 Keep old name as alias.
14111 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
14112 Keep old name as alias.
14113 (diary-hebrew-insert-monthly-entry):
14114 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
14115 (diary-hebrew-insert-yearly-entry):
14116 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
14117 (calendar-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
14118 Keep old name as alias.
14119 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
14120 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
14121 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
14122 Keep old name as alias.
14123 (calendar-hebrew-parashiot-names):
14124 Rename hebrew-calendar-parashiot-names. Update callers.
14125 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
14126 (calendar-hebrew-year-Saturday-incomplete-Sunday):
14127 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
14128 (calendar-hebrew-year-Saturday-complete-Tuesday):
14129 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
14130 (calendar-hebrew-year-Monday-incomplete-Tuesday):
14131 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
14132 (calendar-hebrew-year-Monday-complete-Thursday):
14133 Rename hebrew-calendar-year-Monday-complete-Thursday.
14134 (calendar-hebrew-year-Tuesday-regular-Thursday):
14135 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
14136 (calendar-hebrew-year-Thursday-regular-Saturday):
14137 Rename hebrew-calendar-year-Thursday-regular-Saturday.
14138 (calendar-hebrew-year-Thursday-complete-Sunday):
14139 Rename hebrew-calendar-year-Thursday-complete-Sunday.
14140 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
14141 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
14142 (calendar-hebrew-year-Saturday-complete-Thursday):
14143 Rename hebrew-calendar-year-Saturday-complete-Thursday.
14144 (calendar-hebrew-year-Monday-incomplete-Thursday):
14145 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
14146 (calendar-hebrew-year-Monday-complete-Saturday):
14147 Rename hebrew-calendar-year-Monday-complete-Saturday.
14148 (calendar-hebrew-year-Tuesday-regular-Saturday):
14149 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
14150 (calendar-hebrew-year-Thursday-incomplete-Sunday):
14151 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
14152 (calendar-hebrew-year-Thursday-complete-Tuesday):
14153 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
14154 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
14155 Update for above name changes of constants.
14156
14157 * calendar/cal-menu.el, calendar/calendar.el:
14158 Update for chinese and hebrew name changes.
14159 * calendar/diary-lib.el: Update for hebrew name changes.
14160
14161 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14162
14163 * subr.el (keymap-canonicalize): Correct thinko.
14164
14165 * server.el: Undo part of the multi-tty change, which is only
14166 needed if server.el is preloaded, and broke server-running-p.
14167 (server-socket-dir): Initialize in the defvar, as before.
14168 (server-start): Remove initialization of server-socket-dir.
14169
14170 2008-04-05 Eli Zaretskii <eliz@gnu.org>
14171
14172 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
14173 3-member cons cells.
14174
14175 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
14176
14177 * cus-face.el (custom-face-attributes): Handle roman slant.
14178
14179 * faces.el (default): Ensure the face-defface-spec property is set.
14180
14181 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
14182
14183 * files.el (abort-if-file-too-large): New function.
14184 (find-file-noselect, insert-file-1): Use it.
14185
14186 2008-04-05 Reto Zimmermann <reto@gnu.org>
14187
14188 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
14189 Replace C-c[a-zA-Z] key bindings.
14190
14191 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
14192
14193 * progmodes/hideif.el (hif-token-alist): New var.
14194 (hif-token-regexp, hif-tokenize): Use it.
14195 (hif-mathify-binop): New macro.
14196 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
14197 (hif-greater-equal, hif-less-equal): Use it.
14198 (hif-logior, hif-logand): New functions.
14199 (hif-math): Accept | and & as well.
14200
14201 * progmodes/etags.el: Fix problem with completion for buffer-local
14202 tables. Reported by Radey Shouman <shouman@comcast.net>.
14203 (tags-complete-tag): Remove.
14204 (tags-lazy-completion-table): New function to replace it.
14205 (find-tag-tag, complete-tag): Update users.
14206
14207 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
14208
14209 * vc-rcs.el (vc-rcs-dir-status):
14210 * vc-sccs.el (vc-sccs-dir-status): New function.
14211
14212 * outline.el (outline-mode-menu-bar-map):
14213 * term.el (terminal-signal-menu): Add :help.
14214
14215 * net/eudc.el (eudc-mode-map): Declare and define in one step.
14216 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
14217
14218 * emacs-lisp/re-builder.el (reb-mode-map):
14219 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
14220
14221 * diff-mode.el (diff-file-junk-re): Recognize the git format for
14222 new files, deleted files and for changing permissions.
14223 (diff-mode): Set beginning-of-defun-function and
14224 end-of-defun-function.
14225
14226 * vc-bzr.el (vc-bzr-state): Use when instead of if.
14227
14228 * vc.el (vc-default-status-fileinfo-extra): New function.
14229 (vc-status-mark-buffer-changed): Use it.
14230 (vc-update-vc-status-buffer): Allow for partial updates.
14231
14232 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * net/tramp.el (after-init-hook): Don't wrap a lambda around
14235 tramp-register-completion-file-name-handler.
14236
14237 * subr.el (keymap-canonicalize): New function.
14238 * mouse.el (mouse-menu-non-singleton): Use it.
14239 (mouse-major-mode-menu): Remove hack made unnecessary.
14240
14241 * simple.el (set-fill-column): Prompt rather than error by default.
14242
14243 2008-04-04 Andreas Schwab <schwab@suse.de>
14244
14245 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
14246 Reset new-rules after each round.
14247
14248 * Makefile.in (cal-autoloads): New target.
14249 (compile, compile-always, recompile): Depend on it.
14250 ($(lisp)/calendar/cal-loaddefs.el)
14251 ($(lisp)/calendar/diary-loaddefs.el)
14252 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
14253
14254 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
14255
14256 * ediff*.el: Replace load with require in eval-when-compile.
14257
14258 * ediff-hook.el: Delete all invocations of (autoload ...).
14259
14260 * ediff-util.el (ediff-setup): Make window-min-height a local variable
14261 in ediff control window, and set its min height to 2.
14262 (ediff-setup-control-buffer): Dedicate the control window.
14263 (ediff-toggle-multiframe): Undedicate control window.
14264 Work directly with ediff-setup-windows-multiframe and
14265 ediff-setup-windows-plain.
14266
14267 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
14268 New function.
14269 (ediff-window-setup-function): Change initialization.
14270 (ediff-setup-windows-automatic): Delete.
14271 (ediff-setup-windows-plain-merge): Make control window dedicated.
14272 (ediff-destroy-control-frame): Do not skip frames if working in a
14273 single frame.
14274
14275 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
14276 eval-when-compile.
14277
14278 * emulation/viper-util.el: Move provide's forward, prevent recursion in
14279 eval-when-compile.
14280
14281 2008-04-04 Glenn Morris <rgm@gnu.org>
14282
14283 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
14284 calendar-absolute-from-bahai. Update callers, keep old name as alias.
14285
14286 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
14287 Rename islamic-calendar-leap-year-p. Update callers.
14288 (calendar-islamic-last-day-of-month):
14289 Rename islamic-calendar-last-day-of-month. Update callers.
14290 (calendar-islamic-day-number):
14291 Rename islamic-calendar-day-number. Update callers.
14292 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
14293 Update callers, keep old name as alias.
14294 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
14295 Update callers, keep old name as alias.
14296 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
14297 Keep old name as alias.
14298 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
14299 Update callers, keep old name as alias.
14300 (calendar-islamic-mark-date-pattern):
14301 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
14302 name as alias.
14303 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
14304 Keep old name as alias.
14305 (diary-islamic-insert-monthly-entry):
14306 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
14307 (diary-islamic-insert-yearly-entry):
14308 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
14309
14310 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
14311 calendar-absolute-from-iso. Update callers, keep old name as alias.
14312 (calendar-iso-print-date): Rename calendar-print-iso-date.
14313 Update callers, keep old name as alias.
14314 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
14315 Keep old name as alias.
14316 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
14317 Keep old name as alias.
14318
14319 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
14320 calendar-absolute-from-julian. Update callers, keep old name as alias.
14321 (calendar-julian-print-date): Rename calendar-print-julian-date.
14322 Update callers, keep old name as alias.
14323 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
14324 Update callers, keep old name as alias.
14325 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
14326 Update callers, keep old name as alias.
14327 (calendar-astro-print-day-number):
14328 Rename calendar-print-astro-day-number. Update callers, keep old
14329 name as alias.
14330 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
14331 Update callers, keep old name as alias.
14332
14333 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
14334 Rename calendar-string-to-mayan-long-count. Update callers.
14335 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
14336 Update callers, keep old name as alias.
14337 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
14338 Update callers.
14339 (calendar-mayan-read-tzolkin-date):
14340 Rename calendar-read-mayan-tzolkin-date. Update callers.
14341 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
14342 Keep old name as alias.
14343 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
14344 Keep old name as alias.
14345 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
14346 Keep old name as alias.
14347 (calendar-mayan-previous-tzolkin-date):
14348 Rename calendar-previous-tzolkin-date. Keep old name as alias.
14349 (calendar-mayan-next-round-date):
14350 Rename calendar-next-calendar-round-date. Keep old name as alias.
14351 (calendar-mayan-previous-round-date):
14352 Rename calendar-previous-calendar-round-date. Keep old name as alias.
14353 (calendar-mayan-long-count-to-absolute): Rename
14354 calendar-absolute-from-mayan-long-count. Keep old name as alias.
14355 (calendar-mayan-goto-long-count-date):
14356 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
14357
14358 * calendar/cal-persia.el (calendar-persian-month-name-array):
14359 Rename persian-calendar-month-name-array. Update callers.
14360 (calendar-persian-epoch): Rename persian-calendar-epoch.
14361 Update callers.
14362 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
14363 Update callers.
14364 (calendar-persian-last-day-of-month):
14365 Rename persian-calendar-last-day-of-month. Update callers.
14366 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
14367 Update callers, keep old name as alias.
14368 (calendar-persian-print-date): Rename calendar-print-persian-date.
14369 Update callers, keep old name as alias.
14370 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
14371 Keep old name as alias.
14372
14373 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
14374 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
14375 * calendar/solar.el: Update for cal-julian name changes.
14376
14377 * calendar/cal-dst.el: Update for persian name changes.
14378
14379 * calendar/cal-menu.el, calendar/calendar.el:
14380 Update for islamic, iso, julian, mayan, persian name changes.
14381
14382 * calendar/diary-lib.el: Update for islamic name changes.
14383
14384 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
14385 Rename all-hebrew-calendar-holidays. Update callers, keep old name
14386 as alias.
14387 (calendar-christian-all-holidays-flag):
14388 Rename all-christian-calendar-holidays. Update callers, keep old
14389 name as alias.
14390 (calendar-islamic-all-holidays-flag):
14391 Rename all-islamic-calendar-holidays. Update callers, keep old
14392 name as alias.
14393 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
14394 Update callers, keep old name as alias.
14395 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
14396 Update for the above name changes.
14397
14398 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
14399
14400 * hilit-chg.el (global-highlight-changes-mode)
14401 (highlight-changes-passive-string, highlight-changes-active-string):
14402 Mark as obsolete since 23.1, not 22.1.
14403
14404 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
14405
14406 * hilit-chg.el (highlight-changes-visibility-initial-state)
14407 (hilit-chg-update, highlight-changes-mode-turn-on):
14408 Fix typos in docstrings.
14409
14410 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
14411
14412 * newcomment.el (comment-enter-backward): Be careful to restore
14413 position changed during narrowing.
14414
14415 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
14416
14417 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14418 Recognize `sub ($$)'.
14419
14420 2008-04-03 Richard Sharman <rsharman@pobox.com>
14421
14422 * hilit-chg.el (highlight-changes-mode): Rename from
14423 highlight-changes; no longer uses sub-modes active and passive;
14424 implemented by define-minor-mode.
14425 (highlight-changes-toggle-visibility): New function, to replace
14426 the old passive/active submodes of global-highlight-changes-mode;
14427 implemented by define-minor-mode.
14428 (global-highlight-changes-mode): Rename from global-highlight-changes;
14429 rewrite using define-globalized-minor-mode.
14430 (hilit-chg-major-mode-hook, hilit-chg-check-global)
14431 (hilit-chg-post-command-hook, hilit-chg-check-global)
14432 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
14433 to use of define-globalized-minor-mode.
14434 (highlight-changes-global-initial-state): Change to be boolean.
14435 (highlight-changes-visible-string, highlight-changes-invisible-string):
14436 Rename from highlight-changes-active-string and
14437 highlight-changes-passive-string.
14438 (hilit-chg-update, hilit-chg-set): Use them.
14439 (global-highlight-changes-mode): Rename from global-highlight-changes.
14440 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
14441 docstring.
14442 (hilit-chg-hide-changes): Rewrite to use dolist.
14443 (hilit-chg-set-face-on-change, hilit-chg-update)
14444 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
14445 variable instead of testing highlight-changes-mode.
14446 (highlight-markup-buffers): Add require ediff-util; argument on calls
14447 to highlight-changes-mode changed.
14448 (highlight-compare-with-file): Fix problems with interactive
14449 call giving invalid default file.
14450
14451 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
14452
14453 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
14454 Fix in disassembly buffer (regression in 22.2).
14455
14456 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
14457
14458 * emulation/viper-macs.el (viper-read-fast-keysequence):
14459 Use viper-read-event instead of viper-read-key.
14460
14461 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
14462
14463 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
14464 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
14465 let-statements.
14466
14467 * emulation/viper-ex.el, emulation/viper-macs.el:
14468 * emulation/viper-mous.el:
14469 Replace load with require in eval-when-compile.
14470
14471 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14472
14473 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
14474
14475 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
14476 (archive-try-jka-compr): New function.
14477 (archive-set-buffer-as-visiting-file): Use it.
14478
14479 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
14480
14481 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14482
14483 * simple.el (handle-shift-selection): New arg.
14484
14485 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14486
14487 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
14488
14489 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
14490
14491 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
14492
14493 * shell.el (shell-dynamic-complete-filename): New fun.
14494 (shell-dynamic-complete-functions): Use it.
14495
14496 * help-fns.el (describe-variable): Undo 2008-02-25 change.
14497
14498 2008-04-03 Kenichi Handa <handa@m17n.org>
14499
14500 * international/fontset.el (create-fontset-from-x-resource):
14501 Handle the error of X resource more gracefully.
14502
14503 * international/latin1-disp.el (latin1-display): Don't use make-char.
14504 Fix the argument to set-char-table-range.
14505 (latin1-display-identities): Don't use make-char.
14506 (latin1-display-reset): Use map-charset-chars instead of directly
14507 calling standard-display-default.
14508 (latin1-display-check-font): Don't use make-char.
14509 (latin1-display-setup): Likewise.
14510 (latin1-display-ucs-per-lynx): Likewise.
14511
14512 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14513
14514 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
14515 name the fields, to make the code clearer.
14516 Rewrite all `aset' and `aref' using the defined accessors.
14517 (timer--time): New pseudo-field.
14518 (timer-set-time, timer-set-idle-time, timer-inc-time)
14519 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
14520 (timer--time-less-p): New function.
14521 (timer--activate): New function, extracted from timer-activate.
14522 (timer-activate-when-idle, timer-activate): Use it.
14523 (cancel-function-timers): Use dolist.
14524
14525 2008-04-03 Glenn Morris <rgm@gnu.org>
14526
14527 * add-log.el (c-beginning-of-defun, c-end-of-defun):
14528 Remove declarations; no longer used.
14529 (c-cpp-define-name, c-defun-name): Declare as functions.
14530
14531 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
14532 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
14533
14534 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
14535 (holiday-passover-etc, holiday-hanukkah): Doc fix.
14536 Add optional argument. Simplify.
14537 (holiday-tisha-b-av-etc): Use memq rather than unless.
14538 (holiday-julian): Autoload it.
14539 (holiday-hebrew-misc): New function.
14540
14541 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
14542
14543 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
14544 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
14545 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
14546 all-hebrew-calendar-holidays.
14547 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
14548 Simplify using new functions.
14549 (calendar-holidays): Doc fix.
14550 (generate-calendar-window): Use bound-and-true-p.
14551
14552 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
14553
14554 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
14555 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
14556 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
14557 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
14558
14559 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
14560
14561 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
14562
14563 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
14564
14565 * vc-bzr.el (vc-bzr-checkout): Simplify.
14566
14567 * image-mode.el (image-mode-fit-frame): New command.
14568
14569 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
14570 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
14571 (keyboard-escape-quit): Check region-active-p i.s.o
14572 transient-mark-mode.
14573
14574 2008-04-02 Simon Josefsson <simon@josefsson.org>
14575
14576 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
14577 (imap-message-copyuid-1): Use it.
14578 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
14579 J. Williams in
14580 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
14581
14582 2008-04-02 Alan Mackenzie <acm@muc.de>
14583
14584 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
14585 New optimised functions to get the name of the current defun/macro.
14586
14587 * add-log.el (add-log-current-defun): Move the functionality which
14588 gets the current function name for C like modes to cc-cmds.el,
14589 thus optimising for speed.
14590
14591 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
14592
14593 * simple.el (deactivate-mark): When the mark is temporarily
14594 active, restore the original value of transient-mark-mode.
14595 (set-mark-command): First deactivate the mark if was temporarily active.
14596 (exchange-point-and-mark): Reactivate the mark if it was
14597 temporarily active.
14598 (handle-shift-selection): New fun.
14599 (transient-mark-mode): Move var documentation here from buffer.c.
14600 (next-line, previous-line, backward-word, move-end-of-line)
14601 (move-beginning-of-line, forward-to-indentation)
14602 (backward-to-indentation, back-to-indentation)
14603 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
14604
14605 * mouse.el (mouse-set-region-1): Save the old value of
14606 transient-mark-mode.
14607 (mouse-drag-track): Ignore the now-obsolete value `identity' for
14608 transient-mark-mode.
14609
14610 * textmodes/paragraphs.el (forward-paragraph)
14611 (backward-paragraph, forward-sentence, backward-sentence): Add ^
14612 interactive spec.
14613
14614 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
14615
14616 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
14617
14618 * net/tramp.el (tramp-make-tramp-temp-file):
14619 Use `tramp-drop-volume-letter' for the local file name part.
14620
14621 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
14622
14623 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
14624 Add menu entries corresponding to all the key bindings.
14625
14626 * emacs-lisp/debug.el (debugger-mode-map):
14627 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
14628 (conf-align-assignments): Only work on the region if it is active.
14629 (conf-quote-normal): Use when instead of if. Remove redundant test.
14630
14631 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
14632 for tracing and re-builder.
14633
14634 2008-04-02 Glenn Morris <rgm@gnu.org>
14635
14636 * calendar/appt.el (appt-disp-window-function): Doc fix.
14637 (appt-display-message): Move beep before display.
14638 (appt-check): Make interactive. Reduce the number of lets.
14639 Use string-equal to compare mode-line strings.
14640 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
14641 read-only.
14642 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
14643 (appt-delete): Simplify.
14644
14645 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
14646
14647 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
14648
14649 * calendar/cal-hebrew.el (list-yahrzeit-dates):
14650 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
14651 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
14652
14653 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
14654 (calendar-holiday-marker, mark-visible-calendar-date):
14655 * calendar/diary-lib.el (fancy-diary-display):
14656 Check for font-lock-mode before using faces.
14657
14658 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
14659 (calendar-gregorian-from-absolute): Reduce the number of lets.
14660 (hebrew-holidays-4, generate-calendar-window): Simplify.
14661 (calendar-for-loop): Make obsolete.
14662 (calendar-nth-named-day): Doc fix.
14663
14664 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
14665 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
14666 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
14667 Reduce the number of lets.
14668 (mark-sexp-diary-entries, calendar-mark-complex):
14669 Expand calendar-for-loops.
14670
14671 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
14672
14673 * find-dired.el (find-dired-filter): Fix last patch to handle
14674 multi-line process input. Pad link numbers too.
14675
14676 2008-04-01 Jari Aalto <jari.aalto@cante.net>
14677
14678 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
14679
14680 2008-04-01 Jason Rumney <jasonr@gnu.org>
14681
14682 * international/characters.el (script-list): Add phonetic script,
14683 covering IPA (previously Latin), Phonetic Extensions and
14684 Phonetic Extensions Supplement (both previously unassigned).
14685
14686 * international/fontset.el (setup-default-fontset): Use unicode fonts
14687 that cover bopomofo script for bopomofo.
14688 Likewise for braille and mathematical.
14689 Use unicode scripts that cover the phonetic script for IPA.
14690
14691 2008-04-01 Johan Bockgård <bojohan@gnu.org>
14692
14693 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
14694 return the assigned value.
14695
14696 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
14697
14698 * abbrev.el (abbrev-mode): Use define-minor-mode.
14699
14700 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
14701 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
14702 Use map-keymap.
14703 (minor-mode-menu-from-indicator): Use it. Simplify.
14704
14705 * bindings.el (mode-line-mode-menu): Move before (new) first use.
14706 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
14707 Bind the key directly to the menu.
14708 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
14709
14710 2008-04-01 Daiki Ueno <ueno@unixuser.org>
14711
14712 * epa.el (epa-decrypt-region): Explain the reason why this
14713 function should not be used in Lisp programs.
14714 (epa-decrypt-armor-in-region): Ditto.
14715 (epa-verify-region): Ditto.
14716 (epa-verify-cleartext-in-region): Ditto.
14717 (epa-sign-region): Ditto.
14718 (epa-encrypt-region): Ditto.
14719
14720 * epg.el (epg-start-receive-keys): Fix typo in docstring.
14721
14722 * epa.el (epa-select-keys): Show menu even if there is no key in
14723 GnuPG's keyring.
14724
14725 2008-04-01 Glenn Morris <rgm@gnu.org>
14726
14727 * calendar/calendar.el (calendar-make-temp-face): New function.
14728 (mark-visible-calendar-date):
14729 * calendar/diary-lib.el (fancy-diary-display): Use it.
14730
14731 * vc-hooks.el (vc-responsible-backend): Declare as function.
14732
14733 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
14734 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
14735 * calendar/cal-julian.el (holiday-julian): Use it.
14736
14737 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
14738 (calendar-hebrew-date-is-visible-p): Extract some common code into
14739 separate function.
14740 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
14741
14742 * calendar/cal-menu.el (cal-menu-holidays-menu):
14743 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
14744 rather than obsolete alias.
14745
14746 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
14747 for mark characters.
14748 (calendar-unmark): Unmark by removing all overlays, rather than
14749 redrawing.
14750 (calendar-starred-day): Remove.
14751 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
14752 (calendar-cursor-to-date): No need for special star handling now
14753 using overlays.
14754 (calendar-star-date): Use overlays.
14755
14756 * calendar/cal-french.el (calendar-goto-french-date):
14757 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
14758 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
14759 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
14760 * calendar/cal-persia.el (calendar-persian-date-string):
14761 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
14762 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
14763 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
14764 * calendar/solar.el (solar-equinoxes-solstices):
14765 Reduce nesting of some lets.
14766
14767 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
14768 (calendar-goto-mayan-long-count-date): Simplify.
14769
14770 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
14771 Simplify by using mapcar.
14772 (calendar-list-holidays): Return holiday-list.
14773 (list-holidays): Use let rather than let*. Remove un-needed locals
14774 `d', `never'.
14775 (calendar-check-holidays): Return result from dolist.
14776 (holiday-float): Use a single let*. Simplify if-and to and.
14777 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
14778 single let*.
14779
14780 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
14781
14782 * calc/calc.el: Autoload `calc-yank'.
14783 (calc-mode-map): Add keybindings for `calc-yank'.
14784 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
14785 assignments for `calc-yank'.
14786
14787 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
14788
14789 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
14790 (vc-status-mark-buffer-changed): Handle the extra field.
14791
14792 * vc-bzr.el (vc-bzr-after-dir-status):
14793 * vc-cvs.el (vc-cvs-after-dir-status):
14794 * vc-hg.el (vc-hg-after-dir-status):
14795 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
14796
14797 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14798
14799 * doc-view.el: Compute displayed pages first (in PDF).
14800 (doc-view-current-converter-processes): Rename from
14801 doc-view-current-converter-process. Update users.
14802 (doc-view-sentinel): Test buffer's liveness.
14803 (doc-view-pdf/ps->png-sentinel): Remove.
14804 (doc-view-start-process): New function.
14805 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
14806 (doc-view-ps->pdf): Use it.
14807 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
14808 New functions.
14809 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
14810 (doc-view-mode): Kill the processes when leaving the mode.
14811
14812 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
14813
14814 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
14815 Use `byte-compile-warning-types'. Add docstring.
14816
14817 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
14818
14819 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
14820 (smerge-resolve): Add various resolution heuristics.
14821
14822 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
14823 in 3-way conflicts.
14824
14825 2008-03-31 Glenn Morris <rgm@gnu.org>
14826
14827 * calendar/cal-bahai.el (diary-bahai-mark-entries):
14828 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
14829 * calendar/cal-islam.el (mark-islamic-diary-entries):
14830 Fix argument order in call to diary-mark-entries-1.
14831
14832 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
14833 pre-Bahai dates.
14834 (holiday-bahai): Use an algorithm actually relevant to this calendar
14835 system.
14836
14837 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
14838
14839 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
14840 Use and.
14841
14842 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
14843 in the last fortnight in Julian October.
14844
14845 * calendar/calendar.el (increment-calendar-month): Optionally handle
14846 systems without 12 months per year.
14847 (calendar-date-is-visible-p): Doc fix. Simplify.
14848
14849 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
14850 from dolist.
14851
14852 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
14853
14854 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
14855 (hi-lock-unload-function): New function.
14856
14857 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
14858
14859 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
14860 overwriting when NEWNAME is a local file.
14861
14862 * net/trampver.el: Update release number.
14863
14864 2008-03-30 Alexandre Julliard <julliard@winehq.org>
14865
14866 * vc-git.el: Make vc-status display information about copies,
14867 renames and permission changes.
14868 (vc-git-extra-fileinfo): New defstruct.
14869 (vc-git-escape-file-name, vc-git-file-type-as-string)
14870 (vc-git-rename-as-string, vc-git-permissions-as-string)
14871 (vc-git-status-printer): New functions.
14872 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
14873 (vc-git-after-dir-status-stage1): Look for copies, renames and
14874 permission changes.
14875 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
14876 (vc-git-dir-status): Ask for staged files and renames.
14877
14878 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
14879
14880 * vc.el: Allow backends to display backend specific information in
14881 the vc-status listing.
14882 (vc-status-fileinfo): Add a field for backend specific information.
14883 (vc-status-printer): Rename to ...
14884 (vc-default-status-printer): ... this.
14885 (vc-status-printer): New function.
14886 (vc-update-vc-status-buffer): Set the backend specific file info
14887 if provided.
14888
14889 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
14890
14891 * textmodes/remember.el (remember-diary-convert-entry): Revert last
14892 change (ill-conceived).
14893
14894 2008-03-29 Glenn Morris <rgm@gnu.org>
14895
14896 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
14897 * calendar/cal-julian.el (holiday-julian): Simplify.
14898
14899 * calendar/holidays.el (list-holidays): Use or.
14900
14901 2008-03-29 Juri Linkov <juri@jurta.org>
14902
14903 * window.el (split-window-preferred-horizontally): New function.
14904
14905 * cus-start.el (split-window-preferred-function):
14906 Set choice for "vertically" to nil instead of split-window.
14907 Set choice for "horizontally" to split-window-preferred-horizontally
14908 instead of lambda.
14909
14910 2008-03-29 Juri Linkov <juri@jurta.org>
14911
14912 * simple.el (minibuffer-default-add-function): New variable with
14913 the default to minibuffer-default-add-completions.
14914 (minibuffer-default-add-done): New variable. Make it buffer-local.
14915 (minibuffer-default-add-completions): New function.
14916 (goto-history-element): Set minibuffer-default-add-done to t and
14917 call a function in minibuffer-default-add-function when the
14918 specified absolute history position is greater than the length of
14919 the minibuffer-default list and minibuffer-default-add-done is nil.
14920 Change "^End of history; no next item$" to "^End of defaults;
14921 no next item$".
14922
14923 * bindings.el (debug-ignored-errors): Change "^End of history;
14924 no next item$" to "^End of defaults; no next item$".
14925
14926 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
14927
14928 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
14929
14930 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
14931 to with-no-warnings.
14932
14933 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
14934
14935 Sync with Tramp 2.1.13.
14936
14937 * net/tramp-ftp.el: Require 'cl when byte-compiling.
14938
14939 * net/trampver.el: Update release number.
14940
14941 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
14942
14943 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
14944 the current backend.
14945
14946 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
14947 (vc-status-refresh): Create a temporary buffer and call the
14948 `dir-status' backend function from that buffer.
14949
14950 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
14951 (vc-bzr-after-dir-status): Don't kill the buffer.
14952
14953 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
14954 (vc-cvs-after-dir-status): Don't kill the buffer.
14955
14956 * vc-git.el (vc-git-dir-status): Don't create a buffer.
14957 (vc-git-after-dir-status-stage2): Don't kill the buffer.
14958
14959 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
14960 (vc-hg-after-dir-status): Don't kill the buffer.
14961
14962 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
14963 (vc-svn-after-dir-status): Don't kill the buffer.
14964
14965 2008-03-29 Glenn Morris <rgm@gnu.org>
14966
14967 * calendar/calendar.el (diary-file, american-date-diary-pattern)
14968 (european-date-diary-pattern, european-calendar-display-form)
14969 (american-calendar-display-form, diary-display-hook): Doc fixes.
14970 (european-calendar-style): Doc fix. Use calendar-set-date-style for
14971 custom :set. Mark as obsolete.
14972 (calendar-date-style, iso-date-diary-pattern)
14973 (iso-calendar-display-form): New user variables.
14974 (diary-date-forms, calendar-date-display-form): Set using
14975 calendar-date-style. Doc fix.
14976 (calendar-set-date-style): New command.
14977 (european-calendar, american-calendar): Use calendar-set-date-style.
14978 Mark as obsolete.
14979
14980 * calendar/diary-lib.el (number): Move declaration where needed.
14981 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
14982 (diary-make-date): New function.
14983 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
14984 Use diary-make-date.
14985 (diary-date-display-form, diary-insert-entry-1): New functions.
14986 (insert-monthly-diary-entry, insert-yearly-diary-entry):
14987 Use diary-insert-entry-1.
14988 (insert-anniversary-diary-entry, insert-block-diary-entry)
14989 (insert-cyclic-diary-entry): Use diary-date-display-form.
14990
14991 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
14992 Autoload diary-insert-entry-1.
14993 * calendar/cal-bahai.el (diary-bahai-insert-entry)
14994 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
14995 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
14996 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
14997 * calendar/cal-islam.el (insert-islamic-diary-entry)
14998 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
14999 Use diary-insert-entry-1.
15000
15001 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
15002 (diary-yahrzeit): Doc fix. Use diary-make-date.
15003
15004 * calendar/icalendar.el (icalendar--datetime-to-american-date):
15005 New name for icalendar--datetime-to-noneuropean-date. Make old name
15006 obsolete alias.
15007 (icalendar--datetime-to-iso-date): New function.
15008 (icalendar--datetime-to-diary-date): Doc fix. Respect
15009 calendar-date-style if bound.
15010
15011 * textmodes/remember.el (remember-diary-convert-entry):
15012 Respect calendar-date-style if bound.
15013
15014 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
15015
15016 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
15017 (xterm-mouse-handle-delete-frame): Delete.
15018
15019 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
15020 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
15021 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
15022 in xterm-modify-other-keys-terminal-list.
15023
15024 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
15025 are conflicts.
15026
15027 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
15028
15029 * vc.el (vc-update): Check if the buffer is unsaved only if it
15030 actually exists.
15031 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
15032 vc-print-log.
15033
15034 2008-03-28 Magnus Henoch <mange@freemail.hu>
15035
15036 * net/dns.el (dns-write): Use set-buffer-multibyte.
15037
15038 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
15039
15040 * vc-bzr.el (vc-bzr-sha1): New fun.
15041 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
15042 (vc-bzr-registered): Use it.
15043
15044 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15045
15046 * vc.el (vc-status-kill-dir-status-process): Simplify.
15047 (vc-status-refresh): Make sure the buffer is live.
15048 (ring): Don't require it, not used.
15049
15050 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
15051
15052 * progmodes/verilog-mode.el (verilog-auto-inout-module):
15053 Add optional regular expression to AUTOINOUTMODULE.
15054 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
15055 (verilog-auto-inst-param, verilog-auto-reg)
15056 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
15057 (verilog-auto-output-every, verilog-auto-input)
15058 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
15059 (verilog-auto-unused, verilog-auto): Update documentation to use
15060 more obvious instance module names versus cell names.
15061
15062 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
15063
15064 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
15065 kill if a process is running.
15066
15067 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
15068
15069 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
15070
15071 * vc.el: Add new backend function 'status-extra-headers.
15072 (vc-default-status-extra-headers): New function.
15073 (vc-status-headers): Call 'status-extra-headers. Add colors.
15074
15075 * vc-git.el (vc-git-status-extra-headers): New function.
15076
15077 2008-03-28 Glenn Morris <rgm@gnu.org>
15078
15079 * calendar/cal-menu.el (cal-menu-holidays-menu)
15080 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
15081 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
15082 holiday-list is optional.
15083 (calendar-mouse-holidays): Remove un-needed local `l'.
15084
15085 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
15086 Remove un-needed local `date'.
15087 (calendar-cursor-to-visible-date): Use let rather than let*.
15088 Remove un-needed local `first-of-month-weekday'.
15089
15090 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
15091
15092 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
15093 Doc fixes.
15094 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
15095 (diary-header-line-flag, diary-header-line-format): Declare.
15096 (diary-pull-attrs): Check for multiple matches.
15097 (diary-list-entries-2): Simplify finding start of date.
15098 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
15099 pop-up-frames.
15100 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
15101 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
15102
15103 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
15104
15105 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
15106
15107 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
15108
15109 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15110
15111 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
15112
15113 * image-mode.el (image-mode-reapply-winprops): Fix last change.
15114
15115 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
15116
15117 * international/mule-conf.el (define-iso-single-byte-charset):
15118 Don't make latin-iso8859-* supplementary.
15119 (#'set-charset-priority): Don't change the priority of charsets
15120 `unicode' and `emacs'.
15121
15122 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
15123
15124 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
15125 temp buffer.
15126
15127 2008-03-27 Glenn Morris <rgm@gnu.org>
15128
15129 * calendar/cal-bahai.el (diary-bahai-list-entries):
15130 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
15131 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
15132
15133 * calendar/calendar.el (diary-file): Doc fix.
15134
15135 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
15136 (list-diary-entries-hook, mark-diary-entries-hook)
15137 (include-other-diary-files, diary-mail-entries)
15138 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
15139 (diary-set-header): New function.
15140 (diary-header-line-flag, diary-header-line-format):
15141 Use diary-set-header for custom :set function.
15142 (diary-set-maybe-redraw): Use symbol-value rather than eval.
15143 (diary-attrtype-convert): Use intern-soft rather than read.
15144 (diary-display-no-entries): New function.
15145 (simple-diary-display, fancy-diary-display): Use it.
15146 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
15147 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
15148
15149 * calendar/holidays.el (list-holidays): Doc fix.
15150
15151 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
15152
15153 * calc/calc-store.el (calc-read-var-name-history): New variable.
15154 (calc-read-var-name): Use `calc-read-var-name-history'.
15155
15156 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15157
15158 * image-mode.el (image-mode-reapply-winprops): Simplify now that
15159 window-configuration-change-hook works buffer-locally.
15160
15161 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15162
15163 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
15164 for Emacs Lisp, not Lisp.
15165
15166 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
15167
15168 * help-fns.el (describe-function-1, describe-variable):
15169 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
15170
15171 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
15172 replacement is provided, don't print "use nil instead".
15173
15174 2008-03-26 Johan Bockgård <bojohan@gnu.org>
15175
15176 * complete.el (PC-do-completion): Use regexp-quote.
15177
15178 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
15179
15180 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
15181 Detect missing files.
15182
15183 * vc-git.el (vc-git-extra-menu-map): New key map.
15184 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
15185 New functions.
15186
15187 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
15188 and 'missing files.
15189
15190 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15191
15192 * calendar/holidays.el (list-holidays): Make Y2 optional.
15193
15194 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
15195 buffers shown to the user.
15196 (appt-disp-window): Disable undo explicitly now that the leading space
15197 is gone.
15198
15199 * simple.el (activate-mark): New function.
15200 (set-mark-command): Use it with region-active-p to clean up the code.
15201 (exchange-point-and-mark): Invert the meaning of C-u when
15202 transient-mark-mode is active.
15203
15204 * dired-aux.el (dired-create-files): Use dolist.
15205
15206 * bindings.el (mode-line-change-eol): Use with-selected-window.
15207
15208 * apropos.el (apropos-command): Include macros.
15209
15210 2008-03-26 Glenn Morris <rgm@gnu.org>
15211
15212 * calendar/cal-bahai.el: Require calendar, not cal-julian.
15213 (calendar-bahai-epoch): Doc fix.
15214
15215 * calendar/cal-china.el: Explicitly require calendar.
15216
15217 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
15218 Require calendar rather than cal-julian.
15219 Autoload calendar-absolute-from-julian.
15220 * calendar/cal-coptic.el (coptic-calendar-epoch):
15221 * calendar/cal-islam.el (calendar-islamic-epoch):
15222 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
15223
15224 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
15225
15226 * calendar/cal-dst.el: Don't require cal-persia.
15227 (calendar-absolute-from-persian): Autoload it.
15228 (dst-adjust-time): Doc fix.
15229
15230 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
15231 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
15232 calendar.
15233
15234 * calendar/cal-menu.el: Require calendar rather than declaring
15235 functions.
15236 * calendar/calendar.el: Provide calendar before requiring cal-menu.
15237
15238 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
15239 calendar-after-frame-setup-hooks. Update callers, make old name an
15240 obsolete alias. Doc fix.
15241 (calendar-frame-1): Doc fix.
15242
15243 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
15244
15245 * calendar/calendar.el (oriental-holidays, solar-holidays):
15246 * calendar/holidays.el (list-holidays): Assume atan always bound.
15247
15248 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
15249 Explicitly require calendar, not cal-julian.
15250 * calendar/lunar.el: Explicitly require cal-dst.
15251
15252 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
15253
15254 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
15255
15256 * help-fns.el (describe-function-1, describe-variable): If no
15257 replacement is provided, don't print "use nil instead".
15258
15259 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15260
15261 * proced.el: New file.
15262
15263 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
15264
15265 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
15266
15267 2008-03-25 Juri Linkov <juri@jurta.org>
15268
15269 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
15270 in battery-mode-line-format.
15271
15272 * bindings.el (minibuffer-local-map): For the command
15273 file-cache-minibuffer-complete replace keymap minibuffer-local-map
15274 with map which is already locally bound to minibuffer-local-map.
15275
15276 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15277
15278 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
15279 Remove `sort-first' argument.
15280
15281 * subr.el (redisplay-end-trigger-functions)
15282 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
15283 (process-filter-multibyte-p, set-process-filter-multibyte):
15284 Mark as obsolete.
15285
15286 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
15287
15288 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
15289 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
15290 use the LOCAL arg of `add-hook'.
15291 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
15292 Remove spurious * from defcustom docstrings.
15293 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
15294 Fix typos in messages.
15295 (reb-mode-buffer-p): New function.
15296 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
15297 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
15298 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
15299 Use `unless', `when'.
15300 (re-builder-unload-function): New function.
15301
15302 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
15303
15304 * vc-hooks.el (vc-state): Add documentation for 'missing.
15305
15306 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
15307
15308 * progmodes/verilog-mode.el (verilog-auto-output)
15309 (verilog-auto-input, verilog-auto-inout, verilog-auto)
15310 (verilog-delete-auto): Add optional regular expression to
15311 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
15312 (verilog-signals-matching-regexp): New internal function for
15313 signal matching.
15314
15315 2008-03-25 Johan Bockgård <bojohan@gnu.org>
15316
15317 * info.el (Info-isearch-search): Always return point.
15318
15319 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
15320
15321 * diff-mode.el (diff-remembered-defdir): New var.
15322 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
15323
15324 2008-03-25 Glenn Morris <rgm@gnu.org>
15325
15326 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
15327 calendar-bahai-prompt-for-date. Update callers, make old name an
15328 obsolete alias. Doc fix.
15329 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
15330 coptic-prompt-for-date. Update callers, make old name an
15331 obsolete alias. Doc fix.
15332 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
15333 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
15334 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
15335 calendar-islamic-prompt-for-date. Update callers. Doc fix.
15336 * calendar/cal-iso.el (calendar-iso-read-date): New name for
15337 calendar-iso-read-args. Update callers, make old name an obsolete
15338 alias.
15339 * calendar/cal-persia.el (calendar-persian-read-date): New name for
15340 persian-prompt-for-date. Update callers, make old name an
15341 obsolete alias. Doc fix. Move definition before use.
15342
15343 * calendar/cal-x.el (diary-frame-parameters)
15344 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
15345 (calendar-frame-1): Doc fixes.
15346 (make-fancy-diary-buffer): Remove declaration.
15347 (calendar-dedicate-diary): Replace call to deleted function
15348 make-fancy-diary-buffer.
15349 (calendar-frame-setup): New function.
15350 (calendar-one-frame-setup, calendar-only-one-frame-setup)
15351 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
15352 work, and mark as obsolete.
15353 (special-display-buffer-names): Don't mess with this; it's not our
15354 business.
15355 (cal-x-load-hook): Defvar it, and mark as obsolete.
15356
15357 * calendar/calendar.el (calendar-remove-frame-by-deleting):
15358 Default to t. Add to 'calendar group.
15359 (calendar): Doc fix. Use calendar-frame-setup.
15360 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
15361 (generate-calendar-window): Doc fix.
15362
15363 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
15366
15367 2008-03-24 Drew Adams <drew.adams@oracle.com>
15368
15369 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
15370 New variables.
15371 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
15372 (finder-exit): Ignore errors rather than avoiding them.
15373 Kill *Finder-package* buffer also.
15374
15375 2008-03-24 Andreas Schwab <schwab@suse.de>
15376
15377 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
15378
15379 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
15380
15381 * vc-hg.el (vc-hg-after-dir-status):
15382 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
15383
15384 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
15385 Detect removed files.
15386
15387 * vc.el (vc-status-printer): Use a different face for missing files.
15388 (vc-status-hide-up-to-date): Rename from
15389 vc-status-remove-up-to-date. Update all callers.
15390 (vc-status-mode-map): Bind C-m.
15391
15392 2008-03-24 Alexandre Julliard <julliard@winehq.org>
15393
15394 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
15395 code ...
15396 (vc-git--state-code): ... to this new function.
15397 (vc-git-state): Use it.
15398
15399 2008-03-24 Trent W. Buck <trentbuck@gmail.com> (tiny change)
15400
15401 * textmodes/remember.el (remember-mail-date)
15402 (remember-store-in-mailbox): Write date and From line in such a
15403 way that Mutt can read it.
15404
15405 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
15406
15407 * simple.el (transient-mark-mode): Turn on by default.
15408
15409 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15410
15411 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
15412 'unregistered for unregistered files.
15413
15414 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
15415
15416 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
15417
15418 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
15419 subdirectories.
15420
15421 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
15422 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
15423 Add :enable for vc-status-refresh.
15424 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
15425 (vc-status-tool-bar-map): Add binding for
15426 vc-status-kill-dir-status-process.
15427 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
15428 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
15429 Reset vc-status-process-buffer.
15430 (vc-status-refresh): Don't run two refreshes at a time.
15431 (vc-status): If the buffer is already in vc-status-mode only refresh.
15432 (vc-status-mark-buffer-changed): Add an optional file parameter.
15433 (vc-resynch-buffer): Use it.
15434 (vc-delete-file): Expand the file name before using it.
15435 Be careful to not create a new buffer with the old file contents.
15436 Update the VC state after performing the operation.
15437
15438 2008-03-23 Andreas Schwab <schwab@suse.de>
15439
15440 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
15441 Fix radio button condition.
15442 [box]: Likewise.
15443 [customize]: Add radio button.
15444
15445 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
15446
15447 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
15448 (calc-user-parse-tables, calc-gnuplot-default-device)
15449 (calc-gnuplot-default-output, calc-gnuplot-print-device)
15450 (calc-gnuplot-print-output, calc-gnuplot-geometry)
15451 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
15452 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
15453 (calc-undo-list, calc-redo-list, calc-main-buffer)
15454 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
15455 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
15456 (calc-said-hello, calc-executing-macro, calc-any-selections)
15457 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
15458 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
15459 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
15460 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
15461 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
15462 (calc-create-buffer, calc-quit): Add docstrings.
15463
15464 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
15465
15466 * makefile.w32-in (WINS_ALMOST): Add org.
15467
15468 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
15469
15470 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
15471 New functions to implement vc-status support.
15472
15473 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15474
15475 * vc.el (vc-status-prepare-status-buffer): New function.
15476 (vc-status): Use it.
15477
15478 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
15479 appropriate.
15480
15481 2008-03-22 Alexandre Julliard <julliard@winehq.org>
15482
15483 * vc-git.el (vc-git--empty-db-p)
15484 (vc-git-after-dir-status-stage1-empty-db): New functions.
15485 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
15486 Add support for empty repositories.
15487
15488 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
15489
15490 * vc-git.el (vc-git-annotate-extract-revision-at-line):
15491 Allow "^" in a version name.
15492
15493 * vc-mtn.el (vc-mtn-state): Support the added state.
15494
15495 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
15496
15497 * org: New directory for Org-mode.
15498
15499 * org/org-export-latex.el: Moved from lisp/textmodes.
15500
15501 * org/org-irc.el: Moved from lisp/textmodes.
15502
15503 * org/org-mac-message.el: Moved from lisp/textmodes.
15504
15505 * org/org-mouse.el: Moved from lisp/textmodes.
15506
15507 * org/org-publish.el: Moved from lisp/textmodes.
15508
15509 2008-03-21 Juri Linkov <juri@jurta.org>
15510
15511 * comint.el (comint-dynamic-simple-complete):
15512 Use variable `stub' for the second arg `common-substring'
15513 of `comint-dynamic-list-completions'.
15514 (comint-dynamic-list-filename-completions):
15515 Use variable `filenondir' for the second arg `common-substring'
15516 of `comint-dynamic-list-completions'.
15517 (comint-dynamic-list-completions): Add new optional arg
15518 `common-substring'. Add `common-substring' as the second arg of
15519 the call to `display-completion-list'. Doc fix.
15520
15521 * comint.el (comint-dynamic-complete-as-filename)
15522 (comint-dynamic-list-filename-completions)
15523 (comint-dynamic-simple-complete): Use `minibuffer-message'
15524 to display message "No completions of %s" when a command
15525 is called in the minibuffer.
15526 (comint-dynamic-simple-complete): Don't display other
15527 completion messages when a command is called in the minibuffer.
15528 (comint-dynamic-list-completions): Use `minibuffer-message'
15529 to display message " [Type space to flush ...]" when a command
15530 is called in the minibuffer.
15531
15532 * shell.el (shell-dynamic-complete-command)
15533 (shell-dynamic-complete-environment-variable): Don't display
15534 completion messages when command is called in the minibuffer.
15535
15536 * emacs-lisp/lisp.el (lisp-complete-symbol):
15537 Use `minibuffer-message' to display message "No completions of %s"
15538 when this command is called in the minibuffer.
15539
15540 * bindings.el (standard-mode-line-modes): Put special help-echo
15541 tooltip on recursive edit %[ %] mode-line constructs.
15542
15543 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
15544 "^No dynamic expansion for .* found$" to allow error messages like
15545 "No dynamic expansion for \"%s\" found in this-buffer".
15546
15547 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
15548
15549 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
15550 "psftp".
15551
15552 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
15553
15554 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
15555 * vc.el (vc-default-dired-state-info): Use just "modified".
15556 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
15557 (vc-cvs-mode-line-string): Make use of the better default.
15558 (vc-cvs-parse-entry): Use the new `added'.
15559 (vc-cvs-dired-state-info): Remove.
15560 * vc-svn.el (vc-svn-dired-state-info): Remove.
15561 * vc-hg.el (vc-hg-dired-state-info): Remove.
15562 * vc-git.el (vc-git-dired-state-info): Remove.
15563
15564 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15565
15566 * vc-git.el (vc-git-status-result): New variable.
15567 (vc-git-dir-status): Split out ...
15568 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
15569 ... these new functions and work asynchronously.
15570
15571 2008-03-21 Alexandre Julliard <julliard@winehq.org>
15572
15573 * vc-git.el (vc-git-after-dir-status): Remove.
15574 (vc-git-dired-state-info): Reimplement.
15575
15576 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
15577
15578 * replace.el (occur-mode-map): Add :help.
15579
15580 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
15581 for disassemble.
15582
15583 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
15584 the 'added state.
15585 (vc-status-remove-up-to-date): New function.
15586 (vc-status-mode-map, vc-status-menu-map): Bind it.
15587 (vc-status-printer): Use a different face up-to-date files.
15588 (vc-resynch-buffer): Update the vc-status buffer if it exists.
15589 (Todo): Remove solved entries.
15590
15591 * vc-hg.el (vc-hg-state):
15592 * vc-git.el (vc-git-state):
15593 * vc-cvs.el (vc-cvs-parse-status):
15594 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
15595 state.
15596
15597 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15598
15599 * progmodes/compile.el (compile):
15600 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
15601
15602 * simple.el (minibuffer-local-shell-command-map): New var.
15603 (minibuffer-complete-shell-command, read-shell-command): New funs.
15604 (shell-command, shell-command-on-region): Use them.
15605
15606 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15607
15608 * vc.el (vc-status-mark-buffer-changed): New function to implement
15609 updating of the *vc-status* buffer when a buffer is saved.
15610 (vc-status-mode): Use it for after-change-hook.
15611 (vc-add-to-vc-status-buffer): Rename to ...
15612 (vc-status-add-entry): ... this.
15613 (Todo): Add new entry.
15614
15615 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
15616
15617 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
15618
15619 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
15620
15621 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
15622 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
15623 Remove spurious * from defcustom docstrings.
15624 (icomplete-compute-delay): Fix docstring and remove spurious *.
15625 (icomplete-delay-completions-threshold): Fix typo in docstring and
15626 remove spurious *.
15627 (icomplete-completions): While collecting the list of prospective
15628 candidates, don't overshoot `icomplete-prospects-length'.
15629
15630 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
15631
15632 * textmodes/refbib.el:
15633 * textmodes/reftex.el:
15634 * textmodes/reftex-global.el:
15635 * textmodes/reftex-vars.el:
15636 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
15637 compiler pacifying defvars.
15638 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
15639 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
15640 not needed.
15641
15642 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
15643
15644 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
15645 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
15646 (verilog-customize, verilog-font-customize)
15647 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
15648 (verilog-mode): Update documentation strings to match tool tips.
15649 (verilog-auto-search-do, verilog-auto-re-search-do)
15650 (verilog-skip-forward-comment-or-string): Fix verilog-auto
15651 expansion when a .* appears inside a string.
15652 (verilog-re-search-forward, verilog-re-search-backward):
15653 Add comment to recall how this works.
15654 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
15655
15656 2008-03-20 Glenn Morris <rgm@gnu.org>
15657
15658 * calendar/calendar.el (calendar-other-dates): New function.
15659 (calendar-print-other-dates): Use calendar-other-dates.
15660 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
15661 the declarations it replaces.
15662 (calendar-mouse-print-dates): Use calendar-other-dates.
15663
15664 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
15665 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
15666 (calendar-absolute-from-bahai): Fix the leap-year case.
15667 (calendar-bahai-from-absolute): Re-use the Gregorian month.
15668 (calendar-bahai-date-string, calendar-bahai-print-date):
15669 Handle pre-Bahai dates.
15670
15671 * calendar/cal-china.el (chinese-calendar-celestial-stem)
15672 (chinese-calendar-terrestrial-branch): Make defcustoms.
15673
15674 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
15675 (calendar-mouse-view-diary-entries): Use or.
15676 (calendar-mouse-chinese-date): Remove unused command.
15677 (cal-menu-load-hook): Mark as obsolete.
15678
15679 * calendar/solar.el (calendar-location-name, calendar-latitude)
15680 (calendar-longitude, solar-arctan, sunrise-sunset)
15681 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
15682
15683 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
15684
15685 * calc/calc.el: Remove outdated comments.
15686 (defcalcmodevar, calc-mode-var-list-restore-default-values)
15687 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
15688 Add docstrings.
15689
15690 2008-03-19 Jason Rumney <jasonr@gnu.org>
15691
15692 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
15693
15694 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
15695
15696 * net/tls.el (open-tls-stream): Reindent.
15697
15698 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
15699
15700 * net/tramp.el (tramp-let-maybe): Removed.
15701 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
15702 It does not exist under XEmacs.
15703 (tramp-handle-file-truename, tramp-handle-expand-file-name)
15704 (tramp-completion-file-name-handler): Let-bind
15705 `directory-sep-char'.
15706
15707 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
15708 `directory-sep-char'.
15709
15710 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15711
15712 * help-fns.el (describe-function-1): Don't signal "missing arglist"
15713 for autoloaded keymaps.
15714
15715 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
15716 (electric-verilog-terminate-line, verilog-in-struct-region-p)
15717 (verilog-backward-ws&directives, verilog-forward-ws&directives)
15718 (verilog-in-comment-p, verilog-in-star-comment-p)
15719 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
15720 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
15721 (verilog-skip-forward-comment-or-string, verilog-in-paren)
15722 (verilog-skip-forward-comment-p): Use it.
15723
15724 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15725
15726 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
15727 (org-remember-templates, org-time-stamp-rounding-minutes)
15728 (org-back-over-empty-lines, org-find-base-buffer-visiting)
15729 (org-columns-new): Fix typos in docstrings.
15730
15731 2008-03-19 Glenn Morris <rgm@gnu.org>
15732
15733 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
15734 (tramp-handle-shell-command): Use condition-case rather than
15735 ignore-errors.
15736
15737 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
15738
15739 * diff-mode.el (diff-header): Make the color louder.
15740 (diff-refine-change): Tone the color down.
15741
15742 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
15743
15744 * descr-text.el (describe-char): When `describe-char-unidata-list'
15745 is set to show all properties, list them in the right order.
15746
15747 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15748
15749 * international/mule.el (load-with-code-conversion): Avoid setting
15750 default-enable-multibyte-characters.
15751
15752 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
15753
15754 * vc.el (vc-annotate-background): Fix custom type.
15755
15756 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
15757
15758 * descr-text.el (describe-char-unidata-list): Allow specifying
15759 just all properties.
15760 (describe-char): Handle that new value.
15761
15762 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
15763
15764 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15765
15766 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
15767 instead of file name extension to make docs with uncommon
15768 extensions work.
15769
15770 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
15771
15772 * doc-view.el (require): Require cl at compile time because
15773 `assert' needs it.
15774
15775 2008-03-18 Glenn Morris <rgm@gnu.org>
15776
15777 * calendar/calendar.el (initial-calendar-window-hook)
15778 (today-visible-calendar-hook): Doc fixes.
15779
15780 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
15781
15782 * net/tramp.el (tramp-root-regexp): Simplify.
15783 (tramp-completion-file-name-regexp-separate): Don't insist on
15784 leading "[". This prevents method or user or host completion.
15785 (tramp-let-maybe): Autoload it.
15786 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
15787 is an alias for `identity'.
15788 (tramp-handle-write-region): Protect `last-coding-system-used'
15789 over the trailing statements.
15790 (tramp-completion-file-name-handler-post-function): Remove.
15791 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
15792 instead of calling `tramp-drop-volume-letter'.
15793
15794 * net/tramp.el:
15795 * net/tramp-uu.el:
15796 * net/trampver.el: Move coding cookie at the end.
15797
15798 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
15799
15800 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
15801 elements which may be something else than characters.
15802
15803 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
15804
15805 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
15806 New functions to implement vc-status support.
15807
15808 * vc.el (vc-default-extra-status-menu)
15809 (vc-add-to-vc-status-buffer): New functions.
15810
15811 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
15812 for eldoc and ielm.
15813
15814 2008-03-17 Glenn Morris <rgm@gnu.org>
15815
15816 * calendar/cal-x.el (diary-frame-parameters)
15817 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
15818 Fix custom type; add options.
15819 (calendar-frame, diary-frame): Doc fixes.
15820 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
15821 new functions.
15822 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
15823 Use calendar-frame-1 and calendar-dedicate-diary.
15824 (calendar-one-frame-setup): Also handle only-one-frame case.
15825 (calendar-only-one-frame-setup): Doc fix. Just call
15826 calendar-one-frame-setup.
15827
15828 * calendar/diary-lib.el: Re-order some definitions before their use.
15829 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
15830 (diary-list-entries): Doc fixes.
15831 (make-fancy-diary-display): Remove function.
15832
15833 * calendar/calendar.el (calendar-today-marker)
15834 (initial-calendar-window-hook, today-visible-calendar-hook)
15835 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
15836 (calendar-star-date, calendar-mark-today): Doc fixes.
15837 (today-visible-calendar-hook): Add options.
15838 (calendar-in-read-only-buffer): New macro.
15839 (calendar-basic-setup): Adapt for change in calendar-read-date.
15840 Place holiday let inside if.
15841 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
15842 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
15843 (calendar-print-other-dates): Use one let rather than many.
15844
15845 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
15846 (calendar-print-other-dates):
15847 * calendar/cal-hebrew.el (list-yahrzeit-dates):
15848 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
15849 * calendar/holidays.el (calendar-list-holidays, list-holidays)
15850 (calendar-cursor-holidays):
15851 * calendar/lunar.el (calendar-phases-of-moon): Use
15852 calendar-in-read-only-buffer to replace previous code and disable undo.
15853
15854 2008-03-16 Juri Linkov <juri@jurta.org>
15855
15856 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
15857 and regexp-search-ring-yank-pointer for the HISTPOS argument of
15858 read-from-minibuffer to provide the correct initial minibuffer
15859 history position in isearch-edit-string when it is called from
15860 isearch-ring-adjust.
15861
15862 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
15863 to check if the current buffer is the minibuffer, and in this case
15864 call abort-recursive-edit to kill the minibuffer. Doc fix.
15865 (kill-this-buffer-enabled-p): Allow this function to return non-nil
15866 when the current buffer is the minibuffer.
15867
15868 * simple.el (goto-line): Leave mark at previous position. Doc fix.
15869
15870 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
15871
15872 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
15873 Use non-nil PARENTS attribute of make-directory instead of
15874 explicitly checking existence the current cache directory.
15875
15876 2008-03-16 Daiki Ueno <ueno@unixuser.org>
15877
15878 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
15879 M-x epa-file-select-keys.
15880
15881 2008-03-16 Kenichi Handa <handa@m17n.org>
15882
15883 * international/mule.el (auto-coding-alist):
15884 Use no-conversion-multibyte for archive files.
15885
15886 2008-03-16 Glenn Morris <rgm@gnu.org>
15887
15888 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
15889 New functions.
15890 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
15891 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
15892 Use calendar-mark-1.
15893 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
15894 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
15895 Use calendar-mark-complex.
15896 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
15897 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
15898 Use calendar-mark-1.
15899
15900 * calendar/calendar.el (calendar-mod): Remove.
15901 * calendar/cal-china.el (calendar-chinese-from-absolute)
15902 (calendar-chinese-date-string): Expand calendar-mod calls.
15903 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
15904 Expand calendar-mod calls.
15905
15906 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
15907 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
15908 (diary-bahai-insert-yearly-entry): Use let rather than let*.
15909 Move obsolete aliases after the functions that replaced them.
15910
15911 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
15912 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
15913 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
15914 Use let rather than let*.
15915 (calendar-hebrew-prompt-for-date): New function.
15916 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
15917 (holiday-tisha-b-av-etc): Use unless, let.
15918
15919 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
15920 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
15921
15922 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
15923
15924 * calendar/calendar.el (calendar-for-loop): Add indent spec.
15925
15926 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
15927 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
15928 than concat.
15929 (diary): Remove un-needed let.
15930 (view-other-diary-entries): Rename argument.
15931 (diary-list-entries-2): New function.
15932 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
15933 (print-diary-entries): Use unless.
15934 (diary-mark-entries-1): Change argument order, make all but
15935 markfunc optional. Handle the standard (Gregorian) case.
15936 Use match-string-no-properties. Handle marks.
15937 (mark-diary-entries): Use diary-mark-entries-1.
15938 (diary-font-lock-keywords-1): New macro.
15939 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
15940
15941 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
15942
15943 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
15944 (icalendar-export-hidden-diary-entries): New variable.
15945 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
15946 In case of error, insert full error-val.
15947 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
15948 Use calendar-day-of-week. Return the day number.
15949 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
15950
15951 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
15952
15953 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
15954 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
15955 (icalendar-export-region): Ignore hidden diary entries.
15956 (icalendar--convert-ordinary-to-ical): Fix case where event
15957 spans across midnight boundary.
15958 (icalendar-first-weekday-of-year): New function.
15959 (icalendar--convert-weekly-to-ical): Allow user-selectable start
15960 year for recurring events (Mozilla calendars do not propagate
15961 recurring events forever, so year 2000 start date was not working).
15962 (icalendar--convert-yearly-to-ical): Remove extra spaces in
15963 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
15964
15965 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
15966
15967 * net/tramp.el (tramp-root-regexp): New defconst.
15968 (tramp-completion-file-name-regexp-unified)
15969 (tramp-completion-file-name-regexp-separate)
15970 (tramp-completion-file-name-regexp-url): Use it.
15971 (tramp-do-copy-or-rename-file-via-buffer):
15972 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
15973 t for `insert-file-contents-literally'.
15974 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
15975 Autoload it.
15976 (tramp-completion-file-name-handler-post-function): New defconst.
15977 (tramp-completion-file-name-handler): Use it.
15978 (tramp-maybe-open-connection): Update calls to
15979 `tramp-flush-connection-property' for removed 2nd argument.
15980
15981 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
15982
15983 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
15984 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
15985 New functions.
15986
15987 2008-03-15 Glenn Morris <rgm@gnu.org>
15988
15989 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
15990 New functions.
15991 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
15992 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15993 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15994 (diary-bahai-list-entries): Use diary-list-entries-1.
15995 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
15996 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
15997 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
15998 (diary-list-entries-1, diary-mark-entries-1): Autoload.
15999 (list-hebrew-diary-entries): Use diary-list-entries-1.
16000 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
16001 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
16002 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
16003 (diary-list-entries-1, diary-mark-entries-1): Autoload.
16004 (list-islamic-diary-entries): Use diary-list-entries-1.
16005 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
16006
16007 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
16008
16009 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
16010
16011 * calendar/cal-china.el (number-chinese-months)
16012 (calendar-chinese-from-absolute): Use nth, caar.
16013
16014 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
16015
16016 * calendar/cal-french.el (french-calendar-accents): Doc fix.
16017
16018 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
16019 (calendar-hebrew-month-name-array-leap-year)
16020 (hebrew-calendar-parashiot-names): Make constants.
16021 (diary-parasha): Move definition after constants it uses.
16022
16023 * calendar/cal-html.el (cal-html-insert-link-yearpage)
16024 (cal-html-htmlify-list): Doc fix.
16025 (cal-html-htmlify-entry): Use nth.
16026
16027 * calendar/cal-islam.el (calendar-islamic-month-name-array)
16028 (calendar-islamic-epoch): Make constants.
16029 (calendar-islamic-epoch): Doc fix.
16030
16031 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
16032
16033 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
16034 (cal-tex-month-name): Doc fix.
16035 (cal-tex-last-blank-p): Use zerop.
16036
16037 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
16038 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
16039 (calendar-cursor-to-date): Doc fix.
16040 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
16041 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
16042 (calendar-day-number): Use when.
16043 (generate-calendar-month): Use dotimes.
16044 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
16045 (calendar-set-mark): Reverse conditional.
16046 (calendar-make-alist): Move definition before use.
16047
16048 * calendar/diary-lib.el (diary-face-attrs)
16049 (diary-glob-file-regexp-prefix, diary-selective-display)
16050 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
16051 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
16052 (diary-anniversary, diary-cyclic)
16053 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
16054 (diary-header-line-format): Change wording.
16055 (diary-list-entries): Set `date-start' in let.
16056 (include-other-diary-files, mark-included-diary-files): Use format.
16057 (simple-diary-display, fancy-diary-display): Use cadr, unless.
16058 (mark-diary-entries): Use 1+.
16059 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
16060 (mark-calendar-month): Use dotimes.
16061
16062 * calendar/holidays.el (displayed-month, displayed-year):
16063 Move declarations where needed.
16064 (calendar-list-holidays): Doc fix.
16065
16066 * calendar/parse-time.el (parse-time-string): Simplify.
16067
16068 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
16069 Make constants.
16070 (solar-sunrise-sunset): Rename some local variables for clarity.
16071 (sunrise-sunset): Use zerop.
16072 (solar-mean-equinoxes/solstices): Doc fix.
16073
16074 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
16075 Use nth.
16076 (timeclock-completing-read, timeclock-generate-report): Use zerop.
16077 (timeclock-mean, timeclock-generate-report): Use dolist.
16078
16079 * calendar/todo-mode.el (todo-add-category): Simplify.
16080 (todo-more-important-p, todo-delete-item, todo-file-item):
16081 Use unless, when.
16082 (todo-top-priorities): Use zerop.
16083
16084 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
16085
16086 * buff-menu.el (list-buffers-noselect): Display buffer name in
16087 tooltip instead of mouse binding when it doesn't fit in the list.
16088
16089 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16090
16091 * faces.el (xw-defined-colors):
16092 * simple.el (widget-convert, shell-mode): Declare as functions
16093 instead of autoloading.
16094
16095 * abbrev.el:
16096 * button.el:
16097 * cus-face.el:
16098 * ediff-hook.el:
16099 * emacs-lisp/backquote.el:
16100 * emacs-lisp/timer.el:
16101 * facemenu.el:
16102 * faces.el:
16103 * menu-bar.el:
16104 * simple.el:
16105 * subr.el:
16106 * textmodes/fill.el:
16107 * textmodes/paragraphs.el: Remove autoloads, redundant when the
16108 files are preloaded.
16109
16110 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16111
16112 * desktop.el (desktop-create-buffer): Don't catch errors if
16113 debug-on-error is set.
16114
16115 2008-03-14 Eli Zaretskii <eliz@gnu.org>
16116
16117 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
16118 ($(lisp)/calendar/diary-loaddefs.el)
16119 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16120 (LOADDEFS): New macro.
16121 (autoloads): Depend on $(LOADDEFS).
16122
16123 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16124
16125 * font-lock.el (featurep): Remove test, not useful anymore.
16126 (facemenu-keymap): Move key binding ...
16127 * facemenu.el (facemenu-keymap): ... here.
16128
16129 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
16130 for each file in the list.
16131 (vc-bzr-log-view-mode): Recognize the file marker.
16132
16133 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
16134 for checkdoc and profiling.
16135
16136 2008-03-14 Bastien Guerry <bzg@altern.org>
16137
16138 * textmodes/flyspell.el (nxml-mode): Add the right
16139 `flyspell-mode-predicate'.
16140
16141 * wid-edit.el (link): Use 'mouse-face for :follow-link.
16142
16143 2008-03-14 Glenn Morris <rgm@gnu.org>
16144
16145 * calendar/solar.el: Reorder so that functions are defined before use.
16146 (displayed-month, displayed-year): Move declarations where needed.
16147 (solar-get-number): Move definition before use. Use unless.
16148 (solar-equatorial-coordinates): Simplify.
16149 (solar-sunrise-and-sunset): Use let rather than let*.
16150 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
16151
16152 * startup.el (command-line-1): Rename -internal-script back to
16153 -scriptload (reverts previous change).
16154
16155 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
16156 (calendar-bahai-leap-base): Add doc strings.
16157 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
16158 Move definition before use.
16159 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
16160 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
16161 variables outside the loop. Use dolist.
16162 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
16163
16164 * calendar/cal-china.el: Re-order so that functions are defined before
16165 use.
16166 (displayed-month, displayed-year): Move declarations where needed.
16167 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
16168 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16169 Add doc strings.
16170 (chinese-year-cache): Recenter on 2010. Doc fix.
16171 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
16172 Doc fix. Simplify.
16173 (chinese-year-cache-init): New function.
16174 (compute-chinese-year, holiday-chinese-new-year)
16175 (calendar-chinese-date-string, calendar-goto-chinese-date)
16176 (make-chinese-month-assoc-list): Use cadr, nth.
16177 (chinese-months): Remove un-needed let.
16178
16179 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
16180 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
16181 (coptic-prompt-for-date): Move definition before use.
16182
16183 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
16184 (calendar-dst-find-data, calendar-daylight-time-offset)
16185 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
16186 (calendar-daylight-savings-starts-time)
16187 (calendar-daylight-savings-ends-time): Use cadr, nth.
16188
16189 * calendar/cal-french.el (french-calendar-epoch)
16190 (calendar-goto-french-date): Doc fix.
16191 (french-calendar-month-name-array)
16192 (french-calendar-multibyte-month-name-array)
16193 (french-calendar-day-name-array, french-calendar-special-days-array):
16194 Add doc strings.
16195
16196 * calendar/cal-hebrew.el (displayed-month, displayed-year)
16197 (original-date): Move declarations where needed.
16198 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
16199 Doc fix.
16200 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
16201 constant variables outside the loop. Use dolist.
16202
16203 * calendar/cal-islam.el (displayed-month, displayed-year)
16204 (original-date): Move declarations where needed.
16205 (islamic-calendar-day-number): Remove unused local variable `day'.
16206 (calendar-goto-islamic-date): Doc fix.
16207 (holiday-islamic): Use unless.
16208 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
16209 constant variables outside the loop. Use dolist.
16210 (mark-islamic-calendar-date-pattern): Move definition before use.
16211 Use unless.
16212 (mark-islamic-diary-entries): Doc fix.
16213 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16214 (insert-yearly-islamic-diary-entry): Use let rather than let*.
16215
16216 * calendar/cal-julian.el (calendar-absolute-from-julian):
16217 Move definition before use. Remove un-needed local `day'.
16218 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
16219
16220 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
16221 (calendar-mayan-tzolkin-names-array): Add doc strings.
16222 (calendar-mayan-long-count-from-absolute): Use a single let.
16223 (calendar-string-to-mayan-long-count): Simplify.
16224 (calendar-next-haab-date, calendar-previous-haab-date)
16225 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
16226 (calendar-previous-calendar-round-date)
16227 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
16228 Doc fix.
16229 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
16230 (calendar-mayan-date-string, calendar-print-mayan-date)
16231 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16232 (calendar-mayan-long-count-common-era): Move definitions before use.
16233
16234 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
16235 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
16236 Doc fix.
16237 (calendar-mouse-goto-date): Move definition before use.
16238
16239 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
16240 Move definition before use.
16241 (calendar-cursor-to-visible-date): Move definition before use.
16242 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
16243 and place inside the conditional.
16244 (calendar-forward-day): Simplify.
16245 (calendar-end-of-month): Use unless.
16246 (calendar-goto-day-of-year): Doc fix.
16247 Relocate obsolete aliases after their replacements.
16248
16249 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
16250
16251 * calendar/diary-lib.el (mark-diary-entries): Move some constant
16252 variables outside the diary-date-forms loop.
16253
16254 * calendar/calendar.el (diary-file): Doc fix.
16255 (calendar-buffer-list): Return buffers rather than strings (fixes
16256 previous change).
16257 (hebrew-holidays-4): Fix typo.
16258
16259 * calendar/holidays.el (displayed-month, displayed-year):
16260 Move declarations where needed.
16261 (calendar-holiday-list, calendar-list-holidays)
16262 (holiday-filter-visible-calendar): Move definitions before use.
16263 (list-holidays): Use cadr.
16264 Relocate obsolete aliases after their replacements.
16265
16266 * calendar/lunar.el (date, displayed-month, displayed-year):
16267 Move declarations where needed.
16268 (lunar-phase-list): Move definition after functions it uses.
16269 (calendar-phases-of-moon, diary-phases-of-moon)
16270 (lunar-new-moon-on-or-after): Use cadr, nth.
16271 (lunar-new-moon-on-or-after): Doc fix.
16272
16273 * textmodes/org-irc.el (top-level): CL not required when compiling.
16274 (org-irc-visit-erc): Replace runtime CL functions.
16275
16276 * textmodes/org-publish.el (declare-function): Add compatibility stub.
16277 (org-publish-delete-dups): Declare as function.
16278
16279 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
16280
16281 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
16282 (vc-bzr-show-log-entry): Make regexp match more cases.
16283 (vc-diff-switches-list): Remove autoload, not needed.
16284
16285 2008-03-14 Juri Linkov <juri@jurta.org>
16286
16287 * isearch.el (isearch-edit-string): Remove one call to
16288 `isearch-push-state' not to push an inconsistent state,
16289 but keep another correct call to `isearch-push-state'.
16290 (isearch-ring-adjust): Call `isearch-push-state' only when
16291 `search-ring-update' is non-nil since `isearch-edit-string'
16292 already pushes its state.
16293 (isearch-message): Improve matching the failed part by checking
16294 if the original message starts with the last successful message.
16295
16296 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
16297 (dired-perm-write): Rename from `dired-warn-writable'.
16298 Change parent face from `font-lock-warning-face' to
16299 `font-lock-comment-delimiter-face'.
16300 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
16301 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
16302 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
16303 with `dired-perm-write-face'.
16304
16305 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
16306
16307 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
16308 Create cache dir only if it doesn't already exist.
16309
16310 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16311
16312 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
16313 of \ and '.
16314
16315 2008-03-13 Johan Bockgård <bojohan@gnu.org>
16316
16317 * net/browse-url.el (browse-url-text-xterm):
16318 Unquote browse-url-text-browser.
16319
16320 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
16321
16322 * textmodes/org-mouse.el: Version number change.
16323
16324 * textmodes/org-publish.el (org-publish-expand-components):
16325 Remove null projects from the list of components.
16326 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
16327 Remove unused retrieval of the :publishing-directory property.
16328 (org-publish-file): Bugfix: when using a relative directory as the
16329 publishing directory, convert it to a directory filename.
16330 (org-publish-project): New alias.
16331 (org-publish-get-files): Protect against empty p.
16332 (org-publish-file): Send an error when file is not part of any project.
16333 (org-publish-file): Offer to refresh the list of files in known
16334 project when the current file is not part of any project.
16335 (org-publish-before-export-hook)
16336 (org-publish-after-export-hook): New hooks.
16337 (org-publish-org-to): Use new hooks and kill buffers.
16338 (org-publish-file): Remove the code for killing buffers.
16339 (org-publish-initialize-files-alist): Use interactive.
16340 (org-publish-file): If the publishing function creates a new
16341 buffer, kill it after publishing.
16342 (org-publish-timestamp-filename): Protect ":" in file name path
16343 under windows.
16344
16345 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
16346 change that killed the LaTeX buffer.
16347
16348 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
16349 in the decision tree.
16350 (org-select-remember-template): Clean the code.
16351 (org-prepare-dblock): Add the extra :content parameter.
16352 (org-write-agenda): New output type ".ics" files.
16353 (org-write-agenda): Call `org-icalendar-verify-function', both for
16354 time stamps and for TODO entries.
16355 (org-agenda-collect-markers, org-create-marker-find-array)
16356 (org-check-agenda-marker-table): New functions.
16357 (org-agenda-marker-table): New variable.
16358 (org-export-as-html): Revert the change that killed the html
16359 buffer. Side effects first need to be studied carefully.
16360 (org-get-tags-at): Fix the structure of the condition-case statement.
16361 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
16362 (org-timestamp-change): Fix regular expressions to swallow the
16363 extra character for repeat-shift control.
16364 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
16365 (org-get-legal-level): Alias to `org-get-valid-level'.
16366 (org-dblock-write:clocktable): Add a :link parameter, linking
16367 headlines to their location in the Org agenda files.
16368 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
16369 throwing an error when getting tags before headlines.
16370 (org-timestamp-change, org-modify-ts-extra)
16371 (org-ts-regexp1): Fix timestamp editing.
16372 (org-agenda-custom-commands-local-options): New constant.
16373 (org-agenda-custom-commands):
16374 Use `org-agenda-custom-commands-local-options' to improve customize
16375 type. "htmlize": Removed hack to fix face problem with htmlize,
16376 it no longer seem necessary.
16377 (org-follow-link-hook): New hook.
16378 (org-agenda-custom-commands): Add "Component" as a tag for each
16379 item in a command series.
16380 (org-open-at-point): Run `org-follow-link-hook'.
16381 (org-agenda-schedule): Bugfix: don't display marker type when it
16382 is nil.
16383 (org-store-link): org-irc required.
16384 (org-set-regexps-and-options): Parse the new logging options.
16385 (org-extract-log-state-settings): New function.
16386 (org-todo): Handle the new ways of recording state change stuff.
16387 (org-local-logging): New function.
16388 (org-columns-open-link): Fix bug with opening link in column view.
16389 (org-local-logging): New function.
16390 (org-todo): Make sure that LOGGING properties are honoured.
16391 (org-todo-keywords): Improve docstring.
16392 (org-startup-options): Cleanup startup options.
16393 (org-set-regexps-and-options): Process the "!" markers.
16394 (org-todo): Respect the new logging stuff.
16395 (org-log-note-how): New variable.
16396 (org-add-log-maybe): New parameter HOW that defines how logging
16397 should be done and also overrides PURPOSE. Add a docstring.
16398 (org-add-log-note): Check if we really need to ask for a note.
16399 (org-get-current-options): Digest the new keyword.
16400 (org-agenda-reset-markers): Rename from
16401 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
16402 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
16403 function, without force argument.
16404 (org-buffer-property-keys): Bind local variables s and p.
16405 (org-make-tags-matcher): Allow "" to match an empty or
16406 non-existent property value.
16407 (org-export-as-html): Join unsorted lists when they directly
16408 follow each other. Such lists may be created by headlines that
16409 are converted to lists.
16410 (org-nofm-to-completion): New function.
16411 (org-export-as-html): Use :html-extension instead of
16412 org-export-html-extension.
16413 (org-store-link): Support for links from `rmail-summary-mode'.
16414 (org-columns-new, org-complete, org-set-property): Set the
16415 `include-columns' argument in the call to
16416 `org-buffer-property-keys'.
16417 (org-buffer-property-keys): New argument `include-columns', to
16418 include properties expected by any of the COLUMNS formats in the
16419 current buffer.
16420 (org-cleaned-string-for-export): Get rid of drawers first, so that
16421 they will be removed also in the text before the first headline.
16422 (org-clock-report): Show the clocktable when found.
16423 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
16424 (org-version): With prefix argument, insert `org-version' at point.
16425 (org-agenda-goto): Recenter the window after finding the target
16426 location, to make sure the correct position will be displayed.
16427 (org-agenda-get-deadlines): Don't scale priority with the warning
16428 period.
16429 (org-insert-heading): Don't break line in the middle of the line.
16430 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
16431 be 0.
16432 (org-update-checkbox-count): Revamp to deal with hierarchical
16433 checkboxes. This was a patch from Miguel A. Figueroa-Villanueva.
16434 (org-remove-timestamp-with-keyword): New function.
16435 (org-schedule, org-deadline):
16436 Use `org-remove-timestamp-with-keyword' to make sure all such time
16437 stamps are removed.
16438 (org-mode): Support for `align'.
16439 (org-agenda-get-deadlines): Make sure priorities increase as the
16440 due date approaches and is passed.
16441 (org-remember-apply-template): Fix problem with tags that
16442 contain "_" or "@".
16443 (org-make-link-regexps): Improve the regular expression for plain links.
16444 (org-agenda-get-closed): List each clocking entry.
16445 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
16446 (org-special-ctrl-k): New option.
16447 (org-kill-line): New function.
16448 (org-archive-all-done): Fix incorrect number of stars in regexp.
16449 (org-refile-get-location): New function.
16450 (org-refile-goto-last-stored): New function.
16451 (org-global-tags-completion-table): Add the value of org-tag-alist
16452 in each buffer, to make sure that also unused tags will be
16453 available for completion.
16454 (org-columns-edit-value)
16455 (org-columns-next-allowed-value): Only update if not in agenda.
16456 (org-clocktable-steps): New function.
16457 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
16458 (org-archive-subtree): Add the outline tree context as a property.
16459 (org-closest-date): New optional argument `prefer'.
16460 (org-goto-auto-isearch): New option.
16461 (org-goto-map, org-get-location): Implement auto-isearch.
16462 (org-goto-local-auto-isearch-map): New variable.
16463 (org-goto-local-search-forward-headings)
16464 (org-goto-local-auto-isearch): New functions.
16465
16466 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
16467
16468 * textmodes/org-irc.el: New file.
16469
16470 2008-03-13 John Wiegley <johnw@gnu.org>
16471
16472 * textmodes/org-mac-message.el: New file.
16473
16474 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
16475
16476 * font-lock.el (font-lock-comment-face): Set the foreground for
16477 the light background 8 colors case.
16478
16479 2008-03-13 Glenn Morris <rgm@gnu.org>
16480
16481 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
16482 generate-autoload-cookie patterns.
16483
16484 * startup.el (command-line-1): Rename -scriptload to -internal-script.
16485
16486 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
16487 (MH_E_SRC): Remove variable.
16488 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
16489 Simplify file header. Use $@ for generated-autoload-file.
16490
16491 * Makefile.in (LOADDEFS): New variable.
16492 (AUTOGENEL): Use $LOADDEFS.
16493 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
16494 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
16495 ($(lisp)/calendar/hol-loaddefs.el): New targets.
16496 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16497 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
16498 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16499 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16500 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
16501 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
16502 Add calendar-specific autoload cookies, and remove any setting of
16503 generated-autoload-file.
16504 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
16505 * calendar/diary-lib.el: Replace explicit autoloads with reading of
16506 diary-loaddefs.
16507 * calendar/holidays.el: Replace explicit autoloads with reading of
16508 hol-loaddefs.
16509
16510 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
16511 (calendar-buffer-list): Simplify.
16512 (generate-calendar-window): Use calendar-mark-holidays rather than
16513 obsolete alias.
16514
16515 * calendar/cal-hebrew.el (list-yahrzeit-dates):
16516 Use cal-hebrew-yahrzeit-buffer.
16517
16518 * calendar/cal-x.el (calendar-only-one-frame-setup)
16519 (calendar-two-frame-setup): Doc fixes.
16520 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
16521
16522 * calendar/appt.el (appt-mode-string): Mark as risky.
16523 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
16524
16525 * calendar/cal-html.el (diary-list-entries):
16526 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
16527 (calendar-iso-from-absolute): Fix autoloads.
16528
16529 * calendar/cal-iso.el (calendar-absolute-from-iso)
16530 (calendar-iso-read-args): Simplify.
16531 (calendar-iso-date-string, calendar-iso-read-args)
16532 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
16533
16534 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
16535 (displayed-month, displayed-year): Move declarations where needed.
16536 (calendar-print-astro-day-number): Doc fix.
16537
16538 * calendar/cal-persia.el (persian-calendar-month-name-array)
16539 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
16540 (persian-prompt-for-date): Remove local variable `today'.
16541
16542 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
16543
16544 * calendar/solar.el (solar-moment, solar-exact-local-noon)
16545 (solar-sunrise-sunset, solar-sunrise-sunset-string)
16546 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
16547 (diary-sabbath-candles, solar-equinoxes/solstices)
16548 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
16549 (solar-time-equation, solar-date-to-et): Simplify.
16550
16551 * mail/supercite.el: Remove the `function' in `(function (lambda'.
16552 Replace `(car (cdr' with cadr'.
16553
16554 * progmodes/f90.el (f90-font-lock-n): New function.
16555 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
16556 Use f90-font-lock-n.
16557 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
16558
16559 * progmodes/f90.el (f90-mode-abbrev-table):
16560 * progmodes/fortran.el (fortran-mode-abbrev-table):
16561 Use newer form of define-abbrev, where supported. No need to bind
16562 abbrevs-changed for system abbrevs.
16563
16564 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
16565
16566 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
16567 delete-frame-functions.
16568
16569 * bookmark.el (Info-current-node): Remove.
16570
16571 2008-03-12 Juri Linkov <juri@jurta.org>
16572
16573 * help.el (describe-project): Remove defaliases for view-todo and
16574 describe-project that are now unnecessary after the merge from
16575 emacs--rel--22 that added define-obsolete-function-alias.
16576
16577 * startup.el (inhibit-startup-screen): Revert incomplete
16578 2008-03-10 merge from emacs--rel--22 that partly reverted
16579 2008-02-28 change that added initial message to *scratch* buffer
16580 regardless of the value of `inhibit-startup-screen'.
16581 Now keep this change in the trunk, but not in the 22 branch.
16582
16583 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16584
16585 * international/quail.el (quail-setup-completion-buf, quail-help):
16586 * mail/binhex.el (binhex-decode-region-internal):
16587 * mail/uudecode.el (uudecode-decode-region-internal):
16588 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
16589 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
16590 setting default-enable-multibyte-characters.
16591
16592 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
16593
16594 * comint.el: Fix up indentation and comment style. Remove `function'.
16595
16596 * international/mule-cmds.el (reset-language-environment)
16597 (set-language-environment-nonascii-translation):
16598 Don't set-unibyte-charset.
16599
16600 * doc-view.el: Remove all cb-args, use closures instead.
16601 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
16602 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
16603 doing an incorrect check). Update all callers to use the new name.
16604 (doc-view-doc->txt): Add missing `txt' argument.
16605
16606 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16607
16608 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
16609 md5 sum calculation to single-byte.
16610
16611 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16612
16613 * doc-view.el (doc-view-new-window-function): Add assertion.
16614 (doc-view-doc-type): New var.
16615 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
16616 (doc-view-intersection): New fun.
16617 (doc-view-mode): Use it to set the new var.
16618
16619 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
16620
16621 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
16622 (doc-view-already-converted-p): New functions.
16623 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
16624 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
16625 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
16626 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
16627 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
16628 (doc-view-convert-current-doc): Don't hardwire the functions the
16629 sentinels call. Now they're provided by two args CALLBACK and
16630 CB-ARGS to the functions.
16631 (doc-view-search): Use doc-view-doc->txt.
16632 (doc-view-initiate-display): Use doc-view-already-converted-p.
16633 Mention new binding C-c C-t if doc-view-mode doesn't work.
16634
16635 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
16636
16637 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
16638
16639 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
16640
16641 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
16642 Mark " outside of tags as punctuation.
16643
16644 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
16645
16646 * menu-bar.el (minibuffer-local-map): Use the same command for the
16647 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
16648 Prefer RET over C-j for exit-minibuffer.
16649
16650 * files.el (display-buffer-other-frame): Eliminate problematic code.
16651
16652 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
16653 (menu-bar-select-buffer): Remove.
16654 (menu-bar-select-frame): Make non-interactive and take a frame arg.
16655 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
16656
16657 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
16658
16659 * icomplete.el (icomplete-completions): Remove obsolete code.
16660
16661 * net/net-utils.el (iwconfig-program-options): Doc fix.
16662 (net-utils-run-program, run-network-program): Define as functions.
16663
16664 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
16665
16666 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
16667
16668 2008-03-11 Glenn Morris <rgm@gnu.org>
16669
16670 * faces.el (mode-line-emphasis): New face.
16671 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
16672
16673 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
16674
16675 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
16676
16677 * simple.el (set-mark-command): Doc fix.
16678
16679 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
16680
16681 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
16682
16683 * emacs-lisp/autoload.el (autoload-find-destination):
16684 Don't force raw-text.
16685
16686 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
16687 * calendar/cal-loaddefs.el: Don't version control.
16688
16689 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16690
16691 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
16692 entries and add :help to the existing ones.
16693
16694 2008-03-10 Glenn Morris <rgm@gnu.org>
16695
16696 * calendar/cal-hebrew.el (date, entry, number): Move declarations
16697 to where they are needed.
16698
16699 * calendar/calendar.el (diary-file, hebrew-holidays-1)
16700 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
16701 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
16702 (calendar-version): Doc fixes.
16703 (calendar-absolute-from-gregorian): Use zerop.
16704 (calendar-mode-line-format): Make it a defcustom.
16705
16706 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
16707 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
16708 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
16709 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
16710 (mark-included-diary-files, mark-calendar-days-named)
16711 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
16712 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
16713 (insert-monthly-diary-entry, insert-yearly-diary-entry)
16714 (insert-anniversary-diary-entry, insert-block-diary-entry)
16715 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
16716 (diary-font-lock-sexps): Doc fixes.
16717 (diary-remind-message, mark-calendar-month): Use zerop.
16718 (diary-attrtype-convert, diary-pull-attrs): Simplify.
16719 (diary-list-entries): Revert let to let* (previous change).
16720
16721 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
16722
16723 2008-03-10 Kim F. Storm <storm@cua.dk>
16724
16725 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
16726 function aliases for the old names.
16727
16728 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
16729
16730 * iswitchb.el (iswitchb-use-faces): Doc fix.
16731 (iswitchb-buffer-ignore, iswitchb-read-buffer):
16732 Fix typos in docstrings.
16733
16734 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16735
16736 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
16737 Fix typo.
16738 (verilog-type-font-keywords): Reindent.
16739
16740 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
16741
16742 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
16743 Fix bug in the grouping-keyword regular expression.
16744 (verilog-font-lock-keywords): Allow users to toggle special
16745 highlight of grouping-keywords.
16746 (verilog-highlight-grouping-keywords): The toggle for special
16747 highlighting of grouping keywords.
16748
16749 2008-03-10 Juri Linkov <juri@jurta.org>
16750
16751 * startup.el: Revert 2008-02-28 change that adds initial message
16752 to *scratch* buffer regardless of the value of
16753 `inhibit-startup-screen'.
16754
16755 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
16756
16757 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
16758 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
16759 * progmodes/verilog-mode.el (verilog-mode):
16760 * net/socks.el (socks):
16761 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
16762
16763 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16764
16765 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
16766 (doc-view-bookmark-make-record): Use them.
16767 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
16768 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
16769
16770 * bookmark.el (bookmark-make-record-function): Change expected return
16771 value to include a suggested bookmark name.
16772 (bookmark-make): Split into bookmark-make-record and bookmark-store.
16773 Fix reversed `overwrite' semantics.
16774 (bookmark-set): Call bookmark-make-record before prompting the user.
16775 Then pass the result to bookmark-store later on.
16776 (bookmark-make-name-function): Remove.
16777 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
16778 * info.el (bookmark-make-name-function): Remove.
16779 (Info-mode): Don't set it.
16780 (Info-bookmark-make-name): Remove.
16781 (Info-bookmark-make-record): Use Info-current-node as suggested default
16782 bookmark name.
16783
16784 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
16785 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
16786 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
16787 (bookmark-annotation-buffer, bookmark-annotation-file)
16788 (bookmark-annotation-point, bookmark-send-annotation)
16789 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
16790 (bookmark-edit-annotation-text-func): Rename from
16791 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
16792 (bookmark-edit-annotation-mode-map): Move initialization into
16793 declaration.
16794
16795 * bookmark.el: Remove spurious * in docstrings.
16796 (bookmark-minibuffer-read-name-map): New var.
16797 (bookmark-set): Use it. Also pass the default value as it should.
16798 (bookmark-send-edited-annotation): Take no chances with text properties.
16799 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
16800 (bookmark-insert-buffer-name): Remove.
16801 (bookmark-buffer-file-name): Signal an error rather than returning nil.
16802
16803 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
16804
16805 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
16806
16807 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
16808
16809 * diff-mode.el (diff-mode-menu): Add :help.
16810
16811 2008-03-09 Glenn Morris <rgm@gnu.org>
16812
16813 * calendar/calendar.el (general-holidays, oriental-holidays)
16814 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
16815 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
16816 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
16817 (calendar-holidays): Restore autoload cookies, because people are
16818 used to using these variables without loading calendar.el.
16819
16820 * calendar/cal-islam.el (diary-islamic-date): Move to end.
16821 (date, number): Declare where needed.
16822
16823 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
16824 (list-sexp-diary-entries): Doc fixes.
16825 (diary-list-entries): Doc fix. Remove free variable `entry'.
16826 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
16827 Simplify setting of `date-holiday-list'.
16828 (mark-diary-entries): Remove free variable `entry'.
16829 (diary-list-entries, include-other-diary-files, fancy-diary-display):
16830 Use let where let* is not needed.
16831
16832 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
16833
16834 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
16835 make-record function, instead paste it in afterwards.
16836 (bookmark-make-record-for-text-file):
16837 * doc-view.el (doc-view-bookmark-make-record):
16838 * info.el (Info-bookmark-make-record): Don't mess with annotations.
16839
16840 2008-03-08 Glenn Morris <rgm@gnu.org>
16841
16842 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
16843
16844 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
16845
16846 * calendar/diary-lib.el (diary-list-entries)
16847 (include-other-diary-files, mark-diary-entries)
16848 (mark-sexp-diary-entries, mark-included-diary-files)
16849 (diary-entry-time, list-sexp-diary-entries): Remove the special
16850 handling of ^M that dates back to the use of selective-display.
16851 (simple-diary-display): Obey setting of pop-up-frames.
16852 (body, entry): Remove unnecessary declarations.
16853
16854 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
16855 (bookmark-get-annotation, bookmark-set-annotation)
16856 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
16857 (bookmark-set-position, bookmark-get-front-context-string)
16858 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
16859 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
16860 * info.el (Info-bookmark-make-record): Don't bother recording point.
16861 (bookmark-get-filename, bookmark-get-front-context-string)
16862 (bookmark-get-rear-context-string, bookmark-get-position):
16863 Don't declare any more.
16864 (bookmark-get-info-node): Remove.
16865 (bookmark-prop-get): Declare.
16866 (Info-bookmark-jump): Use it.
16867
16868 2008-03-08 Johan Bockgård <bojohan@gnu.org>
16869
16870 * subr.el (while-no-input): Don't splice BODY directly into the
16871 `or' form.
16872
16873 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
16874
16875 * diff-mode.el (diff-ignore-whitespace-hunk):
16876 Bind inhibit-read-only before trying to change the buffer.
16877
16878 2008-03-08 Glenn Morris <rgm@gnu.org>
16879
16880 * calendar/appt.el (appt): Move custom group here from calendar.el.
16881 (appt-disp-window, appt-convert-time): Doc fixes.
16882
16883 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
16884 (calendar-bahai-mark-date-pattern):
16885 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
16886 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
16887 * calendar/cal-julian.el (calendar-absolute-from-julian):
16888 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
16889
16890 * calendar/cal-china.el (chinese-calendar): Move custom group here from
16891 calendar.el.
16892 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
16893 Make constants.
16894 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
16895 (chinese-calendar-daylight-savings-starts)
16896 (chinese-calendar-daylight-savings-ends)
16897 (chinese-calendar-daylight-savings-starts-time)
16898 (chinese-calendar-daylight-savings-ends-time)
16899 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
16900 Doc fixes.
16901
16902 * calendar/cal-coptic.el (coptic-name): Add doc string.
16903
16904 * calendar/cal-french.el (french-calendar-month-name-array)
16905 (french-calendar-day-name-array, french-calendar-special-days-array):
16906 Add doc strings.
16907
16908 * calendar/cal-bahai.el (diary-bahai-mark-entries)
16909 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
16910 (diary-bahai-insert-yearly-entry):
16911 * calendar/cal-dst.el (calendar-next-time-zone-transition)
16912 (calendar-time-zone):
16913 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
16914 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
16915 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
16916 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
16917 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
16918 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
16919 (list-islamic-diary-entries, mark-islamic-diary-entries)
16920 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
16921 (insert-yearly-islamic-diary-entry):
16922 * calendar/cal-iso.el (calendar-iso-read-args):
16923 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
16924 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
16925 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
16926 (calendar-next-calendar-round-date)
16927 (calendar-mayan-long-count-common-era):
16928 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
16929 (cal-menu-x-popup-menu, calendar-mouse-holidays)
16930 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
16931 (calendar-mouse-goto-date):
16932 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
16933 * calendar/holidays.el (holidays):
16934 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
16935 * calendar/time-date.el (date-to-time, time-subtract, time-add)
16936 (safe-date-to-time): Doc fixes.
16937
16938 * calendar/cal-persia.el (persian-calendar-month-name-array)
16939 (persian-calendar-epoch): Make constants.
16940
16941 * calendar/cal-tex.el (calendar-tex): Move custom group here from
16942 calendar.el.
16943
16944 * calendar/cal-x.el (diary-frame-parameters)
16945 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
16946 (calendar-after-frame-setup-hooks): Make defcustoms.
16947 (calendar-one-frame-setup, calendar-only-one-frame-setup)
16948 (calendar-two-frame-setup): Doc fix.
16949
16950 * calendar/cal-loaddefs.el: New file.
16951
16952 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
16953 * calendar/cal-french.el, calendar/cal-html.el:
16954 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
16955 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
16956 * calendar/cal-tex.el, calendar/cal-x.el:
16957 Unquote lambda functions. Add autoload cookies to functions formerly
16958 autoloaded in calendar.el. Set `generated-autoload-file' to
16959 "cal-loaddefs.el".
16960
16961 * calendar/calendar.el: Move many autoloads to separate file,
16962 cal-loaddefs.el. Move defcustoms to start and re-order.
16963 (calendar-month-name-array, calendar-starred-day): No need to
16964 declare for compiler.
16965 (cal-loaddefs): Require it.
16966 (appt, chinese-calendar, calendar-tex): Move custom groups to the
16967 appropriate file.
16968 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
16969 Reverse logic.
16970 (diary-face, diary-file-name-prefix-function, diary-include-string)
16971 (diary-glob-file-regexp-prefix, diary-face-attrs)
16972 (diary-file-name-prefix, sexp-diary-entry-symbol)
16973 (print-diary-entries-hook, list-diary-entries-hook)
16974 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
16975 (nongregorian-diary-marking-hook, diary-list-include-blanks):
16976 Move to diary-lib.
16977 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
16978 (all-bahai-calendar-holidays): Doc fix.
16979 (calendar-insert-indented): Doc fix. Use when rather than if.
16980 (exit-calendar): Use mapc rather than mapcar.
16981 (calendar-cursor-to-date): Use zerop.
16982 (calendar-mark-ring): Add doc-string.
16983 (calendar-starred-day): Defvar it.
16984 (calendar-mode): Make calendar-starred-day local.
16985 (calendar-star-date): No need to make calendar-starred-day local.
16986
16987 * calendar/diary-lib.el: Move defcustoms to start.
16988 (diary-include-string, diary-list-include-blanks)
16989 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
16990 (diary-file-name-prefix, diary-file-name-prefix-function)
16991 (sexp-diary-entry-symbol, list-diary-entries-hook)
16992 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
16993 (nongregorian-diary-marking-hook, print-diary-entries-hook):
16994 Move here from calendar.el.
16995 (diary-file-name-prefix-function): Use 'identity.
16996 (diary-face): Make it a defcustom, and mark as obsolete.
16997 (top-level): No need to require cal-hebrew, cal-islam when compiling.
16998 (calendar-hebrew-month-name-array-leap-year)
16999 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
17000 Define for compiler.
17001 (diary-font-lock-keywords): Use format rather than concat.
17002 Add bahai-diary-entry-symbol.
17003
17004 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
17005 * calendar/solar.el: Unquote lambda functions.
17006
17007 * calendar/solar.el (calendar-location-name, calendar-latitude)
17008 (calendar-longitude, solar-setup, solar-sin-degrees)
17009 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
17010 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
17011 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
17012 (solar-exact-local-noon, solar-julian-ut-centuries)
17013 (solar-ephemeris-time, solar-date-next-longitude)
17014 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17015 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
17016 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
17017 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
17018 Doc fixes.
17019 (solar-horizontal-coordinates, solar-equatorial-coordinates)
17020 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
17021 (solar-ecliptic-coordinates): Use unless.
17022 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
17023 Use or.
17024
17025 * calendar/timeclock.el: Add doc-strings to all functions.
17026 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
17027 (timeclock-entry-list-length, timeclock-entry-list-projects)
17028 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
17029
17030 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
17031
17032 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
17033 (org-get-entries-from-diary): Require diary-lib.
17034
17035 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
17036
17037 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
17038 Pacify byte-compiler.
17039
17040 2008-03-07 Alan Mackenzie <acm@muc.de>
17041
17042 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
17043 paren/bracket pairs parsed, to solve performance problem.
17044
17045 2008-03-07 Bastien Guerry <bzg@altern.org>
17046
17047 * bookmark.el (bookmark-set): Don't check for
17048 `bookmark-make-name-function' since `bookmark-buffer-file-name'
17049 already takes care of this.
17050 (bookmark-buffer-name, bookmark-buffer-file-name):
17051 Remove Info-mode specific code.
17052
17053 * info.el (bookmark-get-info-node): Define this function in
17054 info.el, not in bookmark.el.
17055 (Info-mode): Set `bookmark-make-name-function' to
17056 `Info-bookmark-make-name' locally.
17057 (Info-bookmark-make-name): New function.
17058
17059 * bookmark.el (bookmark-make-name-function): New variable.
17060
17061 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17062
17063 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
17064 buffer-local, not `bookmark-make-cell-function' (the old name).
17065
17066 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
17067
17068 * doc-view.el (doc-view-bookmark-make-record):
17069 * image-mode.el (image-bookmark-make-record):
17070 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
17071
17072 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
17073
17074 * vc.el (vc-status-menu-map-filter): Return orig-binding if
17075 boundp 'vc-ignore-menu-filter.
17076 (vc-status-tool-bar-map): Make it defvar.
17077 (vc-status-mode): vc-status-tool-bar-map now variable.
17078 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
17079
17080 2008-03-07 Karl Fogel <kfogel@red-bean.com>
17081
17082 Give a better name to part of the bookmark interface.
17083
17084 This was originally a much larger change, but halfway through I
17085 updated and discovered that Stefan Monnier had done the rest.
17086 It looks like he anticipated the new name too, because he used
17087 `the-record' instead of `the-cell' for some internal variable names.
17088
17089 * bookmark.el (bookmark-make-record-function): Was
17090 `bookmark-make-cell-function'.
17091 (bookmark-make, bookmark-send-annotation): Update for above.
17092 (bookmark-make-record-for-text-file):
17093 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
17094
17095 * info.el: Adjust accordingly.
17096 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
17097
17098 * image-mode.el: Adjust accordingly.
17099 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
17100
17101 * doc-view.el: Adjust accordingly.
17102 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
17103
17104 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17105
17106 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
17107 Move initialization into declaration.
17108 (bookmark-get-info-node, bookmark-set-info-node): Remove.
17109 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
17110 (bookmark-info-current-node): Remove.
17111 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
17112 Add relocation fallback. Set bookmark-current-bookmark.
17113 (bookmark-default-handler): Rename from bookmark-jump-noselect.
17114 Remove relocation fallback. Don't set bookmark-current-bookmark.
17115 (bookmark-set): Let it be used even if there's no buffer-file-name
17116 as long as there is a bookmark-make-cell-function.
17117 * info.el (Info-bookmark-jump): Remove relocation fallback.
17118 Don't set bookmark-current-bookmark.
17119
17120 2008-03-07 Glenn Morris <rgm@gnu.org>
17121
17122 * calendar/appt.el (appt-issue-message)
17123 (appt-message-warning-time, appt-audible, appt-visible)
17124 (appt-msg-window, appt-display-mode-line, appt-display-duration)
17125 (appt-display-diary): Remove autoload cookies.
17126
17127 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
17128 Remove leading `*' from defcustom doc-strings.
17129
17130 * calendar/cal-dst.el (calendar-dst): New custom group.
17131 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
17132 (calendar-time-zone, calendar-daylight-time-offset)
17133 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
17134 (calendar-daylight-savings-starts-time)
17135 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
17136 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
17137 Move to start.
17138
17139 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
17140
17141 * calendar/calendar.el (calendar-version): Use emacs-version and
17142 make it obsolete. Move to end.
17143 (calendar-offset, view-diary-entries-initially)
17144 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
17145 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
17146 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
17147 (all-bahai-calendar-holidays, calendar-load-hook)
17148 (initial-calendar-window-hook, today-visible-calendar-hook)
17149 (today-invisible-calendar-hook, calendar-move-hook)
17150 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
17151 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
17152 (diary-include-string, sexp-diary-entry-symbol)
17153 (abbreviated-calendar-year, american-date-diary-pattern)
17154 (european-date-diary-pattern, european-calendar-display-form)
17155 (american-calendar-display-form, print-diary-entries-hook)
17156 (list-diary-entries-hook, diary-hook, diary-display-hook)
17157 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
17158 (nongregorian-diary-marking-hook, diary-list-include-blanks)
17159 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
17160 (local-holidays, other-holidays, hebrew-holidays-1)
17161 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
17162 (hebrew-holidays, christian-holidays, islamic-holidays)
17163 (bahai-holidays, solar-holidays, calendar-setup)
17164 (calendar-week-start-day): Remove autoload cookies.
17165 (diary-glob-file-regexp-prefix): Doc fix.
17166 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
17167 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
17168 (calendar-week-start-day, calendar-debug-sexp): Move to start.
17169
17170 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
17171 (calendar-time-display-form, calendar-latitude)
17172 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
17173 cookies.
17174 (calendar-latitude, calendar-longitude): Move functions after
17175 variables.
17176 (diary-sabbath-candles-minutes): Move to start.
17177 (solar-setup): Use or rather than if.
17178 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
17179 Remove condition-case.
17180 (solar-atn2): Use zerop.
17181 (solar-equinoxes-solstices): Doc fix.
17182
17183 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
17184 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
17185
17186 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
17187 (calendar-longitude, calendar-latitude, calendar-location-name):
17188 Declare for compiler.
17189
17190 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
17191
17192 * arc-mode.el (archive-ar-file-header-re): New const.
17193 (archive-ar-summarize, archive-ar-extract): New funs.
17194 (archive-find-type): Recognize ar archives.
17195
17196 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
17197 New functions.
17198
17199 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
17200
17201 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
17202
17203 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
17204 Replace :enable (mark-active) with :enable mark-active.
17205
17206 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
17207
17208 * vms-patch.el (make-legal-file-name): New obsolete alias.
17209 (make-valid-file-name): Rename from `make-legal-file-name'.
17210 (make-auto-save-file-name): Use it.
17211
17212 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
17213 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
17214 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
17215
17216 * textmodes/org.el (org-export-html-style): Doc fix.
17217 (org-get-legal-level): New obsolete alias.
17218 (org-get-valid-level): Rename from `org-get-legal-level'.
17219 (org-promote, org-demote, org-archive-subtree)
17220 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
17221
17222 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
17223
17224 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
17225
17226 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
17227 (vc-status-toggle-mark): New functions.
17228 (vc-status-mode): Set tool bar map.
17229
17230 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
17231
17232 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
17233 Reported by Drew Adams <drew.adams@oracle.com>.
17234
17235 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
17236
17237 * subr.el (read-quoted-char): Resolve modifiers of the character
17238 event.
17239
17240 * comint.el (comint-exec-1): Don't change the coding-system for
17241 decoding to dos-like EOL.
17242 (comint-carriage-motion): Fully rewrite.
17243
17244 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
17245
17246 * epg.el (epg-context-include-certs): Reflow docstring.
17247 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
17248 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
17249 (epg-context-set-signers, epg-context-set-sig-notations)
17250 (epg-make-import-status, epg-make-import-result)
17251 (epg-start-delete-keys): Fix typos in docstrings.
17252 (epg-start-sign-keys, epg-sign-keys):
17253 Fix typos in obsolescence declarations.
17254
17255 * iswitchb.el: Don't check for `cadr' and `last'.
17256 (iswitchb-define-mode-map, iswitchb-default-keybindings):
17257 Add obsolescence declaration and remove redundant info from docstring.
17258 (iswitchb-set-common-completion, iswitchb-set-matches)
17259 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
17260 (recentf-list, most-len, most-is-exact):
17261 Don't wrap defvars within `eval-when-compile'.
17262
17263 2008-03-05 Glenn Morris <rgm@gnu.org>
17264
17265 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17266 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
17267 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
17268 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
17269 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
17270
17271 * ediff-hook.el (ediff-window-setup-function): Don't autoload
17272 declaration for compiler.
17273 (ediff-xemacs-init-menus): Use when rather than if.
17274
17275 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
17276 if+and to just and.
17277 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
17278 (ediff-delete-overlay): Move the XEmacs test inside the definition.
17279
17280 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
17281
17282 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
17283 test inside XEmacs test.
17284 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
17285 since it was doing nothing on Emacs.
17286 (ediff-make-bullet-proof-overlay): Use when rather than if.
17287
17288 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
17289 (ediff-setup-control-frame): Remove
17290 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
17291 a (featurep 'xemacs) test.
17292
17293 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
17294
17295 * calc/calc-ext.el (calc-extended-command-history): New variable.
17296 (calc-execute-extended-command): Use `calc-extended-command-history'.
17297
17298 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
17299
17300 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
17301 (standard-mode-line-position): Add mouse-face.
17302
17303 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
17304 * progmodes/grep.el (grep-mode-map): Add :help.
17305
17306 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
17307 initialize in one step. Add :help. Use :enable to activate menu
17308 items. Show the key binding for edebug-defun.
17309 (lisp-interaction-mode-map): Add a menu.
17310
17311 * term.el (term-mode-map): Define and initialize in one step.
17312
17313 * ediff-init.el (ediff-color-display-p): Simplify.
17314 (Xor): Remove unused function.
17315 (ediff-with-syntax-table): Simplify for Emacs.
17316
17317 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
17318 menu-bar being loaded, it always is.
17319
17320 2008-03-05 Glenn Morris <rgm@gnu.org>
17321
17322 * textmodes/tex-mode.el (tex-mode): Suppress warning about
17323 multiple definitions when compiling.
17324
17325 2008-03-04 Alan Mackenzie <acm@muc.de>
17326
17327 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
17328
17329 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
17330 doc-string, "c-old-LEN" -> "c-old-END".
17331
17332 2008-03-04 Jason Rumney <jasonr@gnu.org>
17333
17334 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
17335 namespaces.
17336
17337 2008-03-04 Glenn Morris <rgm@gnu.org>
17338
17339 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
17340
17341 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
17342 than mapcar.
17343
17344 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17345
17346 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
17347 (byte-compile-nilconstp): Can't use recursion in a defsubst.
17348
17349 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
17350 so that M-q can fill comments.
17351 (tex-executable-exists-p, tex-compile): Extend with special syntax for
17352 commands implemented in elisp.
17353 (tex-compile-commands): Add an entry to use doc-view for pdf files.
17354 (tex-format-cmd): New function.
17355 (tex-compile): Use it to let the user specify default arguments.
17356 (tex-cmd-bibtex-args): New var.
17357 (tex-cmd-doc-view): New function.
17358
17359 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
17360
17361 * faces.el (face-spec-set): Fix typos in docstring.
17362
17363 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
17364
17365 * bindings.el (mode-line-column-line-number-mode-map): New variable.
17366 (standard-mode-line-position): Use it to add a menu for toggling
17367 column number and line number display.
17368
17369 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17370
17371 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17372 Remove optimization that was working around the form-code-walker bug.
17373
17374 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
17375 Walk into the body of lambdas after byte-compile-unfold-lambda.
17376
17377 2008-03-03 Glenn Morris <rgm@gnu.org>
17378
17379 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
17380 value, if set, over frame value.
17381
17382 * simple.el (transient-mark-mode): Don't turn on by default.
17383
17384 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
17385 accidentally removed by the 2007-12-05 merge from Gnus.
17386
17387 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
17388
17389 * progmodes/compile.el (compilation-menu-map): Add menu entries
17390 for useful options.
17391
17392 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
17393 Glenn Morris <rgm@gnu.org>
17394
17395 * emacs-lisp/bytecomp.el (byte-recompile-directory)
17396 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
17397 Give a `bytecomp-' prefix to local variables with common names.
17398
17399 2008-03-01 Glenn Morris <rgm@gnu.org>
17400
17401 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17402 Restore code commented out 2007-11-10.
17403
17404 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
17405
17406 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
17407 Delete macro.
17408 * emulation/viper-cmd.el, emulation/viper-ex.el:
17409 * emulation/viper-init.el, emulation/viper-keym.el:
17410 * emulation/viper-mous.el, emulation/viper-util.el:
17411 * emulation/viper.el:
17412 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
17413 featurep test.
17414
17415 Replace obsolete frame-local variables with frame-parameters.
17416 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
17417 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
17418 (viper-vi-state-cursor-color): Only call make-variable-frame-local
17419 on XEmacs.
17420 * emulation/viper-util.el (viper-frame-value): New macro.
17421 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
17422 (viper-R-state-post-command-sentinel)
17423 (viper-replace-state-post-command-sentinel)
17424 (viper-change-state-to-insert, viper-change-state-to-emacs):
17425 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
17426 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
17427 (viper-get-saved-cursor-color-in-insert-mode)
17428 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
17429 Use viper-frame-value for viper-replace-overlay-cursor-color,
17430 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
17431 viper-vi-state-cursor-color values.
17432
17433 * emulation/viper-cmd.el (zmacs-region-stays):
17434 * emulation/viper-util.el (zmacs-region-stays): No need to define
17435 for compiler.
17436
17437 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
17438 mapcar on Emacs.
17439
17440 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
17441 on XEmacs.
17442
17443 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
17444 rather than if.
17445
17446 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17447
17448 * whitespace.el: New version 9.3. As the glyph code generation was
17449 fixed, it is possible now to use character code above ?\x1FFFF in the
17450 display table. Fix `whitespace-indentation-regexp' to not include an
17451 extra ending character. Reported by Michael Welsh Duggan
17452 <mwd@cert.org>. Added hook actions when buffer is written or killed as
17453 the original whitespace package had. Suggested by Eric Cooper
17454 <ecc@cmu.edu>. Doc fix.
17455 (whitespace-action): New option.
17456 (whitespace-display-mappings): Changed default newline visualization to
17457 display downwards arrow, as the glyph code generation was fixed.
17458 (whitespace-unload-function): Assure that all local whitespace mode is
17459 turned off.
17460 (whitespace-global-modes): Fix type customization.
17461 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17462 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
17463 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
17464 Fix code.
17465 (whitespace-buffer): Command removed.
17466 (whitespace-trailing-regexp, whitespace-mark-x)
17467 (whitespace-display-window, whitespace-action-when-on)
17468 (whitespace-add-local-hook, whitespace-remove-local-hook)
17469 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
17470 (whitespace-action): New funs.
17471 (whitespace-report-list, whitespace-report-text)
17472 (whitespace-report-buffer-name): New consts.
17473 (whitespace-report, whitespace-report-region): New commands.
17474
17475 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17476
17477 * disp-table.el (make-glyph-code): Don't test the result of
17478 `face-id', which already signals an error for invalid faces.
17479 (glyph-face): Simplify.
17480
17481 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
17482 running `desktop-not-loaded-hook' to allow modifying it.
17483 Don't show warning message if `desktop-dirname' was modified.
17484
17485 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
17486
17487 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
17488 we still expect more lines.
17489
17490 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
17491 comment-paragraph filling if the commark doesn't match
17492 comment-start-skip.
17493
17494 2008-03-01 Daiki Ueno <ueno@unixuser.org>
17495
17496 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
17497 the `imap' variant.
17498
17499 2008-03-01 Jason Rumney <jasonr@gnu.org>
17500
17501 * files.el (make-auto-save-file-name): Encode more characters in
17502 non-file buffer names. Use url-encoding.
17503
17504 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17505
17506 * net/net-utils.el (ftp-program): Fix typo in docstring.
17507 (ifconfig-program-options, netstat-program-options)
17508 (arp-program-options, route-program-options, nslookup-program-options)
17509 (ftp-program-options, smbclient-program-options)
17510 (dns-lookup-program-options, arp, route): Doc fixes.
17511
17512 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
17513 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
17514 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
17515 Fix typos in docstrings.
17516 (gdb-pending-triggers): Reflow docstring.
17517 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
17518
17519 2008-03-01 Alan Mackenzie <acm@muc.de>
17520
17521 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
17522 typing "#" at EOB.
17523
17524 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
17525
17526 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
17527
17528 2008-02-29 Kim F. Storm <storm@cua.dk>
17529
17530 * emulation/cua-base.el (cua-remap-control-v)
17531 (cua-remap-control-z): New defcustoms.
17532 (cua-mode): Add them to set-after property.
17533 (cua--init-keymaps): Use them.
17534 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
17535
17536 * help.el (view-emacs-todo): Rename from view-todo.
17537 (describe-gnu-project): Rename from describe-project. Users changed.
17538 (view-help-file): New helper function.
17539 (describe-distribution, describe-copying, describe-gnu-project)
17540 (view-todo, view-order-manuals, view-emacs-problems): Use it.
17541 (view-emacs-debugging, view-external-packages): New commands.
17542 (help-map): Move describe-distribution to C-h C-o (ordering).
17543 Move view-emacs-problems to C-h C-p (problems).
17544 Bind view-emacs-debugging to C-h C-d (debugging).
17545 Bind view-external-packages to C-h C-e (extras).
17546 (help-for-help-internal): Cleanup and align descriptions.
17547 Remove command names to reduce clutter.
17548
17549 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17550
17551 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
17552 and quieter face (not a warning).
17553
17554 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
17555
17556 * vc.el (vc-status-crt-marked): New variable.
17557 (vc-status-mode): Make it local.
17558 (vc-status-refresh): Use it to save the marked files.
17559 (vc-update-vc-status-buffer): Use it to restore the marked files.
17560
17561 * vc-svn.el (vc-svn-after-dir-status):
17562 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
17563
17564 2008-02-29 Glenn Morris <rgm@gnu.org>
17565
17566 * allout.el (allout-topic-encryption-bullet)
17567 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
17568 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
17569 from 22.0 to 22.1.
17570
17571 * net/imap.el (imap-ping-server):
17572 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
17573 Change defcustom :version from 23.0 to 23.1.
17574
17575 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
17576
17577 * desktop.el (desktop-save): Save the buffer name if the
17578 uniquified base name is empty.
17579
17580 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
17581
17582 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
17583 correctly when user has "set print address off".
17584
17585 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
17586
17587 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
17588 version number of the next major Emacs release, not 23.0.
17589
17590 * longlines.el (longlines-unload-function): New function.
17591
17592 2008-02-28 Juri Linkov <juri@jurta.org>
17593
17594 * startup.el (normal-splash-screen): Add argument `concise'.
17595 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
17596 to the created buffer. If `concise' is non-nil, call
17597 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
17598 (display-startup-screen): Add argument `concise' to the call to
17599 `normal-splash-screen'.
17600
17601 2008-02-28 Kim F. Storm <storm@cua.dk>
17602
17603 * startup.el (startup-echo-area-message): Check for about-emacs.
17604
17605 2008-02-28 Juri Linkov <juri@jurta.org>
17606
17607 * startup.el: Always add initial message to *scratch* buffer if
17608 `initial-scratch-message' is non-nil regardless of the value of
17609 `inhibit-startup-screen'.
17610 (inhibit-startup-screen, initial-scratch-message): Doc fix.
17611 (command-line-1): Move code that inserts `initial-scratch-message'
17612 up before the if-form that checks for `inhibit-startup-screen'.
17613 Suggested by Jonathan Rockway <jon@jrock.us>.
17614
17615 2008-02-28 Juri Linkov <juri@jurta.org>
17616
17617 * cus-edit.el (custom-mode-map, custom-mode-link-map):
17618 Rename `custom-mode' to `Custom-mode' in docstrings.
17619 (custom-buffer-create-internal, customize-browse):
17620 Rename `custom-mode' to `Custom-mode'.
17621 (custom-mode-hook): Rename to `Custom-mode-hook'.
17622 (Custom-mode-hook): Renamed from `custom-mode-hook'.
17623 (custom-mode): Rename to `Custom-mode'.
17624 (Custom-mode): Renamed from `custom-mode'. Doc fix.
17625 (custom-mode): Add backward-compatible non-interactive variant of
17626 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
17627 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
17628
17629 * info-look.el: Rename `custom-mode' to `Custom-mode'.
17630
17631 * emulation/viper.el (viper-emacs-state-mode-list):
17632 Rename `custom-mode' to `Custom-mode'.
17633
17634 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
17635 Capitalize "Tagged Files".
17636 (minibuffer-local-map): Add menu items for next/previous
17637 history elements and isearch history forward/backward.
17638
17639 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
17640 `hs-isearch-open' with t instead of `comment' in :selected
17641 for "Code and Comment blocks" menu item.
17642
17643 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
17644
17645 * uniquify.el (uniquify-buffer-base-name): Undo last change.
17646 Should be done in desktop.el instead.
17647
17648 2008-02-28 Glenn Morris <rgm@gnu.org>
17649
17650 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
17651
17652 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
17653
17654 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
17655 (Info-menu, Info-goto-node): Remove declarations.
17656 (report-emacs-bug-info): Use info rather than Info-goto-node.
17657
17658 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
17659 (idlwave-convert-xml-system-routine-info): Don't require xml.
17660 (idlwave-show-commentary, idlwave-shell-show-commentary):
17661 Don't require finder.
17662 (idlwave-info): Don't require info. Use info rather than
17663 Info-goto-node.
17664
17665 * textmodes/org.el (Info-goto-node): Remove declaration.
17666 (org-info): Use info rather than Info-goto-node.
17667
17668 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
17669 (reftex-info): Don't require info. Use info rather than Info-goto-node.
17670
17671 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
17672
17673 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
17674 the menu.
17675
17676 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
17677 (vc-finish-logentry): Check for vc-status-mode, not only for
17678 vc-dired-mode.
17679
17680 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
17681
17682 * isearch.el (isearch-printing-char): Don't check
17683 keyboard-coding-system.
17684 Call isearch-process-search-multibyte-characters only when
17685 current-input-method is non-nil.
17686
17687 2008-02-27 Kim F. Storm <storm@cua.dk>
17688
17689 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
17690 (glyph-char, glyph-face): Handle cons encoding.
17691
17692 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
17693
17694 * uniquify.el (uniquify-buffer-base-name): If the base name is an
17695 empty string, return nil to allow the caller to default to the
17696 buffer name. Reported by Martin Fischer <parozusa@web.de>.
17697
17698 * tool-bar.el (tool-bar-setup): Doc fix.
17699
17700 * mail/supercite.el (sc-describe):
17701 Fix typos in obsolescence declaration.
17702
17703 2008-02-27 Glenn Morris <rgm@gnu.org>
17704
17705 * autoinsert.el (auto-insert-alist): Change permission text to
17706 match FSF's GPLv3 form.
17707
17708 * mail/supercite.el (sc-cite-original): Doc fix.
17709 (sc-version): Make obsolete.
17710 (sc-describe): Show the SC info page. Make obsolete.
17711
17712 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17713
17714 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
17715 when using transient-mark-mode.
17716 (default-indicate-unused-lines): Remove unused var.
17717
17718 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
17719
17720 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
17721 and previous.
17722
17723 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
17724
17725 2008-02-26 Glenn Morris <rgm@gnu.org>
17726
17727 * net/net-utils.el (top-level): Don't require comint when compiling.
17728 (nslookup-font-lock-keywords): Don't require font-lock.
17729 Use font-lock faces rather than variables.
17730 (nslookup, ftp, smbclient, network-service-connection):
17731 Don't require comint.
17732 (comint-prompt-regexp, comint-input-autoexpand)
17733 (comint-input-ring): Declare for compiler.
17734 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
17735 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
17736
17737 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
17738 doc-string.
17739
17740 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
17741
17742 * doc-view.el (doc-view-current-page): Add a `win' argument.
17743
17744 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17745
17746 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
17747 Demote it to plain defvar.
17748 (doc-view-conversion-refresh-interval): Reduce interval.
17749 (doc-view-goto-page): Allow moving to pages not yet rendered.
17750 (doc-view-goto-page): Construct a file name rather than extracting it
17751 from doc-view-current-files.
17752 (doc-view-kill-proc): Ignore errors from kill-process.
17753 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
17754 (doc-view-insert-image): Use appropriate text if the page hasn't been
17755 rendered yet. Adjust scrolling so the text is displayed.
17756 (doc-view-display): Detect not just that a page is available, but also
17757 that it wasn't available before, so as to avoid refreshing all pages
17758 repeatedly.
17759 (doc-view-mode): Make doc-view-cache-directory if needed.
17760
17761 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17762
17763 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
17764 toggle-read-only.
17765
17766 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
17767 refering to a missing required field with the OPT prefix.
17768 Make unwindform more robust.
17769
17770 * textmodes/bibtex.el: Remove support for hideshow minor mode as
17771 it duplicates the bibtex support in progmodes/hideshow.el.
17772 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
17773 entries that do not start at the beginning of a line.
17774
17775 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
17776
17777 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
17778
17779 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
17780
17781 * help-fns.el (describe-variable): Add phrases about
17782 initialization file with and without customization;
17783 use new button type help-info-variable.
17784
17785 * help-mode.el (help-info-variable):
17786 New button able to read Info files for help-fns.el.
17787
17788 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
17789
17790 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
17791 (grep-mode): Use grep-mode-tool-bar-map.
17792
17793 * progmodes/compile.el (tool-bar): Require tool-bar.
17794 (compilation-mode-tool-bar-map): New variable.
17795 (compilation-mode): Use compilation-mode-tool-bar-map.
17796
17797 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
17798
17799 2008-02-25 Glenn Morris <rgm@gnu.org>
17800
17801 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
17802
17803 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
17804
17805 * diff-mode.el (diff-file-junk-re): New const.
17806 (diff-beginning-of-file-and-junk): Use it.
17807 (diff-file-kill): Make sure we were really inside a file diff.
17808
17809 * diff-mode.el: Make it more robust in the presence of empty context
17810 lines in unified hunks.
17811 (diff-valid-unified-empty-line): New var.
17812 (diff-unified->context, diff-sanity-check-hunk): Obey it.
17813 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
17814 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
17815 (diff-hunk-header-re-unified): New const.
17816 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
17817 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
17818 (diff-sanity-check-hunk): Use it.
17819
17820 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
17821 Index: line, don't search backward for the previous one.
17822
17823 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
17824
17825 * international/fontset.el (setup-default-fontset): Add non-OTF
17826 lao font for lao script.
17827
17828 * language/tibetan.el: Register tibetan-composition-function in
17829 composition-function-table.
17830
17831 * language/tibet-util.el (tibetan-composition-function):
17832 Adjust for the new calling way (argument changed). Try font-shape-text
17833 if possible.
17834
17835 * language/lao.el: Register lao-composition-function in
17836 composition-function-table.
17837
17838 * language/lao-util.el (lao-composition-function): Adjust for the new
17839 calling way (argument changed). Try font-shape-text if possible.
17840
17841 2008-02-25 Jason Rumney <jasonr@gnu.org>
17842
17843 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
17844
17845 2008-02-25 Juri Linkov <juri@jurta.org>
17846
17847 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
17848 background, "red4" for a dark background, "red" for 16 and
17849 8 colors, "grey" for grayscale, and inverse video otherwise.
17850 Add :version tag.
17851 (isearch-message): Keep the original isearch-message intact, and
17852 add text properties to it where necessary. Add `isearch-error' to
17853 the condition that checks if isearch is unsuccessful.
17854
17855 2008-02-24 Juri Linkov <juri@jurta.org>
17856
17857 * progmodes/compile.el (compilation-handle-exit):
17858 Use compilation-error face instead of font-lock-warning-face.
17859 Display the same message in the minibuffer as is inserted
17860 at the end of the compilation buffer.
17861
17862 2008-02-24 Glenn Morris <rgm@gnu.org>
17863
17864 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
17865 multiple file case.
17866
17867 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
17868
17869 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
17870 multiple file case. Use a single `let' rather than two.
17871
17872 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17873
17874 * progmodes/compile.el (compilation-start): Specify a face for
17875 mode-line-process.
17876 (compilation-handle-exit): Specify a face and a tooltip for
17877 mode-line-process.
17878
17879 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
17880
17881 * hilit-chg.el: Remove spurious * in defcustom docstrings.
17882 (hilit-chg-make-ov): Simplify.
17883 (hilit-chg-fixup): Use remove-overlays.
17884 (hilit-chg-set-face-on-change): Remove redundant call to
17885 `remove-text-properties'.
17886
17887 * dired.el (dired-mark-prompt): Don't count/display the t element.
17888 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
17889
17890 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
17891
17892 * progmodes/verilog-mode.el (eval-when-compile): Don't define
17893 add-submenu.
17894 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
17895 Remove. Move contents to the only use ...
17896 (verilog-menu): ... here.
17897 (verilog-statement-menu): Remove. Move contents to the only use ...
17898 (verilog-stmt-menu): ... here.
17899 (verilog-mark-defun): Simply call mark-defun for emacs.
17900 (occur-pos-list): Declare for byte compiler.
17901 (mode-popup-menu): Don't defvar.
17902 (verilog-add-statement-menu): Remove.
17903 (verilog-mode-hook): Don't add verilog-add-statement-menu.
17904 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
17905
17906 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
17907
17908 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
17909 conditional.
17910 (verilog-font-grouping-keywords-face): Make the begin..end
17911 keywords standout more than other verilog keywords.
17912 (verilog-type-font-keywords): Move the begin..end out of this list
17913 to facilitate making them to (potentially) stand out more.
17914 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
17915 function & task blocks.
17916 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
17917 initial, function & task blocks.
17918 (verilog-forward-sexp): Handle the new "disable fork" statement of
17919 IEEE-1800 Verilog.
17920 (verilog-beg-block-re-ordered): Handle the new "disable fork"
17921 statement of IEEE-1800 Verilog.
17922 (verilog-calc-1): Handle the new "disable fork" statement of
17923 IEEE-1800 Verilog.
17924 (verilog-disable-fork-re): Add const to help handle the new
17925 "disable fork" statement of IEEE-1800 Verilog.
17926 (verilog-declaration-core-re): Add port directions by themselves,
17927 with no qualification, as base item of a declaration.
17928 (verilog-pretty-declarations): Add new flag to ask it to refrain
17929 from printing to the message buffer.
17930 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
17931 printing to the message buffer. Improve handling of the many
17932 types of expression line up.
17933 (verilog-just-one-space): Remove printing of an empty message.
17934 (verilog-get-lineup-indent): Rework to support the better handling
17935 of expression lineup for verilog-pretty-expr.
17936 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
17937
17938 2008-02-24 Alan Mackenzie <acm@muc.de>
17939
17940 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
17941 yesterday's commit.
17942
17943 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17944
17945 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
17946 to mouse-set-point in buffers that aren't associated with files.
17947
17948 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
17949
17950 2008-02-24 Alan Mackenzie <acm@muc.de>
17951
17952 Set of changes so that "obtrusive" syntactic elements in a
17953 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
17954 unmatched paren) don't interact syntactically with stuff outside
17955 the CPP line.
17956
17957 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
17958 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
17959 off-by-one bug.
17960 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
17961 a bit of refactoring.
17962 (c-awk-extend-and-syntax-tablify-region): Takes some of the
17963 functionality of c-awk-advise-fl-for-awk-region, which has been
17964 refactored away.
17965
17966 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
17967 (c-clear-char-property-with-value): New function and macro which
17968 remove text-properties `equal' to a supplied value.
17969
17970 * progmodes/cc-engine.el: Comment about text properties amended.
17971
17972 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
17973 parens around "error\\|warning".
17974
17975 * progmodes/cc-langs.el (c-get-state-before-change-function)
17976 (c-before-font-lock-function, c-anchored-cpp-prefix):
17977 New language variables.
17978 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
17979
17980 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
17981 syntax-table text properties.
17982 (c-common-init): Call language specific before/after-change
17983 functions at mode initialisation.
17984 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
17985 (c-extend-region-for-CPP, c-neutralize-CPP-line)
17986 (c-neutralize-syntax-in-CPP): New functions.
17987 (c-before-change, c-after-change): Call the new language specific
17988 change functions defined in cc-langs.el.
17989 (c-advise-fl-for-region): New macro.
17990 (awk-mode): Remove AWK specific stuff which has been refactored
17991 into language independent stuff.
17992
17993 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
17994
17995 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
17996 (gdb): (Re)set gdb-flush-pending-output to nil here...
17997 (gdb-init-1): ...instead of here (before gdb-prompt).
17998
17999 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18000
18001 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
18002 Recognize ''' just like any other char-constant.
18003
18004 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18005
18006 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
18007 careful enough. Detect the uid-change all within the main loop.
18008
18009 2008-02-24 Stefan Monnier <monnier@pastel.home>
18010
18011 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
18012
18013 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18014
18015 * hilit-chg.el (highlight-save-buffer-state): New macro.
18016 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
18017 (hilit-chg-clear): Use it to preserve the modified-p flag.
18018 (highlight-changes-rotate-faces): Don't mess with the undo-list.
18019
18020 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18021
18022 * font-lock.el (font-lock-set-defaults): Unset previously set variables
18023 when needed.
18024
18025 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
18026
18027 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
18028 from gnus-button-url-regexp.
18029
18030 2008-02-24 Eli Zaretskii <eliz@gnu.org>
18031
18032 * progmodes/compile.el (compilation-next-error): Doc fix.
18033 (compilation-find-file): Doc fix.
18034
18035 2008-02-24 Glenn Morris <rgm@gnu.org>
18036
18037 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
18038 Add obsolete aliases to the old names.
18039
18040 2008-02-24 Richard Stallman <rms@gnu.org>
18041
18042 * net/net-utils.el (ifconfig): Rename from ipconfig.
18043 (ipconfig): Alias to ifconfig.
18044 (ifconfig-program): Rename from ipconfig-program.
18045 (ifconfig-program-options): Rename from ipconfig-program-options.
18046
18047 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
18048
18049 * progmodes/verilog-mode.el (verilog-declaration-core-re):
18050 Add port directions by themselves, with no qualification, as base
18051 item of a declaration.
18052 (verilog-pretty-declarations): Add new flag that inhibits printing
18053 to the message buffer.
18054 (verilog-pretty-expr): Add new flag that inhibits printing to the
18055 message buffer. Improve handling of the many types of expression
18056 line up.
18057 (verilog-just-one-space): Don't print an empty message.
18058 (verilog-get-lineup-indent): Rework to support the better handling
18059 of expression lineup for verilog-pretty-expr.
18060 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
18061 (verilog-mode-version, verilog-mode-release-date): Update.
18062
18063 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
18064
18065 * subr.el (cancel-change-group): Don't move point.
18066
18067 2008-02-23 Markus Triska <markus.triska@gmx.at>
18068
18069 * linum.el (linum-after-config): Update all visible windows.
18070
18071 2008-02-23 Glenn Morris <rgm@gnu.org>
18072
18073 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
18074 Add :help for Solitaire and Tetris.
18075
18076 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
18077
18078 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
18079 (smtpmail-code-conv-from): Doc fix. Fix custom type.
18080 (smtpmail-queue-index-file): Make it a defcustom.
18081 (smtpmail-queue-index): Delete.
18082 (smtpmail-send-it, smtpmail-send-queued-mail):
18083 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
18084 smtpmail-queue-index.
18085
18086 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18087 Add :version.
18088
18089 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
18090
18091 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
18092 New variables.
18093 (iwconfig): New function.
18094
18095 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
18096
18097 * vc.el (vc-find-revision): Make vc-parent-buffer local before
18098 setting it.
18099 (vc-status-menu-map): Do not define using easy-menu.
18100 (vc-status-menu-map): New defalias.
18101 (vc-status-mode-map): Hook up the menu.
18102 (top-level): Update TODO.
18103
18104 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
18105
18106 * vc-bzr.el (vc-bzr-init-version): Rename to ...
18107 (vc-bzr-init-revision): ... this.
18108
18109 2008-02-23 Jason Rumney <jasonr@gnu.org>
18110
18111 * makefile.w32-in (WINS_ALMOST): Remove term.
18112 (WINS): Add term here.
18113 (custom-deps, finder-data): Use WINS_ALMOST.
18114
18115 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
18116
18117 * faces.el (font-weight-table): Fix value of `semi-light'.
18118
18119 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
18120
18121 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
18122 Make those tables bijective.
18123
18124 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
18125
18126 Finish pdbtrack integration cleanup, settling missing-functions
18127 byte compiler warnings appropriately.
18128
18129 * progmodes/python.el (python-point): Remove this - beginning-of-line
18130 was all that was necessary for `python-pdbtrack-overlay-arrow'.
18131 (python-end-of-def-or-class, python-beginning-of-def-or-class)
18132 (python-goto-initial-line): Drop these - they were only needed for
18133 python-point.
18134 (python-comint-output-filter-function): Use condition-case and
18135 beginning-of-line directly, instead of python-mode.el functions
18136 which require all sorts of baggage.
18137 (point-safe): Unnecessary - we're using condition-case directly,
18138 instead.
18139 (python-execute-file): Include for python-shell, which I'm leaving
18140 in keeping despite it being unnecessary for pdb tracking.
18141
18142 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
18143
18144 * progmodes/scheme.el (scheme-font-lock-keywords-2):
18145 Add SRFI 11 support.
18146 (let-values, let*-values): Specify scheme-indent-function.
18147
18148 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
18149
18150 * vc.el (vc-exec-after): Move setting mode-line-process in the
18151 busy case ...
18152 (vc-set-mode-line-busy-indicator): ... in this new function.
18153 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
18154 (vc-update-vc-status-buffer): Reset mode-line-process.
18155 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
18156 mark/unmark all the files with the same state as the current one.
18157 With a prefix argument mark/unmark all files.
18158 (vc-status-mode-menu): Adjust strings.
18159 (vc-update-vc-status-buffer): Only do something when the argument
18160 is not nil.
18161 (vc-status-kill-dir-status-process): New function.
18162 (vc-status-mode-map): Bind it.
18163 (vc-status-process-buffer): New variable.
18164 (vc-status-mode): Make it local.
18165 (vc-status-refresh): Set it.
18166
18167 * vc-hg.el (vc-hg-dir-status):
18168 * vc-git.el (vc-git-dir-status):
18169 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
18170 command is run.
18171
18172 2008-02-22 Glenn Morris <rgm@gnu.org>
18173
18174 * json.el (top-level): No need to require thingatpt.
18175 (json-read-keyword): Use thing-at-point rather than word-at-point.
18176
18177 * time.el (top-level): No need to require time-date when compiling.
18178
18179 * emacs-lisp/copyright.el (copyright-update-year):
18180 Fix subexpression numbering for the case when years are split over
18181 lines, and for the replace case.
18182
18183 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
18184 (tpu-caar, tpu-cadr): Delete functions.
18185 (zmacs-regions): No need to declare for compiler.
18186 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
18187 (tpu-spell-check): Rewrite, and handle mark after point.
18188 (tpu-special-insert): Use or rather than if.
18189
18190 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
18191 rather than spell-region.
18192
18193 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
18194 warnings about spell-region.
18195
18196 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
18197
18198 * ldefs-boot.el: Regenerated.
18199
18200 * loadup.el: Don't load language/devanagari, language/kannada,
18201 language/malayalam, and language/tamil. Load language/sinhala.
18202
18203 * language/indian.el (indian-font-foundry)
18204 (indian-script-language-alist, indian-font-char-index-table)
18205 (indian-font-char, indian-font-char-range, indian-script-table)
18206 (indian-default-script, indian-composable-pattern): Delete them.
18207 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
18208 language environments moved to here.
18209 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
18210 New language environments.
18211
18212 * language/devanagari.el, language/devan-util.el,
18213 * language/kannada.el, language/knd-util.el, language/malayalam.el,
18214 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
18215 Delete them.
18216
18217 * language/sinhala.el: New file.
18218
18219 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
18220
18221 Update Nick Robert's port of pdb tracking from python-mode.el.
18222
18223 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
18224 Clarify docstring.
18225 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
18226 tracking is happening.
18227 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
18228 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
18229 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
18230 Tracking is plugged in to all comint buffers once python.el is loaded.
18231 (python-pdbtrack-overlay-arrow): Toggle activation of
18232 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
18233 (python-pdbtrack-track-stack-file): Use new
18234 `python-pdbtrack-get-source-buffer' for more flexible access to
18235 debugging source files.
18236 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
18237 according to pdb stack trace, optionally using new
18238 `python-pdbtrack-grub-for-buffer' if file is not locally available.
18239 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
18240 named buffer, or having function with indicated name.
18241 (python-shell): Remove comint-output-filter-functions hook
18242 addition, it's being done elsewhere. Wrap long line.
18243
18244 2008-02-21 Michael Olson <mwolson@gnu.org>
18245
18246 * json.el: Replace XEmacs compatibility code to get rid of
18247 compiler warnings.
18248
18249 * time.el: Fix compiler warning.
18250
18251 2008-02-21 Edward O'Connor <ted@oconnor.cx>
18252
18253 * json.el: New file (JavaScript Object Notation parser / generator).
18254
18255 2008-02-21 Dave Love <fx@gnu.org>
18256
18257 * progmodes/sym-comp.el: New file.
18258
18259 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
18260 Require sym-comp. Add Python buffer to same-window-buffer-names.
18261 Fixup whitespaces.
18262 (python-font-lock-keywords): Add highlighting for Python builtins.
18263 (python-font-lock-syntactic-keywords): Rewrite.
18264 (python-quote-syntax): Use syntax-ppss-context instead of parsing
18265 ppss directly.
18266 (python-mode-map): Add binding for python-find-function.
18267 (python-calculate-indentation): Clean up the logic.
18268 (python-beginning-of-defun): Explicitly set return value.
18269 (python-beginning-of-statement): Stop looping if we get stuck
18270 going backwards.
18271 (python-next-statement): Stop looping if we somehow end up inside
18272 a string while advancing.
18273 (python-preoutput-continuation, python-version-checked): New vars.
18274 (python-check-version): New function.
18275 (run-python): Set default command to python-command instead of
18276 python-python-command.
18277 (run-python): Use python-check-version. Give PYTHONPATH
18278 precedence over data-directory in the process environment.
18279 Load function definitions in python process after.
18280 (python-check-comint-prompt): New function.
18281 (python-send-command, python-send-receive): Use it.
18282 (python-complete-symbol, python-try-complete): Functions deleted.
18283 Use symbol-complete instead of python-complete-symbol throughout.
18284 (python-fill-paragraph): Further refine the fenced-string regexp.
18285 (def-python-skeleton): Expand to the original abbrev instead if in
18286 a comment or string. Tweak skeletons for `if', `while', `for',
18287 `try/except', `try/finally', `name'.
18288 (python-pea-hook, python-abbrev-pc-hook): New functions.
18289 (python-abbrev-syntax-table): New var.
18290 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
18291 Use symbol-completion-try-complete for hippie expansion.
18292 Turn on font lock unconditionally.
18293 (python-mode-hook): Defcustom it. No need to use make-local
18294 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
18295 option, since it's buffer-local.
18296
18297 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
18298
18299 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
18300
18301 2008-02-21 Drew Adams <drew.adams@oracle.com>
18302
18303 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
18304 "Turn off" and a "Help" entry when the minor mode has no menu.
18305
18306 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
18307
18308 * vc.el (vc-status-mark, vc-status-unmark): New functions.
18309 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
18310 vc-status-mark-file and vc-status-unmark-file.
18311 (vc-status-mark-unmark): New function.
18312 (vc-status-previous-line, vc-status-next-line): No longer interactive.
18313
18314 2008-02-21 Glenn Morris <rgm@gnu.org>
18315
18316 * composite.el (encode-composition-rule): Fix typo in error message.
18317 (composition-function-table, auto-composition-mode): Doc fixes.
18318
18319 * subr.el (sit-for): Fix obsolete form for nil second argument.
18320
18321 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
18322 (spell-string): Make obsolete, in favor of ispell.
18323
18324 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
18325
18326 * language/devanagari.el: Don't setup composition-function-table
18327 here.
18328 ("Devanagari"): Change charset, coding-system, coding-priority to
18329 Unicode-based ones. Don't require the feature devan-util.
18330
18331 * composite.el (compose-chars-after): Fix arguments for a function
18332 in composition-function-table.
18333 (auto-compose-region): Likewise.
18334
18335 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
18336 for Ethiopic.
18337 (ps-mule-plot-string): Ignore glyph-string based compositions.
18338
18339 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
18340
18341 * doc-view.el: Allow different windows to show different pages.
18342 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
18343 (doc-view-current-image, doc-view-current-overlay): Remove variables,
18344 add them back as macros instead, using image-mode-winprops instead.
18345 Update all users of those variables.
18346 (doc-view-new-window-function): New function to create a new overlay
18347 for each new window.
18348 (doc-view-mode): Use it and image-mode-setup-winprops.
18349 (doc-view-clone-buffer-hook): Rewrite accordingly.
18350
18351 * image-mode.el: Extend [hv]scroll support to per-window properties.
18352 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
18353 (image-mode-winprops-alist): New var to replace them.
18354 (image-mode-new-window-functions): New hook.
18355 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
18356 New funs.
18357 (image-set-window-vscroll, image-set-window-hscroll): Use them.
18358 Remove the `window' argument, update callers.
18359 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
18360 Use the new functions.
18361 (image-mode-reapply-winprops): New fun.
18362 (image-mode): Use it.
18363
18364 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
18365
18366 * calc/calc-math.el (math-sin-raw): Add optional argument
18367 to keep track of original argument.
18368 (math-cos-raw): Use optional argument when calling math-sin-raw.
18369 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
18370 with close to original precision.
18371
18372 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18373
18374 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
18375 args in calls of sit-for.
18376
18377 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
18378
18379 * vc-svn.el (vc-svn-program): Fix typo in docstring.
18380 (vc-svn-checkin): Fix typo in error message.
18381
18382 * help-mode.el: Require easymenu when compiling.
18383
18384 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
18385
18386 * help-mode.el (help-mode-menu): New menu.
18387
18388 2008-02-20 Glenn Morris <rgm@gnu.org>
18389
18390 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
18391 on Windows.
18392
18393 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
18394
18395 * ps-mule.el (ps-mule-encode-region): Return a single string.
18396 (ps-mule-plot-string): Adjust for the above change.
18397 (ps-mule-encode-header-string): Likewise.
18398
18399 * international/latin1-disp.el (latin1-display): Don't use
18400 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
18401 standard-display-table.
18402 (latin1-display-identities): Adjust for the change of what is
18403 returned by (get-language-info charset 'charset).
18404
18405 * international/mule-util.el (char-displayable-p): Fix for Latin-1
18406 characters and terminal case.
18407
18408 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
18409
18410 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
18411
18412 * progmodes/python.el: Also require comint when loading.
18413 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
18414 Replace python-shell with run-python on menu bar.
18415 (python-shell-map): New map.
18416 (python-default-interpreter, python-python-command-args)
18417 (python-jython-command-args, python-pdbtrack-do-tracking-p):
18418 New options.
18419 (python-which-shell, python-which-args, python-which-bufname):
18420 New buffer local variables.
18421 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
18422
18423 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
18424 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
18425 New constants.
18426
18427 Pdbtrack features:
18428
18429 (python-point, python-end-of-def-or-class)
18430 (python-beginning-of-def-or-class, python-goto-initial-line)
18431 (python-comint-output-filter-function)
18432 (python-pdbtrack-overlay-arrow)
18433 (python-pdbtrack-track-stack-file, python-toggle-shells)
18434 (python-shell, python-pdbtrack-toggle-stack-tracking)
18435 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
18436 New functions.
18437
18438 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
18439
18440 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
18441 when the argument is nil.
18442
18443 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18444
18445 * vc.el (dir-status): Add a brief description.
18446
18447 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
18448
18449 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
18450 If non-nil, reverse the sense of the check.
18451
18452 * vc-rcs.el (vc-rcs-root): New func.
18453 * vc-cvs.el (vc-cvs-root): New func.
18454 * vc-svn.el (vc-svn-root): New func.
18455 * vc-sccs.el (vc-sccs-root): New func.
18456
18457 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
18458
18459 * language/japan-util.el (setup-japanese-environment-internal):
18460 Call use-cjk-char-width-table.
18461
18462 * language/japanese.el ("Japanese"): Set exit-function to
18463 use-default-char-width-table.
18464
18465 * international/characters.el: Delete occurrences of non-Unicode
18466 tibetan and ethiopic characters.
18467 (cjk-char-width-table): New variable.
18468 (use-cjk-char-width-table, use-default-char-width-table):
18469 New functions.
18470
18471 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
18472
18473 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
18474 (vc-status-mode-menu): Add a :filter.
18475 (vc-status-printer): Add faces.
18476
18477 * vc-hg.el (vc-hg-extra-status-menu): New function.
18478 (vc-hg-dir-status): Clean up the buffer before using it.
18479
18480 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
18481
18482 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
18483 (gdb): Initialize it here instead.
18484
18485 * files.el (locate-dominating-file): Fix thinko in last change.
18486 Reported by Bruce Stephens <bruce.stephens@isode.com>.
18487
18488 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
18489
18490 * vc.el (vc-status-mode-menu): New menu for vc-status.
18491
18492 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
18493
18494 * progmodes/verilog-mode.el (customize): Fix typo in error message.
18495 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
18496 (verilog-mode-auto, verilog-indent-level-module)
18497 (verilog-minimum-comment-distance, verilog-library-flags)
18498 (verilog-library-directories, verilog-library-files)
18499 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
18500 (verilog-xemacs-menu, verilog-set-compile-command)
18501 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
18502 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
18503 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
18504 (verilog-batch-inject-auto, verilog-batch-indent)
18505 (verilog-continued-line, verilog-type-keywords)
18506 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
18507 (verilog-read-inst-pins, verilog-read-arg-pins)
18508 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
18509 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
18510 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
18511 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
18512 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
18513 (verilog-mode-version, verilog-mode-release-date)
18514 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
18515 (verilog-simulator, verilog-compiler)
18516 (verilog-auto-sense-defines-constant, verilog-company)
18517 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
18518 Fix typos in docstrings.
18519 (verilog-set-auto-endcomments, verilog-calculate-indent)
18520 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
18521 Reflow docstrings.
18522 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
18523 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
18524 (electric-verilog-forward-sexp, verilog-in-case-region-p)
18525 (verilog-in-struct-region-p, verilog-in-generate-region-p)
18526 (verilog-leap-to-head, verilog-current-indent-level)
18527 (verilog-case-indent-level, verilog-cpp-keywords)
18528 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
18529 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
18530 (verilog-signals-not-in, verilog-symbol-detick-text)
18531 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
18532 (verilog-forward-close-paren, verilog-backward-open-paren)
18533 (verilog-backward-open-bracket): Doc fixes.
18534
18535 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
18536 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
18537 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
18538 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
18539 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
18540 Fix typos in docstrings.
18541
18542 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
18543
18544 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
18545
18546 * info.el (Info-read-node-name): Removed unused `default' arg.
18547
18548 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
18549
18550 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
18551
18552 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
18553
18554 * image-mode.el (image-get-display-property): New fun.
18555 (image-forward-hscroll, image-next-line, image-eol, image-eob)
18556 (image-mode, image-minor-mode, image-toggle-display-text)
18557 (image-toggle-display): Use it.
18558
18559 2008-02-18 Jason Rumney <jasonr@gnu.org>
18560
18561 * international/mule.el (xml-find-file-coding-system): Don't warn
18562 about utf-16 with BOM.
18563
18564 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
18565
18566 * international/mule.el (sgml-xml-auto-coding-function): Detect and
18567 warn if file encoding is not utf-8 and encoding not specified.
18568 (xml-find-file-coding-system): New function.
18569 * international/mule-conf.el (file-coding-system-alist): Use it.
18570
18571 2008-02-17 Glenn Morris <rgm@gnu.org>
18572
18573 * international/mule-cmds.el (set-locale-environment):
18574 Pass `frame' to getenv for LC_MESSAGES.
18575
18576 2008-02-17 Juri Linkov <juri@jurta.org>
18577
18578 * time.el (emacs-init-time): Use format instead of format-seconds.
18579
18580 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18581
18582 * textmodes/bibtex.el (bibtex-search-entry): Rename from
18583 bibtex-find-entry. Add autoload cookie.
18584 (bibtex-find-entry): Alias for bibtex-search-entry.
18585 (bibtex-search-crossref): Rename from bibtex-find-crossref.
18586 (bibtex-find-crossref): Alias for bibtex-search-crossref.
18587 (bibtex-clean-entry): atomic-change-group removed.
18588 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
18589 to locate buffer location where error occurred.
18590 Make error messages more specific.
18591 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
18592
18593 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
18594
18595 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
18596 top level.
18597
18598 * simple.el (transient-mark-mode): Add an :init-value.
18599
18600 * startup.el (command-line): Use custom-reevaluate-setting for
18601 transient-mark-mode.
18602
18603 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
18604
18605 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
18606
18607 2008-02-16 Juri Linkov <juri@jurta.org>
18608
18609 * startup.el (after-init-time): New variable.
18610 (command-line): Set `after-init-time' to the current time.
18611
18612 * time.el (emacs-init-time): New function.
18613
18614 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
18615
18616 * files.el (locate-dominating-file): Remove initial loop because it's
18617 not careful enough. Detect the uid-change all within the main loop.
18618
18619 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
18620
18621 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
18622
18623 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18624
18625 * vc.el (vc-annotate): Add new argument.
18626 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
18627
18628 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
18629 Move make-variable-buffer-local code after the corresponding defvar.
18630 (hs-minor-mode-map): Define and initialize in one step.
18631 (hs-minor-mode): Change from defun to define-minor-mode.
18632
18633 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
18634
18635 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
18636 (gdb-ready): Move declaration...
18637
18638 * progmodes/gdb-ui.el (gdb-ready): ...to here.
18639 (gdb-early-user-input): New variable.
18640 (gdb): Reset gdb-flush-pending-output to nil and set
18641 comint-input-sender here (before gdb-prompt), instead of...
18642 (gdb-init-1): ...here.
18643 (gdb-send): If Emacs is not ready, defer user input to...
18644 (gdb-prompt): ...here.
18645
18646 2008-02-16 Glenn Morris <rgm@gnu.org>
18647
18648 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
18649
18650 * startup.el (emacs-startup-time): Rename to `before-init-time'.
18651 (before-init-time): New name for `emacs-startup-time'.
18652 (command-line): Use before-init-time rather than emacs-startup-time.
18653 * time.el (emacs-uptime): Use before-init-time rather than
18654 emacs-startup-time.
18655
18656 * composite.el (composition-function-table): Doc fix.
18657
18658 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
18659 in favor of `%z' specifier.
18660 (emacs-uptime): Move to time.el.
18661 * time.el (emacs-uptime): Move here from time-date.el. Add optional
18662 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
18663 argument of format-seconds.
18664
18665 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
18666
18667 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
18668
18669 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
18670
18671 * ielm.el (ielm-is-whitespace): Remove.
18672 (ielm-is-whitespace-or-comment): New function.
18673 (ielm-eval-input): Use it.
18674
18675 2008-02-15 Jason Rumney <jasonr@gnu.org>
18676
18677 * term/mac-win.el: Fix coding tag.
18678
18679 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
18680
18681 * vc-hooks.el (vc-menu-map):
18682 * bindings.el (mode-line-mode-menu): Add tooltips.
18683
18684 * bindings.el (help-echo): Add more tooltips. Use a less
18685 telegraphic style for existing tooltips.
18686
18687 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
18688
18689 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
18690 from the auto-generated one.
18691
18692 2008-02-14 Glenn Morris <rgm@gnu.org>
18693
18694 * mail/rmail-spam-filter.el (rmail-spam-filter):
18695 Let-bind message-spam-status.
18696
18697 * mail/smtpmail.el (password-cache-add): Declare as function.
18698
18699 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
18700
18701 * mail/smtpmail.el: Use password-cache.
18702
18703 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
18704
18705 * uniquify.el (uniquify-buffer-base-name): New function.
18706 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
18707
18708 * desktop.el (uniquify-managed): Don't defvar.
18709 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
18710 `uniquify-managed'. Return also the buffer's base name.
18711 (desktop-save): When saving the buffer info, filter out the base name,
18712 and save it as buffer name if the buffer is managed by uniquify.
18713 (uniquify-item-base): Don't declare; not called anymore.
18714
18715 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
18716
18717 * vc.el (vc-annotate-find-revision-at-line): New function.
18718 (vc-annotate-mode-map): Bind it.
18719 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
18720 some entries.
18721
18722 2008-02-14 Glenn Morris <rgm@gnu.org>
18723
18724 * calendar/time-date.el (format-seconds): New function.
18725 (emacs-uptime): Use format-seconds.
18726
18727 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
18728 Remove `LC_ALL=C', since it's included in $(emacs) now.
18729
18730 2008-02-14 Zhang Wei <id.brep@gmail.com>
18731
18732 * textmodes/org-publish.el (org-publish-timestamp-filename):
18733 Replace colon characters in filename too.
18734
18735 2008-02-13 Bastien Guerry <bzg@altern.org>
18736
18737 * mail/rmail.el (rmail-header-name): New face.
18738 (rmail-font-lock-keywords): Use rmail-header-name.
18739
18740 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
18741 against X-Spam-Status header field.
18742 (rmail-spam-filter): Also check X-Spam-Status header field.
18743
18744 2008-02-14 Mark A. Hershberger <mah@everybody.org>
18745
18746 * progmodes/flymake.el (flymake-allowed-file-name-masks):
18747 Add support for .pm files and .php files.
18748 (flymake-err-line-patterns): Add pattern for PHP errors.
18749 (flymake-php-init): New function. PHP support for flymake.
18750
18751 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18752 Add regular expression for PHP errors.
18753
18754 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
18755
18756 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
18757 This DTRT even on w32 machines.
18758 (ange-ftp-cf1): Quote FILENAME.
18759
18760 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
18761
18762 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
18763 (smerge-auto-combine): New fun.
18764
18765 2008-02-12 Juri Linkov <juri@jurta.org>
18766
18767 * startup.el (fancy-startup-screen, normal-splash-screen):
18768 Set default-directory to command-line-default-directory.
18769
18770 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
18771 after reading the desktop.
18772
18773 * progmodes/compile.el (compilation-auto-jump):
18774 Call compile-goto-error only when compilation-auto-jump-to-first-error
18775 is non-nil.
18776 (compilation-scroll-output): Replace :type 'boolean with a choice
18777 that has three options including a third option `first-error'.
18778 Doc fix.
18779 (compilation-start, compilation-forget-errors): Add an alternate
18780 condition comparing compilation-scroll-output with `first-error'
18781 in addition to compilation-auto-jump-to-first-error (to call
18782 compilation-auto-jump in the proper place).
18783
18784 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18785
18786 * international/mule.el (sgml-html-meta-auto-coding-function):
18787 Make sure the search limit is ahead.
18788
18789 * tar-mode.el: Fix broken indentation.
18790 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
18791 Use with-current-buffer.
18792
18793 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
18794
18795 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
18796 it is already automatically buffer-local.
18797
18798 2008-02-12 Drew Adams <drew.adams@oracle.com>
18799
18800 * help.el (describe-key): Join some split lines to facilitate filling.
18801 * help-fns.el (describe-function-1): Fill text of overlong lines.
18802
18803 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
18804
18805 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
18806 Use unibyte-string instead of string-make-unibyte.
18807
18808 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
18809
18810 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
18811
18812 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
18813 works also for buffers w/o buffer-file-name. Update callers.
18814 (doc-view-clone-buffer-hook): New fun.
18815 (doc-view-mode): Use it for indirect clones. Mark the overlays with
18816 the `doc-view' property so they can be recognized.
18817
18818 * simple.el (clone-indirect-buffer-hook): New hook.
18819 (clone-indirect-buffer): Run it.
18820
18821 2008-02-11 Michael Olson <mwolson@gnu.org>
18822
18823 * epa-setup.el:
18824 * epg-package-info.el: Files removed.
18825
18826 2008-02-11 Daiki Ueno <ueno@unixuser.org>
18827
18828 * epa.el (epa-menu-mode): Merge into epa-mode.
18829 (epa-menu-items): Rename the label "EasyPG Assistant" to
18830 "Encryption/Decryption".
18831
18832 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
18833 (epa-dired-mode-map): Rename from epa-dired-map.
18834 (epa-global-dired-mode): Rename the global minor mode.
18835
18836 2008-02-11 Drew Adams <drew.adams@oracle.com>
18837
18838 * isearch.el (isearch-fail): New face.
18839 (isearch-message): Highlight failure part of input.
18840
18841 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
18842
18843 * ibuffer.el (ibuffer-header-line-format): New var.
18844 (ibuffer-mode): Set it instead of header-line-format.
18845 (ibuffer-update): Use it to set header-line-format.
18846
18847 * international/mule-cmds.el (ucs-insert): Inherit surrounding
18848 properties like self-insert-command.
18849
18850 2008-02-11 Drew Adams <drew.adams@oracle.com>
18851
18852 * progmodes/etags.el: Add many doc strings.
18853
18854 2008-02-11 Jason Rumney <jasonr@gnu.org>
18855
18856 * ldefs-boot.el: Regenerated.
18857
18858 2008-02-11 Glenn Morris <rgm@gnu.org>
18859
18860 * progmodes/compile.el (compilation-error-regexp-alist-alist):
18861 Shorten some names.
18862
18863 * ffap.el (ffap-rfc-directories): Add :version.
18864
18865 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
18866
18867 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
18868 files, and backup files of same.
18869
18870 2008-02-11 Kevin Ryde <user42@zip.com.au>
18871
18872 * ffap.el (ffap-rfc-directories): New variable.
18873 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
18874
18875 * info.el (Info-next-reference, Info-prev-reference)
18876 (Info-try-follow-nearest-node): Move to and follow https:// links too.
18877
18878 * simple.el (completion-list-mode): Show full completion-list-mode-map
18879 in the docstring.
18880
18881 2008-02-11 Sam Steingold <sds@gnu.org>
18882
18883 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
18884
18885 2008-02-11 Glenn Morris <rgm@gnu.org>
18886
18887 * startup.el (emacs-startup-time): New variable.
18888 (command-line): Set emacs-startup-time.
18889
18890 * calendar/time-date.el (emacs-uptime): New function.
18891
18892 2008-02-10 Bastien Guerry <bzg@altern.org>
18893
18894 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
18895 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
18896 it is nil.
18897
18898 2008-02-10 Daiki Ueno <ueno@unixuser.org>
18899
18900 * epg-config.el: Expand the contents of epg-package-info.el.
18901 (epg-package-name): New constant.
18902 (epg-version-number): New constant.
18903 (epg-bug-report-address): New constant.
18904
18905 * epa-mail.el (epa-mail-mode): Add autoload cookie.
18906 (epa-global-mail-mode): New global minor mode.
18907
18908 * epa-file.el (epa-file-mode): New global minor mode.
18909
18910 * epa-dired.el (epa-dired-mode): New global minor mode.
18911
18912 * epa.el (epa-menu): New variable.
18913 (epa-menu-items): New variable.
18914 (epa-menu-mode): New global minor mode.
18915 (epa-global-minor-modes): New user option.
18916 (epa-mode): New global minor mode.
18917
18918 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
18919
18920 * net/dbus.el: Remove `no-byte-compile' cookie.
18921 (dbus-call-method, dbus-register-signal, dbus-debug)
18922 (dbus-registered-functions-table): Declare them with
18923 `declare-function' or `defvar', respectively.
18924 (top): Don't assert any longer. Require 'cl when compiling.
18925 Apply `ignore-errors' but `dbus-ignore-errors'.
18926
18927 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
18928
18929 * diff-mode.el (diff-add-change-log-entries-other-window):
18930 Use add-change-log-entry.
18931
18932 2008-02-09 Jason Rumney <jasonr@gnu.org>
18933
18934 * button.el (button-map):
18935 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
18936 * ldefs-boot.el: Regenerate.
18937
18938 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
18939
18940 * epa.el (epa-faces, epa):
18941 * epa-file.el (epa-file):
18942 * epg-config.el (epg): Add :version.
18943
18944 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
18945
18946 * vc.el (vc-exec-after): Append CODE to previous fragments.
18947 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
18948 take MESSAGES instead of VERBOSE; use it when non-nil.
18949 (vc-diff-internal): Compute messages once; use them;
18950 update call to vc-diff-finish.
18951
18952 2008-02-09 Michael Olson <mwolson@gnu.org>
18953
18954 * net/tramp.el (tramp-process-sentinel): Avoid error when process
18955 buffer has been killed, such as by
18956 `tramp-cleanup-all-connections'.
18957
18958 2008-02-09 Miles Bader <miles@gnu.org>
18959
18960 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
18961
18962 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
18963
18964 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
18965 splitter in context hunks.
18966
18967 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
18968
18969 * international/fontset.el (setup-default-fontset): Fix arabic otf
18970 font specification.
18971
18972 2008-02-08 Daiki Ueno <ueno@unixuser.org>
18973
18974 * epa-dired.el:
18975 * epa-file.el:
18976 * epa-mail.el:
18977 * epa-setup.el:
18978 * epa.el:
18979 * epg-config.el:
18980 * epg-package-info.el:
18981 * epg.el: Initial check-in of EasyPG.
18982
18983 2008-02-08 Glenn Morris <rgm@gnu.org>
18984
18985 * woman.el (woman-locale): New defcustom.
18986 (woman-expand-locale, woman-manpath-add-locales): New functions.
18987 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
18988
18989 * international/mule-cmds.el (locale-translate): New function,
18990 with old code extracted from set-locale-environment.
18991 (set-locale-environment): Use locale-translate. Set woman-locale.
18992
18993 * cus-start.el (selection-coding-system): Remove, since it's now
18994 defined in select.el rather than in xselect.c.
18995 * select.el (selection-coding-system): Make it a defcustom, and
18996 add the properties from cus-start.el. Bump :version.
18997
18998 * custom.el (custom-theme-set-variables): Sort symbols that are
18999 dependencies before symbols that depend on them.
19000 (custom-enabled-themes): Set after custom-theme-directory.
19001
19002 * pcmpl-unix.el (top-level): Move provide statement to end.
19003 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
19004 `*' from doc-string. Allow to be nil.
19005 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
19006 Allow to be nil. Add :version.
19007 (pcmpl-ssh-hosts): Move definition before use. Handle lines
19008 without hostnames, and multiple hostnames per line.
19009
19010 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
19011
19012 2008-02-08 Phil Hagelberg <phil@evri.com>
19013
19014 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
19015 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
19016
19017 2008-02-07 Timo Savola <timo.savola@iki.fi>
19018
19019 * startup.el (command-line-x-option-alist): Add --parent-id.
19020
19021 * term/x-win.el (x-handle-parent-id): New function.
19022
19023 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
19024
19025 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
19026 "Font Menu".
19027
19028 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
19029
19030 * net/dbus.el (dbus-interface-peer): New defconst.
19031 (dbus-ping): New defun.
19032
19033 2008-02-06 Sam Steingold <sds@gnu.org>
19034
19035 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
19036
19037 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
19038
19039 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
19040 Just return nil and let the C code provide a fallback.
19041
19042 2008-02-05 Glenn Morris <rgm@gnu.org>
19043
19044 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
19045 tramp-flush-connection-property for removed 2nd argument.
19046
19047 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
19048
19049 * diff-mode.el (diff-add-change-log-entries-other-window):
19050 Rename from diff-create-changelog. Change users.
19051 Minor change to hopefully work with plain diffs.
19052 (diff-mode-map): Add binding for it.
19053
19054 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
19055
19056 * diff-mode.el: Add new TODO entry.
19057 (diff-create-changelog): New function.
19058 (diff-mode-menu): Bind it.
19059
19060 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
19061
19062 * international/mule-diag.el (print-fontset-element): Handle the
19063 case of inhibiting the fallback fonts.
19064
19065 2008-02-04 Kim F. Storm <storm@cua.dk>
19066
19067 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
19068 (ido-magic-delete-char): Use prefix arg.
19069
19070 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
19071
19072 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
19073 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
19074 of today, the most recent libpng is 1.2.24).
19075
19076 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
19077
19078 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
19079
19080 * net/dbus.el (top): Check (featurep 'dbusbind).
19081
19082 * net/tramp.el (tramp-process-sentinel): New defun.
19083 (tramp-do-copy-or-rename-file-out-of-band)
19084 (tramp-maybe-open-connection): Use it as process sentinel.
19085 (tramp-handle-delete-directory): Don't use the "-f" option; it
19086 isn't portable.
19087 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
19088 after the command.
19089 (tramp-handle-shell-command): Set `mode-line-process' in the
19090 asynchronous case.
19091
19092 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
19093
19094 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
19095 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
19096 Use `tramp-process-sentinel' as process sentinel.
19097
19098 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
19099
19100 * whitespace.el (global-whitespace-mode): Revert last change.
19101 (whitespace-unload-function): Force `global-whitespace-mode'
19102 to deactivate local modes in a slightly less intrusive way.
19103
19104 2008-02-02 Eli Zaretskii <eliz@gnu.org>
19105
19106 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
19107
19108 2008-02-02 Glenn Morris <rgm@gnu.org>
19109
19110 * international/latin1-disp.el (latin1-display):
19111 * progmodes/fortran.el (fortran-comment-indent-char):
19112 * progmodes/idlw-shell.el (top-level):
19113 * term/mac-win.el (mac-keyboard-translate-char):
19114 * whitespace.el (whitespace-char-valid-p):
19115 * wid-edit.el (widget-key-sequence-read-event):
19116 Use characterp rather than char-valid-p.
19117
19118 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
19119 to capitalized-find-word-boundary. Doc fix. Update callers.
19120 (capitalized-next-word-boundary-function-table): Rename to
19121 capitalized-find-word-boundary-function-table. Doc fix. Update users.
19122
19123 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
19124 string-to-int.
19125
19126 * ps-def.el (declare-function): Add compatibility definition.
19127 (ps-plot-with-face, ps-plot-string): Declare as functions.
19128 (ps-bold-faces, ps-italic-faces): Declare variables.
19129
19130 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
19131 (ps-mule-end-job): Declare as functions.
19132
19133 * wid-edit.el (widget-string-complete): Use assoc-string rather
19134 than assoc-ignore-case.
19135
19136 See ChangeLog.13 for earlier changes.
19137
19138 ;; Local Variables:
19139 ;; coding: utf-8
19140 ;; End:
19141
19142 Copyright (C) 2008, 2009 Free Software Foundation, Inc.
19143
19144 This file is part of GNU Emacs.
19145
19146 GNU Emacs is free software: you can redistribute it and/or modify
19147 it under the terms of the GNU General Public License as published by
19148 the Free Software Foundation, either version 3 of the License, or
19149 (at your option) any later version.
19150
19151 GNU Emacs is distributed in the hope that it will be useful,
19152 but WITHOUT ANY WARRANTY; without even the implied warranty of
19153 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19154 GNU General Public License for more details.
19155
19156 You should have received a copy of the GNU General Public License
19157 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
19158
19159 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc